-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
568 lines (550 loc) · 29.4 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
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
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
<!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>food store|fooddesk</title>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.css" />
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="main-wrapper">
<div class="nav-background">
<div class="mobile-logo">
<img src="./images/logo-img.png" alt="" style="height: 54px;width:234px ;">
</div>
<div class="mobile-nav">
<div class="cart">
<div class="flex items-center">
<img src="./icons/cart-dark.svg" alt="">
<a href="#">0 Items - (Rs 0.00)</a>
</div>
</div>
<div class="nav-top">
<ul>
<li>
<a href="#nav-top">Home</a>
</li>
<li>
<a href="#">About us</a>
</li>
<li>
<a href="#">Products</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Shop</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Contact us</a>
</li>
<li>
<a href="#">Log in</a>
</li>
<li>
<a href="#">Register</a>
</li>
</ul>
</div>
<div class="contact flex items-center">
<img src="./icons/phone.svg" alt="">
<div>
<h5>Call us: (+91) 987 654 321</h5>
<h6>E-mail : [email protected]</h6>
</div>
</div>
<div class="time flex items-center">
<img src="./icons/clock.svg" alt="">
<div>
<h5>Working Hours:</h5>
<h6>Mon - Sat (7.00am - 12.00am)</h6>
</div>
</div>
</div>
</div>
<div class="site-content-wrapper">
<div class="nav-trigger">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-bar-chart">
<line x1="12" y1="20" x2="12" y2="10" />
<line x1="18" y1="20" x2="18" y2="4" />
<line x1="6" y1="20" x2="6" y2="16" /></svg>
</div>
<div class="site-content">
<header class="topbar">
<div class="container flex justify-between items-center">
<div class="icons">
<a href="https://www.facebook.com/"><img src="./icons/facebook.svg" alt=""></a>
<a href="https://twitter.com/i/flow/login"><img src="./icons/twitter.svg" alt=""></a>
<a href="https://www.google.com/"><img src="./icons/google.svg" alt=""></a>
<a href="https://www.instagram.com/"><img src="./icons/instagram.svg" alt=""></a>
<a href="#"><img src="./icons/search.svg" alt=""></a>
</div>
<div class="auth flex items-center">
<div>
<img src="./icons/user-icon.svg" alt="">
<a href="#">Log in</a>
</div>
<span class="divider">|</span>
<div>
<img src="./icons/edit.svg" alt="">
<a href="#">Register Now</a>
</div>
<span class="divider">|</span>
<div>
<img src="./icons/cart.svg" alt="">
<a href="#">0 Items - (Rs 0.00)</a>
</div>
</div>
</div>
</header>
<nav>
<div class="top">
<div class="container flex justify-between">
<div class="contact flex items-center">
<img src="./icons/phone.svg" alt="">
<div>
<h5>Call US: (+91) 987 654 321</h5>
<h6>E-mail : [email protected]</h6>
</div>
</div>
<div class="branding">
<img src="./images/logo-img.png" alt="" style="height:54px ;width:234px ;">
</div>
<div class="time flex items-center">
<img src="./icons/clock.svg" alt="">
<div>
<h5>Working Hours:</h5>
<h6>Mon - Sat (8.00a+m - 12.00am)</h6>
</div>
</div>
</div>
</div>
<div class="navbar magic-shadow">
<div class="container flex justify-center">
<a href="#" class="active">Home</a>
<a href="#">About us</a>
<a href="#">Products</a>
<a href="#">Blog</a>
<a href="#">Shop</a>
<a href="#">Services</a>
<a href="#">Gallery</a>
<a href="#">Contact us</a>
</div>
</div>
</nav>
<header class="hero flex items-center">
<div class="container">
<div class="welcome flex items-center">
<span>Welcome to</span>
<img src="./images/logo-img.png" alt="" style="height:42px ;width:146px ;">
</div>
<h1>The World Best <span>Food</span> Website</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has
been the
industry's standard dummy.</p>
<div>
<button class="btn btn-primary">Read More</button>
<button class="btn btn-secondary">Shop Now</button>
</div>
<div class="hero-image">
<img src="./images/straw.png" alt="">
</div>
</div>
</header>
<section class="top-products">
<div class="container">
<h1 class="section-heading">Top products</h1>
<div class="slider">
<button class="slider-btn prev-btn"><img src="./icons/pre.svg" alt=""></button>
<button class="slider-btn next-btn"><img src="./icons/next.svg" alt=""></button>
<div class="food-slider">
<div class="food-card magic-shadow-sm">
<div class="product-image flex items-center justify-center">
<img src="./images/plate-1.png" alt="">
</div>
<hr>
<div>
<h2 class="text-center">Summer Salad</h2>
<div class="stars flex justify-center items-center">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/star-grey.svg" alt="">
<img src="./icons/star-grey.svg" alt="">
</div>
<div class="price text-center">
199 Rs
</div>
<div class="flex justify-center">
<button>
<img src="./icons/cart-2.svg" alt="">
<span>Add to cart</span>
</button>
</div>
</div>
</div>
<div class="food-card magic-shadow-sm">
<div class="product-image flex items-center justify-center">
<img src="./images/plate-2.png" alt="">
</div>
<hr>
<div>
<h2 class="text-center">Russian Salad</h2>
<div class="stars flex justify-center items-center">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/star-grey.svg" alt="">
<img src="./icons/star-grey.svg" alt="">
</div>
<div class="price text-center">
199 Rs
</div>
<div class="flex justify-center">
<button>
<img src="./icons/cart-2.svg" alt="">
<span>Add to cart</span>
</button>
</div>
</div>
</div>
<div class="food-card magic-shadow-sm">
<div class="product-image flex items-center justify-center">
<img src="./images/plate-3.png" alt="">
</div>
<hr>
<div>
<h2 class="text-center">Greek Salad</h2>
<div class="stars flex justify-center items-center">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/star-grey.svg" alt="">
<img src="./icons/star-grey.svg" alt="">
</div>
<div class="price text-center">
199 Rs
</div>
<div class="flex justify-center">
<button>
<img src="./icons/cart-2.svg" alt="">
<span>Add to cart</span>
</button>
</div>
</div>
</div>
<div class="food-card magic-shadow-sm">
<div class="product-image flex items-center justify-center">
<img src="./images/plate-3.png" alt="">
</div>
<hr>
<div>
<h2 class="text-center">Cottage pie</h2>
<div class="stars flex justify-center items-center">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/start-filled.svg" alt="">
<img src="./icons/star-grey.svg" alt="">
<img src="./icons/star-grey.svg" alt="">
</div>
<div class="price text-center">
199 Rs
</div>
<div class="flex justify-center">
<button>
<img src="./icons/cart-2.svg" alt="">
<span>Add to cart</span>
</button>
</div>
</div>
</div>
</div>
</div>
<div class="text-center btn-wrapper">
<button class="btn btn-secondary">View More</button>
</div>
</div>
</section>
<section class="about-meal">
<div class="container">
<h1 class="section-heading">About FoodDesk</h1>
<div class="about-meal-wrap flex">
<div class="flex-1">
<img src="./images/yogurt.png" alt="">
</div>
<div class="flex-1">
<h2>FoodDesk is a long established fact that a reader will be distracted</h2>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a
piece of
classical Latin literature from 45 BC, making it over 2000 years old. Richard
McClintock, a
Latin professor at Hampden Sydney College in Virginia, The standard chunk of Lorem
Ipsum used
since the 1500s is reproduced below for those interested.</p>
<button class="btn btn-secondary">Read More</button>
</div>
</div>
</div>
</section>
<section class="our-services">
<div class="container">
<h1 class="section-heading">Our services</h1>
<div class="card-wrapper flex">
<div class="service-card magic-shadow-sm">
<img class="icon" src="./icons/transport.svg" alt="">
<h2>Free Home delivery</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<button class="btn btn-secondary">Read More</button>
</div>
<div class="service-card magic-shadow-sm">
<img class="icon" src="./icons/bag.svg" alt="">
<h2 class="text-primary">30 Minutes ReturnServices</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<button class="btn btn-primary">Read More</button>
</div>
<div class="service-card magic-shadow-sm">
<img class="icon" src="./icons/usd.svg" alt="">
<h2>Money Back Guaranted</h2>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p>
<button class="btn btn-secondary">Read More</button>
</div>
</div>
</div>
</section>
<section class="big-deal">
<div class="container">
<h1 class="section-heading text-pure">Big Deals of the Week</h1>
<div class="timer">
<div>
<span>02</span>
<span>Days</span>
</div>
<div>
<span>24</span>
<span>Hours</span>
</div>
<div>
<span>55</span>
<span>Minutes</span>
</div>
<div>
<span>58</span>
<span>Seconds</span>
</div>
</div>
</div>
</section>
<section class="latest-news">
<div class="container">
<h1 class="section-heading">Lastest News from Blog</h1>
<div class="article-wrapper">
<article class="card magic-shadow-sm">
<div>
<img src="./images/coffee.jpg" alt="">
</div>
<div class="card-content">
<div class="post-meta flex items-center justify-between">
<span>Sep 03, 2023</span>
<div>
<span>Posted by <strong>FoodDesk</strong></span>
<span class="comment-count">12 Comments</span>
</div>
</div>
<h2>Lorem Ipsum is simply dummy text of the printing</h2>
<p>It is a long established fact that a reader will be distracted by the readable
content of a
page when looking at its layout. The point of using Lorem Ipsum is that it has a
more
letters.</p>
</div>
</article>
<article class="card magic-shadow-sm">
<div>
<img src="./images/donut.jpg" alt="">
</div>
<div class="card-content">
<div class="post-meta flex items-center justify-between">
<span>Sep 03, 2023</span>
<div>
<span>Posted by <strong>FoodDesk</strong></span>
<span class="comment-count">12 Comments</span>
</div>
</div>
<h2>Lorem Ipsum is simply dummy text of the printing</h2>
<p>It is a long established fact that a reader will be distracted by the readable
content of a
page when looking at its layout. The point of using Lorem Ipsum is that it has a
more
letters.</p>
</div>
</article>
</div>
<div class="text-center btn-wrapper">
<button class="btn btn-secondary">View All</button>
</div>
</div>
</section>
<section class="subscribe">
<div class="container flex items-center">
<div>
<img src="./images/rasberry.png" alt="">
</div>
<div>
<h1>Subscribe to your newsletter</h1>
<p>Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many
web sites
still in their infancy.</p>
<div class="input-wrap">
<input type="email" placeholder="[email protected]">
<button>Subscribe</button>
</div>
</div>
</div>
</section>
<section class="contact-us flex">
<div class="contact-info-wrapper">
<h1 class="section-heading">Contact us</h1>
<div class="contact-info">
<div>
<div>
<img src="./icons/phone-2.svg" alt="">
<div>
<span>Call us:</span>
<span>(+91) 987 654 321</span>
</div>
</div>
<div>
<img src="./icons/bag-2.svg" alt="">
<div>
<span>E-mail ::</span>
<span>[email protected]</span>
</div>
</div>
<div>
<img src="./icons/clock-2.svg" alt="">
<div>
<span>Working Hours:</span>
<span>Mon - Sat (8.00am - 12.00am)</span>
</div>
</div>
</div>
</div>
</div>
<div class="map">
<iframe
src="https://www.google.com/maps/d/embed?mid=1L_Lje1sw3gbh7Qvt1uCGzZgw_VA&msa=0&ie=UTF8&t=m&ll=19.238550000000004%2C75.68481400000002&spn=5.184843%2C8.778076&z=7"
width="100%" height="100%" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
</section>
<footer>
<div class="container">
<div class="box">
<h3>About us</h3>
<p>It was popularised in the 2006 with the release of Latest sheets containing Lorem Ipsum
passage.</p>
<button class="btn btn-secondary">Read More</button>
</div>
<div class="box">
<h3>Quik Links</h3>
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">About us</a>
</li>
<li>
<a href="#">Products</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Gallery</a>
</li>
<li>
<a href="#">Contact us</a>
</li>
</ul>
</div>
<div class="box">
<h3>Follow Us</h3>
<div>
<ul>
<li>
<a href="">
<img src="./icons/facebook.svg" alt="">
<span>Facebook</span>
</a>
</li>
<li>
<a href="">
<img src="./icons/twitter.svg" alt="">
<span>Twitter</span>
</a>
</li>
<li>
<a href="#">
<img src="./icons/google.svg" alt="">
<span>Google +</span>
</a>
</li>
<li>
<a href="">
<img src="./icons/instagram.svg" alt="">
<span>Instagram</span>
</a>
</li>
</ul>
</div>
</div>
<div class="box instagram-api">
<h3>Instagram</h3>
<div class="post-wrap">
<div>
<img src="./images/food-table.jpg" alt="">
</div>
<div>
<img src="./images/food-table.jpg" alt="">
</div>
<div>
<img src="./images/food-table.jpg" alt="">
</div>
<div>
<img src="./images/food-table.jpg" alt="">
</div>
<div>
<img src="./images/food-table.jpg" alt="">
</div>
<div>
<img src="./images/food-table.jpg" alt="">
</div>
</div>
</div>
</div>
</footer>
<footer class="copyright">
<div>
Copyright © 2023 .All rights reserved by <a href="">Vishal Kumar</a>.
</div>
</footer>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="https://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>