-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
706 lines (686 loc) · 28.5 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
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/js/swiper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/js/all.min.js"></script>
<link rel="stylesheet" href="style.css" />
<title>FoodWorld!</title>
</head>
<body>
<!--navbar start-->
<nav class="navbar navbar-expand-lg navbar-light bg-dark fixed-top">
<a class="navbar-brand text-white" href="#">FOODSHA</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link text-white" href="#"
>Home <span class="sr-only">(current)</span></a
>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#">Recipes</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle text-white"
href="#"
id="navbarDropdown"
role="button"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>
Grilling Central
</a>
<div class="dropdown-menu bg-dark" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a
class="nav-link disabled text-white"
href="#"
tabindex="-1"
aria-disabled="true"
>Chefs</a
>
<li class="nav-item">
<a class="nav-link text-white" href="#">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#">Magazines</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="#">Travel</a>
</li>
</li>
</ul>
<form class="form-inline my-2 my-lg-0 text-white">
<input
class="form-control mr-sm-2"
type="search"
placeholder="Explore Dishes"
aria-label="Search"
/>
<button
class="btn btn-outline-danger my-2 my-sm-0 text-white"
type="submit"
>
DIG IN
</button>
</form>
</div>
</nav>
<!--navbar end-->
<!--hero start-->
<section class="hero d-flex align-items-center mfb-2">
<div class="container text-center rellax" data-rellax-speed="10">
<span class="hero-tagline font-weight-bold display-4 font-size-md">
Food Is Where The Heart Is!
</span>
<p class="text-white font-italic mt-3">
I breathe in slowly. Food is life. I exhale, take another breath. Food
is life. And that's problem. When you're alive, people can hurt
you.<br />
It's easier to crawl into a bone cage or a snowdrift of confusion.
It's easier to lock everybody out. But it's a lie.”<br />Always
Baegoppa!
</p>
<a class="btn btn-danger font-weight-bold text-white btn-sm mt-3 mt-md-5 smooth"
href="#intro">
HUNT DOWN
</a>
</div>
</section>
<!--hero end-->
<!-- intro start -->
<section class="py-5 bg-light" id="intro">
<div class="container d-md-flex flex-wrap">
<!--col left start-->
<div class="col-12 col-md-6 d-flex align-items-center">
<div class="container">
<span class="text-uppercase h5 text-dark d-block">
ciao foodies!
</span>
<span class="h3 font-weight-bold d-block">
Crave it with love
</span>
<p class="lead ,mt-4">
When food is ‘bae’, we can’t resist the eager to search for new
recipes and gourmet other fellow foodies are into. Rather than
turn to heavy cookbooks, many have turned to online blogs and
their much-loved bloggers for those new casserole ideas and
must-try Thanksgiving recipes.
</p>
<p class="font-italic">
"“Am I tough? Am I strong? Am I hard-core? Absolutely. Did I
whimper with pathetic delight when I sank my teeth into my hot
fried-chicken sandwich? You betcha.” !"
</p>
<span class="h5 font-weight-bold"> ― James Patterson</span>
</div>
</div>
<!--col left end-->
<!--col right start-->
<div class="col-12 col-md-6 mt-4 mt-md-0">
<img src="intro.jpg" alt="Intro" class="img-fluid" />
</div>
<!--col right end-->
</div>
<div class="container mt-4">
<div class="card-deck">
<div class="card">
<i class="fas fa-pizza-slice intro-icon mt-4"></i>
<div class="card-body">
<h5 class="card-title">
Carmen Releases Line of Potato Chips That Taste Like Iconic
Restaurant Dishes
</h5>
<p class="card-text">
Now you can get the taste of Grimaldi’s Pizza and Geno’s Steaks’
Philly cheesesteaks no matter where you are.
</p>
<p class="card-text">
<small class="text-muted">READ ARTICLE ></small>
</p>
</div>
</div>
<div class="card">
<i class="fas fa-hotdog intro-icon mt-4"></i>
<div class="card-body">
<h5 class="card-title">
5 Treats You Should Make For A Drive-In Movie
</h5>
<p class="card-text">
One cannot (and should not) watch a movie without snacks and
some wild carvings.
</p>
<p class="card-text">
<small class="text-muted">READ ARTICLE ></small>
</p>
</div>
</div>
<div class="card">
<i class="fas fa-candy-cane intro-icon mt-4"></i>
<div class="card-body">
<h5 class="card-title">
Thanksgiving Is Nearing And Sharing Is Caring
</h5>
<p class="card-text">
So,Whats in your mind to treat your dear one with love and
food.Karls is there to help you out,Man.
</p>
<p class="card-text">
<small class="text-muted">READ ARTICLE ></small>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- intro end -->
<!---services start-->
<section class="py-5 bg-light " id="intro">
<div class="container-fluid px-xl-0 d-xl-flex ">
<div class="col-12 col-xl-6 px-xl-0 my-4 align-items-center flex-wrap">
<img src="section1.jpg" alt="" class="img-fluid rounded" />
</div>
<div class="col-12 col-xl-6 my-4">
<div class="accordion" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button
class="btn btn-danger btn-block text-left"
type="button"
data-toggle="collapse"
data-target="#collapseOne"
aria-expanded="true"
aria-controls="collapseOne"
>
Go Nuts!coz itz Nutty recipes
</button>
</h2>
</div>
<div
id="collapseOne"
class="collapse show"
aria-labelledby="headingOne"
data-parent="#accordionExample"
>
<div class="card-body">
Rich, crunchy and gorgeous - Brown cased almonds (badaam) are
not just rich in vitamins and nutrients, they're also a real
joy to cook with. Shred them over some creamy kheer, toast
them to make a soft and air-light souffle or grind them to
make some luscious Badaami Korma - they're one of the most
commonly found and loved nuts. Almonds grow on trees in a pale
green perforated shell. When an almond is attached to the
tree, it is known as drupe. But almonds aren't the only ones
that grow in a shell - Olives, prunes and apricots also grow
in a hard casing and are found on trees.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button
class="btn btn-danger btn-block text-left collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseTwo"
aria-expanded="false"
aria-controls="collapseTwo"
>
Chik Chik itz our Fav Chicken
</button>
</h2>
</div>
<div
id="collapseTwo"
class="collapse"
aria-labelledby="headingTwo"
data-parent="#accordionExample"
>
<div class="card-body">
Juicy, delicious, easy and mess-free, seekh kebabs are served
on a seekh (skewer) and are perfect to simply ‘pick and eat'!
A versatile snack, seekh kebab can be made from vegetables,
minced chicken or mutton, wrapped over wooden skewers that are
put in a tandoor (clay oven), or in the grill or oven. The
smoky flavour of kebabs along with a range of spices paired
with tangy mint-coriander chutney makes for a stellar snack
that you can serve on many occasions. (
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button
class="btn btn-danger btn-block text-left collapsed"
type="button"
data-toggle="collapse"
data-target="#collapseThree"
aria-expanded="false"
aria-controls="collapseThree"
>
Lets Bake some Cake
</button>
</h2>
</div>
<div
id="collapseThree"
class="collapse"
aria-labelledby="headingThree"
data-parent="#accordionExample"
>
<div class="card-body">
Are your Instagram feeds of people boasting their baking
skills making you jealous? You are not the only one seething
and wanting to make one and eat it too. This lockdown due to
Coronavirus has left us with ample time to learn and improve
our baking skills. So, join the baking bandwagon and get down
to making a succulent cake for yourself instead of moping
around. And, don't just settle for basic vanilla or chocolate
cake, make a divine black forest cake, which is almost as
simple as baking any ordinary tea cake.
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid px-xl-0 d-flex md-4 flex-wrap">
<div class="col-12 col-xl-6 d-xl-flex align-items-center order-2 order-xl-1 my-4">
<div class="container">
<ul class="nav nav-pills mb-3" id="pills-tab" role="tablist">
<li class="nav-item" role="presentation">
<a
class="nav-link active"
id="pills-home-tab"
data-toggle="pill"
href="#pills-home"
role="tab"
aria-controls="pills-home"
aria-selected="true"
>SpotLight</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
id="pills-profile-tab"
data-toggle="pill"
href="#pills-profile"
role="tab"
aria-controls="pills-profile"
aria-selected="false"
>TestKitchen</a
>
</li>
<li class="nav-item" role="presentation">
<a
class="nav-link"
id="pills-contact-tab"
data-toggle="pill"
href="#pills-contact"
role="tab"
aria-controls="pills-contact"
aria-selected="false"
>Community</a
>
</li>
</ul>
<div class="tab-content" id="pills-tabContent">
<div
class="tab-pane fade show active"
id="pills-home"
role="tabpanel"
aria-labelledby="pills-home-tab"
>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Ratione provident blanditiis voluptas quos laboriosam quo
laudantium nesciunt facere facilis, temporibus esse nihil
architecto possimus incidunt eaque veritatis itaque distinctio
sint.
</p>
<p>
Recusandae expedita totam enim sed harum eos unde quam esse
commodi sit, optio aliquid reprehenderit sint dicta fugiat!
Minima architecto odio suscipit rerum velit sint facere
adipisci! Harum, facilis amet.
</p>
<p>
Vero nulla cupiditate expedita quibusdam nesciunt modi
quisquam labore culpa officia facere harum ex temporibus
libero, a animi doloribus repellat delectus! Aperiam unde
explicabo ducimus eaque error recusandae maiores ipsum!
</p>
</div>
<div
class="tab-pane fade"
id="pills-profile"
role="tabpanel"
aria-labelledby="pills-profile-tab"
>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Nam
fugit possimus iusto eveniet ab nobis, deleniti nesciunt
ratione nostrum nihil voluptate suscipit repellat quis
cupiditate saepe odit aliquid aperiam atque?
</p>
<p>
Enim modi beatae maiores numquam dolorem quasi pariatur
corporis quo delectus hic amet sint odit harum eos reiciendis
voluptatem, assumenda tempora totam asperiores! Totam vitae
aut mollitia repellat deserunt facere.
</p>
<p>
Expedita tempora, suscipit soluta recusandae est totam autem
consequuntur optio? Possimus atque ab vitae? Error, delectus,
maxime dolorem assumenda sit beatae tenetur autem in sed
impedit recusandae aliquid consequuntur consectetur?
</p>
</div>
<div
class="tab-pane fade"
id="pills-contact"
role="tabpanel"
aria-labelledby="pills-contact-tab"
>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae
expedita similique ut tempore dolorem, assumenda eveniet
minima quis, doloribus voluptate natus exercitationem odit
inventore. Tempora nam velit deleniti ex aperiam.
</p>
<p>
Aspernatur, reiciendis est assumenda doloremque temporibus
quidem labore iure obcaecati veritatis culpa perspiciatis
dignissimos fugit soluta commodi, alias eaque, odio amet
distinctio non quia nihil blanditiis quam asperiores optio.
Sapiente.
</p>
<p>
Rerum in necessitatibus voluptates incidunt consequatur velit
laudantium perspiciatis, error illum, cum accusamus sint
dolorum ea saepe doloremque! Molestias a, illum natus
consequuntur neque animi omnis! Vero repellendus harum
obcaecati?
</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-xl-6 px-xl-0 order-1 order-xl-2 my-4">
<img src="section.jpeg" alt="" class="img-fluid rounded-circle" />
</div>
</div>
</section>
<!--section end-->
<!--testimonial start-->
<section class="py-5 bg-light" id="intro">
<div class="container">
<h2 class="text-center font-weight-bold font-danger mb-4">Testimonials</h2>
<!-- Swiper -->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="testimonial/t1.jpg" class="card-img" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Raksha V G</h5>
<p class="card-text">
I got my large order of Raw Vegan foods in today via UPS and was very impressed with the packaging & freshness as well as the quality of my meals. The Raw Tuna Sandwich was soooo good!! Looking forward to being a REGULAR ordering customer from now on!!.
</p>
<p class="card-text">
<small class="text-muted"
>Last updated 3 mins ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="testimonial/t2.jpg" class="card-img" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Frankle Hubot</h5>
<p class="card-text">
I just had to write and tell you that you have the best tasting raw gluten free wraps I have ever had!!!! I didn’t know I could get them from you directly (we are in NJ), but will def order soon!! Compared to other gf wraps we have tried-yours actually roll like a real wrap and have a wonderful flavor. Thanks for making such a great product!
</p>
<p class="card-text">
<small class="text-muted"
>Last updated 5 hours ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="testimonial/t3.jpg" class="card-img" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Trisha Vernaica</h5>
<p class="card-text">
I’m currently on the tour with Paula Abdul and while we were performing in town I came across your raw chocolate fudge at Whole Foods, OMG!!! I was nice enough to share it with Paula Abdul, the Physical therapist and the glam squad. Of course they all agreed with me! So glad we are coming back next week and I can’t wait to try your other products!! Thank you!.
</p>
<p class="card-text">
<small class="text-muted"
>Last updated 18 hours ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="testimonial/t4.jpg" class="card-img" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Charles</h5>
<p class="card-text">
Hello Weinsteins: I randomly picked up your Lasanga tonight from whole foods because I wanted something light and raw. And let me just say that I was BLOWN AWAY by how yummy the dish was and on the spot said to myself “if eating raw can taste this good it’s time to commit fully and stop playing around!
</p>
<p class="card-text">
<small class="text-muted"
>Last updated yesterday</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="testimonial/t5.jpg" class="card-img" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Nisha Kesh</h5>
<p class="card-text">
Tried the raw vegan pizza today and LOVED it!!!! Soooo delicious!
</p>
<p class="card-text">
<small class="text-muted"
>Last updated 2 days ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide">
<div class="card mb-3" style="max-width: 540px;">
<div class="row no-gutters">
<div class="col-md-4">
<img src="testimonial/t6.jpg" class="card-img" alt="..." />
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Jackie Chan</h5>
<p class="card-text">
I am so happy I discovered you guys! Loved the kale chips, just bought tempura veggies and onion rings. Mmm, and those onions are hot!!
</p>
<p class="card-text">
<small class="text-muted"
>Last updated 4 days ago</small
>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Add Arrows -->
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
</section>
<!--testimonial end-->
<!-- footer start -->
<footer class="py-5 bg-dark text-white">
<div class="container d-md-flex">
<div class="col-md-6">
<h3 class="font-weight-bold mb-3">
Experience the Food World
</h3>
<p>
We create possibilities for the food connected world!
<br><I>LOVE THE FOOD HUSTLE.</I>
</p>
</div>
<div class="col-md-6 d-md-flex" id="footer-links-container">
<ul>
<li>COMPANY</li>
<li>About Us</li>
<li>Strategy</li>
<li>Our Team</li>
<li>Events</li>
</ul>
<ul>
<li>PARTNERS</li>
<li>MasterChef</li>
<li>Food52</li>
<li>Kaletra</li>
<li>All Foodzie</li>
</ul>
<ul>
<li>EXPLORE</li>
<li>Blogs</li>
<li>Recipes</li>
<li>Travel</li>
<li>Site Map</li>
</ul>
<ul>
<li>SERVICE</li>
<li>Ingredants</li>
<li>Web Stories</li>
<li>Features</li>
<li>Health</li>
</ul>
</div>
</div>
<div class="py-3 text-center">
© 2020 FOODSHA | Terms | Privacy | All rights reserved
</div>
</footer>
<!-- footer end -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"
></script>
<!-- Initialize Swiper -->
<script>
var swiper = new Swiper(".swiper-container", {
slidesPerView: 1,
spaceBetween: 30,
loop: true,
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/rellax/1.12.1/rellax.min.js"></script>
<script>
var rellax = new Rellax('.rellax')
</script>
<script src="smoothscroll.js"></script>
<!--code injected by live server-->
</body>
</html>