-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
670 lines (665 loc) · 24.5 KB
/
Copy pathindex.html
File metadata and controls
670 lines (665 loc) · 24.5 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Omni Food Project</title>
<!--Since the css file is present in different folder from the index.html file we should mention the complete path inorder to aceess
it-->
<link rel="stylesheet" href="Source Code/css/style1.css" />
<!--Here we have used the normalise.css framework so that our website will be compatible with any browser from which we
are viewing our website-->
<link rel="stylesheet" href="Vendors/grid.css" />
<link rel="stylesheet" href="Vendors/css/queries.css" />
<!--Every website must be responsive for making user friendly
By the word responsive means it should adjust to the screen from which the website is being viewed on
Every website is divided into 12 columns Here we are using gridsystem.css to provide responsiveness-->
<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=Lato:wght@300&display=swap"
rel="stylesheet"
/>
<!--viweport is the user's visble area and it scales to the whole width of the device upon which we are viewing the website
so that user will not zoom in or zoom out of the site-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--<link rel="stylesheet" href="Vendors/css/grid.css">-->
<!--The below link is for animations-->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!--For adding ico in the title bar-->
<link rel="icon" href="Source Code/css/images/icon.png" />
<!--dhdhsjsls-->
</head>
<body>
<header>
<nav>
<div class="row">
<img
class="logo"
src="Source Code/css/images/omnifoof.png"
alt="logo img"
/>
<ul class="main-nav">
<li><a href="#features">Food Delivery</a></li>
<li><a href="#hiw">How it works</a></li>
<li><a href="#city">Our Cities</a></li>
<li><a href="#plans">Sign Up</a></li>
</ul>
</div>
</nav>
<div class="hero_text_box">
<h1 id="headtext">GoodBye Junk Food<br />Hello Super Healthy Food!!</h1>
<br />
<!--Since we want some common properties for both the anchor tags we define same class for both of them as btn
Inorder to add some unique properties for both of them we have given different classes as btn-full and btn-ghost-->
<a class="btn btn-full" href="#plans">I'm Hungry</a>
<a class="btn btn-ghost" href="#features">Show me More</a>
</div>
</header>
<!--section has the same features as div-->
<section
class="section-features"
id="features"
data-aos="fade-in"
data-aos-duration="2000"
>
<div class="row">
<!--there is only one h1 tag is possible in the whole website-->
<!--Inorder to have dash in between them we set &mdash inbuilt function-->
<h2>Get Food Fast — Not Fast Food</h2>
<p class="long-copy">
Hello, we are Omnifood, your new premium food delivery 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">
<!--Here is the col span-1-of-4 class that we have used inorder to set them in the column way
span of 1 of 4 means it can take 4 classes of width 3-->
<div class="col span-1-of-4 box">
<ion-icon class="icon-big" name="infinite-outline"></ion-icon>
<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">
<ion-icon class="icon-big" name="alarm-outline"></ion-icon>
<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">
<ion-icon class="icon-big" name="fast-food-outline"></ion-icon>
<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 a lso tastes better!
</p>
</div>
<div class="col span-1-of-4 box">
<ion-icon class="icon-big" name="cart-outline"></ion-icon>
<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" data-aos="fade-in" data-aos-duration="2000">
<!--Here we have given exyra class clearfix inorder to clear the floats that we have given in css-->
<ul class="meals-showcase clearfix">
<li>
<figure class="meal-photo">
<img src="Source Code/css/images/1.jpg" alt="food-img" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="Source Code/css/images/2.jpg" alt="food-img" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="Source Code/css/images/3.jpg" alt="food-img" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="Source Code/css/images/4.jpg" alt="food-img" />
</figure>
</li>
</ul>
<ul class="meals-showcase clearfix">
<li>
<figure class="meal-photo">
<img src="Source Code/css/images/5.jpg" alt="food-img" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="Source Code/css/images/6.jpg" alt="food-img" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="Source Code/css/images/7.jpg" alt="food-img" />
</figure>
</li>
<li>
<figure class="meal-photo">
<img src="Source Code/css/images/8.jpg" alt="food-img" />
</figure>
</li>
</ul>
</section>
<section
class="section-steps"
id="hiw"
data-aos="fade-in"
data-aos-duration="2000"
>
<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="Source Code/css/images/app-iPhone.png"
alt="Phone_app img"
class="app-screen"
data-aos="slide-left"
data-aos-duration="2000"
/>
</div>
<div class="col span-1-of-2 steps-box">
<div class="work-steps">
<div>1</div>
<p>
Choose the subscription plan that best fits your needs and sign up
today.
</p>
</div>
<div class="work-steps">
<div class="step-2">2</div>
<p>
Order your delicious meal using our mobile app or website. Or you
can even call us!
</p>
</div>
<div class="work-steps">
<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="Source Code/css/images/download-app-android.png"
alt="play-store"
/></a>
<a href="#" class="btn-app"
><img
src="Source Code/css/images/download-app.svg"
alt="iphone-store"
/></a>
</div>
</div>
</section>
<section
class="section-cities"
id="city"
data-aos="fade-in"
data-aos-duration="2000"
>
<div class="row">
<h2>We're currently in these cities</h2>
</div>
<div class="row">
<div class="col span-1-of-4 box">
<img src="Source Code/css/images/lisbon-3.jpg" alt="lisbon img" />
<h3>LISBON</h3>
<div class="city-features">
<ion-icon name="person-circle-outline" class="icon-small"></ion-icon
>1600+ Happy Eaters
</div>
<div class="city-features">
<ion-icon name="star-sharp" class="icon-small"></ion-icon>50+
topchefs
</div>
<div class="city-features">
<ion-icon name="logo-twitter" class="icon-small"></ion-icon>
<a href="#">@omnifood_lb</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img
src="Source Code/css/images/san-francisco.jpg"
alt="san san-francisco img"
/>
<h3>SAN-FRANCISCO</h3>
<div class="city-features">
<ion-icon name="person-circle-outline" class="icon-small"></ion-icon
>2000+ Happy Eaters
</div>
<div class="city-features">
<ion-icon name="star-sharp" class="icon-small"></ion-icon>60+
topchefs
</div>
<div class="city-features">
<ion-icon name="logo-twitter" class="icon-small"></ion-icon>
<a href="#">@omnifood_san</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="Source Code/css/images/berlin.jpg" alt="berlin img" />
<h3>BERLIN</h3>
<div class="city-features">
<ion-icon name="person-circle-outline" class="icon-small"></ion-icon
>3700+ Happy Eaters
</div>
<div class="city-features">
<ion-icon name="star-sharp" class="icon-small"></ion-icon>160+
topchefs
</div>
<div class="city-features">
<ion-icon name="logo-twitter" class="icon-small"></ion-icon>
<a href="#">@omnifood_br</a>
</div>
</div>
<div class="col span-1-of-4 box">
<img src="Source Code/css/images/london.jpg" alt="londonn img" />
<h3>LONDON</h3>
<div class="city-features">
<ion-icon name="person-circle-outline" class="icon-small"></ion-icon
>1800+ Happy Eaters
</div>
<div class="city-features">
<ion-icon name="star-sharp" class="icon-small"></ion-icon>110+
topchefs
</div>
<div class="city-features">
<ion-icon name="logo-twitter" class="icon-small"></ion-icon>
<a href="#">@omnifood_london</a>
</div>
</div>
</div>
</section>
<section
class="section-testimonals"
data-aos="fade-in"
data-aos-duration="2000"
>
<div class="row">
<h2>Our Customers can't live without us</h2>
</div>
<div class="row">
<div class="col span-1-of-3">
<!--Here we have used blockquote as these are reviews these should be in quotes-->
<blockquote>
Omnifood is just awesome! I just launched a startup which leaves me
with no time for cooking, so Omnifood is a life-saver. Now that I
got used to it, I couldn't live without my daily meals!
</blockquote>
<!--cite is for author of the above quotes
The <cite> tag defines the title of a creative work (e.g. a book, a poem, a song, a movie, a painting, a sculpture, etc.).-->
<cite
><img src="Source Code/image/customer-1.jpg" alt="cust-1" />Alberto
Duncan</cite
>
</div>
<div class="col span-1-of-3">
<blockquote>
Inexpensive, healthy and great-tasting meals, delivered right to my
home. We have lots of food delivery here in Lisbon, but no one comes
even close to Omifood. Me and my family are so in love!
</blockquote>
<cite
><img src="Source Code/image/customer-2.jpg" alt="cust-2" />Joana
Silva</cite
>
</div>
<div class="col span-1-of-3">
<blockquote>
I was looking for a quick and easy food delivery service in San
Franciso. I tried a lot of them and ended up with Omnifood. Best
food delivery service in the Bay Area. Keep up the great work!
</blockquote>
<cite
><img src="Source Code/image/customer-3.jpg" alt="cust-3" />Milton
Chapman</cite
>
</div>
</div>
</section>
<section
class="section-plans"
id="plans"
data-aos="fade-in"
data-aos-duration="2000"
>
<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">
<h4>Premium</h4>
<p class="plan-price">$399<span> / month</span></p>
<p class="plan-price-meal">That's only 13.30$ per meal</p>
</div>
<div>
<ul>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>1 meal everyday
</li>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>Order 24/7
</li>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>Access to newest creations
</li>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>Free delivery
</li>
</ul>
</div>
<div>
<!--we have defined these classes earlier,we are reusing them again-->
<a href="#" class="btn btn-full">Sign Up</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="plan-box">
<div>
<h4>Pro</h4>
<p class="plan-price">$149 <span class=""> / month</span></p>
<p class="plan-price-meal">That's only 14.90$ per meal</p>
</div>
<div>
<ul>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>1 meal 10 days/month
</li>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>Order 24/7
</li>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>Access to newest creations
</li>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>Free delivery
</li>
</ul>
</div>
<div>
<a href="#" class="btn btn-ghost">Sign Up</a>
</div>
</div>
</div>
<div class="col span-1-of-3">
<div class="plan-box">
<div>
<h4>Starter</h4>
<p class="plan-price">$19<span> / meal</span></p>
<!--For this col we dont have 2nd line as of previous cols so inorder to have same spacing as
of previous col and align the text correctly and space we have used special keyword un html
as -->
<p class="plan-price-meal"> </p>
</div>
<div>
<ul>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>1 meal month
</li>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>Order 24/7
</li>
<!--<li><ion-icon name="checkmark-outline"></ion-icon>Access to newest creations</li>-->
<!--In this col we dont have any acess li so inorder to have same spacing we have used the wrong symbol
icon-->
<ion-icon class="icon-small" name="close-outline"></ion-icon>
<li>
<ion-icon
class="icon-small"
name="checkmark-outline"
></ion-icon
>Free delivery
</li>
</ul>
</div>
<div>
<a href="#" class="btn btn-ghost">Sign Up</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-form" data-aos="fade-in" data-aos-duration="2000">
<div class="row">
<h2>WE'RE HAPPY TO HEAR FROM YOU</h2>
</div>
<!--since we want our text to be at middle of the particular division-->
<div class="row">
<!--Since our we want a form setion we used the form and taken the action as # and getmethod is through POST(PHP)-->
<form action="#" method="POST" class="contact-form">
<div class="row">
<!--For left side names-->
<div class="col span-1-of-3">
<!--Label is for providing some extra information for the users-->
<label>Name</label>
</div>
<!--For right hand side boxes and since we want this should be of more width we use the class spanof 2 of 3-->
<div class="col span-2-of-3">
<input
type="text"
name="name"
id="name"
placeholder="Your Name"
required
/>
</div>
</div>
<div class="row">
<!--For left side names-->
<div class="col span-1-of-3">
<!--Label is for providing some extra information for the users-->
<label>Email</label>
</div>
<!--For right hand side boxes and since we want this should be of more width we use the class spanof 2 of 3-->
<div class="col span-2-of-3">
<input
type="email"
name="name"
id="email"
placeholder="Your Email"
required
/>
</div>
</div>
<div class="row">
<!--For left side names-->
<div class="col span-1-of-3">
<!--Label is for providing some extra information for the users-->
<label>How did you find us?</label>
</div>
<!--For right hand side boxes and since we want this should be of more width we use the class spanof 2 of 3-->
<div class="col span-2-of-3">
<!--For the drop down menu-->
<select name="find-us" id="find-us">
<option value="friends">Friends</option>
<option value="search">Search Engine</option>
<option value="ad">Advertisment</option>
<option value="other">Other</option>
</select>
</div>
</div>
<div class="row">
<!--For left side names-->
<div class="col span-1-of-3">
<!--Label is for providing some extra information for the users-->
<label>Newsletter</label>
</div>
<!--For right hand side boxes and since we want this should be of more width we use the class spanof 2 of 3-->
<div class="col span-2-of-3">
<input type="checkbox" name="news" id="news" checked />
</div>
</div>
<div class="row">
<!--For left side names-->
<div class="col span-1-of-3">
<!--Label is for providing some extra information for the users-->
<label>Drop us a line</label>
</div>
<!--For right hand side boxes and since we want this should be of more width we use the class spanof 2 of 3-->
<div class="col span-2-of-3">
<textarea name="text" id="ta" cols="30" rows="10"></textarea>
</div>
</div>
<div class="row">
<!--For left side names-->
<div class="col span-1-of-3">
<!--Label is for providing some extra information for the users-->
<!--For null space-->
<label> </label>
</div>
<!--For right hand side boxes and since we want this should be of more width we use the class spanof 2 of 3-->
<div class="col span-2-of-3">
<input type="submit" value="Send it" />
</div>
</div>
</form>
</div>
</section>
<footer>
<div class="row">
<div class="col span-1-of-2">
<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 span-1-of-2">
<ul class="social-links">
<li>
<a href="#">
<ion-icon name="logo-facebook" class="fb"></ion-icon>
</a>
</li>
<li>
<a href="#">
<ion-icon name="logo-twitter" class="twitter"></ion-icon>
</a>
</li>
<li>
<a href="#">
<ion-icon name="logo-google" class="google"></ion-icon>
</a>
</li>
<li>
<a href="#">
<ion-icon name="logo-instagram" class="instagram"></ion-icon>
</a>
</li>
</ul>
</div>
</div>
<div class="row">
<p>Copyright © 2015 by Omnifood.All rights reserved</p>
</div>
</footer>
<script
type="module"
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"
></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!--Inorder to find whether jquery is added in our page or not we can use the command jQuery in our console page of our webrowser
and if it returns a function then the jquery is included in our webpage-->
<script
nomodule
src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"
></script>
<!--Initalisation of animations effect-->
<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>