-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (356 loc) · 18.7 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>restoraunt site</title>
<!--font-family: 'Poppins', sans-serif;-->
<link rel="stylesheet" href="styles/styles.css"><link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<!--font-family: 'Source Sans Pro', sans-serif;-->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:600&display=swap" rel="stylesheet">
<!--font-family: 'Sacramento', cursive;-->
<link href="https://fonts.googleapis.com/css?family=Sacramento&display=swap" rel="stylesheet">
<!--font-family: 'Lobster Two', cursive;-->
<link href="https://fonts.googleapis.com/css?family=Lobster+Two&display=swap" rel="stylesheet">
<!-- Normalize css-->
<link rel="stylesheet" href="styles/normalize.css">
<!-- Styles css-->
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<div class="page">
<!--pageheaer wrapper-->
<header class="header">
<!-- header-container-top?-->
<div class="container_header-top ">
<!--transparent -->
<div class="wrapper_header-top container">
<!--logo-->
<a class="link-logo" href="#">
<img class="link-logo__img" src="image/logo.png" alt="logo">
</a>
<div class="wrap-slogan"><!--блок-->
<p class="wrap-slogan__text"> <!--элемент-->
Wellcome To
<a class="link wrap-slogan__link" href="#"><!--элемент2-->
restaurantBD.com
</a>
</p>
</div>
<!--search-header form-->
<form class="search-form " action="#" method="post">
<input class="search-form__input" type="search" id="Quick Search" placeholder=" Quick Search">
<label for="Quick Search">
<img class="search-form__img" src="image/button.png" alt="bottom">
</label>
</form>
<!--login & ikon-->
<a class="link link-login" href="#">
<span class="link-login__span">
<img class="link-login__img" src="image/login.png" alt="login-ikon">
</span>
Login
</a>
<!--contact-delivary-link-->
<a class="link contact-delivary" href="#">
For Delivary : 687 457 6587-90
</a>
</div>
</div>
<!---header-container-bottom-->
<div class="container_header-bottom">
<div class="container wrapper__header-bottom">
<nav class="nav">
<a class="nav__item link" href="#">
Home
</a>
<a class="nav__item link" href="#">
About
</a>
<a class="nav__item link" href="#">
Page
</a>
<a class="nav__item link" href="#">
Blog
</a>
<a class="nav__item link" href="#">
Shops
</a>
<a class="nav__item link" href="#">
Contact
</a>
<a class="nav__item nav__basket" href="#">
<img src="image/basket.png" alt="basket">
<span class="nav__span link">
<img src="image/basket2.png" alt="basket">
</span>
</a>
<a class="nav__item nav__button btn_red link" href="#">
reservation
</a>
</nav>
</div>
</div>
</header>
<!-- если оборачиваю в <main> перестают работать маргин авто, что такое верхние 5 строчек в stiles.scss?-->
<section class="section-promo">
<div class="container">
<div class="wrapper-promo">
<p class="wrapper-promo__pre-title">
RestaurantBD is the name of pure food
</p>
<h2 class="wrapper-promo__head">
We Provide 100% Pure & Healthy Food
</h2>
<p class="wrapper-promo__text">
when an unknown printer took a galley of type and scrambled it
to make a type specimen book. It has survived not only five
centuries, but also the leap into electronic typesetting,
remaining essentially unchanged. It was popularised in the
1960s.
</p>
</div>
<!--две кнопки один или два блока-->
<div class="wrapper-btn">
<a class="wrapper-btn__link link wrapper-btn__link_left" href="#">
About us
</a>
<a class="wrapper-btn__link link btn_red wrapper-btn__link_right" href="#">
See Menu
</a>
</div>
<div class="wrap-slider">
<img class="wrap-slider__img_red" src="image/slider_red.svg" alt="slider red dot">
<img class="wrap-slider__img_white" src="image/slider_white.svg" alt="slider white dot">
<img class="wrap-slider__img_white" src="image/slider_white.svg" alt="slider white dot">
</div>
</div>
</section>
<section class="section-welcome">
<div class="container">
<div class="wrap-welcome_flex">
<div class="wrap-welcome">
<div class="wrap-head">
<h2 class="wrap-welcome__head head">
Wellcome
<span class="wrap-welcome__span head">
To Our Restourant
</span>
</h2>
<img class="wrap-welcome__img" src="image/venzel.png" alt="venzel">
</div>
<div class="wrap-welcome__container">
<p class="text wrap-welcome__text_top ">
There are many variations of passages of Loretend to repeat predefined
chunks as youm IInjected humour, or randomised words which don't look
even slightly believable. If psum available, but the majority have
suffered alteration in some form.
</p>
<p class="text wrap-welcome__text_bottom">
Injected humour, or randomised words which don't look evethe Internet
tend to repeat predefined chunks as necessary, making this the first
n slightly believable. If you are going to use a passage of Lorem
Ipsum, you need to be sure there isn't tend to repeat predefined
chunks as youon the Internet tend to repeat predefined chunks as
necessary, making this the first true generator on the Internet.
</p>
<div class="wrap-welcome__container_signature">
<p class="wrap-welcome__text_signature">
Matthew T. Sloan
<span class="wrap-welcome__span_signature">
Founder & Owner
</span>
</p>
</div>
</div>
</div>
<!--wrap-booking-->
<div class="wrap-booking">
<!--form booking-->
<form class="form-booking">
<h3 class="form-booking__head">
<span class="form-booking__span">
<img class="form-booking__img" src="image/venzel2.png" alt="venzel">
</span>
Book Table
<img class="form-booking__img" src="image/venzel2.png" alt="venzel">
</h3>
<input class="form-booking__input_text forms" type="text" placeholder="Your Name*">
<select class="form-booking__select count-people forms" >
<option class="form-booking__option forms">
Total People
</option>
</select>
<input class="form-booking__input-date forms" type="date" placeholder="Date : 14/02/2022">
<input class="form-booking__input-time forms" type="time" placeholder="Time : 04:00 PM ">
<select class="form-booking__select number-table forms">
<option class="form-booking__option forms">
Table No
</option>
</select>
<input class="form-booking_submit forms" type="submit" value="Book Now.">
</form>
</div>
</div>
</div>
</section>
<section class="features-section">
<div class="container-features">
<div class="features__head__wrap">
<p class="features__pre-head">
Our Restarent Provide
</p>
<h3 class="features__head">
Feature Item
</h3>
<img class="feature__img_ikon" src="image/venzel3.png" alt="ikon">
</div>
<!--можно делать два figcaption в одном фигуре-->
<!--как отцентровать слайдер - сьезжает в право-->
<div class="features__slider__wrap">
<div>
<figure class="features__figure figure">
<img class="features__img" src="image/slider1.png" alt="slide1">
<figcaption class="figcaption features__figcaption ">
Smokehouse Combo
</figcaption>
<figcaption class="figcaption features__figcaption">
8.50$
<span class="feature__span_discount discount-span">
10.60$
</span>
</figcaption>
</figure>
</div>
<div>
<figure class="features__figure figure">
<img class="features__img" src="image/slider2.png" alt="slide2">
<figcaption class="figcaption features__figcaption">
Chicken Burger
</figcaption>
<figcaption class="figcaption features__figcaption">
6.50$
<span class="feature__span_discount discount-span">
8.60$
</span>
</figcaption>
</figure>
</div>
<div>
<figure class="features__figure figure">
<img class="features__img" src="image/slider3.png" alt="slide3">
<figcaption class="figcaption features__figcaption">
Ribs & Stickes
</figcaption>
<figcaption class="figcaption features__figcaption">
11.80$
<span class="feature__span_discount discount-span">
15.60$
</span>
</figcaption>
</figure>
</div>
<div>
<figure class="features__figure figure">
<img class="features__img" src="image/slider4.png" alt="slide4">
<figcaption class="figcaption features__figcaption">
Chicken Crisper
</figcaption>
<figcaption class="figcaption features__figcaption">
9.50$
<span class="feature__span_discount discount-span">
11.80$
</span>
</figcaption>
</figure>
</div>
<div>
<figure class="features__figure_ figure">
<img class="features__img" src="image/slider5.png" alt="slide5">
<figcaption class="figcaption features__figcaption">
Chicken Sandwich
</figcaption>
<figcaption class="figcaption features__figcaption">
12.50$
<span class="feature__span_discount discount-span">
18.60$
</span>
</figcaption>
</figure>
</div>
<div>
<figure class="features__figure figure">
<img class="features__img" src="image/slider6.png" alt="slide6">
<figcaption class="figcaption features__figcaption">
Party Platter
</figcaption>
<figcaption class="figcaption features__figcaption">
21.50$
<span class="feature__span_discount discount-span">
28.60$
</span>
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section class="section-aboutus">
<div class="container">
<div class="aboutus__head__wrap">
<p class="aboutus__pre-head">
We Provide Best Services
<span class="aboutus__span">
About Us
</span>
</p>
</div>
<img class="aboutus__img-ikon" src="image/ikon2.svg" alt="ikon2">
<div class="wrap-text_aboutus">
<p class="aboutus__text">
Injected humour, or randomised
words which don't look evethe Internet tend to
repeat predefined chunks as necessary, making
this the first n slightly believable. If Lorem
Ipsum, you need to be sure there isn't on the
Internet tend to repeat predefined chunks as
you are going to use a passage of Lorem Ipsum
you need to be sure there isn't on the Internet
tend to repeat predefined chunks as necessary,
making this the first true generator on the
Internet tend to repeat predefined chunks as
you
</p>
<ol class="list-services">
<li class="list-services__item">
<strong>
Our Restaurant provide best service ever to our customer
</strong>
</li>
<li class="list-services__item list-services__item_green">
<strong>
We have best Restaurant food menu alltime.
</strong>
</li>
<li class="list-services__item">
<strong> Our Restaurant provide Home Delivary
service to our customer.
</strong>
</li>
<li class="list-services__item">
<strong>
4. Restaurant Located nearby your destination.
</strong>
</li>
</ol>
</div>
<img class="aboutus__img" src="image/pic1.jpg" alt="photo cook">
</div>
</section>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>