-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
211 lines (208 loc) · 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lambda</title>
<link href="css/normalize.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<header>
<div class="layout-center-wrapper clearfix">
<div class="logo">
<img src="img/Logo.png" height="92" width="156" alt="logo">
</div>
<nav class="menu clearfix">
<ul>
<li>Home</li>
<li>About</li>
<li>Ingridients</li>
<li>Menu</li>
<li>Reviews</li>
<li>Reservations</li>
</ul>
</nav>
<div class="social-top-block">
<img src="img/sprite/sprite-social.png" height="21" width="81" alt="social">
</div>
</div>
<h1>the right ingredients
for the right food</h1>
<div class="header-button clearfix">
<a href="#">Book a table</a>
<a href="#">See the menu</a>
</div>
</header>
<section class="tasty-food">
<div class="layout-center-wrapper clearfix">
<div class="description-tasty-food">
<h2>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>
<div class="signature">
<img src="img/signature.png" height="221" width="219" alt="signature">
</div>
</div>
<div class="picture-tasty-food">
<img src="img/dish.png" height="625" width="621" alt="bright-dish">
</div>
</div>
</section>
<section class="ingridients">
<div class="layout-center-wrapper clearfix">
<aside class="recipe">
<h3>Fine ingredients</h3>
<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 class="ingridients-picture">
<div class="cereals"><img src="img/ingridients/1.png" height="110" width="110" alt="wheat"></div>
<div class="cereals"><img src="img/ingridients/2.png" alt="rye"></div>
<div class="cereals"><img src="img/ingridients/3.png" alt="bread"></div>
</div>
</aside>
</div>
</section>
<section class="menu-food">
<div class="layout-center-wrapper clearfix">
<div class="to-left table">
<div class="left-block-top">
<h4 class="title-menu">Appetisers</h4>
<div class="specific">
<span class="name to-left">Tzatsiki</span>
<span class="price to-right">$3.99</span>
</div>
<p>Refreshing traditional cucumber and garlic yoghurt dip.</p>
<div class="specific">
<span class="name to-left">Aubergine_Salad</span>
<span class="price to-right">$5.50</span></div>
<p>Pureed eggplant, garlic, green pepper and tomato dip.</p>
<div class="specific">
<span class="name to-left">Aubergine_Salad</span>
<span class="price to-right">$5.25</span></div>
<p>Pureed eggplant, garlic, green pepper and tomato dip.</p>
</div>
<!-- Закрыли левый верхний блок -->
<div class="left-block-bottom">
<h4 class="title-menu">Salads</h4>
<div class="specific">
<span class="name to-left">Olive_Special</span>
<span class="price to-right">$5.99</span></div>
<p>Refreshing traditional cucumber and garlic yoghurt dip.</p>
<div class="special-price-left">
<div class="specific">
<span class="name to-left">Greek_Salad</span>
<span class="price to-right">$5.50</span></div>
<p>Pureed eggplant, garlic, green pepper and tomato dip.</p>
</div>
<div class="specific">
<span class="name to-left">Gusto_Salad</span>
<span class="price to-right">$5.25</span></div>
<p>Pureed eggplant, garlic, green pepper and tomato dip.</p>
</div>
<!-- Закрыли левый нижний блок -->
</div>
<!-- Закрыли левый блок полностью -->
<div class="to-right table">
<div class="right-block-top">
<h4 class="title-menu">Starters</h4>
<div class="specific">
<span class="name to-left">Haloumi</span>
<span class="price to-right">$3.99</span></div>
<p>Refreshing traditional cucumber and garlic yoghurt dip.</p>
<div class="specific">
<span class="name to-left">Spinach_Pie</span>
<span class="price to-right">$5.50</span></div>
<p>Pureed eggplant, garlic, green pepper and tomato dip.</p>
</div>
<!-- Закрыли правый верхний блок -->
<div class="right-block-bottom">
<h4 class="title-menu">Main Dishes</h4>
<div class="specific">
<span class="name to-left">Cornish Mackerel</span>
<span class="price to-right">$5.99</span></div>
<p>Refreshing traditional cucumber and garlic yoghurt dip.</p>
<div class="special-price-right">
<div class="specific">
<span class="name to-left">Roast_Lamb</span>
<span class="price to-right">$5.50</span></div>
<p>Pureed eggplant, garlic, green pepper and tomato dip.</p>
</div>
<div class="specific">
<span class="name to-left">Fried_Chicken</span>
<span class="price to-right">$5.25</span></div>
<p>Pureed eggplant, garlic, green pepper and tomato dip.</p>
<div class="specific">
<span class="name to-left">Pastitsio</span>
<span class="price to-right">$5.99</span></div>
<p>Refreshing traditional cucumber and garlic yoghurt dip.</p>
</div>
<!-- Закрыли правый нижний блок -->
</div>
<!-- Закрыли правый блок полностью -->
</div>
</section>
<section class="meat">
<div class="layout-center-wrapper clearfix">
<article class="description-meat">
<h5>Guest Reviews</h5>
<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>
<p>- food inc, New York</p>
</article>
</div>
</section>
<section class="bottom-pattern">
<div class="layout-center-wrapper clearfix">
<div class="picture-block to-left clearfix">
<div class="pic-1 to-left"><img src="img/dish-footer-left.jpg" height="507" width="270" alt="dish-footer-left"></div>
<div class="pic-2 to-right"><img src="img/dish-footer-right.jpg" height="507" width="270" alt="dish-footer-right"></div>
</div>
<div class="form-block to-right">
<h6 class="title-name-form">Just the right food</h6>
<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 class="para">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>
<form class="contact-form">
<div class="half-width">
<label for="name-field" class="contact-name">Name</label>
<br>
<input type="text" name="login" id="name-field" placeholder="your name*" required>
</div>
<div class="half-width">
<label for="name-field" class="contact-name">Name</label>
<br>
<input type="text" name="login" id="name-field" placeholder="your name*" required>
</div>
<div class="half-width">
<label for="phone-field" class="phone">Date:</label>
<br>
<input type="date" name="date" id="date-field" placeholder="Выберите дату начала обучение" required>
</div>
<div class="half-width">
<label for="phone-field" class="phone">Number:</label>
<br>
<input type="tel" name="number" id="phone-field" placeholder="for back phone" required>
</div>
</form>
<input class="submit" type="submit" value="Book now!">
</div>
</div>
</section>
<footer>
<div class="layout-center-wrapper clearfix">
<div class="footer-column to-left">
<h6>About Us</h6>
<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é.
<br> Lamda the best restaurant in town</p>
</div>
<div class="footer-column to-left">
<h6>Opening Hours</h6>
<span><strong>Mon-Thu:</strong>7:00am-8:00pm</span>
<br>
<span><strong>Fri-Sun:</strong>7:00am-10:00pm</span>
</div>
<div class="footer-column to-right">
<h6>Our Location</h6>
<p>19th Paradise Street Sitia
<br> 128 Meserole Avenue</p>
</div>
</div>
</footer>
</body>
</html>