-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
476 lines (463 loc) · 26.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
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
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Foundation for Sites</title>
<link rel="stylesheet" href="css/app.css">
<script src="node_modules/scrollreveal/dist/scrollreveal.min.js"></script>
<script>
window.sr = ScrollReveal();
// Add class to <html> if ScrollReveal is supported
if (sr.isSupported()) {
document.documentElement.classList.add('sr');
}
</script>
</head>
<body class="fields">
<!-- Top Bar -->
<div class="top-bar">
<div class="top-bar-title">
<a href="#"><img src="images/wl-logo-white.png" /></a>
</div>
<span data-responsive-toggle="responsive-menu" data-hide-for="large" class="burger-menu">
<div id="mobile-nav-icon" type="button" data-toggle>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</span>
<div id="responsive-menu">
<div class="top-bar-left">
<ul class="dropdown menu vertical large-horizontal" data-dropdown-menu data-disable-hover="true" data-click-open="true">
<li>
<a href="#subnav1" class="link" data-id="subnav1">Locations</a>
<ul id="subnav1" class="expanded row column">
<ul class="menu menu-centered">
<li class="large-4 large-offset-2 columns"><a href="#" class="camden">Camden</a></li>
<li class="large-4 columns end"><a href="#" class="fields">London Fields</a></li>
</ul>
</ul>
</li>
<li>
<a href="#subnav2" class="link" data-id="subnav2">Perfect For</a>
<ul id="subnav2" class="expanded row column">
<ul class="menu menu-centered">
<li class="large-4 columns"><a href="#" class="freelancer">Freelancer</a></li>
<li class="large-4 columns"><a href="#" class="resident">Resident</a></li>
<li class="large-4 columns"><a href="#" class="permanent">Permanent</a></li>
</ul>
</ul>
</li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Meeting Rooms</a></li>
</ul>
</div>
<div class="top-bar-right text-center">
<a href="#" class="button" data-open="book_tour">Book a Tour</a>
</div>
</div>
</div>
<!-- Header Banner -->
<div class="wrapper top-header">
<div class="full-screen-banner" data-img-width="2560" data-img-height="1600">
<span class="image-toning"></span>
<div class="row column text-center content">
<div class="large-6 large-offset-3 small-12 columns">
<div class="copy">
<h1>London Fields</h1>
<h1>The newest workspace <br />in North London</h1>
<div class="partnership">
<span>In partnership with</span>
<img src="images/bieber.png" />
</div>
</div>
</div>
</div>
<div class="slim-full-width-form">
<div class="row">
<div class="small-12 columns">
<ul class="row slim-form no-bullet">
<li class="large-2 large-offset-1 medium-12 small-12 columns form-label">Book a tour</li>
<li class="large-3 medium-12 small-12 columns"><input type="text" placeholder="Name"></li>
<li class="large-3 medium-12 small-12 columns"><input type="email" placeholder="Email"></li>
<li class="large-2 end medium-12 small-12 columns"><button type="button" class="button">Submit</button></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Left Aligned Component -->
<div class="container left-aligned-image-text">
<div class="row column large-collapse small-collapse">
<div class="large-6 large-push-6 small-12 columns image test">
</div>
<div class="large-6 large-pull-6 small-12 columns copy">
<div class="primary callout row">
<div class="large-10 large-offset-1 columns">
<h2 class="title">Your home<br /> away from home</h2>
<p><strong>This is a twelve column section in a row.</strong> Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Tabbed Promo Component -->
<div class="wrapper row primary tabbed">
<div class="text-center">
<h2 class="container-title">Features of space</h2>
<div class="tabs-mobile medium-12 columns">
<select class="mobile-select">
<option>Shared Workspace</option>
<option>Meeting Space</option>
<option>Mood Boards</option>
</select>
</div>
<ul class="tabs" data-tabs id="example-tabs">
<li class="tabs-title is-active">
<a href="#panel1" aria-selected="true">
<i class="icon workspace">
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24"><g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path stroke-linecap="round" d="M23.5 19.912c0 .877-.671 1.588-1.5 1.588h-20c-.828 0-1.5-.711-1.5-1.588v-14.824c0-.877.672-1.588 1.5-1.588h20c.829 0 1.5.711 1.5 1.588v14.824zM5 23.5h14M12 21.5v2"/><circle cx="12" cy="19.5" r=".5"/><path d="M.5 17.5h23"/></g></svg>
</i>
<h4 class="title">Shared Workspace</h4>
</a>
</li>
<li class="tabs-title">
<a href="#panel2">
<i class="icon meeting">
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24"><g><path stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M14 9.5h2v4l4-4h3.5v-9h-15v4M6 16.188v2.182l-3.941 1.41c-.944.337-1.559 1.231-1.559 2.232v1.488h15v-1.488c0-1.001-.615-1.895-1.559-2.231l-3.941-1.412v-2.307"/><ellipse stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" cx="7.901" cy="12.053" rx="3.947" ry="4.737" fill="none"/><path stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" d="M11.828 11.624l-.374.034c-1.345.259-2.208-.229-2.948-1.523-.444.851-1.832 1.523-2.973 1.523-.562 0-1.045-.115-1.528-.368" fill="none"/><path d="M20 5h-1v1h1v-1zM17 5h-1v1h1v-1zM14 5h-1v1h1v-1z"/></g></svg>
</i>
<h4 class="title">Meeting Space</h4>
</a>
</li>
<li class="tabs-title"><a href="#panel3">
<i class="icon meeting">
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24"><g><circle stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="16.5" cy="6.561" r="5" fill="none"/><path d="M23.5 5.561c-.278 0-.5.225-.5.5 0 .276.222.5.5.5.275 0 .5-.224.5-.5s-.225-.5-.5-.5z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M23.5 23.5v-16"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.688 21.516c-1.412 0-2.559-1.146-2.559-2.56 0-2.644-3.108-3.212-4.479-1.729-1.368-1.482-4.479-.914-4.479 1.729 0 1.414-1.146 2.56-2.559 2.56-.881 0-1.654-.443-2.114-1.12 1.921 4.314 7.298 3.515 9.151.665 1.853 2.85 7.23 3.649 9.153-.665-.459.676-1.233 1.12-2.114 1.12zM19.5 6.561c0 1.658-1.345 3-3 3" fill="none"/></g></svg>
</i>
<h4 class="title">Mood Boards</h4></a></li>
</ul>
</div>
<div class="text-center tabs-content" data-tabs-content="example-tabs">
<div class="large-12 small-12 columns tabs-panel is-active" id="panel1">
<div class="row column">
<div class="primary callout large-4 large-push-7 columns">
<img src="images/beach-2.jpg" class="image" />
<p>1. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
<a href="#" class="button">Come and see</a>
</div>
</div>
</div>
<div class="large-12 small-12 columns tabs-panel" id="panel2">
<div class="row column">
<div class="primary callout large-4 large-push-7 columns">
<img src="images/beach-1.jpg" class="image" />
<p>2. If you are using fish, or a Windows shell such as Powershell/cmd.exe the above method will not work as described. Instead, see the env command’s documentation to learn how to set the environment variables for your shell.</p>
<a href="#" class="button">Let it go</a>
</div>
</div>
</div>
<div class="large-12 small-12 columns tabs-panel" id="panel3">
<div class="row column">
<div class="primary callout large-4 large-push-7 columns">
<img src="images/beach-3.jpg" class="image" />
<p>3. This sets environment variables for the current shell that the Docker client will read which specify the TLS settings. You need to do this each time you open a new shell or restart your machine. You can now run Docker commands on this host.</p>
<a href="#" class="button">Don't panic</a>
</div>
</div>
</div>
</div>
</div>
<!-- Value Component -->
<div class="container wrapper value">
<div class="row text-center">
<div class="large-12 small-12 columns">
<h2 class="container-title">Everything you need</h2>
<p>We've designed our spaces around things<br /> that matter most for our members.</p>
</div>
</div>
<div class="row text-center items">
<div class="large-4 small-12 columns">
<i class="icon wifi"><img src="images/backpack.svg" /></i>
<h4>Free Wifi</h4>
<p>1. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
</div>
<div class="large-4 small-12 columns">
<i class="icon chair"><img src="images/book.svg" /></i>
<h4>Happy Bums</h4>
<p>2. If you are using fish, or a Windows shell such as Powershell/cmd.exe the above method will not work as described. Instead, see the env command’s documentation to learn how to set the environment variables for your shell.</p>
</div>
<div class="large-4 small-12 columns">
<i class="icon refill"><img src="images/coffee-machine.svg" /></i>
<h4>Free Refills</h4>
<p>3. This sets environment variables for the current shell that the Docker client will read which specify the TLS settings. You need to do this each time you open a new shell or restart your machine. You can now run Docker commands on this host.</p>
</div>
</div>
<div class="row text-center items">
<div class="large-4 small-12 columns">
<i class="icon phone"><img src="images/bubble-chat.svg" /></i>
<h4>Free Refills</h4>
<p>4. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
</div>
<div class="large-4 small-12 columns">
<i class="icon presentation"><img src="images/bomb.svg" /></i>
<h4>Free Refills</h4>
<p>5. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
</div>
<div class="large-4 small-12 columns">
<i class="icon check"><img src="images/clock.svg" /></i>
<h4>Free Refills</h4>
<p>6. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
</div>
</div>
</div>
<!-- Commitment Section -->
<div class="container wrapper primary">
<div class="row text-center">
<div class="large-12 small-12 columns">
<h2 class="title">Commitment Phobe?</h2>
<p>We're OK with that... We've designed our spaces around things that matter most for our members.</p>
</div>
</div>
<div class="row text-center plans">
<div class="large-4 large-push-4 small-12 columns plan highlight">
<div class="badge">
<i class="icon">
<svg class="delay-2-5s" xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24"><g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M15.5 17.5h-9v-12.5c0-2.484 2.015-4.5 4.5-4.5s4.5 2.016 4.5 4.5v12.5z"/><path stroke-linecap="round" d="M10.5 17.5v6M13.5 12c-.553 0-1-.445-1-1v-4M10.5 7c0 .555-.447 1-1 1s-1-.445-1-1v-2M10.5 7c0-.551.447-1 1-1 .552 0 1 .449 1 1"/></g></svg>
</i>
Our most popular offer
</div>
<div class="inside-box">
<div class="inside-top">
<i class="icon">
<svg class="delay-1-5s" xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24"><g><circle stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="16.5" cy="6.561" r="5" fill="none"/><path d="M23.5 5.561c-.278 0-.5.225-.5.5 0 .276.222.5.5.5.275 0 .5-.224.5-.5s-.225-.5-.5-.5z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M23.5 23.5v-16"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.688 21.516c-1.412 0-2.559-1.146-2.559-2.56 0-2.644-3.108-3.212-4.479-1.729-1.368-1.482-4.479-.914-4.479 1.729 0 1.414-1.146 2.56-2.559 2.56-.881 0-1.654-.443-2.114-1.12 1.921 4.314 7.298 3.515 9.151.665 1.853 2.85 7.23 3.649 9.153-.665-.459.676-1.233 1.12-2.114 1.12zM19.5 6.561c0 1.658-1.345 3-3 3" fill="none"/></g></svg>
</i>
<h4 class="title">Title</h4>
<span class="subtitle">Helping text</span>
<div class="price-box yellow">
<span>from</span>
<p class="price">£250</p>
<span>per month</span>
</div>
</div>
<p>1. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
<a class="anchor" href="#perks"><i></i>See the perks</a>
<a href="#" class="button">Book a tour</a>
</div>
</div>
<div class="large-4 large-pull-4 small-12 columns plan">
<div class="inside-box">
<div class="inside-top">
<i class="icon">
<svg class="delay-1-5s" xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24"><g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path stroke-linecap="round" d="M23.5 19.912c0 .877-.671 1.588-1.5 1.588h-20c-.828 0-1.5-.711-1.5-1.588v-14.824c0-.877.672-1.588 1.5-1.588h20c.829 0 1.5.711 1.5 1.588v14.824zM5 23.5h14M12 21.5v2"/><circle cx="12" cy="19.5" r=".5"/><path d="M.5 17.5h23"/></g></svg>
</i>
<h4 class="title">Title</h4>
<span class="subtitle">Helping text</span>
<div class="price-box blue">
<span>from</span>
<p class="price">£250</p>
<span>per month</span>
</div>
</div>
<p>1. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
<a class="anchor" href="#perks"><i></i>See the perks</a>
<a href="#" class="button">Book a tour</a>
</div>
</div>
<div class="large-4 small-12 columns plan">
<div class="inside-box">
<div class="inside-top">
<i>
<svg class="delay-1-5s" xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 24 24"><g><circle stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" cx="16.5" cy="6.561" r="5" fill="none"/><path d="M23.5 5.561c-.278 0-.5.225-.5.5 0 .276.222.5.5.5.275 0 .5-.224.5-.5s-.225-.5-.5-.5z"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" fill="none" d="M23.5 23.5v-16"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16.688 21.516c-1.412 0-2.559-1.146-2.559-2.56 0-2.644-3.108-3.212-4.479-1.729-1.368-1.482-4.479-.914-4.479 1.729 0 1.414-1.146 2.56-2.559 2.56-.881 0-1.654-.443-2.114-1.12 1.921 4.314 7.298 3.515 9.151.665 1.853 2.85 7.23 3.649 9.153-.665-.459.676-1.233 1.12-2.114 1.12zM19.5 6.561c0 1.658-1.345 3-3 3" fill="none"/></g></svg>
</i>
<h4 class="title">Title</h4>
<span class="subtitle">Helping text</span>
<div class="price-box purple">
<span>from</span>
<p class="price">£250</p>
<span>per month</span>
</div>
</div>
<p>1. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
<a class="anchor" href="#perks">
See the perks
<i class="icon">
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 24 24"><g stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="15" fill="none"><path d="M17.488 2.896c-2.012 0-3.805-.936-4.98-2.396h-.016c-1.176 1.461-2.969 2.396-4.979 2.396-1.76 0-3.355-.717-5.014-1.875v14.812s1.451 5.27 10 7.666c8.551-2.396 10-7.666 10-7.666v-14.812c-1.657 1.159-3.251 1.875-5.011 1.875zM17.5 9.521h-3v-3h-4v3h-3v4h3v3h4v-3h3z"/></g></svg>
</i>
</a>
<a href="#" class="button">Book a tour</a>
</div>
</div>
</div>
<div id="perks" class="text-center perks">
<h3 class="title">Perks</h2>
</div>
<div class="row text-center perks">
<div class="large-12 large-centered small-12 columns">
<table class="stack">
<tbody>
<tr class="row column">
<td class="large-4 columns">Content Goes Here</td>
<td class="large-4 columns">This is longer content Donec id elit non mi porta gravida at eget metus.</td>
<td class="large-4 columns">Content Goes Here</td>
</tr>
<tr class="row column">
<td class="large-4 columns">Content Goes Here</td>
<td class="large-4 columns">This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td class="large-4 columns">Content Goes Here</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="text-center perks">
<h3 class="title">Fun</h3>
</div>
<div class="row text-center perks">
<div class="large-12 large-centered small-12 columns">
<table class="stack">
<tbody>
<tr class="row column">
<td class="large-4 columns">Content Goes Here</td>
<td class="large-4 columns">This is longer content Donec id elit non mi porta gravida at eget metus.</td>
<td class="large-4 columns">Content Goes Here</td>
</tr>
<tr class="row column">
<td class="large-4 columns">Content Goes Here</td>
<td class="large-4 columns">This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td class="large-4 columns">Content Goes Here</td>
</tr>
<tr class="row column">
<td class="large-4 columns">Content Goes Here</td>
<td class="large-4 columns">This is longer Content Goes Here Donec id elit non mi porta gravida at eget metus.</td>
<td class="large-4 columns">Content Goes Here</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- Map Section -->
<div class="row column">
<div class="container wrapper">
<div class="row text-center">
<div class="large-12 small-12 columns">
<h2 class="title">Where are we?</h2>
</div>
</div>
<div class="row">
<div class="large-12 small-12 columns map">
<div id="map"></div>
<script>
function initMap() {
var mapDiv = document.getElementById('map');
var map = new google.maps.Map(mapDiv, {
center: {lat: 44.540, lng: -78.546},
zoom: 8
});
}
</script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap">
</script>
</div>
<div class="large-12 small-12 columns citymapper">
<span>14 Sidworth Street </span><span>London, </span><span>E8 3SD</span>
<div class="image text-center"><img src="images/GetMeThere_Citymapper.png" /></div>
</div>
</div>
</div>
</div>
<!-- Logo Section -->
<div class="row column">
<div class="container wrapper">
<div class="row text-center">
<div class="large-12 small-12 columns">
<h2 class="title">Our members include</h2>
</div>
</div>
<div class="row column text-center logo">
<div class="large-2 large-offset-1 small-6 columns">
<p>1. Logo</p>
</div>
<div class="large-2 small-6 columns">
<p>2. Logo</p>
</div>
<div class="large-2 small-6 columns">
<p>3. Logo</p>
</div>
<div class="large-2 small-6 columns">
<p>4. Logo</p>
</div>
<div class="large-2 small-12 columns end">
<p>5. Logo</p>
</div>
</div>
</div>
</div>
<!-- Right Aligned Component -->
<div class="container right-aligned-image-text">
<div class="row column large-collapse small-collapse">
<div class="large-6 small-12 columns image">
</div>
<div class="large-6 small-12 columns copy">
<div class="primary callout row text-center">
<div class="large-10 large-offset-1 columns">
<i class="icon meeting">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 24 24"><g stroke="#000" stroke-linejoin="round" stroke-miterlimit="10" fill="none"><path d="M8.516 18.5v-2h1v-2h-5v2h1v2c-3.055.4-4.766 1.896-5 5h13.074c-.235-3.104-2.02-4.6-5.074-5z"/><path stroke-linecap="round" d="M22.904.802l-12.113 12.112M12.383 11.297c-1.18-1.18.049-4.776 2.979-7.704 1.506-1.509 3.154-2.597 4.154-3.093v3.699M16.213 7.5h4.803M14.213 9.5h5.303c-2.801 2.547-6.117 2.828-7.133 1.812M22.914.781c.912.913.703 2.719-.443 4.719h-4.268"/></g></svg>
</i>
<h2 class="title">Need a meeting room?</h2>
<p><strong>This is a twelve column section in a row.</strong> Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid. Each of these includes a div.callout element so you can see where the columns are - it's not required at all for the grid.</p>
<a href="#" class="button">See the rooms</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer>
<div class="row">
<div class="large-6 large-push-2 small-12 columns">
<ul class="menu no-bullet">
<li><a href="#">Benefits</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Press</a></li>
</ul>
</div>
<div class="large-6 large-pull-6 small-12 columns">
<div class="logo">
<img src="images/worklife-logo.png" />
<span>© Work.Life 2016</span>
</div>
</div>
</div>
</footer>
<div class="reveal row column text-center" id="book_tour" data-reveal data-animation-in="bounce-in hinge-in-from-middle-x" data-animation-out="bounce-out hinge-out-from-middle-x">
<h2 class="title">Book a tour</h2>
<div class="large-8 large-offset-2 small-12 columns">
<input type="text" placeholder="Name">
<input type="email" placeholder="Email">
<select>
<option>Camden</option>
<option>London Fields</option>
<option>Clerkenwell</option>
</select>
</div>
<div class="large-6 large-offset-3 small-12 columns">
<button type="button" class="button">Submit</button>
</div>
<button class="close-button" data-close aria-label="Close modal" type="button">
<span aria-hidden="true">×</span>
</button>
</div>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/what-input/what-input.js"></script>
<script src="bower_components/foundation-sites/dist/foundation.js"></script>
<script src="js/app.js"></script>
<script src="js/fancySelect.js"></script>
</body>
</html>