-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
471 lines (468 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/icon" href="./favicon.ico">
<title>DeliVariety</title>
<link rel="stylesheet" type="text/css" href="./Vendors/CSS/normalize.css" />
<link rel="stylesheet" type="text/css" href="./Vendors/CSS/grid.css" />
<link rel="stylesheet" type="text/css" href="./style.css" />
<link rel="stylesheet" type="text/css" href="./queries.css"/>
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,300&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/776378cbf0.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<nav>
<div class="row">
<img
src="./logo-white.png"
alt="logo-white"
class="logo"
/>
<ul class="main-nav">
<li><a href="#" id="food-delivery">Food delivery</a></li>
<li><a href="#" id="how-it-works">How it works</a></li>
<li><a href="#" id="our-cities">Our cities</a></li>
<li><a href="#" id="sign-up">Sign up</a></li>
</ul>
<a class="mobile-nav-icon"><i class="fas fa-2x fa-bars"></i></a>
</div>
</nav>
<div class="hero-text-box">
<h1>
Goodbye junk food.<br />
Hello super healthy meals.
</h1>
<a href="#" id="btn-hungry" class="btn btn-full">I'm hungry!</a>
<a href="#" id="btn-query" class="btn btn-ghost">Ask a query</a>
</div>
</header>
<section class="section-features">
<div class="row">
<h2>Get food fast — not fast food.</h2>
<p class="long-copy">
Hello, we’re DeliVariety, your new premium food delivery service. We
know you’re always busy. No time for cooking. So let us take care of
that, we’re really good at it, we promise!
</p>
</div>
<div class="row">
<div class="col span-1-of-4 box">
<i class="fas fa-2x fa-calendar-alt icon"></i>
<h3>Up to 365 days/year</h3>
<p>
Never cook again! We really mean that. Our subscription plans
include up to 365 days/year coverage. You can also choose to
order more flexibly if that's your style.
</p>
</div>
<div class="col span-1-of-4 box">
<i class="fas fa-2x fa-stopwatch-20 icon"></i>
<h3>Ready in 20 minutes</h3>
<p>
You're only twenty minutes away from your delicious and super
healthy meals delivered right to your home. We work with the best
chefs in each town to ensure that you're 100% happy.
</p>
</div>
<div class="col span-1-of-4 box">
<i class="fas fa-2x fa-seedling icon"></i>
<h3>100% organic</h3>
<p>
All our vegetables are fresh, organic and local. Animals are raised
without added hormones or antibiotics. Good for your health, the
environment, and it also tastes better!
</p>
</div>
<div class="col span-1-of-4 box">
<i class="fas fa-2x fa-hamburger icon"></i>
<h3>Order anything</h3>
<p>
We don't limit your creativity, which means you can order whatever
you feel like. You can also choose from our menu containing over 100
delicious meals. It's up to you!
</p>
</div>
</div>
</section>
<section class="section-meals ">
<ul class="meals-showcase clearfix">
<li>
<figure class="meal-photo">
<img
src="./6.jpg"
alt="Footlong Sub with Mustard"
/>
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="./8.jpg" alt="Granola Pudding" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img
src="./3.jpg"
alt="Chichek breast steak with vegetbles"
/>
</figure>
</li>
<li>
<figure class="meal-photo">
<img
src="./1.jpg"
alt="Korean bibimbap with egg and vegetables"
/>
</figure>
</li>
</ul>
<ul class="meals-showcase clearfix">
<li>
<figure class="meal-photo">
<img
src="./2.jpg"
alt="Italian Pizza with cherry tomatoes"
/>
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="./4.jpg" alt="Autumn Pumpkin Soup" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img
src="./7.jpg"
alt="Burger with cheddar and bacon"
/>
</figure>
</li>
<li>
<figure class="meal-photo">
<img
src="./5.jpg"
alt="Paleo beef steak with vegetables"
/>
</figure>
</li>
</ul>
</section>
<section class="section-steps ">
<div class="row">
<h2>How it works — Simple as 1, 2, 3</h2>
</div>
<div class="row">
<div class="col span-1-of-2 steps-box">
<img
src="./iPhone.png"
alt="iPhone App"
class="app-screen"
/>
</div>
<div class="col span-1-of-2 steps-box">
<div class="works-step">
<div>1</div>
<p>
Choose the subscription plan that best fits your needs and sign up
today.
</p>
</div>
<div class="works-step">
<div>2</div>
<p>
Order your delicious meal using our mobile app or website. Or you
can even call us!
</p>
</div>
<div class="works-step">
<div>3</div>
<p>
Enjoy your meal after less than 20 minutes. See you the next time!
</p>
</div>
<a href="#" class="btn-app"
><img src="./download-app.svg" alt="AppStore Button"
/></a>
<a href="#" class="btn-app"
><img
src="./download-app-android.png"
alt="PlayStore Button"
/></a>
</div>
</div>
</section>
<section class="section-cities clearfix ">
<div class="row">
<h2>We're currently available in the following cities!</h2>
</div>
<div class="col span-1-of-4 city-box">
<img src="./delhi.jpg" alt="Delhi" />
<h3>Delhi/NCR</h3>
<div class="city-feature">
<i class="fas fa-users icon"></i>
2700+ happy eaters
</div>
<div class="city-feature">
<i class="fas fa-utensil-spoon icon"></i>
60+ top chefs
</div>
<div class="city-feature">
<i class="fab fa-twitter icon"></i>
<a href="https://twitter.com/AtchyutPreetham" target="_blank">@delivariety_dncr</a>
</div>
</div>
<div class="col span-1-of-4 city-box">
<img src="./HYDERABAD.jpg" alt="Hyderabad" />
<h3>Hyderabad</h3>
<div class="city-feature">
<i class="fas fa-users icon"></i>
1500+ happy eaters
</div>
<div class="city-feature">
<i class="fas fa-utensil-spoon icon"></i>
40+ top chefs
</div>
<div class="city-feature">
<i class="fab fa-twitter icon"></i>
<a href="https://twitter.com/AtchyutPreetham" target="_blank">@delivariety_hyd</a>
</div>
</div>
<div class="col span-1-of-4 city-box">
<img src="./banglore.jpg" alt="Banglore" />
<h3>Banglore</h3>
<div class="city-feature">
<i class="fas fa-users icon"></i>
3300+ happy eaters
</div>
<div class="city-feature">
<i class="fas fa-utensil-spoon icon"></i>
100+ top chefs
</div>
<div class="city-feature">
<i class="fab fa-twitter icon"></i>
<a href="https://twitter.com/AtchyutPreetham" target="_blank">@delivariety_blr</a>
</div>
</div>
<div class="col span-1-of-4 city-box">
<img src="./mumbai.jpg" alt="Mumbai" />
<h3>Mumbai</h3>
<div class="city-feature">
<i class="fas fa-users icon"></i>
4500+ happy eaters
</div>
<div class="city-feature">
<i class="fas fa-utensil-spoon icon"></i>
160+ top chefs
</div>
<div class="city-feature">
<i class="fab fa-twitter icon"></i>
<a href="https://twitter.com/AtchyutPreetham" target="_blank">@delivariety_bom</a>
</div>
</div>
</section>
<section class="section-testimonials ">
<div class="row">
<h2>What our customers say about us!</h2>
</div>
<div class="col span-1-of-3 testimonial">
<blockquote>
The food from DeliVariety is always so awesome! Now that I got used to
it, I can't live without my daily meals!
</blockquote>
<cite
><img src="./customer-3.jpg" />
<p>Johnny Silverhand</p></cite
>
</div>
<div class="col span-1-of-3 testimonial">
<blockquote>
The food from DeliVariety is both inexpensive and healthy. And, more
importantly you don't have to sacrifice the taste as well. We have
lots of food delivery options available, but nothing comes close to
DeliVariety.
</blockquote>
<cite
><img src="./customer-1.jpg" />
<p>Rick Sanchez</p></cite
>
</div>
<div class="col span-1-of-3 testimonial">
<blockquote>
I was looking for a quick and easy food delivery service in my city. I
tried a lot of them and ended up with DeliVariety. Best food delivery
service in the city. Keep up the great work!
</blockquote>
<cite
><img src="./customer-2.jpg" />
<p>Annalise Keating</p></cite
>
</div>
</section>
<section class="section-plans ">
<div class="row">
<h2>Time for you to start eating healthy too!</h2>
</div>
<div class="row">
<div class="col span-1-of-3">
<div class="plan-box">
<div>
<h3>Premium</h3>
<p class="plan-price">₹1499</p>
<p class="plan-price-meal">That's only ₹49.90 per meal</p>
</div>
<div>
<ul>
<li><i class="fas fa-xs fa-check icon"></i>One meal every day</li>
<li><i class="fas fa-xs fa-check icon"></i>Order 24/7</li>
<li><i class="fas fa-xs fa-check icon"></i>Access to newest recipes</li>
<li><i class="fas fa-xs fa-check icon"></i>Free delivery</li>
</ul>
</div>
<div>
<a href="#" class="btn btn-ghost btn--sign-up">Sign up now!</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="plan-box">
<div>
<h3>Pro</h3>
<p class="plan-price">₹799</p>
<p class="plan-price-meal">That's only ₹79.90 per meal</p>
</div>
<div>
<ul>
<li><i class="fas fa-xs fa-check icon"></i>One meal 10 days/month</li>
<li><i class="fas fa-xs fa-sm fa-check icon"></i>Order 24/7</li>
<li><i class="fas fa-xs fa-sm fa-check icon"></i>Access to newest recipes</li>
<li><i class="fas fa-xs fa-sm fa-check icon"></i>Free delivery</li>
</ul>
</div>
<div>
<a href="#" class="btn btn-ghost btn--sign-up">Sign up now!</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="plan-box">
<div>
<h3>Starter</h3>
<p class="plan-price">₹100</p>
<p class="plan-price-meal"><span>That's a full ₹100 per meal</span></p>
</div>
<div>
<ul>
<li><i class="fas fa-xs fa-check icon"></i>One meal</li>
<li><i class="fas fa-xs fa-check icon"></i>Order 8am to 12pm</li>
<li><i class="fas fa-xs fa-times x-icon"></i> Only available recipes</li>
<li><i class="fas fa-xs fa-times x-icon"></i> ₹30 Delivery Fee</li>
</ul>
</div>
<div>
<a href="#" class="btn btn-ghost btn--sign-up">Sign up now!</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-contact ">
<div class="row">
<h2>We're Happy To Hear From You</h2>
</div>
<div class="row">
<form method="post" actions="#" class="contact-form">
<div class="row">
<div class="col span-1-of-3"><label for="name">Name</label></div>
<div class="col span-2-of-3"><input type="text" name="name" id="name" placeholder="Your Name" required></div>
</div>
<div class="row">
<div class="col span-1-of-3"><label for="email">Email</label></div>
<div class="col span-2-of-3"><input type="email" name="email" id="email" placeholder="Your Email" required></div>
</div>
<div class="row">
<div class="col span-1-of-3"><label for="find-us">How did you find us?</label></div>
<div class="col span-2-of-3"><select name="find-us" id="find-us">
<option>Friends</option>
<option>Social media</option>
<option>Advertisement</option>
<option>Some other way</option>
</select></div>
</div>
<div class="row">
<div class="col span-1-of-3"><label for="newslettr">Newsletter?</label></div>
<div class="col span-2-of-3"><input type="checkbox" name="newsletter" id="newsletter" checked> Count me in!</div>
</div>
<div class="row">
<div class="col span-1-of-3"><label for="message">Ask us a query</label></div>
<div class="col span-2-of-3">
<textarea name="message" id="message" placeholder="Your message"> </textarea>
</div>
</div>
<div class="row">
<div class="col span-1-of-3"><label > </label></div>
<div class="col span-2-of-3"><input type="submit" id="ask-query" value="Send query!"></div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-2">
<ul class="footer-nav">
<li><a href="#" id="footer-about">About us</a></li>
<li><a href="#" id="footer-reviews">Reviews</a></li>
<li><a href="#" id="footer-contact">Contact us</a></li>
<li><a href="#" id="footer-apps">iOS/Android Apps</a></li>
</ul>
</div>
<div class="col span-1-of-2">
<ul class="social-links-nav">
<li><a href="https://twitter.com/AtchyutPreetham" target="_blank"><i class="fab fa-twitter twitter"></i></a></li>
<li><a href="https://www.instagram.com/pulavarthi.preetham/" target="_blank"><i class="fab fa-instagram instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/atchyutpulavarthi/" target="_blank"><i class="fab fa-linkedin linkedin"></i></a></li>
<li><a href="#"><i class="fab fa-facebook facebook"></i></a></li>
</ul>
</div>
</div>
<div class="row">
<p>
© Copyright 2020 by Atchyut Preetham Pulavarthi for DeliVariety (A company of fiction), All rights reserved.
<br/>
</p>
</div>
</footer>
<div class="modal hidden">
<button class="btn--close-modal">×</button>
<h2 class="modal__header">
Please provide your contact details<br />
We will call you in just <span class="highlight">5 minutes</span>
</h2>
<form class="modal__form">
<label>First Name</label>
<input type="text" placeholder="Johnny"/>
<label>Last Name</label>
<input type="text" placeholder="Silverhand"/>
<label>Email Address</label>
<input type="email" />
<label>Contact No.</label>
<input type="text" />
<button class="call-me">Call me now! I'm hungry →</button>
</form>
</div>
<div class="overlay hidden"></div>
<script type="text/javascript" src="./Resources/JS/script.js" ></script>
</body>
</html>