forked from adamjgrant/kickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·316 lines (285 loc) · 14.3 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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!-- Consider adding a manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Kickstrap</title>
<meta name="description" content="">
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<!-- Core Bootstrap css + Kickstrap styles -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- Uncomment for animated css (https://github.com/daneden/animate.css) -->
<link type="text/css" rel="stylesheet" href="extras/animate/animate.min.css" />
<!-- More ideas for your <head> here: h5bp.com/d/head-Tips -->
<!-- All JavaScript at the bottom, except this Modernizr build.
Modernizr enables HTML5 elements & feature detects for optimal performance.
Create your own custom Modernizr build: www.modernizr.com/download/ -->
<script src="extras/h5bp/js/libs/modernizr-2.5.3.min.js"></script>
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
.card-two,.card-three {display:none;}
.modal-body {min-height:260px;} /* To keep the next/back buttons in the same place */
</style>
</head>
<body>
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7]><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]-->
<div class="modal animated flipInX" id="myModal">
<div class="modal-header">
<a class="close" data-dismiss="modal">×</a>
<h3>Welcome to Kickstrap</h3>
</div>
<div class="modal-body">
<h4 class="card-one">Getting Started</h4>
<h4 class="card-two">Advanced Usage</h4>
<h4 class="card-three">Moving on</h4>
<div class="progress progress-step">
<div class="step-full first">1</div>
<div class="step-empty second" style="left:50%">2</div>
<div class="step-empty third" style="left:100%">3</div>
<div class="bar" style="width: 0%;"></div>
</div>
<p class="card-one">Check out the source of this page, <code>index.html</code> in your Kickstrap root to see how some of this magic is done.</p>
<p class="card-one">If instead you'd like to jump right in, use <code>sample_index.html</code>, a (nearly) blank html document with all the default Kickstrap magic linked and ready to go.</p>
<p class="card-one">To make css changes, your best bet is to <a href="http://ajkochanowicz.github.com/Kickstrap/less.html#compiling">download a less compiler</a> and mess around in the <code>/extras</code> directory.</p>
<p class="card-one"><a href="http://ajkochanowicz.github.com/Kickstrap">See the <i class="icon-book"></i> Documentation</a> to learn more.</p>
<p class="card-two">In an effort to make Kickstrap run as smoothly and quickly as a regular version of Bootstrap, we've made some of the goodies which add to the page load optional. For example, to use js plugins, you'll need to add them in your markup per the <a href="http://ajkochanowicz.github.com/Kickstrap"><i class="icon-book"></i> Documentation</a></p>
<p class="card-two">This is also a good time to start thinking of the production of your website. Do you want to minify and compress your css and js? If so, consider using the <a href="http://ajkochanowicz.github.com/Kickstrap/h5bp.html"><i class="icon-book"></i> included ant build script</a> in the <code>build</code> folder.</p>
<p class="card-three">The version you're looking at now is a release candidate. That means two important things:</p>
<p class="card-three">(1) This should not be used for production.</p>
<p class="card-three">(2) I want to hear <a href="http://twitter.com/yourwebsitesux"><i class="icomoon-twitter"></i> Feedback</a> from developers to make this as useful and bug free as possible.</p>
<p class="card-three">Thanks for checking this out.</p>
<p class="card-three"><strong>Enjoy!</strong></p>
</div>
<div class="modal-footer">
<a href="#" class="btn btn-primary next">Next</a>
<a href="#" class="btn btn-success finish">Finish</a>
<a href="#" class="btn back">Back</a>
</div>
</div>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container-fluid">
<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">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<p class="navbar-text pull-right">Logged in as <a href="#">username</a></p>
</div><!-- !.nav-collapse -->
</div>
</div>
</div>
<div id="sf-wrapper">
<div class="container main">
<div class="row hero-unit">
<div class="span11 offset1">
<h1><img style="vertical-align:middle" src="apple-touch-icon-114x114-precomposed.png" /> Fast. Modern. Gluten-Free.</h1>
</div>
</div>
<div class="row">
<div class="span3">
<img src="extras/themes/sandra/img/weirdguy.jpg" />
</div>
<div class="span6">
<h1><i class="icon-thumbs-up"></i> Solutions Over Problems</h1>
<p>After 300 years of peer-reviewed research, Kickstrap Enterprises realized what customers <em>really</em> wanted was solutions, not problems.</p>
<br />
<h1><i class="icon-question-sign"></i> Kickstrap Solutions</h1>
<p>Sorry, none at this time, but now that you bring it up, that would be a good idea. Actually, I'm going to bring that up with the team at our next meeting. Are you looking for work?</p>
<br />
<h1><i class="icomoon-edit"></i> Office supplies</h1>
<p>Would a "fake" business have a whole closet just for office supplies? Come on.</p>
<br />
<h1><i class="icon-lemon"></i> Candy at no extra cost</h1>
<p>To KE, Taking customer service to <em>the next level</em> means treating your customer right. That's why we provide little peppermint candies to our customers in a little glass dish at Judy's desk* at <em>no extra charge.</em></p>
<br />
</div>
<div class="span3">
<img style="height: 420px;" src="extras/themes/sandra/img/weirdguy2.jpg" />
</div>
</div>
<hr>
<div class="row">
<div class="span8 offset2">
<blockquote>
"No, I don't want to view my account details. Can I speak to a human being? REPRESENTATIVE! HUMAN! [repeatedly presses '0']"
<small>Actual Customer</small>
</blockquote>
</div>
</div>
<hr>
<div class="row">
<div class="span4">
<h2>We combine purchasing with delivery</h2>
</div>
<div class="span4">
<h2>World class suggestion box</h2>
</div>
<div class="span4">
<h2>Branded email addresses</h2>
</div>
</div>
<div class="row">
<div class="span4">
<img src="extras/themes/sandra/img/weirdguy3.jpg" />
<h4>Synergy.</h4>
<p>Sure, some companies just let you purchase products, but we're different.</p>
<p>First of all, we're not a company--we're an enterprise. And the difference is so immediately obvious, we won't insult your intelligence by explaining it.</p>
<p>Second, <em>every single customer who purchases an item</em> will receive that item at no extra charge.</p>
</div>
<div class="span4">
<img src="extras/themes/sandra/img/pencils.jpg" />
<h4>We have the money. We will pay you. We just need more time.</h4>
<p>Didn't receive what you expected? While some of our competitors might be satisfied with a lousy 24 hour support staff, Kickstrap Enterprises spares no expense with our Italian Marble suggestion box with a carefully hand-crafted slit.</p>
<p>Our suggestion box is open 24/7 excluding mornings, afternoons, and weekdays. We welcome you to voice your praise or concern at our convenient Detroit, Michigan office.</p>
</div>
<div class="span4">
<img src="extras/themes/sandra/img/weirdguy4.jpg" />
<h4>Paradigm.</h4>
<p>Just to show we take our identity and our clients seriously, we've acquired our very own customized Kickstrap Enterprises email address to conveniently serve our clients.</p>
<p>To learn more, email us at <a onclick="alert('come on...');" href="">[email protected]</a></p>
</div>
</div>
<hr>
</div><!-- End .container.main -->
</div><!-- End #sf-wrapper -->
<div class="container">
<footer id="footer">
<p><i class="icon-github-sign"></i> Built with <a href="http://ajkochanowicz.github.com/Kickstrap/">Kickstrap</a>, Images licensed <a href="http://www.flickr.com/photos/fpmurphy">[1]</a> <a href="http://www.flickr.com/photos/30588268@N03">[2]</a> with <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons</a></p>
<p>* Edit: Judy died, but we still have her candy.</p>
<div class="row">
<div class="span1 offset1">
<h5>Legal</h5>
</div>
<div class="span1">
<h5>Illegal</h5>
</div>
<div class="span1">
<h5>About us</h5>
</div>
<div class="span1">
<h5>About you</h5>
</div>
<div class="span1">
<h5>Privacy</h5>
</div>
<div class="span1">
<h5>Publicy</h5>
</div>
<div class="span1">
<h5>Blog</h5>
</div>
<div class="span1">
<h5>Myspace</h5>
</div>
<div class="span1">
<h5>Timecube</h5>
</div>
<div class="span1">
<h5>Kickstrap</h5>
</div>
</div>
</footer>
</div><!-- !Container -->
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="extras/h5bp/js/libs/jquery-1.7.1.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via build script -->
<script src="extras/h5bp/js/plugins.js"></script>
<script src="extras/h5bp/js/script.js"></script>
<!-- Or use this line if you're using H5BP's build script -->
<!--script src="extras/h5bp/publish/js/eaf4d2f.js"></script-->
<!-- Full Bootstrap js file. -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Asynchronous Google Analytics snippet. Change UA-XXXXX-X to be your site's ID.
mathiasbynens.be/notes/async-analytics-snippet -->
<!-- jGrowl -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<script type="text/javascript" src="extras/jgrowl/jquery.jgrowl.min.js"></script>
<script type="text/javascript">
$(document).ready (function() {
var step = 1;
$('.modal, .finish').hide();
$.jGrowl("Welcome to Kickstrap. <a href=\"http://stanlemon.net/pages/jgrowl\"><i class=\"icon-book\"></i> jGrowl Docs</a>", { life: 3000 });
$('.next').click(function() {
//This all could probably be shorter. Let me know if you have idears -Adam
if (step < 3) {step++;}
console.log(step);
updateStep();
});
$('.back').click(function() {
if(step > 1) {step--;}
console.log(step);
updateStep();
});
$('.close').click(function(){
$('#myModal').hide();
});
function updateStep() {
switch(step) {
case 1:
$('.card-one').show();
$('.card-two, .card-three').hide();
$('.second').removeClass('step-full');
$('.bar').css('width','0');
break;
case 2:
$('.card-one, .card-three, .finish').hide();
$('.card-two, .next').show();
$('.second').addClass('step-full');
$('.third').removeClass('step-full');
$('.bar').css('width','50%');
break;
case 3:
$('.card-one, .card-two, .next').hide();
$('.card-three, .finish').show();
$('.third').addClass('step-full');
$('.bar').css('width','100%');
break;
}
}
$(".finish").on("click", function(event){
$('#myModal').addClass('flipOutX');
});
});
$(document).ready().delay(1000).queue(function() {
$('.modal').show().addClass('flipInX');
});
</script>
<!-- Chosen -->
<script type="text/javascript" src="extras/chosen/chosen.jquery.min.js"></script>
<!-- Activate Chosen js -->
<script type="text/javascript"> $(".chzn-select").chosen(); $(".chzn-select-deselect").chosen({allow_single_deselect:true}); </script>
<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>