This repository was archived by the owner on Mar 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
432 lines (385 loc) · 26.1 KB
/
index.html
File metadata and controls
432 lines (385 loc) · 26.1 KB
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
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js ie lt-ie9 " lang="en"><![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html class="no-js " lang="en"><!--<![endif]-->
<head>
<!-- Meta Data -->
<meta charset="UTF-8">
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Titles/Descriptions -->
<title>Chomp - Leeds</title>
<!-- Styles -->
<!--[if IE 9]><!-->
<link rel="stylesheet" href="/assets/dist/css/styles.css">
<!--<![endif]-->
<!--[if lte IE 8]>
<link rel="stylesheet" href="/assets/dist/css/ie.css" media="screen">
<![endif]-->
<!-- @font-face declarations -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/assets/dist/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/dist/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/dist/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/dist/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/dist/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/dist/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/dist/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/dist/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/dist/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/dist/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/dist/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/dist/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/dist/favicon/favicon-16x16.png">
<link rel="favicon" href="/assets/dist/favicon/favicon.ico">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Scripts -->
<noscript><link href="/assets/dist/grunticon/icons.fallback.css" rel="stylesheet"></noscript>
<script src="/assets/dist/js/head.min.js"></script>
</head>
<body class="">
<a href="#navigation" class="is-hidden">Skip to Navigation</a>
<header class="header">
<div class="nav nav--secondary">
<div class="container">
<ul>
<li class="nav__item">
<span class="icon icon--small icon--user-icon"></span>
<a href="#" class="nav__link u-display-inline">My account</a>
</li>
<li class="nav__item">
<span class="icon icon--small icon--logout"></span>
<a href="#" class="nav__link u-display-inline">Logout</a>
</li>
</ul>
</div>
</div>
<div class="container cf">
<a href="index.html" class="logo header__logo">
<span class="is-hidden">Chomp - Leeds</span>
<span class="icon icon--logo"></span>
</a>
<button class="toggle | js-toggle-nav | header__toggle header__toggle--nav" role="button" aria-label="Toggle navigation">
<span class="toggle__label | is-hidden">Toggle navigation</span>
<span class="toggle__icon toggle__icon--nav | icon icon--medium icon--menu-open"></span>
</button>
<nav class="nav-container | header__nav" id="navigation" role="navigation">
<ul class="nav nav--primary">
<li class="nav__item">
<a href="index.html" class="nav__link">Home</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">Past Top picks</a>
</li>
<li class="nav__item">
<a href="home.html" class="nav__link">Inspire me</a>
</li>
<li class="nav__item">
<a href="#" class="nav__link">Contact us</a>
</li>
</ul>
</nav>
</div>
</header>
<main>
<div class="hero hero--home | u-push-top">
<div class="container container--small">
<h1 class="u-align-center u-push-bottom/2">Let's go out <span class="u-weight-medium">tonight</span></h1> <!-- Dynamic depending on time of day -->
<form class="u-align-center u-push-bottom u-margin-center form form--search" action="">
<label for="search" class="is-hidden">Search for a restaurant</label>
<input type="text" name="search" placeholder="What do you fancy?" class="search">
<button type="button" class="search-submit"><span class="icon icon--small icon--search"></span><span class="is-hidden">Search</span></button>
<div class="popular u-align-left u-push-top/2">Popular searches:
<a href="#" class="u-style-underline u-style-italic | popular__link">Leeds,</a>
<a href="#" class="u-style-underline u-style-italic | popular__link">Italian,</a>
<a href="#" class="u-style-underline u-style-italic | popular__link">Indian</a>...
</div>
</form> <!-- Hero search -->
</div> <!-- Hero container -->
</div> <!-- End Hero -->
<div class="promo-area u-pad-bottom@2">
<div class="container">
<div class="featured test--flexbox cf">
<h1 class="beta u-pad-top sub-heading">Top <span class="u-weight-medium">Italian</span> picks for <span class="u-weight-medium">October 2017</span></h1> <!-- Dynamic depending on date and cuisine of the month -->
<div class="grid grid--flex">
<div class="grid__item grid__item--4-12-bp4">
<div class="card card--featured">
<div class="card__image">
<img src="/assets/dist/imgs/restaurants/Zucco.jpg" alt="Zucco">
</div> <!-- End of card image -->
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">Zucco</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">603 Meanwood Road, LS6 4AY</h2>
<p class="u-zero-bottom">The menu changes regularly depending on what ingredients we can source from our suppliers on the day, however some items we are not allowed to change for fear of upsetting our regulars.</p> <!-- End of card text -->
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--Italian"></span>
<span class="icon icon--medium icon--Family-Friendly"></span>
<span class="icon icon--medium icon--Open-Late"></span>
<span class="icon icon--medium icon--Parking"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a> <!-- End of card view button -->
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
<div class="grid__item grid__item--4-12-bp4">
<div class="card card--featured">
<div class="card__image">
<img src="/assets/dist/imgs/restaurants/gusto.jpg" alt="Gusto">
</div> <!-- End of card image -->
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">Gusto Restaurant & Bar</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">10 Greek Street, LS1 5RU</h2>
<p class="u-zero-bottom">Greek Street’s restaurant hotspot has a beautiful parquet floor, plush leather booths and soft lighting.</p> <!-- End of card text -->
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--Italian"></span>
<span class="icon icon--medium icon--Family-Friendly"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a> <!-- End of card view button -->
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
<div class="grid__item grid__item--4-12-bp4">
<div class="card card--featured">
<div class="card__image">
<img src="/assets/dist/imgs/restaurants/Divino.jpg" alt="Divino">
</div> <!-- End of card image -->
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">Divino</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">473 Otley Road, LS16 7NR</h2>
<p class="u-zero-bottom">Big city style in a suburban location. Divino in the beautiful suburb of Adel, North Leeds brings a sophisticated, 'City' dining experience to your doorstep.</p> <!-- End of card text -->
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--Italian"></span>
<span class="icon icon--medium icon--Family-Friendly"></span>
<span class="icon icon--medium icon--Open-Late"></span>
<span class="icon icon--medium icon--Alcohol"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a> <!-- End of card view button -->
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
</div> <!-- End of featured cards grid -->
<a href="#" class="delta u-weight-light u-display-inline u-push-top sub-link">View all previous top picks</a>
<div class="voucher u-push-top@2 u-push-bottom u-display-inline">
<img src="/assets/dist/imgs/voucher.png" alt="Voucher" class="voucher__img">
<div class="voucher__text">
<h3 class="zeta u-push-bottom/2">Deal of the month:</h3>
<div class="qr cf">
<h2 class="gamma u-push-bottom/2 u-weight-medium deal">25% off your total bill at Trattoria Il Forno</h2>
<img src="/assets/dist/imgs/qr.png" alt="QR Code to scan">
</div>
</div> <!-- End of voucher text/qr parts -->
</div> <!-- End of voucher -->
<a href="#" class="delta u-weight-light u-display-inline u-push-top sub-link">Print this deal</a>
</div> <!-- End of featured -->
</div> <!-- End of container area -->
</div> <!-- End of promo area -->
<div class="container additional-restaurants cf">
<h1 class="beta u-push-top sub-heading--inverted u-weight-medium">Other popular restaruants in Leeds</h1>
<div class="results test--flexbox">
<div class="grid grid--flex results--grid">
<div class="grid__item grid__item--6-12-bp2">
<div class="card card--animated">
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">The Man Behind the Curtain</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">68-78 Vicar Lane, LS1 7JH</h2>
<p class="u-zero-bottom">Our Permanent collection is served as a set tasting menu of between 10 and 14 courses, for tables of up to 5 people.</p>
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--English"></span>
<span class="icon icon--medium icon--Parking"></span>
<span class="icon icon--medium icon--Alcohol"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a>
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
<div class="grid__item grid__item--6-12-bp2">
<div class="card card--animated">
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">Kendells Bistro</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">St. Peters Buildings, LS9 8AH</h2>
<p class="u-zero-bottom">Kendells Bistro is opposite the Leeds College of Music, part of the thriving arts district in Leeds City Centre.</p>
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--English"></span>
<span class="icon icon--medium icon--Family-Friendly"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a>
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
<div class="grid__item grid__item--6-12-bp2">
<div class="card card--animated">
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">Salvo’s</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">115 Otley Road, LS6 3PX</h2>
<p class="u-zero-bottom">After celebrating over 40 years in business, Salvo’s still remains one of the most innovative Italian restaurants in the region.</p>
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--Italian"></span>
<span class="icon icon--medium icon--Family-Friendly"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a>
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
<div class="grid__item grid__item--6-12-bp2">
<div class="card card--animated">
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">La Bistro Mediterranean Kitchen</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">124 Long Row, LS18 5AT</h2>
<p class="u-zero-bottom">Family run local establishment with multi national chefs and front of house serving meals to all age groups 7 days a week.</p>
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--Italian"></span>
<span class="icon icon--medium icon--Family-Friendly"></span>
<span class="icon icon--medium icon--Open-Late"></span>
<span class="icon icon--medium icon--Parking"></span>
<span class="icon icon--medium icon--Alcohol"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a>
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
<div class="grid__item grid__item--6-12-bp2">
<div class="card card--animated">
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">Crafthouse</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">Trinity Leeds 70 Boar Lane, LS1 6HW</h2>
<p class="u-zero-bottom">Crafthouse offers regularly changing seasonal British menus and views across the city from within the restaurant or on our exclusive outside terrace. Located on the fifth floor of the Trinity Leeds shopping centre, Crafthouse can be accessed directly via a scenic lift on Boar Lane or from within the shopping centre.</p>
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--English"></span>
<span class="icon icon--medium icon--Open-Late"></span>
<span class="icon icon--medium icon--Alcohol"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a>
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
<div class="grid__item grid__item--6-12-bp2">
<div class="card card--animated">
<div class="card__detail">
<h1 class="delta u-weight-medium u-push-bottom/2">My Thai Leeds</h1>
<h2 class="epsilon u-weight-medium u-push-bottom/2">43 Wade Lane, LS2 8NJ</h2>
<p class="u-zero-bottom">Full range of food and drinks, cosy colourful atmosphere, with the same fun and friendly staff.</p>
<div class="card__inputs">
<div class="details u-float-left">
<span class="icon icon--medium icon--Thai"></span>
</div> <!-- End of card details -->
<a href="#" class="btn btn--primary cf u-float-right">
<span class="btn--label">View</span>
<span class="btn--icon">
<span class="icon icon--small icon--chevron-right-white"></span>
</span>
</a>
</div> <!-- End of card inputs -->
</div> <!-- End of card detail -->
</div> <!-- End of card -->
</div> <!-- End of card grid item -->
</div> <!-- End of grid -->
<a href="#" class="delta u-weight-light u-display-inline u-push-top u-push-bottom@2 sub-link">View more restaurants</a>
</div> <!-- End of results -->
</div> <!-- End of additional restaurants (container) -->
</main>
<footer class="footer u-push-top/2">
<div class="container">
<div class="grid zeta">
<div class="grid__item grid__item--5-12-bp3">
<form class="form form--sign-up" action="">
<label for="email" class="zeta u-weight-medium u-zero-bottom">Sign up to our weekly newsletter:</label>
<input type="email" name="email" placeholder="Enter your email address" class="sign-up">
<button type="button" class="sign-up-submit"><span class="icon icon--small icon--chevron-right-white"></span><span class="is-hidden">Submit</span></button>
</form>
</div> <!-- Newsletter signup -->
<div class="grid__item grid__item--2-12-bp3">
<h3 class="zeta u-weight-medium u-zero-bottom">Write to us:</h3>
<p class="u-weight-light">Chomp HQ<br>
49 Hilton Rd, Leeds<br>
LS8 4HA</p>
</div> <!-- Address -->
<div class="grid__item grid__item--2-12-bp3">
<h3 class="zeta u-weight-medium u-zero-bottom">Call us:</h3>
<a href="tel:01234 891234" class="u-weight-light footer__link">01234 891234</a>
<h3 class="zeta u-weight-medium u-zero-bottom u-push-top">Fax us:</h3>
<a href="tel:01234 891234" class="u-weight-light footer__link">01234 891234</a>
</div> <!-- Contact -->
<div class="grid__item grid__item--3-12-bp3">
<div class="social-media">
<a href="#" class="icon icon--large icon--twitter--italian"></a>
<a href="#" class="icon icon--large icon--facebook--italian u-push-left@2"></a>
<a href="#" class="icon icon--large icon--email--italian u-push-left@2"></a>
</div>
</div> <!-- Social Media -->
</div> <!-- End of grid -->
</div> <!-- End of container -->
</footer> <!-- End of footer -->
<div class="copyright | u-push-top/2">
<div class="container">
<ul class="zeta | copyright__links">
<li class="copyright__link">Copyright © Chomp | Created by <a href="mailto:alexed93@gmail.com" class="link">Alex Edwards</a></li>
<li class="copyright__link">|</li>
<li class="copyright__link"><a href="#">To top</a></li>
<li class="copyright__link">|</li>
<li class="copyright__link"><a href="#">Accessibility</a></li>
</ul> <!-- End of copyright links -->
</div> <!-- End of container -->
</div> <!-- End of copyright -->
<script src="/assets/dist/js/main.min.js"></script>
</body>
</html>