-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
667 lines (655 loc) · 37.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
<!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" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<title>Omni-food</title>
</head>
<body>
<nav class="nav-bar">
<div class="logo-image">
<img
src="img/omnifood-logo.png"
class="omnifoodlogo"
alt="omnifood logo"
/>
</div>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<ul>
<li><a href="#"> How it works </a></li>
<li><a href="#"> Meals </a></li>
<li><a href="#"> Testimonials </a></li>
<li><a href="#"> Pricing </a></li>
<li><a class="nav-btnlink" href="#">Try for free</a></li>
</ul>
</nav>
<main>
<section class="section">
<div class="hero-box">
<div class="box">
<h1 class="big-p">
A healthy meal delivered to your door, every single day
</h1>
<p class="small-p">
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="#" class="eatwell">Start eating well</a>
<a href="#" class="learnmore"
>Learn more<svg
xmlns="http://www.w3.org/2000/svg"
class="learn-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M16 17l-4 4m0 0l-4-4m4 4V3"
/></svg
></a>
<div class="mealscustomer">
<div class="customers">
<img src="img/customers/customer-1.jpg" alt="Customer img" />
<img src="img/customers/customer-2.jpg" alt="Customer img" />
<img src="img/customers/customer-3.jpg" alt="Customer img" />
<img src="img/customers/customer-4.jpg" alt="Customer img" />
<img src="img/customers/customer-5.jpg" alt="Customer img" />
<img src="img/customers/customer-6.jpg" alt="Customer img" />
</div>
<p class="text">
<span>250,000+</span> meals delivered last year!
</p>
</div>
</div>
<div class="hero-Image">
<img src="img/hero.png" class="heroimg" alt="Hero img" />
</div>
</div>
</section>
<section class="logos-section">
<p class="featured-p">AS FEATURED IN</p>
<div class="featur-logo">
<img
class="logoimg"
src="img/logos/business-insider.png"
alt="logos image"
/>
<img class="logoimg" src="img/logos/forbes.png" alt="logos image" />
<img
class="logoimg"
src="img/logos/techcrunch.png"
alt="logos image"
/>
<img
class="logoimg"
src="img/logos/the-new-york-times.png"
alt="logos image"
/>
<img
class="logoimg"
src="img/logos/usa-today.png"
alt="logos image"
/>
</div>
</section>
<section>
<div>
<h6 class="text-hiw">HOW IT WORKS</h6>
<h1 class="stephead">Your daily dose of health in 3 simple steps</h1>
</div>
<!-- step1 -->
<div class="step-text">
<div class="steps">
<p class="step1">01</p>
<h3 class="heading-s1">Tell us what you like (and what not)</h3>
<p class="p-step1">
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="background01">
<img
class="step1-img"
src="img/app/app-screen-1.png"
alt="app screen 1"
/>
</div>
</div>
<!-- step2 -->
<div class="step-text">
<div class="background02">
<img
class="step2-img"
src="img/app/app-screen-2.png"
alt="app screen 2"
/>
</div>
<div class="steps">
<p class="step2">02</p>
<h3 class="heading-s2">Approve your weekly meal plan</h3>
<p class="p-step2">
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>
<!-- step3 -->
<div class="step-text">
<div class="steps">
<p class="step1">03</p>
<h3 class="heading-s1">Receive meals at convenient time</h3>
<p class="p-step1">
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="background01">
<img
class="step1-img"
src="img/app/app-screen-3.png"
alt="app screen 1"
/>
</div>
</div>
</section>
<section>
<!-- CARDs-->
<div>
<p class="meal-t">MEALS</p>
<h1 class="mealhead">Omnifood AI chooses from 5,000+ recipes</h1>
</div>
<div class="container">
<div class="card">
<div class="card-header">
<img src="img/meals/meal-1.jpg" alt="rover" />
</div>
<div class="card-body">
<span class="tag tag-teal">VEGETARIAN</span>
<h2 class="h2-jepanese">Japanese Gyozas</h2>
<ul class="cardlist">
<li class="cardlist-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M17.657 18.657A8 8 0 016.343 7.343S7 9 9 10c0-2 .5-5 2.986-7C14 5 16.09 5.777 17.656 7.343A7.975 7.975 0 0120 13a7.975 7.975 0 01-2.343 5.657z"
/>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9.879 16.121A3 3 0 1012.015 11L11 14H9c0 .768.293 1.536.879 2.121z"
/></svg
><span>650 </span>calories
</li>
<li class="cardlist-item">
<svg
version="1.1"
class="icon"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 122.88 121.87"
style="enable-background: new 0 0 122.88 121.87"
xml:space="preserve"
>
<g>
<path
d="M97.34,0.74c0.86-0.93,2.3-0.99,3.23-0.13c0.93,0.86,0.99,2.3,0.13,3.23L81.98,24.1l-0.03,0.04 c-2.29,2.77-3.86,5.33-4.56,7.67c-0.62,2.07-0.53,3.95,0.39,5.59c0.49,0.88,0.33,1.96-0.32,2.67l0,0l-8.89,9.62 c-0.87-0.95-1.56-1.72-2.02-2.22c-0.21-0.28-0.45-0.55-0.7-0.81l-0.02,0.02c-0.12-0.13-0.25-0.25-0.38-0.37l7.6-8.23 c-0.89-2.38-0.88-4.91-0.06-7.6c0.88-2.92,2.75-6.03,5.44-9.27c0.06-0.08,0.11-0.16,0.18-0.23L97.32,0.72L97.34,0.74L97.34,0.74z M57.13,55.01c-0.84-0.94-0.76-2.39,0.18-3.23c0.94-0.84,2.39-0.76,3.23,0.18c9.41,10.54,38.5,41.73,46.56,53.39 c10.63,15.05-5.83,19.79-11.29,14.31c-13.64-13.19-42.6-46.82-55.33-61.08c-4.58,1.94-9.03,2.24-13.5,0.96 c-4.81-1.37-9.52-4.58-14.3-9.51l-0.06-0.06c-3.64-3.84-6.49-7.63-8.55-11.38c-2.11-3.86-3.4-7.68-3.86-11.47 c-0.49-4.08-0.11-7.88,0.99-11.25c1.29-3.96,3.58-7.31,6.58-9.8c3.02-2.5,6.73-4.12,10.87-4.62c3.44-0.41,7.19-0.06,11.07,1.21 c5.37,1.75,11.63,6.1,16.82,11.68c3.83,4.11,7.11,8.92,9.06,13.87c2.03,5.16,2.65,10.5,1.02,15.5c-0.96,2.96-2.7,5.74-5.4,8.25 c-0.93,0.86-2.37,0.8-3.23-0.12c-0.86-0.93-0.8-2.37,0.12-3.23c2.09-1.95,3.43-4.08,4.16-6.33c1.26-3.87,0.73-8.16-0.93-12.38 c-1.74-4.42-4.69-8.74-8.15-12.45c-4.68-5.02-10.23-8.91-14.91-10.44c-3.21-1.04-6.28-1.34-9.09-1c-3.26,0.4-6.18,1.65-8.51,3.6 c-2.34,1.95-4.13,4.58-5.16,7.71c-0.89,2.73-1.2,5.87-0.79,9.26c0.39,3.2,1.5,6.47,3.32,9.81c1.91,3.43,4.53,6.9,7.9,10.45 l0.02,0.03c4.22,4.35,8.27,7.15,12.28,8.29c3.79,1.08,7.65,0.66,11.68-1.35c0.92-0.53,2.11-0.35,2.84,0.47 c12.42,13.91,42.63,48.92,56.01,61.89c5.81,2.37,9.03-0.55,6.25-5.7C100.7,102.43,63.5,62.17,57.13,55.01L57.13,55.01L57.13,55.01z M45.07,75.12l-29.16,31.55c-0.06,0.06-0.11,0.12-0.18,0.18c-4.26,4.6,3.28,11.3,7.96,6.82l28.32-30.65l3.04,3.45l-28.1,30.41l0,0 c-0.06,0.07-0.12,0.13-0.2,0.2c-1.68,1.41-3.37,2.33-5.08,2.71c-1.76,0.4-3.49,0.22-5.15-0.56c-0.28-0.11-0.54-0.25-0.77-0.46 l-4.03-3.73l0,0c-0.06-0.06-0.12-0.11-0.18-0.18c-1.56-1.8-2.3-3.72-2.1-5.75c0.19-1.92,1.21-3.79,3.14-5.59l29.44-31.86 L45.07,75.12L45.07,75.12z M75.63,57.46l1.73-1.87c0.86-0.93,2.31-0.99,3.23-0.13s0.99,2.3,0.13,3.23l-2,2.16L75.63,57.46 L75.63,57.46z M104.45,7.43c0.86-0.93,2.3-0.99,3.23-0.13c0.93,0.86,0.99,2.3,0.13,3.23L91.4,28.3c-0.86,0.93-2.3,0.99-3.23,0.13 c-0.93-0.86-0.99-2.3-0.13-3.23L104.45,7.43L104.45,7.43L104.45,7.43z M111.55,14c0.86-0.93,2.3-0.99,3.23-0.13 c0.93,0.86,0.99,2.3,0.13,3.23L98.51,34.86c-0.86,0.93-2.3,0.99-3.23,0.13c-0.93-0.86-0.99-2.3-0.13-3.23L111.55,14L111.55,14 L111.55,14z M118.91,20.83c0.86-0.93,2.3-0.99,3.23-0.13c0.93,0.86,0.99,2.31,0.13,3.23L103.55,44.2c-0.07,0.07-0.14,0.13-0.21,0.2 c-4.26,4.1-8.33,6.47-12.22,7.14c-4.22,0.73-8.09-0.47-11.64-3.57c-0.95-0.83-1.04-2.28-0.22-3.22c0.83-0.95,2.28-1.04,3.22-0.22 c2.45,2.14,5.07,2.98,7.84,2.49c2.98-0.51,6.26-2.48,9.84-5.93l0.02-0.02l18.71-20.25L118.91,20.83L118.91,20.83z"
/>
</g></svg
>NutriScore ® <span>74 </span>
</li>
<li class="cardlist-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z"
/></svg
><span>4.9 </span>rating (537)
</li>
</ul>
</div>
</div>
<div class="card">
<div class="card-header">
<img src="img/meals/meal-2.jpg" alt="rover" />
</div>
<div class="card-body">
<div>
<span class="tag tag-veg">VEGAN</span>
<span class="tag tag-paleo">PALEO</span>
</div>
<h2 class="h2-jepanese">Avocado Salad</h2>
<ul class="cardlist">
<li class="cardlist-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M17.657 18.657A8 8 0 016.343 7.343S7 9 9 10c0-2 .5-5 2.986-7C14 5 16.09 5.777 17.656 7.343A7.975 7.975 0 0120 13a7.975 7.975 0 01-2.343 5.657z"
/>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M9.879 16.121A3 3 0 1012.015 11L11 14H9c0 .768.293 1.536.879 2.121z"
/></svg
><span>400 </span>calories
</li>
<li class="cardlist-item">
<svg
version="1.1"
class="icon"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 122.88 121.87"
style="enable-background: new 0 0 122.88 121.87"
xml:space="preserve"
>
<g>
<path
d="M97.34,0.74c0.86-0.93,2.3-0.99,3.23-0.13c0.93,0.86,0.99,2.3,0.13,3.23L81.98,24.1l-0.03,0.04 c-2.29,2.77-3.86,5.33-4.56,7.67c-0.62,2.07-0.53,3.95,0.39,5.59c0.49,0.88,0.33,1.96-0.32,2.67l0,0l-8.89,9.62 c-0.87-0.95-1.56-1.72-2.02-2.22c-0.21-0.28-0.45-0.55-0.7-0.81l-0.02,0.02c-0.12-0.13-0.25-0.25-0.38-0.37l7.6-8.23 c-0.89-2.38-0.88-4.91-0.06-7.6c0.88-2.92,2.75-6.03,5.44-9.27c0.06-0.08,0.11-0.16,0.18-0.23L97.32,0.72L97.34,0.74L97.34,0.74z M57.13,55.01c-0.84-0.94-0.76-2.39,0.18-3.23c0.94-0.84,2.39-0.76,3.23,0.18c9.41,10.54,38.5,41.73,46.56,53.39 c10.63,15.05-5.83,19.79-11.29,14.31c-13.64-13.19-42.6-46.82-55.33-61.08c-4.58,1.94-9.03,2.24-13.5,0.96 c-4.81-1.37-9.52-4.58-14.3-9.51l-0.06-0.06c-3.64-3.84-6.49-7.63-8.55-11.38c-2.11-3.86-3.4-7.68-3.86-11.47 c-0.49-4.08-0.11-7.88,0.99-11.25c1.29-3.96,3.58-7.31,6.58-9.8c3.02-2.5,6.73-4.12,10.87-4.62c3.44-0.41,7.19-0.06,11.07,1.21 c5.37,1.75,11.63,6.1,16.82,11.68c3.83,4.11,7.11,8.92,9.06,13.87c2.03,5.16,2.65,10.5,1.02,15.5c-0.96,2.96-2.7,5.74-5.4,8.25 c-0.93,0.86-2.37,0.8-3.23-0.12c-0.86-0.93-0.8-2.37,0.12-3.23c2.09-1.95,3.43-4.08,4.16-6.33c1.26-3.87,0.73-8.16-0.93-12.38 c-1.74-4.42-4.69-8.74-8.15-12.45c-4.68-5.02-10.23-8.91-14.91-10.44c-3.21-1.04-6.28-1.34-9.09-1c-3.26,0.4-6.18,1.65-8.51,3.6 c-2.34,1.95-4.13,4.58-5.16,7.71c-0.89,2.73-1.2,5.87-0.79,9.26c0.39,3.2,1.5,6.47,3.32,9.81c1.91,3.43,4.53,6.9,7.9,10.45 l0.02,0.03c4.22,4.35,8.27,7.15,12.28,8.29c3.79,1.08,7.65,0.66,11.68-1.35c0.92-0.53,2.11-0.35,2.84,0.47 c12.42,13.91,42.63,48.92,56.01,61.89c5.81,2.37,9.03-0.55,6.25-5.7C100.7,102.43,63.5,62.17,57.13,55.01L57.13,55.01L57.13,55.01z M45.07,75.12l-29.16,31.55c-0.06,0.06-0.11,0.12-0.18,0.18c-4.26,4.6,3.28,11.3,7.96,6.82l28.32-30.65l3.04,3.45l-28.1,30.41l0,0 c-0.06,0.07-0.12,0.13-0.2,0.2c-1.68,1.41-3.37,2.33-5.08,2.71c-1.76,0.4-3.49,0.22-5.15-0.56c-0.28-0.11-0.54-0.25-0.77-0.46 l-4.03-3.73l0,0c-0.06-0.06-0.12-0.11-0.18-0.18c-1.56-1.8-2.3-3.72-2.1-5.75c0.19-1.92,1.21-3.79,3.14-5.59l29.44-31.86 L45.07,75.12L45.07,75.12z M75.63,57.46l1.73-1.87c0.86-0.93,2.31-0.99,3.23-0.13s0.99,2.3,0.13,3.23l-2,2.16L75.63,57.46 L75.63,57.46z M104.45,7.43c0.86-0.93,2.3-0.99,3.23-0.13c0.93,0.86,0.99,2.3,0.13,3.23L91.4,28.3c-0.86,0.93-2.3,0.99-3.23,0.13 c-0.93-0.86-0.99-2.3-0.13-3.23L104.45,7.43L104.45,7.43L104.45,7.43z M111.55,14c0.86-0.93,2.3-0.99,3.23-0.13 c0.93,0.86,0.99,2.3,0.13,3.23L98.51,34.86c-0.86,0.93-2.3,0.99-3.23,0.13c-0.93-0.86-0.99-2.3-0.13-3.23L111.55,14L111.55,14 L111.55,14z M118.91,20.83c0.86-0.93,2.3-0.99,3.23-0.13c0.93,0.86,0.99,2.31,0.13,3.23L103.55,44.2c-0.07,0.07-0.14,0.13-0.21,0.2 c-4.26,4.1-8.33,6.47-12.22,7.14c-4.22,0.73-8.09-0.47-11.64-3.57c-0.95-0.83-1.04-2.28-0.22-3.22c0.83-0.95,2.28-1.04,3.22-0.22 c2.45,2.14,5.07,2.98,7.84,2.49c2.98-0.51,6.26-2.48,9.84-5.93l0.02-0.02l18.71-20.25L118.91,20.83L118.91,20.83z"
/>
</g></svg
>NutriScore ® <span>92 </span>
</li>
<li class="cardlist-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M11.049 2.927c.3-.921 1.603-.921 1.902 0l1.519 4.674a1 1 0 00.95.69h4.915c.969 0 1.371 1.24.588 1.81l-3.976 2.888a1 1 0 00-.363 1.118l1.518 4.674c.3.922-.755 1.688-1.538 1.118l-3.976-2.888a1 1 0 00-1.176 0l-3.976 2.888c-.783.57-1.838-.197-1.538-1.118l1.518-4.674a1 1 0 00-.363-1.118l-3.976-2.888c-.784-.57-.38-1.81.588-1.81h4.914a1 1 0 00.951-.69l1.519-4.674z"
/></svg
><span>4.8 </span>rating (537)
</li>
</ul>
</div>
</div>
<div class="unordered-list">
<h1 class="h1-wwad">Works with any diet:</h1>
<ul class="ul-list">
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Vegetarian
</li>
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Vegan
</li>
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Pescatarian
</li>
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Gluten-free
</li>
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Lactose-free
</li>
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Keto
</li>
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Paleo
</li>
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Low FODMAP
</li>
<li class="ul-list-item">
<svg
xmlns="http://www.w3.org/2000/svg"
class="chek-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M5 13l4 4L19 7"
/></svg
>Kid-friendly
</li>
</ul>
</div>
</div>
<div class="link-arrow">
<a href="#" class="see"
>See all recipes<svg
xmlns="http://www.w3.org/2000/svg"
class="see-icon"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
stroke-width="2"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
d="M17 8l4 4m0 0l-4 4m4-4H3"
/></svg
></a>
</div>
</section>
<section class="User-comments">
<div class="Uscontainer" >
<h4 class="tetimonials-h4">TESTIMONIALS</h4>
<h1 class="tetimonials-h1">Once you try it, you can't go back</h1>
<div class="commnets">
<figure class="user-comment">
<img src="img/customers/dave.jpg" class="commnet-img" alt="dave"/>
<p class="text-comment">Inexpensive, healthy and great-tasting meals, without even having to order manually! It feels truly magical.</p>
<p class="username">— Dave Bryson</p>
</figure>
<figure class="user-comment">
<img src="img/customers/steve.jpg" class="commnet-img" alt="steve"/>
<p class="text-comment">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!</p>
<p class="username">— Steve Miller</p>
</figure>
<figure class="user-comment">
<img src="img/customers/ben.jpg" class="commnet-img" alt="ben"/>
<p class="text-comment">The AI algorithm is crazy good, it chooses the right meals for me every time. It's amazing not to worry about food anymore!</p>
<p class="username">— Ben Hadley</p>
</figure>
<figure class="user-comment">
<img src="img/customers/hannah.jpg"class="commnet-img" alt="hannah"/>
<p class="text-comment">I got Omnifood for the whole family, and it frees up so much time! Plus, everything is organic and vegan and without plastic.</p>
<p class="username">— Hannah Smith</p>
</figure>
</div>
</div>
<div class="gallery">
<figure class=”gallery__item">
<img src="img/gallery/gallery-1.jpg" class="gallery__img" alt="Image 1">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-2.jpg" class="gallery__img" alt="Image 2">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-3.jpg" class="gallery__img" alt="Image 3">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-4.jpg" class="gallery__img" alt="Image 4">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-5.jpg" class="gallery__img" alt="Image 5">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-6.jpg" class="gallery__img" alt="Image 6">
</figure>
<figure class=”gallery__item">
<img src="img/gallery/gallery-7.jpg" class="gallery__img" alt="Image 7">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-8.jpg" class="gallery__img" alt="Image 8">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-9.jpg" class="gallery__img" alt="Image 9">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-10.jpg" class="gallery__img" alt="Image 10">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-11.jpg" class="gallery__img" alt="Image 11">
</figure>
<figure class="gallery__item">
<img src="img/gallery/gallery-12.jpg" class="gallery__img" alt="Image 12">
</figure>
</div>
</section>
<section>
<div class="pricing-section">
<p class="pricing-p">PRICING</p>
<h1 class="eatw-h1">Eating well without breaking the bank</h1>
</div>
<div class="twobox">
<div class="fbox">
<h3 class="sc-text">STARTER</h3>
<h1 class="h1-sbox">$ <span>399</span> </h1>
<p class="p-box">per month. That's just $13 per meal!</p>
<ul class="ulboxli">
<li class="ulboxli-item"><svg xmlns="http://www.w3.org/2000/svg" class="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>1 meal per day</li>
<li class="ulboxli-item"><svg xmlns="http://www.w3.org/2000/svg" class="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>Order from 11am to 9pm</li>
<li class="ulboxli-item"><svg xmlns="http://www.w3.org/2000/svg" class="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>Delivery is free</li>
</ul>
<div class="centersetlink">
<a href="#" class="sew">Start eating well</a>
</div>
</div>
<div class="sbox">
<h3 class="sc-text">COMPLETE</h3>
<h1 class="h1-sbox">$<span>649</span> </h1>
<p class="p-box">per month. That's just $11 per meal!</p>
<ul class="ulboxli">
<li class="ulboxli-item"><svg xmlns="http://www.w3.org/2000/svg" class="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>2 meals per day</li>
<li class="ulboxli-item"><svg xmlns="http://www.w3.org/2000/svg" class="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>Order 24/7</li>
<li class="ulboxli-item"><svg xmlns="http://www.w3.org/2000/svg" class="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M5 13l4 4L19 7" />
</svg>Delivery is free</li>
</ul>
<div class="centersetlink">
<a href="#" class="sew">Start eating well</a>
</div>
</div>
</div>
</section>
<section class="prices">
<div class="prices-p">
<p >Prices include all applicable taxes. You can cancel at any time. Both plans include the following:</p>
</div>
<div class="plans">
<figure class="plans1">
<svg version="1.1" class="icon-fig" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 122.88 62.63" style="enable-background:new 0 0 122.88 62.63" xml:space="preserve"><g><path d="M44.94,20.02c-7.77-8.05-18.67-13.18-27.82-4.34c-2.99,2.88-5.13,6.8-6.07,11c-1.12,4.98-0.28,9.53,1.79,13.28 c1.84,3.34,4.65,6.07,7.96,7.95c3.32,1.89,7.1,2.91,10.85,2.8c4.12-0.12,8.24-1.64,11.7-4.91c4.89-4.63,9.16-11.55,13.33-18.3 c4.56-7.38,9-14.57,14.45-19.43c3.89-3.47,8.05-5.71,12.27-6.94c6.06-1.76,12.12-1.37,17.63,0.55c5.42,1.88,10.28,5.22,14.02,9.42 c3.18,3.56,5.6,7.8,6.92,12.33c1.92,6.6,0.76,14.51-2.74,21.43c-2.48,4.89-6.16,9.38-10.78,12.62c-4.75,3.33-10.47,5.34-16.87,5.15 c-7.32-0.22-15.4-3.3-23.73-10.6l6.93-7.92c6.31,5.53,12.08,7.85,17.09,8c3.98,0.12,7.56-1.15,10.56-3.25 c3.13-2.19,5.66-5.3,7.4-8.74c2.36-4.66,3.2-9.75,2.04-13.75c-0.86-2.96-2.5-5.79-4.69-8.25c-2.6-2.92-5.92-5.22-9.56-6.49 c-3.55-1.23-7.44-1.5-11.28-0.38c-2.73,0.79-5.5,2.31-8.19,4.71c-4.37,3.9-8.39,10.4-12.51,17.08c-4.54,7.35-9.19,14.88-15.03,20.4 c-5.48,5.19-12.07,7.6-18.67,7.8c-5.71,0.17-11.4-1.34-16.34-4.16c-4.96-2.82-9.2-6.96-12-12.04c-3.24-5.87-4.55-12.96-2.82-20.67 c1.39-6.18,4.58-11.97,9.05-16.28c3.01-2.9,6.6-5.15,10.63-6.42c4.06-1.28,8.52-1.55,13.24-0.49c6.08,1.37,12.51,4.96,18.85,11.54 L44.94,20.02L44.94,20.02z"/></g></svg>
<h1 class="icon1-h">Never cook again!</h1>
<p class="icon1-p">Our subscriptions cover 365 days per year, even including major holidays.</p>
</figure>
<figure class="plans2">
<svg version="1.1" class="icon-fig" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 104 122.88" style="enable-background:new 0 0 104 122.88" xml:space="preserve"><g><path d="M61.64,0.59c0.91-0.84,2.33-0.78,3.17,0.13c0.84,0.91,0.78,2.33-0.13,3.17c-3.99,3.69-6.95,8.15-8.7,13.5 c-1.62,4.92-2.24,10.62-1.74,17.18c0.83-0.07,1.66-0.17,2.49-0.31c1.5-0.25,3.01-0.64,4.53-1.16l0,0c0.08-0.03,0.16-0.05,0.24-0.07 c5.03-1.13,9.55-1.44,13.63-1.04c4.16,0.4,7.84,1.54,11.12,3.3C96.87,41,102.02,49.4,103.53,58.79c1.81,11.31-1.8,23.96-7.49,34.85 c-2.68,5.13-7.09,12.07-12.19,17.74c-3.91,4.35-8.28,8-12.71,9.66c-3.57,1.34-7.02,1.71-10.36,1.38c-2.93-0.29-5.76-1.13-8.49-2.33 c-3.59,1.8-7.34,2.87-11.31,2.79c-4.37-0.09-8.92-1.57-13.69-4.99l0-0.01c-0.06-0.04-0.12-0.09-0.17-0.14 c-4.75-4.15-8.64-8.5-11.97-12.91c-3.31-4.38-6.08-8.84-8.58-13.24C1.47,82.66-0.5,73.02,0.11,64.15 c0.51-7.47,2.85-14.42,6.69-19.98c3.91-5.65,9.37-9.86,16.05-11.75c5.6-1.59,12.02-1.54,19.06,0.67l0,0.01 c1.72,0.52,3.45,0.93,5.16,1.19c0.89,0.14,1.77,0.24,2.66,0.3c-0.29-4.15-0.17-7.99,0.34-11.55c-5.77,3.27-11.11,4.49-16.05,3.89 C21.93,25.45,16.07,15.39,11.33,5.53l6.48-0.68c17-2.6,27.15,3.24,33,14.36c0.26-1.09,0.56-2.16,0.9-3.19 C53.71,9.89,57.09,4.8,61.64,0.59L61.64,0.59z M16.66,81.92c-0.39-1.17,0.24-2.45,1.42-2.84c1.17-0.39,2.45,0.24,2.84,1.42 c1.27,3.79,3.16,7.19,5.52,10.3c2.4,3.14,5.29,5.98,8.51,8.61c0.96,0.78,1.11,2.19,0.33,3.16c-0.78,0.96-2.19,1.11-3.16,0.33 c-3.49-2.85-6.63-5.93-9.25-9.37C20.22,90.05,18.09,86.22,16.66,81.92L16.66,81.92z M52.4,39.16c-0.13,0.01-0.26,0.01-0.38,0 c-1.88,0.01-3.76-0.14-5.64-0.44c-1.94-0.3-3.87-0.75-5.8-1.34l-0.02-0.01l0,0.01c-6.17-1.94-11.72-2-16.51-0.64 c-5.63,1.6-10.24,5.17-13.57,9.98c-3.39,4.89-5.45,11.06-5.9,17.73c-0.55,8.05,1.25,16.8,5.88,24.93 c2.41,4.23,5.07,8.52,8.26,12.75c3.14,4.16,6.79,8.25,11.21,12.13c3.98,2.84,7.66,4.07,11.12,4.14c3.49,0.07,6.84-1.01,10.09-2.77 c0.65-0.36,1.4-0.35,2.03-0.06l0,0c2.62,1.24,5.3,2.11,8.04,2.39c2.69,0.27,5.46-0.03,8.34-1.11c3.67-1.38,7.46-4.59,10.95-8.47 c4.85-5.38,9.02-11.95,11.55-16.8c5.3-10.14,8.68-21.81,7.04-32.07c-1.29-8.06-5.75-15.29-14.96-20.22 c-2.77-1.49-5.9-2.45-9.44-2.79c-3.58-0.35-7.58-0.07-12.07,0.92c-1.71,0.58-3.43,1.01-5.16,1.31 C55.8,38.98,54.11,39.13,52.4,39.16L52.4,39.16z"/></g></svg>
<h1 class="icon1-h">Local and organic</h1>
<p class="icon1-p">Our cooks only use local, fresh, and organic products to prepare your meals.</p>
</figure>
<figure class="plans3">
<svg class="icon-fig" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 110.04 122.88"><title>leaf-line</title><path d="M95.79,7.52a225.35,225.35,0,0,0-29.63,8.55c-1.23.46-2.46.94-3.67,1.43-.42,3.1-1,6.14-1.63,9.18a86.35,86.35,0,0,0-2,14.2l1.29-1.36a2,2,0,0,1,.2-.21A297.61,297.61,0,0,1,95.79,7.52ZM66.59,81.05c-13.23,6.26-25.2,6.41-36.21,6.56l-2.94,0q-3.61,5.16-7.14,10.52a2.61,2.61,0,0,1-.19.27l-1.36,2.08c2.15-.41,4.23-.75,6.32-1.1,9.71-1.63,19.47-3.26,35.32-11a91.53,91.53,0,0,0,6.2-7.39ZM31,82.58c12.58-.16,26.48-.53,41.94-10.94,1.36-2.25,2.65-4.53,3.89-6.85-6.6,2-14.36,2.86-22.1,3.7-5,.54-10,1.08-14.64,2-1.28,1.63-2.55,3.29-3.81,5a2,2,0,0,1-.24.33q-2.53,3.38-5,6.84ZM11.21,103l.12-.19c1.31-2.07,2.64-4.12,4-6.15-2.16-5.92-2.45-14-2.72-21.72-.1-2.94-.2-5.85-.41-8.54q-1.39,3.56-2.52,7.22a108.92,108.92,0,0,0-4.38,39q2.94-4.87,5.94-9.59Zm37.7-4.22a120.81,120.81,0,0,1-23,5.6c-3.57.6-7.14,1.2-10.94,2.07-2.12,3.37-4.22,6.78-6.31,10.26,17-4,30-10.2,40.27-17.93ZM16,57.9c1.15,4.67,1.37,10.69,1.58,16.87.2,5.72.41,11.6,1.38,16.35q2.51-3.7,5.05-7.33l.1-.13h0q3.55-5.06,7.19-9.91c-1.95-5.31-1.57-14.29-1.2-23.09.19-4.55.38-9,.24-12.81A82.32,82.32,0,0,0,16,57.9ZM35,33.47c.61,4.7.34,11,.08,17.37S34.57,64,35.21,68.6l1.43-1.84h0a2.34,2.34,0,0,1,.24-.31q6.3-8,12.83-15.53c1.43-1.64,2.86-3.26,4.31-4.86-.82-6.78.54-13.57,1.91-20.37.39-2,.78-3.91,1.11-5.84A94,94,0,0,0,35,33.47Zm9.71,31.15c3.1-.43,6.29-.78,9.49-1.12,9.62-1,19.26-2.09,26-5.38,2.7-5.63,5.16-11.4,7.54-17.22C80.92,42.7,74.47,43,67.9,43.33c-1.53.08-3.07.15-4.75.26q-4.89,5.16-9.67,10.63-4.41,5.07-8.73,10.4ZM59.06,13.49l.3-.12c1.67-.69,3.35-1.36,5-2C78.15,6.23,92.94,2.78,107.06,0a2.55,2.55,0,0,1,1.68.27,2.51,2.51,0,0,1,1,3.4C104.06,14.09,99.55,25.23,95.07,36.3c-15.2,37.55-30.19,74.56-91,86.54l-.14,0a2.52,2.52,0,0,1-2.83-2.15,114.16,114.16,0,0,1,3.8-48.55,101,101,0,0,1,6.2-15.59l0,0,0-.06h0a87,87,0,0,1,16.8-23.28c.88-.86,1.79-1.7,2.72-2.52l0,0c8.09-7.15,17.83-12.69,28.38-17.11Zm9.24,24.8c7.27-.36,14.39-.77,21.9-3.37l.21-.5c3.32-8.2,6.65-16.43,10.51-24.48A287.56,287.56,0,0,0,68.3,38.29Z"/></svg>
<h1 class="icon1-h">No waste</h1>
<p class="icon1-p">All our partners only use reusable containers to package all your meals.</p>
</figure>
<figure class="plans4">
<svg version="1.1" class="icon-fig" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 87.72 122.88" style="enable-background:new 0 0 87.72 122.88" xml:space="preserve"><style type="text/css">.st0{fill-rule:evenodd;clip-rule:evenodd;}</style><g><path class="st0" d="M0,0h35.54v122.88l-35.54,0V0L0,0z M52.18,0h35.54v122.88l-35.54,0V0L52.18,0z"/></g></svg>
<h1 class="icon1-h">Pause anytime</h1>
<p class="icon1-p">Going on vacation? Just pause your subscription, and we refund unused days.</p>
</figure>
</div>
</section>
<section class="signin">
<div class="signin-box">
<img src="img/eating.jpg" alt="eating" class="eating-img"/>
<h1 class="signin-h1">Get your first meal for free!</h1>
<p class="signin-p">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="form">
<div>
<label for="fname">Full Name</label>
<input type="text" id="fname" placeholder="John Smith">
</div>
<div>
<label for="email">Email address</label>
<input type="text" id="email" name="email" placeholder="me@example.com">
</div>
<div>
<label for="country">Where did you hear from us?</label>
<select id="country" name="country">
<option value="pch">Please choose one option:</option>
<option value="ff">Friens and Family</option>
<option value="utu">YouTube video</option>
<option value="pod">Podcast</option>
<option value="face">Facebook ad</option>
<option value="Oth">Others</option>
</select>
</div>
<a href="#" class="signinlink">Sign up now</a>
</form>
</div>
</section>
</main>
</body>
</html>