-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfood.html
423 lines (421 loc) · 21.2 KB
/
food.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./food.css">
<script src="https://kit.fontawesome.com/a11c77c502.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" />
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<title>Document</title>
</head>
<body>
<div class="main">
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top">
<div class="container">
<a class="navbar-brand" href="#">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/food-munch-img.png"
class="food-munch-logo"
/>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
<a class="nav-link active" id="navItem1" href="#wcuSection">
Why Choose Us?
<span class="sr-only">(current)</span>
</a>
<a class="nav-link" href="#exploreMenuSection" id="navItem2">Explore Menu</a>
<a class="nav-link" href="#deliveryPaymentSection" id="navItem3">Delivery & Payment</a>
<a class="nav-link" href="#followUsSection" id="navItem4">Follow Us</a>
</div>
</div>
</div>
</nav>
<div class="banner-section-bg-container d-flex justify-content-center flex-column">
<div class="text-center">
<h1 class="banner-heading mb-3">Get Delicious Food Anytime</h1>
<p class="banner-caption mb-4">Eat Smart & Healthy</p>
<button class="custom-button">View Menu</button>
<button class="custom-outline-button">Order Now</button>
</div>
</div>
<div class="wcu-section pt-5 pb-5" id="wcuSection">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="wcu-section-heading">Why Choose Us?</h1>
<p class="wcu-section-description">
We use both original recipes and classic versions of famous food
items.
</p>
</div>
<div class="col-12 col-md-4">
<div class="wcu-card p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/food-serve.png"
class="wcu-card-image"
/>
<h1 class="wcu-card-title mt-3">Food Service</h1>
<p class="wcu-card-description">
Experience fine dining at the comfort of your home. All our
orders are carefully packed and arranged to give you the nothing
less than perfect.
</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="wcu-card p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/fruits-img.png"
class="wcu-card-image"
/>
<h1 class="wcu-card-title mt-3">Fresh Food</h1>
<p class="wcu-card-description">
The Fresh Food group provides fresh-cut fruits and vegetables
directly picked from our partner farms and farm houses so that
you always get them tree to plate.
</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="wcu-card p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/offers-img.png"
class="wcu-card-image"
/>
<h1 class="wcu-card-title mt-3">Best Offers</h1>
<p class="wcu-card-description">
Food Coupons & Offers upto
<span class="offers">50% OFF</span>
and Exclusive Promo Codes on All Online Food Orders.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="explore-menu-section pt-5 pb-5" id="exploreMenuSection">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="menu-section-heading">Explore Menu</h1>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="shadow menu-item-card p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/em-ginger-fried-img.png"
class="menu-item-image w-100"
/>
<h1 class="menu-card-title">Non-Veg Starters</h1>
<a href="" class="menu-item-link">
View All
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right-short" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="shadow menu-item-card p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/em-veg-starters-img.png"
class="menu-item-image w-100"
/>
<h1 class="menu-card-title">Veg Starters</h1>
<a href="" class="menu-item-link">
View All
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/em-soup-img.png"
class="menu-item-image w-100"
/>
<h1 class="menu-card-title">Soups</h1>
<a href="" class="menu-item-link">
View All
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/em-grilled-seafood-img.png"
class="menu-item-image w-100"
/>
<h1 class="menu-card-title">Fish & Sea food</h1>
<a href="" class="menu-item-link">
View All
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/em-hyderabadi-biryani-img.png"
class="menu-item-image w-100"
/>
<h1 class="menu-card-title">Main Course</h1>
<a href="" class="menu-item-link">
View All
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/em-mushroom-noodles-img.png"
class="menu-item-image w-100"
/>
<h1 class="menu-card-title">Noodles</h1>
<a href="" class="menu-item-link">
View All
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/em-gluten-img.png"
class="menu-item-image w-100"
/>
<h1 class="menu-card-title">Salads</h1>
<a href="" class="menu-item-link">
View All
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
</a>
</div>
</div>
<div class="col-12 col-md-6 col-lg-3">
<div class="menu-item-card shadow p-3 mb-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/em-coffee-bourbon-img.png"
class="menu-item-image w-100"
/>
<h1 class="menu-card-title">Desserts</h1>
<a href="" class="menu-item-link">
View All
<svg width="16px" height="16px" viewBox="0 0 16 16" class="bi bi-arrow-right" fill="#d0b200" xmlns="http://www.w3.org/2000/svg">
<path
fill-rule="evenodd"
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
<div class="healthy-food-section pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12 col-md-5">
<div class="text-center">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/healthy-food-plate-img.png"
class="healthy-food-section-img"
/>
</div>
</div>
<div class="col-12 col-md-7">
<h1 class="healthy-food-section-heading">
Fresh, Healthy, Organic, Delicious Fruits
</h1>
<p class="healthy-food-section-description">
Say no to harmful chemicals and go fully organic with our range of
fresh fruits and veggies. Pamper your body and your senses with
the true and unadulterated gifts from mother nature. with the true
and unadulterated gifts from mother nature.
</p>
<button class="custom-button">Watch Video</button>
</div>
</div>
</div>
</div>
<div class="delivery-and-payment-section pt-5 pb-5" id="deliveryPaymentSection">
<div class="container">
<div class="row">
<div class="col-12 col-md-5 order-1 order-md-2">
<div class="text-center">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/delivery-payment-section-img.png"
class="delivery-and-payment-section-img"
/>
</div>
</div>
<div class="col-12 col-md-7 order-2 order-md-1">
<h1 class="delivery-and-payment-section-heading">
Delivery and Payment
</h1>
<p class="delivery-and-payment-section-description">
Enjoy hassle-free payment with the plenitude of payment options
available for you. Get live tracking and locate your food on a
live map. It's quite a sight to see your food arrive to your door.
Plus, you get a 5% discount on every order every time you pay
online.
</p>
<button class="custom-button">Order Now</button>
<div class="mt-3">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/visa-card-img.png"
class="payment-card-img"
/>
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/master-card-img.png"
class="payment-card-img"
/>
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/paypal-card-img.png"
class="payment-card-img"
/>
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/american-express-img.png"
class="payment-card-img"
/>
</div>
</div>
</div>
</div>
</div>
<div class="thanking-customers-section pt-5 pb-5">
<div class="container" id="k">
<div class="row">
<div class="col-12 col-md-7 d-flex flex-column justify-content-center">
<h1 class="thanking-customers-section-heading">
Thank you for being a valuable customer to us.
</h1>
<p class="thanking-customers-section-description">
We have a surprise gift for you
</p>
<div class="d-md-none">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/thanking-customers-section-img.png"
class="thanking-customers-section-img"
/>
</div>
<div i>
<button class="custom-button d-none d-sm-none" >Redeem Gift</button>
<!-- Button trigger modal -->
<button type="button custom-button" id="ok" class="btn btn-primary" data-toggle="modal" data-target="#exampleModal">
Reedem gift
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel" style="color: #d0b200;">Gift Vocher</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<img src="https://img.freepik.com/free-vector/realistic-gift-voucher-banners_23-2149116210.jpg?t=st=1714683571~exp=1714687171~hmac=6ca733a87796ddd27d629c5f24de19599b4e077ff570c9b0605a567e80c752c3&w=1060" class="imgg">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-5 d-none d-md-block">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/thanking-customers-section-img.png"
class="thanking-customers-section-img"
/>
</div>
</div>
</div>
</div>
<div class="follow-us-section pt-5 pb-5" id="followUsSection">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="follow-us-section-heading">Follow Us</h1>
</div>
<div class="col-12">
<div class="d-flex flex-row justify-content-center">
<div class="follow-us-icon-container">
<i class="fab fa-twitter icon"></i>
</div>
<div class="follow-us-icon-container">
<i class="fab fa-instagram icon"></i>
</div>
<div class="follow-us-icon-container">
<i class="fa-brands fa-x-twitter icon"></i>
</div>
<div class="follow-us-icon-container">
<i class="fab fa-facebook icon"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-section pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<img
src="https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/food-munch-logo-light.png"
class="food-munch-logo"
/>
<h1 class="footer-section-mail-id">orderfood@foodmunch.com</h1>
<p class="footer-section-address">
123 Ayur Vigyan Nagar, New Delhi, India.
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>