-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
473 lines (430 loc) · 19.4 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
<!DOCTYPE html>
<html>
<head>
<title>Food Project</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel=stylesheet href="resources/css/style.css">
<link rel=stylesheet href="vendors/css/normalize.css">
<link rel=stylesheet href="vendors/css/grid.css">
<link rel=stylesheet href="vendors/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=Comme&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<header>
<nav>
<div class="row">
<img class="logo" src="resources/img/logo.jfif" alt="Logo Image">
<ul class="mainnav">
<li><a href="#feature">Food and Delievery</a></li>
<li><a href="#hiw">How it works</a></li>
<li><a href="#city">Our Cities</a></li>
<li><a href="#signup">Sign up</a></li>
</ul>
</div>
</nav>
<div class="foodic">
<h1>Goodbye junk food<br>Hello healthy food</h1>
<a class="btn btn1" href="#plans">I'm Hungry</a>
<a class="btn btn2" href="#feature">Show me more</a>
</div>
</header>
<section class="section-features" id="feature">
<div class="row">
<h2>Get food fast — Not fast food</h2>
<p class="long">
Hello, We are Best of Food. Your new premium food dilevery service.
We know you are always busy. No time for cooking. So, let us take care of that. We
are really good at it. We promise!
</p>
</div>
<div class="row">
<div class="col span-1-of-4 box">
<ion-icon name="fast-food-outline" class="icbig"></ion-icon>
<h3>!Upto 365days/year</h3>
<p>Never cook again. We really mean that. Our subscription plan includes
365days/year coverage. You can also choose to order more flexibly if you in that way.
</p>
</div>
<div class="col span-1-of-4 box">
<ion-icon name="fitness-outline" class="icbig"></ion-icon>
<h3>!Ready in 20 min.</h3>
<p>Sometimes the waiter might ask you if you would like to pay together as a group, or separately.
They might also ask if you prefer to pay with card or with cash.
</p>
</div>
<div class="col span-1-of-4 box">
<ion-icon name="hourglass-outline" class="icbig"></ion-icon>
<h3>!100% Organic</h3>
<p>Organic farming, also known as ecological farming or biological farming,
is an agricultural system that uses fertilizers of organic origin such as
compost,manure.
</p>
</div>
<div class="col span-1-of-4 box">
<ion-icon name="cart-outline" class="icbig"></ion-icon>
<h3>!Good service</h3>
<p>Great customer service means meeting customer expectations—from interacting
with customers over messaging channels because they expect.
We ensure you that we will do our best to provide you a good customer service.
</p>
</div>
</div>
</section>
<section class="meal-section" data-aos="fade-in" data-aos-duration="2000">
<ul class="mainfood clearfix">
<li>
<fig class="food-pic">
<img src="resources/img/1.jpg" alt="food image">
</fig>
</li>
<li>
<fig class="food-pic">
<img src="resources/img/2.jpg" alt="food image">
</fig>
</li>
<li>
<fig class="food-pic">
<img src="resources/img/3.jpg" alt="food image">
</fig>
</li>
<li>
<fig class="food-pic">
<img src="resources/img/4.jpg" alt="food image">
</fig>
</li>
</ul>
<ul class="mainfood clearfix">
<li>
<fig class="food-pic">
<img src="resources/img/5.jpg" alt="food image">
</fig>
</li>
<li>
<fig class="food-pic">
<img src="resources/img/6.jpg" alt="food image">
</fig>
</li>
<li>
<fig class="food-pic">
<img src="resources/img/7.jpg" alt="food image">
</fig>
</li>
<li>
<fig class="food-pic">
<img src="resources/img/8.jpg" alt="food image">
</fig>
</li>
</ul>
</section>
<section class="steps-sec" id="hiw">
<div class="row">
<h2>How it works —Simple as 1,2,3</h2>
</div>
<div class="row">
<div class="col span-1-of-2 how-segment">
<img src="resources/img/phone.png" alt="phone image" class="mobile" data-aos="slide-left" data-aos-duration="2000">
</div>
<div class="col span-1-of-2 how-segment">
<div class="work-steps">
<div>1</div>
<p>Choose the plan best suitable for you and then Sign up today.</p>
</div>
<div class="work-steps">
<div>2</div>
<p>Pay for the plan and download the plan.</p>
</div>
<div class=" work-steps">
<div>3</div>
<p>You are done start ordering!!</p>
</div>
<a href="#" class="btn-app"><img src="resources/img/appstore.jpg" alt="appstore image"></a>
<a href="#" class="btn-app"><img src="resources/img/playstore.jpg" alt="plastore image"></a>
</div>
</div>
</section>
<section class="city-sec" id="city" data-aos="fade-in" data-aos-duration="2000">
<div class="row">
<h2>Cities we deliever</h2>
</div>
<div class="row">
<div class="col span-1-of-4 box">
<img src="resources/img/delhi.jfif" alt="delhi" class="city-img">
<h3>Delhi</h3>
<div class="city-feature">
<ion-icon name="person-circle" class="icon-for-city"></ion-icon>
900+ Cuctomers
</div>
<div class="city-feature">
<ion-icon name="star-sharp" class="icon-for-city"></ion-icon>
50+ Chefs
</div>
<div class="city-feature">
<ion-icon name="logo-twitter" class="icon-for-city"></ion-icon>
<a href="#">@bestoffood_del</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/img/hyderabad.jfif" alt="hyderabad" class="city-img">
<h3>Hyderabad</h3>
<div class="city-feature">
<ion-icon name="person-circle" class="icon-for-city"></ion-icon>
1000+ Customers
</div>
<div class="city-feature">
<ion-icon name="star-sharp" class="icon-for-city"></ion-icon>
70+ Chefs
</div>
<div class="city-feature">
<ion-icon name="logo-twitter" class="icon-for-city"></ion-icon>
<a href="#">@bestoffood_hyd</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/img/mumbai.jfif" alt="mumbai" class="city-img">
<h3>Mumbai</h3>
<div class="city-feature">
<ion-icon name="person-circle" class="icon-for-city"> </ion-icon>
1200+ Cuctomers
</div>
<div class="city-feature">
<ion-icon name="star-sharp" class="icon-for-city"></ion-icon>
80+ Chefs
</div>
<div class="city-feature">
<ion-icon name="logo-twitter" class="icon-for-city"></ion-icon>
<a href="#">@bestoffood_mum</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="resources/img/indore.jfif" alt="indore" class="city-img">
<h3>Indore</h3>
<div class="city-feature">
<ion-icon name="person-circle" class="icon-for-city"></ion-icon>
900+ Cuctomers
</div>
<div class="city-feature">
<ion-icon name="star-sharp" class="icon-for-city"></ion-icon>
60+ Chefs
</div>
<div class="city-feature">
<ion-icon name="logo-twitter" class="icon-for-city"></ion-icon>
<a href="#">@bestoffood_ind</a>
</div>
</div>
</div>
</section>
<section class="customer-testimonial-section">
<div class="row">
<h2>Some of our satisfied customers</h2>
</div>
<div class="row">
<div class="col span-1-of-3">
<blockquote>Searching for places to eat in the local area and this place popped up.
I do not normally leave reviews but I feel compelled as the food was absolutely exquisite.
The (Best of Foofd) may be the best dessert I haveve ever had! Just annoyed I had to share it.
<cite><img src="resources/img/c1.jfif" alt="Customer 1">Vikas</cite>
</blockquote>
</div>
<div class="col span-1-of-3">
<blockquote>Absolutely amazing! The place is beautiful and staff are super friendly and the food is
delicious. I love that you get a lot of food as well for the price. It is definitely not like
other expensive restaurants and you only get a small amount of food. I am definitely going back.
<cite><img src="resources/img/c2.jfif" alt="Customer 2">Shaheer</cite>
</blockquote>
</div>
<div class="col span-1-of-3">
<blockquote>The menus options are an excellent value. The dining experience overall is very pleasant.
I highly recommend this restaurant.
<cite><img src="resources/img/c3.jfif" alt="Customer 3">Daisy</cite>
</blockquote>
</div>
</div>
</section>
<section class="plan-section" id="plans">
<div class="row">
<h2>Start eating healthy today</h2>
</div>
<div class="row">
<div class="col span-1-of-3">
<div class="plan-box">
<div data-aos="zoom-in" data-aos-duration="2000">
<h3>Premium</h3>
<p class="plan">2550Rs<span>/month</span></p>
<p class="plan-per-meal">That's only 85Rs/meal</p>
</div>
<div>
<ul>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>1 meal everyday</li>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>Order 24*7</li>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>Access to newest creation</li>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>Free delievery</li>
</ul>
</div>
<div>
<a href="#" class="btn btn1">Sign up</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="plan-box">
<div data-aos="zoom-in" data-aos-duration="2000">
<h3>Pro</h3>
<p class="plan">290Rs<span>/month</span></p>
<p class="plan-per-meal">That's only 90Rs/meal</p>
</div>
<div>
<ul>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>1 meal every in 10 days</li>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>Order 24*7</li>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>Access to newest creation</li>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>Free delievery</li>
</ul>
</div>
<div>
<a href="#" class="btn btn2">Sign up</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="plan-box">
<div data-aos="zoom-in" data-aos-duration="2000">
<h3>Starter</h3>
<p class="plan">100Rs<span>/meal</span></p>
<p class="plan-per-meal"> </p>
</div>
<div>
<ul>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>1 meal everyday</li>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>Order 24*7</li>
<li><ion-icon name="close-outline" class="icon-for-city"></ion-icon></li>
<li><ion-icon name="checkmark-outline" class="icon-for-city"></ion-icon>Free delievery</li>
</ul>
</div>
<div>
<a href="#" class="btn btn2">Sign up</a>
</div>
</div>
</div>
</div>
</section>
<section class="contact-section" id="signup" data-aos="flip-right" data-aos-duration="2000">
<div class="row">
<h2>We want to hear from you</h2>
</div>
<div class="row">
<form action="#" method="POST" class="form-part">
<div class="row">
<div class="col span-1-of-3">
<label>Name</label>
</div>
<div class="col span-2-of-3">
<input type="text" name="name" id="name" placeholder="Enter Name" required>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>Email</label>
</div>
<div class="col span-2-of-3">
<input type="email" name="email" id="email" placeholder="Enter Email" required>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>How you came to know us?</label>
</div>
<div class="col span-2-of-3">
<select name="find-us" id="find-us">
<option id="friends">Friends</option>
<option id="se">Search Engine</option>
<option id="ad">Advertisement</option>
<option id="ot">Other</option>
</select>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>Newsletter?</label>
</div>
<div class="col span-2-of-3">
<input type="checkbox" name="cb" id="cb" checked>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">
<label>Drop a line</label>
</div>
<div class="col span-2-of-3">
<textarea type="textarea" id="ta" rows="10" cols="30"></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" value="Send-me" required>
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col">
<ul class="footer-nav">
<li><a href="#">About us</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">IOS App</a></li>
<li><a href="#">Android App</a></li>
</ul>
</div>
<div class="col">
<ul class="social-links">
<li><a href=#><ion-icon class="meta" name="infinite-outline"></ion-icon></a></li>
<li><a href=#><ion-icon class="twitter" name="logo-twitter"></ion-icon></a></li>
<li><a href=#><ion-icon class="insta" name="logo-instagram"></ion-icon></a></li>
<li><a href=#><ion-icon class="google" name="logo-google"></ion-icon></a></li>
</ul>
</div>
</div>
<div class="row">
<p> Copyright © 2023 by Best of Food. All right are reserved.</p>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links
$("a").on('click', function(event) {
// Make sure this.hash has a value before overriding default behavior
if (this.hash !== "") {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
} // End if
});
});
</script>
</body>
</html>