-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
774 lines (728 loc) · 28.6 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
770
771
772
773
774
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Omnifood is smart food subscription service that will make you eat healthy again everyday all year long. Its tailored to your personal taste and nutritional needs."
/>
<link rel="icon" href="img/favicon.png" />
<link rel="apple-touch-icon" href="img/iphone_favicon.png" />
<link rel="manifest" href="manifest.webmanifest" />
<link rel="stylesheet" href="css/general.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/queries.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<script
defer
src="https://unpkg.com/[email protected]/dist/smoothscroll.min.js"
></script>
<script defer src="js/script.js"></script>
<title>Omniffod — Never Cook Again</title>
</head>
<body>
<header class="header">
<a href="#"
><img
class="omnifood-logo"
src="img/omnifood-logo.png"
alt="omnifood-logo"
/></a>
<nav class="main-nav">
<ul class="main-nav-list">
<li><a href="#how" class="main-nav-link">How Omnifood Works</a></li>
<li><a href="#meals" class="main-nav-link">Meals</a></li>
<li>
<a href="#testimonials" class="main-nav-link">Testimonials</a>
</li>
<li><a href="#pricing" class="main-nav-link">Pricing</a></li>
<li><a href="#cta" class="main-nav-link nav-cta">Try For Free</a></li>
</ul>
</nav>
<button class="nav-menu-btn">
<ion-icon class="nav-menu-icon" name="menu-outline"></ion-icon>
<ion-icon class="nav-menu-icon" name="close-outline"></ion-icon>
</button>
</header>
<main class="main">
<section class="hero-section">
<div class="hero">
<div class="hero-textbox">
<h1 class="heading-primary">
A healthy meal delivered to your door, every single day
</h1>
<p class="hero-description">
The smart 365-days-per-year food subscription that will make you
eat healthy again. Tailored to your personal tastes and
nutritional needs.
</p>
<a href="#cta" class="abtn abtn--main abtn-margin-right"
>Start eating healthy</a
>
<a href="#how" class="abtn abtn--secondary"
>Learn more ↓</a
>
<div class="hero-customer">
<div class="hero-face">
<img
src="img/customers/customer-1.jpg"
alt="customer-1"
class="hero-customer-face"
/>
<img
src="img/customers/customer-2.jpg"
alt="customer-2"
class="hero-customer-face"
/>
<img
src="img/customers/customer-3.jpg"
alt="customer-3"
class="hero-customer-face"
/>
<img
src="img/customers/customer-4.jpg"
alt="customer-4"
class="hero-customer-face"
/>
<img
src="img/customers/customer-5.jpg"
alt="customer-5"
class="hero-customer-face"
/>
<img
src="img/customers/customer-6.jpg"
alt="customer-6"
class="hero-customer-face"
/>
</div>
<p class="hero-customer-text">
<span>250,000+</span> meals delivered last year!
</p>
</div>
</div>
<div class="hero-image">
<picture>
<source srcset="img/hero.avif" type="image/avif" />
<source srcset="img/hero.webp" type="image/webp" />
<source srcset="img/hero-min.png" type="image/png" />
<img
src="img/hero-min.png"
class="hero-img"
alt="woman enjoying food , food in containers ,and food bowels on a table."
/>
</picture>
</div>
</div>
</section>
<section class="featured-in">
<div class="container">
<h2 class="featured-in-heading">as featured in</h2>
<div class="featured-in-logos">
<img
class="logos"
src="img/logos/techcrunch.png"
alt="techcrunch logo"
/>
<img class="logos" src="img/logos/forbes.png" alt="forbes logo" />
<img
class="logos"
src="img/logos/the-new-york-times.png"
alt="the-new-york-times logo"
/>
<img
class="logos"
src="img/logos/business-insider.png"
alt="business-insider logo"
/>
<img
class="logos"
src="img/logos/usa-today.png"
alt="usa-today logo"
/>
</div>
</div>
</section>
<section class="section-how" id="how">
<div class="container">
<p class="section-info">How OMNIFOOD works</p>
<h2 class="heading-secondary">
Your daily dose of health in 3 simple steps
</h2>
</div>
<div class="container grid grid--2--cols grid--center--v">
<div class="app-img-description-div">
<p class="sec-num">01</p>
<h3 class="heading-tertiary">
Tell us what you like (and what not)
</h3>
<p class="app-img-text">
Never again waste time thinking about what to eat! Omnifood AI
will create a 100% personalized weekly meal plan just for you. It
makes sure you get all the nutrients and vitamins you need, no
matter what diet you follow!
</p>
</div>
<div class="app-img-div">
<img
class="app-img"
src="img/app/app-screen-1.png"
alt="app image
of selecting food through the application"
/>
</div>
<div class="app-img-div">
<img
class="app-img"
src="img/app/app-screen-2.png"
alt="app image
of selecting food through the application"
/>
</div>
<div class="app-img-description-div">
<p class="sec-num">02</p>
<h3 class="heading-tertiary">Approve your weekly meal plan</h3>
<p class="app-img-text">
Once per week, approve the meal plan generated for you by Omnifood
AI. You can change ingredients, swap entire meals, or even add
your own recipes.
</p>
</div>
<div class="app-img-description-div">
<p class="sec-num">03</p>
<h3 class="heading-tertiary">Receive meals at convenient time</h3>
<p class="app-img-text">
Best chefs in town will cook your selected meal every day, and we
will deliver it to your door whenever works best for you. You can
change delivery schedule and address daily!
</p>
</div>
<div class="app-img-div">
<img
class="app-img"
src="img/app/app-screen-3.png"
alt="app image
of selecting food through the application"
/>
</div>
</div>
</section>
<section class="meals" id="meals">
<div class="container text-align">
<p class="section-info">meals</p>
<h2 class="heading-secondary">
Omnifood AI chooses from 5,000+ recipes
</h2>
</div>
<div class="container grid grid--3--cols">
<div class="meal">
<img
src="img/meals/meal-1.jpg"
class="meal-img"
alt="Japanese Gyozas"
/>
<div class="meal-tag">
<span class="tag tag-vegetarian"
><strong>Vegetarian</strong></span
>
</div>
<div class="meal-info">
<p class="meal-title">Japanese Gyozas</p>
<ul class="meal-lists flex-gap-v">
<li class="meal-list flex-align-center">
<ion-icon name="flame-outline"></ion-icon
><span><strong>650</strong> Calories</span>
</li>
<li class="meal-list flex-align-center">
<ion-icon name="restaurant-outline"></ion-icon
><span>NutriScore® <strong>74</strong></span>
</li>
<li class="meal-list flex-align-center">
<ion-icon name="star-outline"></ion-icon
><span><strong>4.9</strong> Rating (537)</span>
</li>
</ul>
</div>
</div>
<div class="meal">
<img
src="img/meals/meal-2.jpg"
class="meal-img"
alt="Avocado Salad"
/>
<div class="meal-tag">
<span class="tag tag-vegan"><strong>Vegan</strong></span>
<span class="tag tag-paleo"><strong>Paleo</strong></span>
</div>
<div class="meal-info">
<p class="meal-title">Avocado Salad</p>
<ul class="meal-lists flex-gap-v">
<li class="meal-list flex-align-center">
<ion-icon name="flame-outline"></ion-icon
><span><strong>400</strong> Calories</span>
</li>
<li class="meal-list flex-align-center">
<ion-icon name="restaurant-outline"></ion-icon
><span>NutriScore® <strong>92</strong></span>
</li>
<li class="meal-list flex-align-center">
<ion-icon name="star-outline"></ion-icon
><span><strong>4.8</strong> rating (441)</span>
</li>
</ul>
</div>
</div>
<div class="list">
<h3 class="heading-tertiary">works with any diet:</h3>
<ul class="feature-lists flex-gap-v">
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Vegetarian</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Vegan</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Pescatarian</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Gluten-free</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Lactose-free</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Keto</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Paleo</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Low FODMAP</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-circle-outline"></ion-icon
><span>Kid-friendly</span>
</li>
</ul>
</div>
</div>
<div class="more-meals">
<a href="#" class="more-meals-link">Find Out More Meals →</a>
</div>
</section>
<section class="testimonial-section" id="testimonials">
<div class="testimonial-main-container grid grid--center--v">
<div class="testimonial-container">
<div class="testimonial-section-heading">
<p class="section-info">Testimonials</p>
<h2 class="heading-secondary">
Once you try it, you can't go back
</h2>
</div>
<div class="testimonials grid grid--2--cols">
<figure class="testimonial1">
<img
class="testimonial-img"
src="img/customers/dave.jpg"
alt="Dave Bryson"
/>
<blockquote class="testimonial-text">
"Inexpensive, healthy and great-tasting meals, without even
having to order manually! It feels truly magical."
</blockquote>
<p class="testimonial-name">— Dave Bryson</p>
</figure>
<figure class="testimonial2">
<img
class="testimonial-img"
src="img/customers/ben.jpg"
alt="Ben Hadley"
/>
<blockquote class="testimonial-text">
"The AI algorithm is crazy good, it chooses the right meals
for me every time. It's amazing not to worry about food
anymore!"
</blockquote>
<p class="testimonial-name">— Ben Hadley</p>
</figure>
<figure class="testimonial3">
<img
class="testimonial-img"
src="img/customers/steve.jpg"
alt="Steve Miller"
/>
<blockquote class="testimonial-text">
"Omnifood is a life saver! I just started a company, so
there's no time for cooking. I couldn't live without my daily
meals now!"
</blockquote>
<p class="testimonial-name">— Steve Miller</p>
</figure>
<figure class="testimonial1">
<img
class="testimonial-img"
src="img/customers/hannah.jpg"
alt="Hannah Smith"
/>
<blockquote class="testimonial-text">
"I got Omnifood for the whole family, and it frees up so much
time! Plus, everything is organic and vegan and without
plastic."
</blockquote>
<p class="testimonial-name">— Hannah Smith</p>
</figure>
</div>
</div>
<div class="testimonial-gallary grid grid--3--cols">
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-1.jpg"
alt="gallery-img1"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-2.jpg"
alt="gallery-img2"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-3.jpg"
alt="gallery-img3"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-4.jpg"
alt="gallery-img4"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-5.jpg"
alt="gallery-img5"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-6.jpg"
alt="gallery-img6"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-7.jpg"
alt="gallery-img7"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-8.jpg"
alt="gallery-img8"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-9.jpg"
alt="gallery-img9"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-10.jpg"
alt="gallery-img10"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-11.jpg"
alt="gallery-img11"
/>
</figure>
<figure class="gallary-imgs">
<img
class="gallary-img"
src="img/gallery/gallery-12.jpg"
alt="gallery-img12"
/>
</figure>
</div>
</div>
</section>
<section class="pricing-section" id="pricing">
<div class="container">
<p class="section-info">Pricing</p>
<h2 class="heading-secondary">Eat well without breaking the bank</h2>
</div>
<div class="pricing-card-container container grid grid--2--cols">
<div class="pricing-card pricing-starter">
<header class="pricing-header">
<p class="pricing-card-name">Starter</p>
<p class="pricing-card-pricing">
<span class="pricing-rs">₹</span> 4,999<span class="pricing-pm"
>/month</span
>
</p>
<p class="pricing-perday">That's just 167 ₹ per meal</p>
</header>
<ul class="feature-lists flex-gap-v">
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-outline"></ion-icon
><span>1 meal per day</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-outline"></ion-icon
><span>Order from 11am to 9pm</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-outline"></ion-icon
><span>Delivery is free</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="close-outline"></ion-icon
><span>Access to latest recipes</span>
</li>
</ul>
<div class="pricing-signup-now">
<a href="#cta" class="abtn abtn--main">Start eating healthy</a>
</div>
</div>
<div class="pricing-card pricing-complete">
<header class="pricing-header">
<p class="pricing-card-name">Complete</p>
<p class="pricing-card-pricing">
<span class="pricing-rs">₹</span> 7,499<span class="pricing-pm"
>/month</span
>
</p>
<p class="pricing-perday">
That's just <strong>125 ₹</strong> per meal
</p>
</header>
<ul class="feature-lists flex-gap-v">
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-outline"></ion-icon
><span><strong>2 meals</strong> per day</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-outline"></ion-icon
><span>Order <strong>24/7</strong></span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-outline"></ion-icon
><span>Delivery is free</span>
</li>
<li class="feature-list flex-align-center">
<ion-icon name="checkmark-outline"></ion-icon
><span>Access to latest recipes</span>
</li>
</ul>
<div class="pricing-signup-now">
<a href="#cta" class="abtn abtn--main">Start eating healthy</a>
</div>
</div>
</div>
<aside class="pricing-note">
<p>
Prices include all applicable taxes. You can cancel at any time.
Both plans include the following:
</p>
</aside>
<div class="features-section container grid grid--4--cols">
<div class="plan-features">
<ion-icon class="features-icon" name="infinite-outline"></ion-icon>
<p class="plan-features-title">Never cook again!</p>
<p class="plan-features-description">
Our subscriptions cover 365 days per year, even including major
holidays.
</p>
</div>
<div class="plan-features">
<ion-icon class="features-icon" name="leaf-outline"></ion-icon>
<p class="plan-features-title">Local and organic</p>
<p class="plan-features-description">
Our cooks only use local, fresh, and organic products to prepare
your meals.
</p>
</div>
<div class="plan-features">
<ion-icon class="features-icon" name="earth-outline"></ion-icon>
<p class="plan-features-title">No waste</p>
<p class="plan-features-description">
All our partners only use reusable containers to package all your
meals.
</p>
</div>
<div class="plan-features">
<ion-icon class="features-icon" name="pause-outline"></ion-icon>
<p class="plan-features-title">Pause anytime</p>
<p class="plan-features-description">
Going on vacation? Just pause your subscription, and we refund
unused days.
</p>
</div>
</div>
</section>
<section class="cta-section" id="cta">
<div class="container">
<div class="cta-div">
<div class="cta-box">
<h2 class="heading-secondary cta-heading">
Get your first meal for free!
</h2>
<p class="cta-text">
Healthy,tasty and hassle-free meals are waiting for you.Start
eating well today.You can cancel or pause anytime and the first
meal is on us!
</p>
<form class="cta-form" name="sign-up" netlify>
<div>
<label for="full-name">Full name </label>
<input
type="text"
id="full-name"
placeholder="Arnab Das"
name="full-name"
required
/>
</div>
<div>
<label for="email">Eamil address </label>
<input
type="email"
id="email"
placeholder="[email protected]"
name="email"
required
/>
</div>
<div>
<label for="referal">How you got to know about us </label>
<select id="referal" name="referal" required>
<option value="">--Please choose an option--</option>
<option value="google">Google</option>
<option value="yt">Youtube</option>
<option value="social">Social Media</option>
<option value="friend">friend or family</option>
<option value="forum">Other Website</option>
</select>
</div>
<!-- <div> -->
<!-- <label for=""> </label> -->
<input type="submit" class="btn-form" value="Sign up now" />
<!-- </div> -->
</form>
</div>
<div class="cta-img"></div>
</div>
</div>
</section>
</main>
<footer class="footer-section">
<div class="container grid grid--footer">
<div class="footer-social">
<a href="#"
><img
class="omnifood-logo"
src="img/omnifood-logo.png"
alt="omnifood-logo"
/></a>
<ul class="footer-icons">
<li>
<a href="#" class="footer-icon"
><ion-icon class="insta" name="logo-instagram"></ion-icon
></a>
</li>
<li>
<a href="#" class="footer-icon"
><ion-icon class="fb" name="logo-facebook"></ion-icon
></a>
</li>
<li>
<a href="#" class="footer-icon"
><ion-icon class="twitter" name="logo-twitter"></ion-icon
></a>
</li>
</ul>
<p class="footer-copyright">
Copyright © <span class="year">2027</span> by Omnifood, Inc.
All rights reserved.
</p>
</div>
<div class="footer-address">
<p class="footer-heading">Contact Us</p>
<address>
623 Harrison St., 2nd Floor, San Francisco, CA 94107
</address>
<a class="footer-link footer-address-link" href="tel:415-201-6370"
>415-201-6370</a
>
<a class="footer-link" href="mailto:[email protected]"
>
</div>
<nav class="footer-nav">
<p class="footer-heading">Account</p>
<ul class="footer-links">
<li><a href="#" class="footer-link">Create an account </a></li>
<li><a href="#" class="footer-link">Sign in</a></li>
<li><a href="#" class="footer-link">iOS app</a></li>
<li><a href="#" class="footer-link">Android app</a></li>
</ul>
</nav>
<nav class="footer-nav">
<p class="footer-heading">Company</p>
<ul class="footer-links">
<li><a href="#" class="footer-link">About Omnifood</a></li>
<li><a href="#" class="footer-link">For Business</a></li>
<li><a href="#" class="footer-link">Partners</a></li>
<li><a href="#" class="footer-link">Careers</a></li>
</ul>
</nav>
<nav class="footer-nav">
<p class="footer-heading">Resources</p>
<ul class="footer-links">
<li><a href="#" class="footer-link">Recipt Directory </a></li>
<li><a href="#" class="footer-link">Help Center</a></li>
<li><a href="#" class="footer-link">Privacy & Terms</a></li>
<li><a href="#" class="footer-link"> </a></li>
</ul>
</nav>
</div>
</footer>
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>