-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
375 lines (369 loc) · 16.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resturant Project</title>
<!-- slick css -->
<link rel="stylesheet" type="text/css" href="vendor/css/slick.css">
<!-- font-awesome css -->
<link rel="stylesheet" type="text/css" href="vendor/css/font-awesome.css">
<!-- google fonts css -->
<link rel="stylesheet" type="text/css" href="fonts/stylesheet.css">
<!-- default css -->
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<!-- header starts -->
<header class="header">
<div class="highlighter"></div>
<div class="container">
<a class="logo" href="#"><img src="img/header/logo.png" alt="resturant--logo"></a>
<nav class="nav">
<ul class="nav__menu">
<li class="nav__item ">
<a href="#promo" class="nav__link nav__link--active">Home</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">About</a>
</li>
<li class="nav__item">
<a href="#ingredient" class="nav__link">Ingredients</a>
</li>
<li class="nav__item">
<a href="#menu" class="nav__link">Menu</a>
</li>
<li class="nav__item">
<a href="#review" class="nav__link">Review</a>
</li>
<li class="nav__item">
<a href="#reservation" class="nav__link">Reservation</a>
</li>
<li>
<ul class="social nav__social">
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
</li>
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"> </i>
</a>
</li>
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"> </i>
</a>
</li>
</ul> <!-- .nav__social (for only max-width: 480px)-->
</li>
</ul> <!-- .nav__menu -->
</nav> <!-- .nav -->
<ul class="social header__social">
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
</li>
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"> </i>
</a>
</li>
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-instagram" aria-hidden="true"> </i>
</a>
</li>
</ul> <!-- .social -->
<div class="menu__icon"><small></small></div>
</div>
</header>
<!-- header ends -->
<!-- content starts -->
<main class="content">
<section class="promo" id="promo">
<div class="promo__text--wrap">
<h3 class="heading__primary heading__primary--main">the right ingredients <br>
for the right food</h3>
<div class="seperator">
<img src="img/seperator/seperator.png" alt="seperator">
</div>
<div class="btn__wrap">
<a href="#" class="btn btn__black">book a table</a>
<a href="#" class="btn btn__white"><span class="btn__shadow"></span>see the menu</a>
</div>
</div> <!-- .promo__text--wrap -->
</section> <!-- .promo -->
<section class="about" id="about">
<div class="container flex-container">
<div class="about__food">
<h3 class="heading__primary color-primary">Just the right food</h3>
<div class="seperator">
<img src="img/seperator/seperator-yellow.png" alt="seperator">
</div>
<p class="paragraph">If you’ve been to one of our restaurants, you’ve seen – and tasted – what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out!</p>
<figure class="about__cook">
<img src="img/about/chef.png" alt="Chef">
</figure>
</div> <!-- .about__food -->
<div class="about__dish">
<img src="img/about/dish.png" alt="Resturant Dish">
</div> <!-- .about__dish -->
</div>
</section><!-- .about -->
<section class="ingredient" id="ingredient">
<div class="container flex-container">
<div class="darkbox">
<h3 class="heading__primary">Fine ingredients</h3>
<div class="seperator">
<img src="img/seperator/seperator-small-white.png" alt="seperator">
</div>
<p class="paragraph">If you’ve been to one of our restaurants, you’ve seen – and tasted – what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out!
</p>
<ul class="ingredient__item--list">
<li class="ingredient__item"><img src="img/ingredients/ingredient-item1.png" alt="Ingredients Item"></li><li class="ingredient__item"><img src="img/ingredients/ingredient-item2.png" alt="Ingredients Item"></li><li class="ingredient__item"><img src="img/ingredients/ingredient-item3.png" alt="Ingredients Item"></li>
</ul>
</div> <!-- .darkbox -->
</div>
</section> <!-- .ingredient -->
<section class="menu" id="menu">
<div class="container">
<div class="menu__list--wrap">
<ul class="menu__list">
<li class="menu__item">
<h3 class="heading__primary">Appetisers</h3>
<div class="seperator">
<img src="img/seperator/seperator-yellow.png" alt="seperator">
</div>
<ul class="menu__food--list">
<li class="menu__food--item">
<span class="menu__special--box">Special</span>
<div class="menu__food--intro"> <span> Tzatsiki
</span> <span> $3.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
<li class="menu__food--item">
<span class="menu__special--box">Special</span>
<div class="menu__food--intro"> <span>Aubergine_Salad</span> <span>$5.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
<li class="menu__food--item">
<span class="menu__special--box">Special</span>
<div class="menu__food--intro"> <span>Aubergine_Salad</span> <span>$5.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
</ul>
</li> <!-- .menu__item -->
<li class="menu__item">
<h3 class="heading__primary">Salads</h3>
<div class="seperator">
<img src="img/seperator/seperator-yellow.png" alt="seperator">
</div>
<ul class="menu__food--list">
<li class="menu__food--item">
<span class="menu__special--box">Special</span> <div class="menu__food--intro"> <span> Olive Special
</span> <span> $3.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
<li class="menu__food--item menu__special">
<span class="menu__special--box">Special</span> <div class="menu__food--intro"> <span>Greek Salad</span> <span>$5.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
<li class="menu__food--item">
<span class="menu__special--box">Special</span> <div class="menu__food--intro"> <span>Gusto Salad</span> <span>$5.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
</ul>
</li> <!-- .menu__item -->
</ul> <!-- .menu__list -->
<ul class="menu__list">
<li class="menu__item">
<h3 class="heading__primary">Starters</h3>
<div class="seperator">
<img src="img/seperator/seperator-yellow.png" alt="seperator">
</div>
<ul class="menu__food--list">
<li class="menu__food--item">
<span class="menu__special--box">Special</span> <div class="menu__food--intro"> <span> Haloumi
</span> <span> $3.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
<li class="menu__food--item">
<span class="menu__special--box">Special</span> <div class="menu__food--intro"> <span>Spinach Pie</span> <span>$5.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
</ul>
</li> <!-- .menu__item -->
<li class="menu__item">
<h3 class="heading__primary">Main Dishes</h3>
<div class="seperator">
<img src="img/seperator/seperator-yellow.png" alt="seperator">
</div>
<ul class="menu__food--list">
<li class="menu__food--item">
<span class="menu__special--box">Special</span>
<div class="menu__food--intro"><span> Cornish Mackerel
</span> <span> $3.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
<li class="menu__food--item menu__special">
<span class="menu__special--box">Special</span>
<div class="menu__food--intro"> <span>Roast Lamb</span> <span>$5.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
<li class="menu__food--item">
<span class="menu__special--box">Special</span> <div class="menu__food--intro"> <span>Fried Chicken</span> <span>$5.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
<li class="menu__food--item">
<span class="menu__special--box">Special</span> <div class="menu__food--intro"> <span>Pastitsio</span> <span>$5.99</span> </div>
<p class="paragraph">Refreshing traditional cucumber and garlic yoghurt dip.</p>
</li>
</ul>
</li> <!-- .menu__item -->
</ul> <!-- .menu__list -->
</div> <!-- .menu__list--wrap -->
</div>
</section> <!-- .menu -->
<section class="review" id="review">
<div class="container">
<div class="darkbox">
<h3 class="heading__primary">Guest Reviews</h3>
<div class="seperator"><img src="img/seperator/seperator.png" alt="seperator"></div>
<blockquote class="review__text">
<p class="paragraph">If you’ve been to one of our restaurants, you’ve seen – and tasted – what keeps our customers coming back for more. Perfect materials and freshly baked food, delicious Lambda cakes, muffins, and gourmet coffees make us hard to resist! Stop in today and check us out!
</p>
<p class="paragraph review__by"> - food inc, New York </p>
</blockquote>
</div> <!-- .darkbox -->
</div>
</section> <!-- .review -->
<section class="reservation" id="reservation">
<div class="container flex-container">
<div class="reservation__image">
<div class="reservation__image--wrap">
<img src="img/reservation/img-1.jpg" alt="Reservation img">
</div>
<div class="reservation__image--wrap">
<img src="img/reservation/img-2.jpg" alt="Reservation img">
</div>
</div> <!-- .reservation__image -->
<div class="reservation__procedure">
<div class="reservation__desc">
<h3 class="heading__primary color-primary">Just the right food</h3>
<div class="seperator">
<img src="img/seperator/seperator-yellow.png" alt="seperator">
</div>
<div class="reservation__passage">
<p class="paragraph"> If you’ve been to one of our restaurants,
you’ve seen – and tasted – what keeps our customers coming
back for more. Perfect materials and freshly baked food.
</p>
<p class="paragraph">Delicious Lambda cakes, muffins, and gourmet
coffees make us hard to resist! Stop in today and check us out! Perfect
materials and freshly baked food.
</p>
</div>
</div>
<div class="reservation__form">
<div class="input__wrap">
<label>Name</label>
<input type="text" name="Name" class="input" placeholder="your name *">
</div>
<div class="input__wrap">
<label>Email</label>
<input type="email" name="email" class="input" placeholder="your email *">
</div>
<div class="input__wrap">
<label>Date</label>
<input type="date" name="date" class="input">
</div>
<div class="input__wrap">
<label>Party Number</label>
<input type="text" name="Name" class="input" placeholder="party number">
</div>
<a href="#" class="btn">Book now</a>
</div>
</div> <!-- .reservation__procedure -->
</div>
</section> <!-- .reservation -->
</main>
<!-- content ends -->
<!-- footer starts -->
<footer class="footer">
<section class="contact">
<div class="container">
<div class="contact__info--wrap">
<div class="contact__info">
<h3 class="heading__primary">About Us</h3>
<div class="seperator">
<img src="img/seperator/seperator-small-white.png" alt="seperator">
</div>
<p class="paragraph">
Lambda's new and expanded Chelsea location represents a truly authentic <b>Greek</b> patisserie, featuring breakfasts of fresh croissants and steaming bowls of café.
Lamda the best restaurant in town
</p>
</div> <!-- .contact__info -->
<div class="contact__info">
<h3 class="heading__primary">Opening Ours</h3>
<div class="seperator">
<img src="img/seperator/seperator-small-white.png" alt="seperator">
</div>
<p class="paragraph">
<b>Mon-Thu:</b> 7:00am-8:00pm <br>
<b>Fri-Sun:</b> 7:00am-10:00pm
</p>
<ul class="payment">
<li class="payment__item"><a href="#" class="payment__link"><img src="img/footer/pay-img-1.jpg" alt="payment method"></a></li>
<li class="payment__item"><a href="#" class="payment__link"><img src="img/footer/pay-img-2.jpg" alt="payment method"></a></li>
<li class="payment__item"><a href="#" class="payment__link"><img src="img/footer/pay-img-3.jpg" alt="payment method"></a></li>
</ul>
</div> <!-- .contact__info -->
<div class="contact__info">
<h3 class="heading__primary">Our Location</h3>
<div class="seperator">
<img src="img/seperator/seperator-small-white.png" alt="seperator">
</div>
<p class="paragraph">
<b>19th Paradise Street Sitia <br> 128 Meserole Avenue</b>
</p>
<ul class="social">
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
</li>
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-youtube" aria-hidden="true"></i>
</a>
</li>
<li class="social__item">
<a href="#" class="social__link" target="_blank">
<i class="fa fa-twitter" aria-hidden="true"> </i>
</a>
</li>
</ul> <!-- .social -->
</div> <!-- .contact__info -->
</div> <!-- .contact__infor--wrap -->
</div>
</section> <!-- .contact -->
</footer>
<!-- footer ends -->
<!-- scripts -->
<script src="vendor/js/jquery.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>