forked from adamjgrant/kickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
167 lines (132 loc) · 6.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en-gb"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en-gb"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en-gb"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en-gb"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Kickstrap</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<!-- You can also compile style.less to use regular css. Your apps will still work. -->
<style type="text/css">body{padding-top:60px}.hidden{margin:20px;border:5px solid #a24c4c;background-color:red;padding:10px;width:400px;color:white;font-family:helvetica,sans-serif}</style>
<link rel="stylesheet/less" type="text/css" href="kickstrap.less">
<script src="Kickstrap/js/less-1.3.0.min.js"></script>
</head>
<body>
<div id="sf-wrapper"> <!-- Sticky Footer Wrapper -->
<div class="hidden"><h1>No Stylesheet Loaded</h1><p><strong>Could not load Kickstrap.</strong>There are <a href="http://getkickstrap.com/docs/1.2/troubleshooting/#lessjs-errors">several common reasons for this error.</a></p></div>
<!-- Prompt IE 6/7 users to install Chrome Frame. Remove this if you support IE 7-.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 8]><p class=chromeframe>Your browser is <em>ancient!</em> <a href="http://browsehappy.com/">Upgrade to a different browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to experience this site.</p><![endif]-->
<!--! END KICKSTRAP HEADER -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Kickstrap</a>
<div class="nav-collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div id="qunit"></div>
<div class="container">
<div class="row">
<div class="span12">
<header class="hero-unit">
<hgroup>
<h1>Kickstrap</h1>
<h2>Twitter's Bootstrap with Themes, Apps, and Enhancements</h2>
</hgroup>
</header>
<section class="row-fluid">
<div class="span8">
<article>
<header>
<hgroup>
<h1><i class="icon-picture"></i> Change your Theme</h1>
</hgroup>
</header>
<p class="lead">Pick a look for your Kickstrap site.</p>
<p>Try changing your theme. Go to Kickstrap/themes/ and choose one of the included themes. Now open theme.less and change the paths to point to the less file or files for that theme.</p>
<footer>
<p class="muted">Posted <a href="#">Today</a> by <a href="">Adam Kochanowicz</a></p>
</footer>
</article>
<article>
<header>
<hgroup>
<h1 data-bind="text: welcomeMessage"><i class="icon-bolt"></i> Run Apps</h1>
</hgroup>
</header>
<p class="lead">Start up apps in just a few keystrokes.</p>
<p>Let's try activating an app. Open your kickstrap.less file and uncomment (remove the //s) the app "knockout". This will allow knockout.js to run. If successful, you should see the title of this section read "Knockout JS is Running!" <a href="http://knockoutjs.com">Read the Knockout.js docs</a> to learn more.</p>
<p>Now let's try installing a completely new app. In your Kickstrap folder, you should see a zip file called "qunit.zip." This is what you would get when downloading an app from our <a href="http://getkickstrap.com/apps">App Store</a>. Now extract that file and place the qunit folder in Kickstrap/apps.</p>
<p>QUnit is now installed, but not activated. To do that, open kickstrap.less and add "qunit" to the comma-separated list of @apps. Save this file and refresh this page. You should see some Javascript tests run at the top of this page.</p>
<footer>
<p class="muted">Posted <a href="#">Today</a> by <a href="">Adam Kochanowicz</a></p>
</footer>
</article>
<p class="alert alert-success">Check out <a href="http://getkickstrap.com/docs/1.1/"><i class="icon-book"></i> The docs</a> to work in and extend Kickstrap.</p>
</div>
<aside class="span4 well">
<ul class="nav nav-list">
<li class="nav-header">More Articles</li>
<li class="active"><a href="#">Change your Theme</a></li>
<li><a href="#">Run Apps</a></li>
</ul>
</aside>
</section>
<div class="pagination">
<ul>
<li class="disabled"><a href="#">Prev</a></li>
<li class="active"><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">Next</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--! KICKSTRAP FOOTER -->
<div id="push"></div></div> <!-- sf-wrapper -->
<footer class="container" id="footer">
<p>Built with <a href="http://getkickstrap.com">Kickstrap</a></p>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="Kickstrap/js/jquery-1.8.2.min.js"><\/script>');</script>
<!-- Kickstrap CDN thanks to our friends at netDNA.com -->
<script id="appList" src="http://netdna.getkickstrap.com/1.2/Kickstrap/js/kickstrap.min.js"></script>
<script>window.consoleLog || document.write('<script id="appList" src="Kickstrap/js/kickstrap.min.js"><\/script>')</script>
<script>
ks.ready(function() {
// JavaScript placed here will run only once Kickstrap has loaded successfully.
$.pnotify({
title: 'Hello World',
text: 'To edit this message, find me at the bottom of this HTML file.'
});
});
</script>
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
mathiasbynens.be/notes/async-analytics-snippet -->
<!--script>
var _gaq=[['_setAccount','UA-XXXXX-X'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script-->
</body>
</html>