-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui.html
339 lines (329 loc) · 16.1 KB
/
ui.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
<!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">
</head>
<body class="fields">
<!-- Top Bar -->
<div class="top-bar">
<div class="top-bar-title">
<span data-responsive-toggle="responsive-menu" data-hide-for="medium">
<button class="menu-icon dark" type="button" data-toggle></button>
</span>
<strong>Work.Life</strong>
</div>
<div id="responsive-menu">
<div class="top-bar-left">
<ul class="dropdown menu" data-dropdown-menu data-disable-hover="true" data-click-open="true">
<li>
<a href="#">Locations</a>
<ul class="menu vertical">
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
</ul>
</li>
<li>
<a href="#">Perfect For</a>
<ul class="menu vertical">
<li><a href="#">One</a></li>
<li><a href="#">Two</a></li>
</ul>
</li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Events</a></li>
<li><a href="#">Meeting Rooms</a></li>
</ul>
</div>
</div>
<div class="top-bar-right">
<a href="#" class="button">Book a Tour</a>
</div>
</div>
<!-- Header Banner -->
<div class="wrapper top-header">
<div class="full-screen-banner" data-img-width="2560" data-img-height="1600">
<div class="row">
<div class="large-6 large-offset-3 small-12 columns text-center content">
<div class="copy">
<h1>London Fields</h1>
<h2>The newest workspace in North London</h2>
</div>
</div>
</div>
</div>
<div class="slim-full-width-form">
<div class="row">
<div class="large-12 columns">
<ul class="menu row">
<li class="large-3 medium-3 small-12 columns">Book a tour</li>
<li class="large-3 medium-3 small-12 columns"><input type="text" placeholder="Name"></li>
<li class="large-3 medium-3 small-12 columns"><input type="email" placeholder="Email"></li>
<li class="large-3 medium-3 small-12 columns"><button type="button" class="button">Submit</button></li>
</ul>
</div>
</div>
</div>
</div>
<!-- Left Aligned Component -->
<div class="container left-aligned-image-text">
<div class="row large-collapse small-collapse">
<div class="large-6 large-push-6 small-12 columns image">
</div>
<div class="large-6 large-pull-6 small-12 columns copy">
<div class="primary callout row">
<div class="large-10 large-offset-1 ">
<h3 class="title">Your home away from home</h3>
<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="container wrapper">
<div class="row text-center tabs">
<ul class="tabs" data-tabs id="example-tabs">
<li class="tabs-title is-active"><a href="#panel1" aria-selected="true"><h4 class="title">Shared Workspace</h4></a></li>
<li class="tabs-title"><a href="#panel2"><h4 class="title">Meeting Space</h4></a></li>
<li class="tabs-title"><a href="#panel3"><h4 class="title">Mood Boards</h4></a></li>
</ul>
</div>
<div class="row 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">
<div class="primary callout large-4 large-push-7">
<div class="">
<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>
<div class="large-12 small-12 columns tabs-panel" id="panel2">
<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 class="large-12 small-12 columns tabs-panel" id="panel3">
<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>
<!-- Value Component -->
<div class="container wrapper">
<div class="row text-center">
<h3 class="title">Everything you need</h3>
<p>We've designed our spaces around things that matter most for our members.</p>
</div>
<div class="row text-center">
<div class="large-4 small-12 columns">
<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">
<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">
<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 class="large-4 small-12 columns">
<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">
<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">
<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">
<h3 class="title">Commitment Phobe?</h3>
<p>We're OK with that... We've designed our spaces around things that matter most for our members.</p>
</div>
<div class="row text-center">
<div class="large-4 small-12 columns">
<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">
<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">
<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 perks">
</div>
</div>
<!-- Logo Section -->
<div class="container wrapper">
<div class="row text-center">
<h3 class="title">Our members include</h3>
</div>
<div class="row text-center">
<div class="large-2 large-offset-1 small-12 columns">
<p>1. Logo</p>
</div>
<div class="large-2 small-12 columns">
<p>2. Logo</p>
</div>
<div class="large-2 small-12 columns">
<p>3. Logo</p>
</div>
<div class="large-2 small-12 columns">
<p>4. Logo</p>
</div>
<div class="large-2 small-12 columns end">
<p>5. Logo</p>
</div>
</div>
</div>
<!-- Right Aligned Component -->
<div class="container right-aligned-image-text">
<div class="row 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">
<div class="large-10 large-offset-1 ">
<h3 class="title">Need a meeting room?</h3>
<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>
<div class="row">
<div class="large-12 medium-12 columns">
<h5>Form UI</h5>
<div class="callout">
<h5>Form UI Light</h5>
<form>
<div class="row">
<div class="large-12 columns">
<label>Input Label</label>
<input type="text" placeholder="large-12.columns" />
</div>
</div>
<div class="row">
<div class="large-4 medium-4 columns">
<label>Input Label</label>
<input type="text" placeholder="large-4.columns" />
</div>
<div class="large-4 medium-4 columns">
<label>Input Label</label>
<input type="text" placeholder="large-4.columns" disabled class="disabled" />
</div>
<div class="large-4 medium-4 columns">
<div class="row collapse">
<label>Input Label</label>
<div class="input-group">
<input type="text" placeholder="small-9.columns" class="input-group-field" />
<span class="input-group-label">.com</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Select Box</label>
<select>
<option value="husker">Husker</option>
<option value="starbuck">Starbuck</option>
<option value="hotdog">Hot Dog</option>
<option value="apollo">Apollo</option>
</select>
</div>
</div>
<div class="row">
<div class="large-6 medium-6 columns">
<label>Choose Your Favorite</label>
<input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Radio 1</label>
<input type="radio" name="pokemon" value="Blue" id="pokemonBlue"><label for="pokemonBlue">Radio 2</label>
</div>
<div class="large-6 medium-6 columns">
<label>Check these out</label>
<input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Checkbox 2</label>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Textarea Label</label>
<textarea placeholder="small-12.columns"></textarea>
</div>
</div>
</form>
</div>
<div class="primary callout">
<h5>Form UI Dark</h5>
<form data-abide>
<div class="row">
<div class="large-6 columns">
<label>Input Label</label>
<input type="text" placeholder="large-12.columns" />
</div>
<div class="large-6 columns">
<label>Input Label</label>
<input type="text" placeholder="large-12.columns" focus />
</div>
</div>
<div class="row">
<div class="large-4 medium-4 columns error">
<label>Input Label</label>
<input type="text" placeholder="Error" class="is-invalid-input" required />
</div>
<div class="large-4 medium-4 columns">
<label>Input Label</label>
<input type="text" placeholder="Disabled" disabled />
</div>
<div class="large-4 medium-4 columns success">
<label>Input Label</label>
<input type="text" placeholder="Success" class="success" />
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Select Box</label>
<select>
<option value="husker">Husker</option>
<option value="starbuck">Starbuck</option>
<option value="hotdog">Hot Dog</option>
<option value="apollo">Apollo</option>
</select>
</div>
</div>
<div class="row">
<div class="large-6 medium-6 columns">
<label>Choose Your Favorite</label>
<input type="radio" name="pokemon" value="Red" id="pokemonRed"><label for="pokemonRed">Radio 1</label>
<input type="radio" name="pokemon" value="Blue" id="pokemonBlue"><label for="pokemonBlue">Radio 2</label>
</div>
<div class="large-6 medium-6 columns">
<label>Check these out</label>
<input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
<input id="checkbox2" type="checkbox"><label for="checkbox2">Checkbox 2</label>
</div>
</div>
<div class="row">
<div class="large-12 columns">
<label>Textarea Label</label>
<textarea placeholder="small-12.columns"></textarea>
</div>
</div>
</form>
</div>
</div>
</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>
</body>
</html>