-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
540 lines (499 loc) · 26 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
<!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="Diet Protocol is an AI-powered food subscription that will make you eat healthy again, 365 days par year. Its tailored to your personal tastes and nutritional needs.">
<link rel="icon" href="favicon/favicon.Copy.png">
<link rel="apple-touch-icon" href="favicon/apple-touch.png">
<link rel="manifest" href="manifest.webmanifest">
<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">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="mediaquery.css" />
<script defer src="script.js"></script>
<script defer src="https://unpkg.com/[email protected]/dist/smoothscroll.min.js"></script>
<title>Diet Protocol — Commit to be fit!</title>
</head>
<body>
<!-- START OF HEADER-->
<header class="header">
<a href="#">
<img class="logo" src="img/logo.jpg" alt="logo"></a>
<nav class="main-nav">
<ul class="main-nav-list">
<li><a class="main-nav-link" href="#How">How it Works</a></li>
<li><a class="main-nav-link" href="#Meal">Meals</a></li>
<li><a class="main-nav-link" href="#Testimonial">Testimonials</a></li>
<li><a class="main-nav-link" href="#Pricing">Pricing</a></li>
<li><a class="main-nav-link" href="#Buy">Buy Now</a></li>
</ul>
</nav>
<button class="btn-mobile-nav">
<ion-icon class="icon-mobile-nav" name="menu-outline"></ion-icon>
<ion-icon class="icon-mobile-nav" name="close-outline"></ion-icon>
</button>
</header>
<!-- END OF HEADER -->
<main>
<!-- START OF HERO SECTION -->
<section class="section-hero">
<div class="hero">
<div class="hero-text-box">
<h1 class="heading-primary">A healthy meal deliverd 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="#Pricing" class="btn btn-main margin-rgt">Start Eating Well</a>
<a href="#How" class="btn btn-learn">Learn more ↓</a>
<div class="delivered-meals">
<div class="delivered-imgs">
<img src="Cutomerimgs/customer3_files/1.jpg" alt="customer-img">
<img src="Cutomerimgs/customer3_files/2.jpg" alt="customer-img">
<img src="Cutomerimgs/customer3_files/32.jpg" alt="customer-img">
<img src="Cutomerimgs/customer3_files/4.jpg" alt="customer-img">
<img src="Cutomerimgs/customer3_files/9.jpg" alt="customer-img">
<img src="Cutomerimgs/customer3_files/22.jpg" alt="customer-img">
</div>
<p class="delivered-text"> Deliverd <span>250,000+</span> meals </p>
</div>
</div>
<div class="hero-img-box">
<picture>
<source srcset="img/preparationoffood.webp" type="image/webp">
<source srcset="img/preparationoffood.jpg" type="image/jpg">
<img src="img/preparationoffood.jpg" alt="a chef perparing healthy meal" class="hero-img" />
</picture>
</div>
</div>
</section>
<!--END OF HERO SECTION -->
<!-- START OF SECCTION BRANCHES -->
<section class="container">
<div class="branch-container">
<h2 class="heading-location">We are currently in these cities</h2>
</div>
<div class="city-imgs">
<div><img src="img/mumbai.jpg" alt="mumbai-city">
<p>Mumbai</p>
</div>
<ul class="location-cart">
<li>1000+ Happy customers</li>
<li>20+ Top Chefs</li>
<li><a class="branch-link" href="#">@Healthymeal/mumbai</a></li>
</ul>
<div>
<img src="img/pune.jpg" alt="pune-city">
<p>Pune</p>
</div>
<ul class="location-cart">
<li>4000 +Happy customers</li>
<li>40+ Top Chefs</li>
<li><a class="branch-link" href="#">@Healthymeal/pune</a></li>
</ul>
<div>
<img src="img/banglore.jpg" alt="banglore-city">
<p>Banglore</p>
</div>
<ul class="location-cart">
<li>2000 +Happy customers</li>
<li>35+ Top Chefs</li>
<li><a class="branch-link" href="#">@Healthymeal/banglore</a></li>
</ul>
</div>
</section>
<!-- END OF SECTION BRANCHES -->
<!-- START OF HOW IT WORKS -->
<section class="section-how" id="How">
<div class="box ">
<span class="sub-heading">HOW IT WORKS</span>
<h2 class="secondary-heading">Your daily dose of health in 3 simple steps</h2>
</div>
<div class="box gird grid-column">
<div class="text-box">
<p class="number-box">01</p>
<h3 class="tertiory-heading">Tell us what you like (and what not)</h3>
<p class="box-description">Never again waste time thinking about to eat
we will creat 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="img-box">
<img src="img/salad.jpg" class="first-image" alt="chicken-salad">
</div>
</div>
<div class="box gird grid-column">
<div class="img-box">
<img src="img/fooddelivry.jpg" class="first-image" alt="food delivery app img">
</div>
<div class="text-box">
<p class="number-box">02</p>
<h3 class="tertiory-heading">Order Your food fast!</h3>
<p class="box-description">Order your delicious meal using our mobile app or website. Or you can
even call us
</p>
</div>
</div>
<div class="box gird grid-column">
<div class="text-box">
<p class="number-box">03</p>
<h3 class="tertiory-heading">Aprove your weelky meal plan</h3>
<p class="box-description">Once per week, approve the meal plan generated for you by our app. You
can change the ingredients or swap entire meal.
</p>
</div>
<div class="img-box">
<img src="img/approve meal.jpg" class="first-image" alt="meal modifier app img">
</div>
</div>
</section>
<!--END OF SECTION HOW IT WORKS -->
<!--START OF MEAL SECTION-->
<section class="section-meal-box" id="Meal">
<div class="container-ms">
<span class="subheading-ms">Meal</span>
<h2 class="heading-ms">Choose from 1000+ recipes</h2>
</div>
<div class="meal-container grid">
<div class="meal">
<img src="img/meal1.jpg" class="meal-img" alt="Grilled-chicken">
<div class="meal-content">
<div class="meal-tag">
<span class="tag tag--non-vegetarian">Non-Vegetarian</span>
</div>
<p class="meal-title">Grilled Chicken</p>
<ul class="meal-alts">
<li class="meal-alt">
<ion-icon class="meal-icon" name="nutrition"></ion-icon>
<span>200 calories</span>
</li>
<li class="meal-alt">
<ion-icon class="meal-icon" name="restaurant"></ion-icon>
<span>Nutriscore ® 74</span>
</li>
<li class="meal-alt">
<ion-icon class="meal-icon" name="star"></ion-icon>
<span>Average rating 4.9 (600)</span>
</li>
</ul>
</div>
</div>
<div class="meal">
<img src="img/meal2.jpg" class="meal-img" alt="Wheat Past Tossed in Creamy Cheese Dressing">
<div class="meal-content">
<div class="meal-tag">
<span class="tag tag--vegeterian">Vegetarian</span>
</div>
<p class="meal-title">Creamy Wheat Pasta </p>
<ul class="meal-alts">
<li class="meal-alt">
<ion-icon class="meal-icon" name="nutrition"></ion-icon>
<span>600 calories</span>
</li>
<li class="meal-alt">
<ion-icon class="meal-icon" name="restaurant"></ion-icon>
<span>Nutriscore ® 65</span>
</li>
<li class="meal-alt">
<ion-icon class="meal-icon" name="star"></ion-icon>
<span>Average rating 4.1 (800)</span>
</li>
</ul>
</div>
</div>
<div class="meal-list">
<h3 class="list-heading">Works with any diet:</h3>
<ul class="list">
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Vegetarian</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Vegan</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Non-Vegetarian</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Keto</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Paleo</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Gluten-free</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Kid-friendly</span>
</li>
</ul>
</div>
</div>
<div class="receipe-container">
<a href="#" class="link">Check all recipes →</a>
</div>
</section>
<!--START OF SECTION TESTIMONIAL-->
<section class="section-testimonials grid grid-2columns" id="Testimonial">
<div class="testimonial-container">
<span class="testimonial-heading">Testimonials</span>
<h2 class="testimonial-subheading">Once you try it, you can't go back</h2>
<div class="testimonials">
<figure class="testimonial">
<img class="testimonial-img" alt="Photo of customer" src="Cutomerimgs/customer3_files/1.jpg">
<blockquote class="testimonial-text">
I got the subscription for the whole family.and it frees up so much time!
</blockquote>
<p class="testimonial-name">–steve</p>
</figure>
<figure class="testimonial">
<img class="testimonial-img" alt="Photo of customer" src="Cutomerimgs/customer3_files/17.jpg">
<blockquote class="testimonial-text">
Inexpensive,healthy and great testing meal.
</blockquote>
<p class="testimonial-name">–Daizy</p>
</figure>
<figure class="testimonial">
<img class="testimonial-img" alt="Photo of customer" src="Cutomerimgs/customer3_files/33.jpg">
<blockquote class="testimonial-text">
right meal for every time. Its amazing not to worry about food anymore
</blockquote>
<p class="testimonial-name">–Andrew</p>
</figure>
<figure class="testimonial">
<img class="testimonial-img" alt="Photo of customer" src="Cutomerimgs/customer3_files/35.jpg">
<blockquote class="testimonial-text">
Its a life saver: i just started a company, so there's no time for cooking. I coudn't live
wouthout my daily meal now!
</blockquote>
<p class="testimonial-name">–Mike</p>
</figure>
</div>
</div>
<div class="gallary">
<figure class="gallary-items"><img src="gallary/47.jpg" alt="gallary-photo" class="gallary-img">
</figure>
<figure class="gallary-items"><img src="gallary/61.jpg" alt="gallary-photo" class="gallary-img">
</figure>
<figure class="gallary-items"><img src="gallary/63.jpg" alt="gallary-photo" class="gallary-img">
</figure>
<figure class="gallary-items"><img src="gallary/65.jpg" alt="gallary-photo" class="gallary-img">
</figure>
<figure class="gallary-items"><img src="gallary/76.jpg" alt="gallary-photo" class="gallary-img">
</figure>
<figure class="gallary-items"><img src="gallary/78.jpg" alt="gallary-photo" class="gallary-img">
</figure>
<figure class="gallary-items"><img src="gallary/79.jpg" alt="gallary-photo" class="gallary-img">
</figure>
<figure class="gallary-items"><img src="gallary/86.jpg" alt="gallary-photo" class="gallary-img">
</figure>
</div>
</section>
<!--START OF PRICING SECTION & FEATURE -->
<section class="section-pricing" id="Pricing">
<div class="pricing-container">
<span class="pricing-heading">Pricing</span>
<h2 class="pricing-subheading">Eating well withouth breaking the bank</h2>
</div>
<div class="pricing-container pricing--plan ">
<div class="pricing-box pricing-plan--starter">
<header class="pricing-header">
<p class="plan-name">starter</p>
<p class="plan-price"><span>$</span>399</p>
<p class="plan-text"> Per month. That's just $13 per meal</p>
</header>
<ul class="list">
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>1 meal per day</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Free Delivery</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Order from 11am - 9pm</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>limited access to receipe</span>
</li>
</ul>
<div class="plan-sing-up">
<a href="#" class="btn btn-main">Start Eating Well</a>
</div>
</div>
<div class="pricing-box pricing-plan--complete">
<header class="pricing-header">
<p class="plan-name">complete</p>
<p class="plan-price"><span>$</span>649</p>
<p class="plan-text"> Per month. That's just $10 per meal</p>
</header>
<ul class="list">
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>2 meal per day</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Free Delivery</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Order 24/7</span>
</li>
<li class="list-item">
<ion-icon class="list-icon" name="checkmark"></ion-icon>
<span>Unlimited access to receipe</span>
</li>
</ul>
<div class="plan-sing-up">
<a href="#" class="btn btn-main margin-rgt">Start Eating Well</a>
</div>
</div>
</div>
<div class="container-details">
<aside class="plan-details"> Prices include all applicable taxes, You can cancle at any time.
Both Plans include the following:
</aside>
</div>
<div class="feature-container">
<div class="feature">
<ion-icon class="feature-icon" name="infinite-outline"></ion-icon>
<p class="feature-title">Never cook again:</p>
<p class="feature-text">our subscription cover 365 days per year
</p>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="navigate-outline"></ion-icon>
<p class="feature-title">Local and organic:</p>
<p class="feature-text">our cooks only use local, fresh, and organic products to prepare your meals.
</p>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="alert-circle-outline"> </ion-icon>
<p class="feature-title">No waste:</p>
<p class="feature-text">All our partners only use reusable containers to package all your meal.
</p>
</div>
<div class="feature">
<ion-icon class="feature-icon" name="pause-outline"></ion-icon>
<p class="feature-title">Pause anytime:
</p>
<p class="feature-text">Going on vacation? Just pause your subscription, and we refund unused days.
</p>
</div>
</div>
</section>
<!--END OF PRICING SECTION-->
<!--START OF CTA SECTION-->
<section class="section-cta" id="Buy">
<div class="cta-box">
<div class="container-cta">
<div class="cta-text-box">
<h2 class="heading-cta">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 cancle or pause anytime. And the first meal is on us!
</p>
<form class="cta-form" name="sign-up" netlify>
<div>
<label for="name">Full-Name</label>
<input id="name" type="text" name="Full-Name" placeholder="your name" required>
</div>
<div>
<label for="email">Email address </label>
<input id="email" type="email" name="email" placeholder="[email protected]" required>
</div>
<div>
<label for="select-where">Where did you hear from us?</label>
<select id="select-where" name="select-where" required>
<option value="">Choose one option</option>
<option value="friends">Friends</option>
<option value="you-tube">youtube</option>
<option value="ad">Facebook ad</option>
<option value="newspaper">newspaper</option>
</select>
</div>
<button class="btn btn-form">SING UP</button>
</form>
</div>
<div class="cta-img-box" role="img" arai="women-eating-heathy-food">
</div>
</div>
</div>
</section>
<!--END OF CTA SECTION-->
</main>
<footer class="footer">
<div class="footer-container">
<div class="logo-col">
<a href="#" class="footer-logo">
<img class="logo" src="img/logo.jpg" alt="footer-logo"></a>
<nav class="main-nav">
<ul class="social-links">
<li><a class="footer-link" href="#">
<ion-icon class="footer-icon" name="logo-instagram"></ion-icon>
</a></li>
<li><a class="footer-link" href="#">
<ion-icon class="footer-icon" name="logo-facebook"></ion-icon>
</a></li>
<li><a class="footer-link" href="#">
<ion-icon class="footer-icon" class="footer-link" name="logo-twitter"></ion-icon>
</a></li>
</ul>
<p class="copyright">
Copyright © <span class="year">2027</span>
by Diet, Inc. All rights reserved.</p>
</div>
<div class="address">
<p class="footer-heading">Contact Us</p>
<address class="contacts">
<p class="address-txt">4th Floor,Pimple saudagar,Pune-411027
</p>
<p>
<a class="footer-link" href="tel:9889898989">9889898989</a>
<br>
<a class="footer-link" href="mailto:[email protected]">[email protected]</a>
</p>
</address>
</div>
<nav class="nav-col">
<p class="footer-heading">Account</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">Creat Account</a></li>
<li><a class="footer-link" href="#">Sing Up</a></li>
<li><a class="footer-link" href="#">ios app</a></li>
<li><a class="footer-link" href="#">Android app</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading">Company</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">About Diet food</a></li>
<li><a class="footer-link" href="#">For Business</a></li>
<li><a class="footer-link" href="#">Cooking partners</a></li>
<li><a class="footer-link" href="#">Careers</a></li>
</ul>
</nav>
<nav class="nav-col">
<p class="footer-heading">Resources</p>
<ul class="footer-nav">
<li><a class="footer-link" href="#">Receipe directory</a></li>
<li><a class="footer-link" href="#">Privecy & Terms</a></li>
<li><a class="footer-link" href="#">Help Center</a></li>
</ul>
</nav>
</div>
</footer>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
</body>
</html>