-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
362 lines (332 loc) · 13.9 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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
<!doctype html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
<!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope="" itemtype="http://schema.org/Product"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/b/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Gumby - A Flexible, Responsive CSS Framework - Powered by SASS</title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="humans.txt">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
<!-- Facebook Metadata /-->
<meta property="fb:page_id" content="">
<meta property="og:image" content="">
<meta property="og:description" content="">
<meta property="og:title" content="">
<!-- Google+ Metadata /-->
<meta itemprop="name" content="">
<meta itemprop="description" content="">
<meta itemprop="image" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- We highly recommend you use SASS and write your custom styles in sass/_custom.scss.
However, there is a blank style.css in the css directory should you prefer -->
<link rel="stylesheet" href="css/gumby.css">
<!-- <link rel="stylesheet" href="css/style.css"> -->
<script src="bower_components/gumby/js/libs/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!-- Start #modal -->
<div class="modal" id="modal">
<div class="content">
<a class="close switch" gumby-trigger="|#modal"><i class="icon-cancel" /></i></a>
<div class="hide row find-dealer">
<div>
<h4>Find a dealer</h4>
<form action="" method="">
<ul>
<li class="field"><input type="text" class="input text" placeholder="Your zip code" /></li>
</ul>
</form>
<iframe width="100%" height="240px" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.co.uk/maps?f=q&source=s_q&hl=en&geocode=&q=New+Haven,+CT,+United+States&aq=0&oq=new+havebn&sll=53.800651,-4.064941&sspn=8.03717,21.774902&ie=UTF8&hq=&hnear=New+Haven,+Connecticut,+United+States&ll=41.317274,-72.927884&spn=0.039902,0.085058&t=m&z=14&iwloc=A&output=embed"></iframe>
</div>
</div>
<div class="hide row get-quote">
<div>
<h4>Get a Quote</h4>
<p>Please fill out the form and one of our Tardis professionals will be in touch.</p>
<form action="" method="" id="quote">
<ul>
<li class="field"><input type="text" name="name" class="input text" placeholder="Your Name" /></li>
<li class="field"><input type="email" name="email" class="input text" placeholder="Your Email" /></li>
<li class="field"><input type="tel" name="phone" class="input text" placeholder="Your phone number" /></li>
<li class="field">
<div class="picker">
<select name="version">
<option value="#">Select version</option>
<option disabled>----------</option>
<option>Type-40</option>
<option>Type-40x</option>
<option>Type-40y</option>
</select>
</div>
</li>
<li class="field">
<textarea class="input textarea" placeholder="Custom specifications..."></textarea>
</li>
<li><p class="btn primary medium"><input type="submit" value="Purchase!" /></p></li>
</ul>
</form>
</div>
</div>
</div>
</div>
<!-- end #modal -->
<!-- start .meta-nav -->
<nav class="meta-nav row">
<ul class="pull_right">
<li><a href="#">Terms & Conditions</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
<!-- end .meta-nav -->
<!-- start #nav1 -->
<div class="navcontain">
<header class="navbar" id="nav1" gumby-fixed="top" gumby-pin="432">
<nav class="row">
<a class="toggle" gumby-trigger="#nav1 > .row > ul" href="#"><i class="icon-menu"></i></a>
<h1 class="four columns logo">
<a href="#">
<img src="img/gallifrey_logo.png" gumby-retina />
</a>
</h1>
<ul class="ten columns">
<li>
<a href="#">Tardis <i class="icon-down-open-mini"></i></a>
<div class="dropdown">
<ul>
<li><a href="#" class="skip" gumby-update gumby-goto="#translation" gumby-offset="-210">Integrated Translation</a></li>
<li><a href="#" class="skip" gumby-update gumby-goto="#fishfingers" gumby-offset="-50">Fish Fingers & Custard</a></li>
<li><a href="#" class="skip" gumby-update gumby-goto="#bigger">Bigger on the inside</a></li>
</ul>
</div>
</li>
<li><a href="#" class="switch" gumby-trigger="#modal,#modal .find-dealer|#modal .get-quote">Find a dealer</a></li>
<li><a href="#" class="switch" gumby-trigger="#modal,#modal .get-quote|#modal .find-dealer">Build your own</a></li>
<li class="field no-icon">
<input class="text input" name="search" type="text" placeholder="Search" />
<i class="icon-search"></i>
</li>
</ul>
</nav>
</header>
</div>
<!-- end #nav1 -->
<!-- start #masthead -->
<div class="parallax" id="masthead" gumby-parallax="0.5"
gumby-media="only screen and (min-width: 768px)|img/bg_masthead.jpg,only screen and (max-width: 768px)|img/bg_masthead-768.jpg">
<div class="row">
<div class="seven columns valign">
<div>
<h1 class="xlarge"><span>Tardis</span>Type-40</h1>
<div class="features">
<p><strong>THE LEGEND CONTINUES</strong></p>
<p>Same legendary TARDIS, an all-new price.</p>
<p>Starting at £2,497,998.</p>
</div>
<ul>
<li>
<p class="btn primary medium icon-left icon-location"><a href="#" class="switch" gumby-trigger="#modal,#modal .get-quote|#modal .find-dealer">Get a quote</a></p>
</li>
<li>
<p class="btn secondary medium icon-left icon-basket"><a href="#" class="switch" gumby-trigger="#modal,#modal .find-dealer|#modal .get-quote">Buy</a></p>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- end #masthead -->
<!-- start #highlights -->
<div class="row" id="highlights" gumby-shuffle="only screen and (max-width: 768px) | 2-1-0">
<a href="#" class="four columns text-center skip" gumby-update gumby-goto="#translation" gumby-offset="-210">
<figure>
<img src="img/img_translation.jpg" />
<figcaption>Integrated Translation</figcaption>
</figure>
</a>
<a href="#" class="four columns push_one text-center skip" gumby-update gumby-goto="#fishfingers" gumby-offset="-50">
<figure>
<img src="img/img_fishfingers.jpg" />
<figcaption>Fish Fingers & Custard</figcaption>
</figure>
</a>
<a href="#" class="four columns push_one text-center skip" gumby-update gumby-goto="#bigger">
<figure>
<img src="img/img_bigger.jpg" />
<figcaption>Bigger on the inside</figcaption>
</figure>
</a>
</div>
<!-- end #highlights -->
<!-- start #main -->
<section class="row" id="main">
<h2 class="text-center fittext" gumby-rate="2" gumby-sizes="30|60">Traverse the time vortex<br />with precision.</h2>
<article class="row" id="translation">
<div class="eight columns">
<div class="youtube video">
<iframe width="640" height="360" src="http://www.youtube.com/embed/7R2E94f_ZNQ" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="five columns push_one tablet-center">
<h3>Integrated Translation</h3>
<p>The oncoming storm Galifrey I hereby invoke The Shadow Proclamation! IT is the Doctor! Enemy of the Daleks! the oncoming storm wibbly wobbly timey wimey DON'T BLINK!</p>
</div>
</article>
<article class="row" id="fishfingers">
<div class="seven columns copy tablet-center">
<h3>Wibbly-wobbly<br />timey-wimey to spare.</h3>
<p>The oncoming storm Galifrey I hereby invoke The Shadow Proclamation! IT is the Doctor! Enemy of the Daleks! the oncoming storm wibbly wobbly timey wimey DON'T BLINK! The socks with holes, dummy! Rose Tyler Captain Jack Harkness YOU WILL OBEY! Time War Puny Human! Delete. Delete. Delete.</p>
</div>
<div class="six columns push_one">
<img gumby-default="img/img_tardis.jpg" gumby-supports="webp|img/img_tardis.webp" />
</div>
</article>
<article class="row" id="bigger">
<h3 class="row text-center xlarge">Bigger engineering for bigger insides</h3>
<p class="row text-center"><img gumby-default="img/img_blueprint.jpg" gumby-supports="webp|img/img_blueprint.webp" /></p>
</article>
</section>
<!-- end #main -->
<!-- start #extras -->
<section class="row" id="extras">
<article class="seven columns tablet-center">
<h4>Shadow Proclamation Compliant</h4>
<p>The oncoming storm Galifrey I hereby invoke The Shadow Proclamation! IT is the Doctor! Enemy of the Daleks! the oncoming storm wibbly wobbly timey wimey DON'T BLINK! The socks with holes, dummy! Rose Tyler Captain Jack Harkness YOU WILL OBEY!</p>
</article>
<article class="seven columns tablet-center">
<h4>Companion quarters</h4>
<p>The oncoming storm Galifrey I hereby invoke The Shadow Proclamation! IT is the Doctor! Enemy of the Daleks! the oncoming storm wibbly wobbly timey wimey DON'T BLINK! The socks with holes, dummy! Rose Tyler Captain Jack Harkness YOU WILL OBEY!</p>
</article>
</section>
<!-- end #extras -->
<!-- start #cta -->
<section class="row" id="cta">
<div class="seven columns push_one"><p class="xlarge">Starting at only <sup>£</sup>2,497,998</p></div>
<div class="five columns">
<p class="btn secondary large icon-left icon-location"><a href="#" class="switch" gumby-trigger="#modal,#modal .find-dealer|#modal .get-quote">Find a dealer</a></p>
</div>
</section>
<!-- end #cta -->
<!-- start #foot-links -->
<footer class="row" id="foot-links">
<ul>
<li><a href="#">Translation</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
<li><a href="#">Consectetur</a></li>
<li><a href="#">Adipiscing</a></li>
<li><a href="#">Morbi Non</a></li>
<li><a href="#">Justo Eu</a></li>
</ul>
<ul>
<li><a href="#">Fish Fingers</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
<li><a href="#">Consectetur</a></li>
<li><a href="#">Adipiscing</a></li>
<li><a href="#">Morbi Non</a></li>
<li><a href="#">Justo Eu</a></li>
</ul>
<ul>
<li><a href="#">Custard</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
<li><a href="#">Consectetur</a></li>
<li><a href="#">Adipiscing</a></li>
<li><a href="#">Morbi Non</a></li>
<li><a href="#">Justo Eu</a></li>
</ul>
<ul>
<li><a href="#">Time Vortex</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
<li><a href="#">Consectetur</a></li>
<li><a href="#">Adipiscing</a></li>
<li><a href="#">Morbi Non</a></li>
<li><a href="#">Justo Eu</a></li>
</ul>
<ul>
<li><a href="#">Wibbly-wobbly</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
<li><a href="#">Consectetur</a></li>
<li><a href="#">Adipiscing</a></li>
<li><a href="#">Morbi Non</a></li>
<li><a href="#">Justo Eu</a></li>
</ul>
<ul>
<li><a href="#">Timey-wimey</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
<li><a href="#">Consectetur</a></li>
<li><a href="#">Adipiscing</a></li>
<li><a href="#">Morbi Non</a></li>
<li><a href="#">Justo Eu</a></li>
</ul>
<ul>
<li><a href="#">Shadow Compliant</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
<li><a href="#">Consectetur</a></li>
<li><a href="#">Adipiscing</a></li>
<li><a href="#">Morbi Non</a></li>
<li><a href="#">Justo Eu</a></li>
</ul>
<ul>
<li><a href="#">Companion Quarters</a></li>
<li><a href="#">Lorem Ipsum</a></li>
<li><a href="#">Dolor Sit</a></li>
<li><a href="#">Consectetur</a></li>
<li><a href="#">Adipiscing</a></li>
<li><a href="#">Morbi Non</a></li>
<li><a href="#">Justo Eu</a></li>
</ul>
</footer>
<!-- end #footer-links -->
<footer class="row">
<img src="img/img_footer.jpg" />
</footer>
<!-- Grab Google CDN's jQuery, fall back to local if offline -->
<!-- 2.0 for modern browsers, 1.10 for .oldie -->
<script>
var oldieCheck = Boolean(document.getElementsByTagName('html')[0].className.match(/\soldie\s/g));
if(!oldieCheck) {
document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"><\/script>');
} else {
document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"><\/script>');
}
</script></script>
<script>
if(!window.jQuery) {
if(!oldieCheck) {
document.write('<script src="bower_components/gumby/js/libs/jquery-2.0.2.min.js"><\/script>');
} else {
document.write('<script src="bower_components/gumby/js/libs/jquery-1.10.1.min.js"><\/script>');
}
}
</script></script>
<script src="js/gumby.min.js"></script>
<!-- Change UA-XXXXX-X to be your site's ID -->
<!--<script>
window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script>-->
<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to support IE 6.
chromium.org/developers/how-tos/chrome-frame-getting-started -->
<!--[if lt IE 7 ]>
<script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
</body>
</html>