-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
367 lines (337 loc) · 13.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lambda</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="icon" href="favicon.png"/>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/layout.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<section class="ba-intro">
<header class="ba-header cf">
<div class="ba-container">
<a href="#" class="ba-logo ba-float-left"><img src="img/logo.png" alt="logo"></a>
<nav class="ba-float-right cf">
<ul class="ba-nav-menu ba-float-left">
<li class="ba-nav-menu__item">
<a href="#">Home</a>
</li>
<li class="ba-nav-menu__item">
<a href="#">About</a>
</li>
<li class="ba-nav-menu__item">
<a href="#">Igredients</a>
</li>
<li class="ba-nav-menu__item">
<a href="#">Menu</a>
</li>
<li class="ba-nav-menu__item">
<a href="#">Reviews</a>
</li>
<li class="ba-nav-menu__item">
<a href="#">Reservations</a>
</li>
</ul>
<ul class="ba-header-soc ba-float-right">
<li class="ba-header-soc__item"><a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a></li>
<li class="ba-header-soc__item"><a href="#"><i class="fa fa-youtube" aria-hidden="true"></i></a></li>
<li class="ba-header-soc__item"><a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
</ul>
</nav>
</div>
</header>
<div class="ba-container">
<div class="ba-intro-text ba-text-center">
<h2 class="ba-intro__title">the right ingredients
for the right food</h2>
<a href="#" class="ba-button-intro ba-button-intro--black">BOOK A TABLE</a>
<a href="#" class="ba-button-intro ba-button-intro--white">SEE THE MENU</a>
</div>
</div>
</section>
<main role="main" >
<section class="ba-about">
<div class="ba-container">
<div class="ba-grid">
<div class="ba-width-medium-1-2">
<div class="ba-about-text ba-text-center">
<h2 class="ba-about__title">Just the right food</h2>
<p>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>
<img src="img/cook.png" alt="cook">
</div>
</div>
<div class="ba-width-medium-1-2">
<img src="img/dish.png">
</div>
</div>
</div>
</section>
<section class="ba-ingredients">
<div class="ba-container cf">
<div class="ba-width-large-1-2 ba-width-small-1-1 ba-float-right">
<div class="ba-ingredients-block ba-text-center">
<div class="ba-ingredients-text ba-text-center">
<h2 class="ba-ingredients__title">Fine ingredients</h2>
<p>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>
</div>
<img class="ba-ingredients__img" src="img/ingredient1.png" alt="ingredient1">
<img class="ba-ingredients__img"src="img/ingredient2.png" alt="ingredient1">
<img class="ba-ingredients__img"src="img/ingredient3.png" alt="ingredient1">
</div>
</div>
</div>
</section>
<section class="ba-menu" id="menu">
<div class="ba-container">
<div class="ba-grid">
<div class="ba-width-medium-1-2">
<div class="ba-menu-block">
<h3 class="ba-menu-block__title ba-text-center">Appetisers</h3>
<ul class="ba-menu-block__list">
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Tzatsiki</h4>
<span class="ba-menu-item__price">$3.99</span>
</div>
<p class="ba-menu-block__item__description">
Refreshing traditional cucumber and garlic yoghurt dip.
</p>
</li>
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Aubergine Salad</h4>
<span class="ba-menu-item__price">$5.50</span>
</div>
<p class="ba-menu-block__item__description">
.Pureed eggplant, garlic, green pepper and tomato dip.
</p>
</li>
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Aubergine Salad</h4>
<span class="ba-menu-item__price">$5.25</span>
</div>
<p class="ba-menu-block__item__description">
Pureed eggplant, garlic, green pepper and tomato dip.
</p>
</li>
</ul>
</div>
<div class="ba-menu-block">
<h3 class="ba-menu-block__title ba-text-center">Salads</h3>
<ul class="ba-menu-block__list">
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Olive Special</h4>
<span class="ba-menu-item__price">$5.99</span>
</div>
<p class="ba-menu-block__item__description">
Refreshing traditional cucumber and garlic yoghurt dip.
</p>
</li>
<li class="ba-menu-block__special">
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Greek Salad</h4>
<span class="ba-menu-item__price">$5.50</span>
</div>
<p class="ba-menu-block__item__description">
.Pureed eggplant, garlic, green pepper and tomato dip.
</p>
</li>
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Gusto Salad</h4>
<span class="ba-menu-item__price">$5.25</span>
</div>
<p class="ba-menu-block__item__description">
Pureed eggplant, garlic, green pepper and tomato dip.
</p>
</li>
</ul>
</div>
</div>
<div class="ba-width-medium-1-2">
<div class="ba-menu-block">
<h3 class="ba-menu-block__title ba-text-center">Starters</h3>
<ul class="ba-menu-block__list">
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Haloumi</h4>
<span class="ba-menu-item__price">$3.99</span>
</div>
<p class="ba-menu-block__item__description">
Refreshing traditional cucumber and garlic yoghurt dip.
</p>
</li>
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Spinach Pie</h4>
<span class="ba-menu-item__price">$5.50</span>
</div>
<p class="ba-menu-block__item__description">
.Pureed eggplant, garlic, green pepper and tomato dip.
</p>
</li>
</ul>
</div>
<div class="ba-menu-block">
<h3 class="ba-menu-block__title ba-text-center">Main Dishes</h3>
<ul class="ba-menu-block__list">
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Cornish Mackerel</h4>
<span class="ba-menu-item__price">$5.99</span>
</div>
<p class="ba-menu-block__item__description">
Refreshing traditional cucumber and garlic yoghurt dip.
</p>
</li>
<li class="ba-menu-block__special">
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Roast Lamb</h4>
<span class="ba-menu-item__price">$5.50</span>
</div>
<p class="ba-menu-block__item__description">
.Pureed eggplant, garlic, green pepper and tomato dip.
</p>
</li>
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Fried Chicken</h4>
<span class="ba-menu-item__price">$5.25</span>
</div>
<p class="ba-menu-block__item__description">
Pureed eggplant, garlic, green pepper and tomato dip.
</p>
</li>
<li>
<div class="ba-menu-block__item cf">
<h4 class="ba-menu-item__name">Pastitsio</h4>
<span class="ba-menu-item__price">$5.99</span>
</div>
<p class="ba-menu-block__item__description">
Refreshing traditional cucumber and garlic yoghurt dip.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="ba-review">
<div class="ba-container">
<div class="ba-review-block ba-text-center">
<div class="ba-review-text">
<h2 class="ba-review__title">Guest Reviews</h2>
<p class="ba-review__item">
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="ba-reviwer">- food inc, New York</p>
</div>
</div>
</div>
</section>
<section class="ba-reservation">
<div class="ba-container">
<div class="ba-grid">
<div class="ba-width-medium-1-2">
<div class="ba-grid">
<div class="ba-width-1-2"> <img class="ba-reservation__img ba-float-left" src="img/reserv-1.jpg" alt="reserv1"></div>
<div class="ba-width-1-2"><img class="ba-reservation__img ba-float-left" src="img/reserv-2.jpg" alt="reserv-2"></div>
</div>
</div>
<div class="ba-width-medium-1-2">
<div class="ba-reservation-text ba-text-center">
<h2 class="ba-reservation__title">Just the right food</h2>
<p>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>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>
<form class="ba-form" method="post" action="#">
<div class="ba-grid">
<div class="ba-width-small-1-2">
<label for="name">
Name</label>
<input class="ba-form-field" type="text" name="name" required placeholder="your name *">
</div>
<div class="ba-width-small-1-2">
<label for="email">
Email</label>
<input class="ba-form-field" type="email" name="email" required placeholder="your email *">
</div>
</div>
<div class="ba-grid">
<div class="ba-width-small-1-2">
<label for="date">
Date</label>
<input class="ba-form-field" type="date" name="date" required value="2016-04-26">
</div>
<div class="ba-width-small-1-2">
<label for="number">Party number</label>
<select name="number" id="number" class="ba-form-select">
<option selected value="party number">party number</option>
<option value="1">1</option>
<option value="2">2</option>
</select>
</div>
</div>
<button type="submit" class="ba-button--form" >Book now!</button>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="ba-footer">
<div class="ba-container">
<div class="ba-grid">
<div class="ba-width-small-2-4">
<div class="ba-footer-about ba-text-center">
<h4 class="ba-footer-about__title">About Us</h4>
<p>Lambda's new and expanded Chelsea location represents a truly authentic <strong>Greek</strong> patisserie, featuring breakfasts of fresh croissants and steaming bowls of café.
Lamda the best restaurant in town</p>
</div>
</div>
<div class="ba-width-small-1-4">
<div class="ba-footer-opening ba-text-center">
<h4 class="ba-footer-opening__title">Opening Hours</h4>
<p>Mon-Thu: 7:00am-8:00pm</p>
<p>Fri-Sun: 7:00am-10:00pm</p>
<div class="ba-footer-card__links">
<a href="#" class="fa fa-credit-card" aria-hidden="true"></a>
<a href="#" class="fa fa-credit-card-alt" aria-hidden="true"></a>
<a href="#" class="fa fa-cc-visa" aria-hidden="true"></a>
<a href="#" class="fa fa-cc-mastercard" aria-hidden="true"></a>
</div>
</div>
</div>
<div class="ba-width-small-1-4">
<div class="ba-footer-location ba-text-center">
<h4 class="ba-footer-location__title">Our Location</h4>
<address>19th Paradise Street Sitia</address>
<address>128 Meserole Avenue</address>
<div class="ba-footer-social__links">
<a href="#" class="fa fa-facebook" aria-hidden="true"></a>
<a href="#" class="fa fa-youtube-square" aria-hidden="true"></a>
<a href="#" class="fa fa-twitter-square" aria-hidden="true"></a>
<a href="#" class="fa fa-google-plus-square" aria-hidden="true"></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/main.js"></script>
</body>
</html>