-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
769 lines (769 loc) · 29.9 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
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Caferio is an online food service based in Nowhereland, Fast and easy food delivery service"
/>
<title>Caferio | Online Foods</title>
<link rel="stylesheet" href="./main.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" href="./images/favicon-512.png" type="image/x-icon" />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"
/>
</head>
<body>
<span class="nav-open" id="open">
<i class="bi bi-justify-left text-white text-lg"></i>
</span>
<header class="header" id="home">
<div class="container relative">
<a href="index.html" class="logo">
<img src="./images/logo.png" alt="logo" class="image-cover" />
</a>
<div class="row items-center pt-28 xl:pt-20 -ml-5">
<div class="header-left-col">
<h4 class="header-badge">drink, food & enjoy</h4>
<h1 class="header-heading">
fastest food <span class="header-delivery">delivery</span> service
</h1>
<p class="header-paragraph">
Food is any substance consumed to provide nutritional support for
an organism.
</p>
<ul class="header-customers-ul">
<li class="header-customers-li">
<img
src="./images/customers/user-1.jpg"
alt="customer image"
class="image-cover rounded-full"
/>
</li>
<li class="header-customers-li">
<img
src="./images/customers/user-2.jpg"
alt="customer image"
class="image-cover rounded-full"
/>
</li>
<li class="header-customers-li">
<img
src="./images/customers/user-3.jpg"
alt="customer image"
class="image-cover rounded-full"
/>
</li>
<li class="header-customers-li">
<img
src="./images/customers/user-4.jpg"
alt="customer image"
class="image-cover rounded-full"
/>
</li>
<li class="header-customers-li">
<img
src="./images/customers/user-5.jpg"
alt="customer image"
class="image-cover rounded-full"
/>
</li>
<li class="header-customers-li">
<img
src="./images/customers/user-6.jpg"
alt="customer image"
class="image-cover rounded-full"
/>
</li>
<li class="header-list-msg">3500+ happy customers</li>
</ul>
</div>
<!-- close left column -->
<div class="header-right-col">
<img src="./images/foods.png" alt="foods" class="header-image" />
</div>
<!-- close right column -->
</div>
</div>
</header>
<!-- close header -->
<nav class="nav" id="nav">
<div class="nav-container">
<i class="bi bi-x-lg nav-close" id="close"></i>
<ul class="nav-ul">
<li><a href="#home" class="nav-link">home</a></li>
<li><a href="#categories" class="nav-link">categories</a></li>
<li><a href="#dishes" class="nav-link">dishes</a></li>
<li><a href="#pricing" class="nav-link">pricing</a></li>
<li><a href="#testimonials" class="nav-link">testimonials</a></li>
<li><a href="#download-app" class="nav-link">download app</a></li>
</ul>
</div>
</nav>
<!-- close nav -->
<section class="category" id="categories">
<div class="container">
<h1 class="heading">categories</h1>
<div class="row -mx-3">
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/pizza.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">pizza</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/burger.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">burger</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/fish.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">fish food</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/meat.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">meat</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/vegetables.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">vegetarian</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/chicken.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">chicken</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/italian.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">italian food</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/chinese.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">chinese food</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/japanese.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">japanese food</span>
</div>
</a>
</div>
<div class="category-column">
<a href="#" class="category-block">
<img
src="./images/categories/spanish.jpg"
alt="category img"
class="image-cover"
/>
<div class="category-layer">
<span class="category-name">spanish food</span>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- close category -->
<section class="dishes" id="dishes">
<div class="container skew-y-2">
<h1 class="heading">popular dishes</h1>
<div class="row -mx-3">
<div class="dishes-column">
<div class="dishes-image">
<img
src="./images/dishes/pizza.jpg"
alt="dish img"
class="'image-cover"
/>
<div class="dishes-layer">
<span class="dishes-label">best selling</span>
</div>
</div>
<div class="mt-3">
<a href="#" class="dishes-title">chicken pizza</a>
</div>
<div class="mt-1">
<span class="dishes-avg-rating">4.9</span>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<span class="dishes-all-rating">(4537)</span>
</div>
<div class="dishes-pricing">
<span class="dishes-price">$10.00</span>
<span class="dishes-discount">$13.00</span>
</div>
<div class="mt-2">
<a href="#" class="btn btn-default">buy now</a>
</div>
</div>
<div class="dishes-column">
<div class="dishes-image">
<img
src="./images/dishes/burger.jpg"
alt="dish img"
class="'image-cover"
/>
<div class="dishes-layer">
<span class="dishes-label bg-green-400">new dish</span>
</div>
</div>
<div class="mt-3">
<a href="#" class="dishes-title">chicken burger</a>
</div>
<div class="mt-1">
<span class="dishes-avg-rating">4.6</span>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star text-orange-500 text-sm"></i>
<span class="dishes-all-rating">(3472)</span>
</div>
<div class="dishes-pricing">
<span class="dishes-price">$9.00</span>
<span class="dishes-discount">$12.00</span>
</div>
<div class="mt-2">
<a href="#" class="btn btn-default">buy now</a>
</div>
</div>
<div class="dishes-column">
<div class="dishes-image">
<img
src="./images/dishes/baryani.jpg"
alt="dish img"
class="'image-cover"
/>
<div class="dishes-layer">
<span class="dishes-label">best selling</span>
</div>
</div>
<div class="mt-3">
<a href="#" class="dishes-title">special karachi baryani</a>
</div>
<div class="mt-1">
<span class="dishes-avg-rating">3.8</span>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-half text-orange-500 text-sm"></i>
<i class="bi bi-star text-orange-500 text-sm"></i>
<span class="dishes-all-rating">(5219)</span>
</div>
<div class="dishes-pricing">
<span class="dishes-price">$11.00</span>
<span class="dishes-discount">$14.00</span>
</div>
<div class="mt-2">
<a href="#" class="btn btn-default">buy now</a>
</div>
</div>
<div class="dishes-column">
<div class="dishes-image">
<img
src="./images/dishes/chessey-pizza.jpg"
alt="dish img"
class="'image-cover"
/>
<div class="dishes-layer">
<span class="dishes-label bg-green-400">new dish</span>
</div>
</div>
<div class="mt-3">
<a href="#" class="dishes-title">cheesy pizza</a>
</div>
<div class="mt-1">
<span class="dishes-avg-rating">4.9</span>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star-fill text-orange-500 text-sm"></i>
<i class="bi bi-star text-orange-500 text-sm"></i>
<span class="dishes-all-rating">(6428)</span>
</div>
<div class="dishes-pricing">
<span class="dishes-price">$8.00</span>
<span class="dishes-discount">$12.00</span>
</div>
<div class="mt-2">
<a href="#" class="btn btn-default">buy now</a>
</div>
</div>
<!-- close dishes-column -->
</div>
</div>
</section>
<!-- close dishes -->
<section class="pricing" id="pricing">
<div class="container">
<h1 class="heading text-center">pricing</h1>
<div class="row justify-center -mx-6">
<div class="pricing-column">
<div class="pricing-card">
<span class="pricing-label">student 20%</span>
<h3 class="pricing-heading">monthly</h3>
<div class="text-center my-2">
<span class="pricing-sign">$</span>
<span class="pricing-price">299</span>
</div>
<p class="pricing-message">
s $299 per month, access limited foods.
</p>
<ul class="mt-7">
<li class="pricing-list">
<span class="pricing-list-icon">
<i class="bi bi-check2 text-white"></i>
</span>
<span class="pricing-list-feature">1 meal per day</span>
</li>
<li class="pricing-list">
<span class="pricing-list-icon">
<i class="bi bi-check2 text-white"></i>
</span>
<span class="pricing-list-feature">free delivery</span>
</li>
<li class="pricing-list">
<span class="pricing-list-icon">
<i class="bi bi-check2 text-white"></i>
</span>
<span class="pricing-list-feature">cancel any time</span>
</li>
<li class="pricing-list">
<span class="pricing-list-icon">
<i class="bi bi-x text-white"></i>
</span>
<span class="pricing-list-feature">custom food order</span>
</li>
</ul>
<mt-7>
<a href="#" class="btn btn-default btn=lg">order now →</a>
</mt-7>
</div>
</div>
<!-- close pricing-column -->
<div class="pricing-column">
<div class="pricing-card border-none bg-orange-100">
<span class="pricing-label">student 30%</span>
<h3 class="pricing-heading">annual</h3>
<div class="text-center my-2">
<span class="pricing-sign">$</span>
<span class="pricing-price">699</span>
</div>
<p class="pricing-message">
s $699 per year, get access all foods.
</p>
<ul class="mt-7">
<li class="pricing-list">
<span class="pricing-list-icon">
<i class="bi bi-check2 text-white"></i>
</span>
<span class="pricing-list-feature">2 meals per day</span>
</li>
<li class="pricing-list">
<span class="pricing-list-icon">
<i class="bi bi-check2 text-white"></i>
</span>
<span class="pricing-list-feature">free delivery</span>
</li>
<li class="pricing-list">
<span class="pricing-list-icon">
<i class="bi bi-check2 text-white"></i>
</span>
<span class="pricing-list-feature">cancel any time</span>
</li>
<li class="pricing-list">
<span class="pricing-list-icon">
<i class="bi bi-check2 text-white"></i>
</span>
<span class="pricing-list-feature">custom food order</span>
</li>
</ul>
<mt-7>
<a href="#" class="btn btn-default btn=lg">order now →</a>
</mt-7>
</div>
</div>
<!-- close pricing-column -->
</div>
</div>
</section>
<!-- close pricing -->
<section class="testimonials" id="testimonials">
<div class="container">
<div class="testimonials-heading-block">
<h1 class="heading">testimonials</h1>
<h1 class="testimonials-heading">
Caferio is a trusted brand because we have happy customers.
</h1>
</div>
<div class="row items-center -mx-3">
<div class="testimonials-left-col">
<div class="row -mx-6">
<div class="testimonials-comment-col">
<div class="testimonials-user">
<span class="testimonials-user-img">
<img
src="./images/customers/user-1.jpg"
alt="user"
class="image-cover rounded-full"
/>
</span>
<div class="ml-4">
<span class="testimonials-user-name">muhammad asad</span>
<a href="#" class="testimonials-user-twitter">@mhdasad</a>
</div>
</div>
<!-- close testimonials-user -->
<p class="testimonials-message">
<i class="bi bi-quote testimonials-icon"></i> I recently
switched my online meal ordering platform from a big company
that was taking 13% of every order to your free online
ordering platform. I am VERY PLEASED with your service.
</p>
</div>
<div class="testimonials-comment-col">
<div class="testimonials-user">
<span class="testimonials-user-img">
<img
src="./images/customers/user-2.jpg"
alt="user"
class="image-cover rounded-full"
/>
</span>
<div class="ml-4">
<span class="testimonials-user-name">usman khan</span>
<a href="#" class="testimonials-user-twitter">@usmankhan</a>
</div>
</div>
<!-- close testimonials-user -->
<p class="testimonials-message">
<i class="bi bi-quote testimonials-icon"></i> I have been
using Caferio for 3 years, the service is great and the food
is very tasty, so that's why Caferio is my favorite.
</p>
</div>
<div class="testimonials-comment-col">
<div class="testimonials-user">
<span class="testimonials-user-img">
<img
src="./images/customers/user-3.jpg"
alt="user"
class="image-cover rounded-full"
/>
</span>
<div class="ml-4">
<span class="testimonials-user-name">alex white</span>
<a href="#" class="testimonials-user-twitter">@alexwhite</a>
</div>
</div>
<!-- close testimonials-user -->
<p class="testimonials-message">
<i class="bi bi-quote testimonials-icon"></i> When I received
my first food order from Caferio and the food I ate, the food
was great and I have been a fan of Caferio ever since.
</p>
</div>
<div class="testimonials-comment-col">
<div class="testimonials-user">
<span class="testimonials-user-img">
<img
src="./images/customers/user-4.jpg"
alt="user"
class="image-cover rounded-full"
/>
</span>
<div class="ml-4">
<span class="testimonials-user-name">javed ali</span>
<a href="#" class="testimonials-user-twitter">@javedali</a>
</div>
</div>
<!-- close testimonials-user -->
<p class="testimonials-message">
<i class="bi bi-quote testimonials-icon"></i>Yesterday I
ordered food for my party from Caferio. The guests appreciate
the food, they said from where you have ordered the food? I
told them, Caferio.
</p>
</div>
<!-- close testimonials-comment-col -->
</div>
<!-- close row -->
</div>
<!-- close testimonials-left-col -->
<div class="testimonials-right-col">
<div class="row -mx-3">
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/1.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/2.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/3.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/4.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/5.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/6.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/7.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/8.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
<div class="testimonials-gallery-col">
<div class="testimonials-gallery">
<img
src="./images/gallery/9.jpg"
alt="gallery"
class="image-cover testimonials-gallery-img"
id="gallery"
/>
</div>
</div>
<!-- close testimonials-gallery-col -->
</div>
<!-- close row -->
</div>
<!-- close testimonials-right-col -->
</div>
</div>
</section>
<!-- close testimonials -->
<section class="lightbox" id="lightbox">
<div class="lightbox-body"></div>
</section>
<!-- close lightbox -->
<section class="download" id="download-app">
<div class="container">
<div class="row h-[450px] items-center">
<div class="download-col">
<h1 class="heading">download app</h1>
<h1 class="download-heading">Get access to our mobile app.</h1>
<p class="download-paragraph">
Easily order food through your mobile app and get order at your
home.
</p>
<div class="mt-5 flex">
<img src="./images/background/apple.png" alt="download app" />
<img src="./images/background/google.png" alt=" download app" />
</div>
</div>
</div>
</div>
</section>
<!-- close download -->
<footer class="footer">
<div class="container">
<div class="row -mx-4">
<div class="footer-logo-col">
<a href="#" class="footer-logo-link">
<img src="./images/logo.png" alt="logo" class="image-cover" />
</a>
<p class="footer-copyright">
Copyright © <span class="year"></span> by Caferio, Inc. All
rights reserved
</p>
<ul class="footer-socials">
<a href=""><i class="bi bi-facebook text-orange-600"></i></a>
<a href=""><i class="bi bi-twitter text-orange-600"></i></a>
<a href=""><i class="bi bi-instagram text-orange-600"></i></a>
</ul>
</div>
<!-- close footer-logo-col -->
<div class="footer-col">
<h1 class="footer-heading">services</h1>
<ul class="mt-6">
<li><a href="#" class="footer-ul-li-a">online order</a></li>
<li><a href="#" class="footer-ul-li-a">super chat</a></li>
<li><a href="#" class="footer-ul-li-a">reservation</a></li>
<li><a href="#" class="footer-ul-li-a">24/7</a></li>
</ul>
</div>
<!-- close footer-col -->
<div class="footer-col">
<h1 class="footer-heading">quick links</h1>
<ul class="mt-6">
<li><a href="#" class="footer-ul-li-a">categories</a></li>
<li><a href="#" class="footer-ul-li-a">dishes</a></li>
<li><a href="#" class="footer-ul-li-a">pricing</a></li>
<li><a href="#" class="footer-ul-li-a">testimonials</a></li>
<li><a href="#" class="footer-ul-li-a">download app</a></li>
</ul>
</div>
<!-- close footer-col -->
<div class="footer-col">
<h1 class="footer-heading">about</h1>
<ul class="mt-6">
<li><a href="#" class="footer-ul-li-a">our story</a></li>
<li><a href="#" class="footer-ul-li-a">benefits</a></li>
<li><a href="#" class="footer-ul-li-a">careers</a></li>
<li><a href="#" class="footer-ul-li-a">our chefs</a></li>
</ul>
</div>
<!-- close footer-col -->
<div class="footer-col">
<h1 class="footer-heading">help</h1>
<ul class="mt-6">
<li><a href="#" class="footer-ul-li-a">contact us</a></li>
<li><a href="#" class="footer-ul-li-a">support</a></li>
<li><a href="#" class="footer-ul-li-a">FAQ</a></li>
</ul>
</div>
<!-- close footer-col -->
</div>
</div>
</footer>
<!--close footer-->
<div class="loader">
<span class="loader-element"></span>
</div>
<script type="module" src="./js/script.js"></script>
</body>
</html>