-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
667 lines (639 loc) · 34.1 KB
/
about.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
<!--
Author: W3layouts
Author URL: http://w3layouts.com
-->
<!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">
<title>Desi Delicacies- showcase vibrant flavors and spices, offering a taste of authentic Indian cuisine.</title>
<!-- google-fonts -->
<link href="//fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap"
rel="stylesheet">
<link
href="//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet">
<!-- //google-fonts -->
<!-- Template CSS Style link -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<!--header-->
<header id="site-header" class="fixed-top">
<div class="container">
<nav class="navbar navbar-expand-lg stroke">
<h1>
<a class="navbar-brand" href="index.html">
Desi Delicacies<i class="fas fa-utensils"></i>
</a>
</h1>
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</a> -->
<button class="navbar-toggler collapsed bg-gradient" type="button" data-toggle="collapse"
data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon fa icon-expand fa-bars"></span>
<span class="navbar-toggler-icon fa icon-close fa-times"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav mx-lg-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
<!-- search button -->
<div class="search-right ml-lg-3">
<div class="search-container">
<form action="/search" method="get">
<input class="search expandright" id="searchright" type="search" name="q"
placeholder="Search">
<label class="button searchbutton" for="searchright"><i class="fas fa-search"></i></label>
</form>
</div>
</div>
<!-- //search button -->
<!-- toggle switch for light and dark theme -->
<div class="cont-ser-position">
<nav class="navigation">
<div class="theme-switch-wrapper">
<label class="theme-switch" for="checkbox">
<input type="checkbox" id="checkbox">
<div class="mode-container">
<i class="gg-sun"></i>
<i class="gg-moon"></i>
</div>
</label>
</div>
</nav>
</div>
<!-- //toggle switch for light and dark theme -->
</nav>
</div>
</header>
<!--//header-->
<!-- inner banner -->
<section class="inner-banner py-5">
<div class="w3l-breadcrumb py-lg-5">
<div class="container pt-sm-5 pt-4 pb-sm-4">
<h4 class="inner-text-title font-weight-bold pt-5">About Us</h4>
<ul class="breadcrumbs-custom-path">
<li><a href="index.html">Home</a></li>
<li class="active"><span class="fa fa-chevron-right mx-2" aria-hidden="true"></span>About</li>
</ul>
</div>
</div>
</section>
<!-- //inner banner -->
<!-- about section -->
<section class="about-section py-5">
<div class="container py-md-5 py-4">
<img src="assets/images/about.jpg" alt="" class="img-fluid radius-image">
<div class="row mt-sm-5 mt-4">
<div class="col-lg-6 about-left-inner pr-lg-5">
<h3 class="title-style">Feel the extraordinary love with our dishes. We have millions of flavors.
</h3>
</div>
<div class="col-lg-6 about-right-inner mt-lg-0 mt-4">
<p>Our dishes are crafted with extraordinary love, each boasting a myriad of flavors that promise to captivate and satisfy. Indulge in a culinary journey where every bite tells a story of passion and excellence.</p>
<p class="mt-3">Explore our diverse menu and discover the essence of flavor diversity. From traditional favorites to innovative creations, our dishes invite you to savor the extraordinary.</p>
</div>
</div>
</div>
</section>
<!-- //about section -->
<!-- stats -->
<section class="w3_stats pb-5" id="stats">
<div class="container pb-md-5 pb-4">
<div class="w3-stats">
<div class="row text-center">
<div class="col-lg-3 col-sm-6">
<div class="counter">
<div class="timer count-title count-number" data-to="38" data-speed="1502"></div>
<p class="count-text">Years Experience</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 mt-sm-0 mt-4">
<div class="counter">
<div class="timer count-title count-number" data-to="2786" data-speed="1500"></div>
<p class="count-text">Completed Projects</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 mt-lg-0 mt-4">
<div class="counter">
<div class="timer count-title count-number" data-to="3605" data-speed="1500"></div>
<p class="count-text">Happy Customers</p>
</div>
</div>
<div class="col-lg-3 col-sm-6 mt-lg-0 mt-4">
<div class="counter border-right-0">
<div class="timer count-title count-number" data-to="269" data-speed="1500"></div>
<p class="count-text">Honors and Awards</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //stats -->
<!-- 3 grids with icon section -->
<section class="w3l-feature-8">
<div class="features-main py-5">
<div class="container py-md-5 py-4">
<div class="row text-center">
<div class="col-lg-3 col-sm-6 feature-body">
<div class="feature-icon">
<i class="fas fa-pizza-slice"></i>
</div>
<div class="feature-info">
<h3 class="feature-title mb-3"><a href="#featured">Good Food</a></h3>
<p>Enjoy good food that satisfies both the palate and the soul.
</p>
<a href="#featured" class="feature-link">Read More</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 feature-body mt-sm-0 mt-5">
<div class="feature-icon">
<i class="fas fa-utensils"></i>
</div>
<div class="feature-info">
<h3 class="feature-title mb-3"><a href="#featured">Healthy Food</a></h3>
<p>Indulge in healthy food that nourishes and energizes, making wellness a delightful journey.
</p>
<a href="#featured" class="feature-link">Read More</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 feature-body mt-lg-0 mt-5">
<div class="feature-icon">
<i class="fas fa-user-friends"></i>
</div>
<div class="feature-info">
<h3 class="feature-title mb-3"><a href="#featured">Best Chef's</a></h3>
<p>Discover the culinary prowess of the best chefs, crafting dishes that redefine excellence and elevate dining experiences.
</p>
<a href="#featured" class="feature-link">Read More</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 feature-body mt-lg-0 mt-5">
<div class="feature-icon">
<i class="fas fa-hand-holding-usd"></i>
</div>
<div class="feature-info">
<h3 class="feature-title mb-3"><a href="#featured">Best Price</a></h3>
<p>Find the best prices for quality products and services, ensuring value and satisfaction with every purchase.
</p>
<a href="#featured" class="feature-link">Read More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //3 grids with icon section -->
<!-- image with content section -->
<section class="image-with-content pt-5">
<div class="container pt-md-5 pt-4">
<div class="row align-items-center">
<div class="col-lg-6 content-sec-1">
<h3 class="title-style mb-3">Story behind this food blog</h3>
<p>The story behind this food blog is a journey of passion for culinary exploration, sharing delicious recipes, culinary experiences, and a love for food that brings people together.
</p>
<a class="btn btn-style mt-4" href="#blog">Let's Know More</a>
</div>
<div class="col-lg-6 pl-lg-5 mt-lg-0 mt-sm-5 mt-4">
<img src="assets/images/banner-b2.jpg" alt="" class="img-fluid radius-image">
</div>
</div>
<div class="row align-items-center mt-5">
<div class="col-lg-6 pr-lg-5 mt-lg-0 mt-sm-5 mt-4 order-lg-1 order-2">
<img src="assets/images/banner-b1.jpg" alt="" class="img-fluid radius-image">
</div>
<div class="col-lg-6 content-sec-1 order-lg-2 order-1">
<h3 class="title-style mb-3">Cooking is about passion</h3>
<p>Cooking is the art of expressing passion through flavors, transforming ingredients into dishes that nourish and delight both the palate and the soul.
</p>
<a class="btn btn-style mt-4" href="#blog">Let's Know More</a>
</div>
</div>
</div>
</section>
<!-- //image with content section -->
<!-- team section -->
<section class="w3l-team section py-5" id="team">
<div class="container py-md-5 py-4">
<h3 class="title-style text-center mb-lg-5 mb-4">Our Amazing Chef's</h3>
<div class="row">
<div class="section_content teamy-team">
<div class="col-lg-3 col-6">
<div class="teamy teamy_style1 teamy_mask-circle">
<div class="teamy_layout">
<div class="teamy_preview">
<img src="assets/images/team1.jpg" class="radius-image img-fluid w-100"
alt="The demo photo">
</div>
<div class="teamy_back">
<div class="teamy_back-inner">
<a href="https://www.facebook.com/" class="social"> <i class="fab fa-facebook-f"></i> </a>
<a href="https://x.com/i/flow/login?lang=en" class="social"> <i class="fab fa-twitter"></i> </a>
<a href="https://www.instagram.com/accounts/login/?hl=en" class="social"> <i class="fab fa-instagram"></i> </a>
</div>
</div>
</div>
<div class="teamy_content">
<a href="#url" class="teamy_name">Suzen Sen</a>
<span class="teamy_post">Master Chef</span>
</div>
</div>
</div>
<div class="col-lg-3 col-6">
<div class="teamy teamy_style1 teamy_mask-circle">
<div class="teamy_layout">
<div class="teamy_preview">
<img src="assets/images/team2.jpg" class="radius-image img-fluid w-100"
alt="The demo photo">
</div>
<div class="teamy_back">
<div class="teamy_back-inner">
<a href="https://www.facebook.com/" class="social"> <i class="fab fa-facebook-f"></i> </a>
<a href="https://x.com/i/flow/login?lang=en" class="social"> <i class="fab fa-twitter"></i> </a>
<a href="https://www.instagram.com/accounts/login/?hl=en" class="social"> <i class="fab fa-instagram"></i> </a>
</div>
</div>
</div>
<div class="teamy_content">
<a href="#url" class="teamy_name">Jaya Shah</a>
<span class="teamy_post">Chef</span>
</div>
</div>
</div>
<div class="col-lg-3 col-6 mt-lg-0 mt-5">
<div class="teamy teamy_style1 teamy_mask-circle">
<div class="teamy_layout">
<div class="teamy_preview">
<img src="assets/images/team3.jpg" class="radius-image img-fluid w-100"
alt="The demo photo">
</div>
<div class="teamy_back">
<div class="teamy_back-inner">
<a href="https://www.facebook.com/" class="social"> <i class="fab fa-facebook-f"></i> </a>
<a href="https://x.com/i/flow/login?lang=en" class="social"> <i class="fab fa-twitter"></i> </a>
<a href="https://www.instagram.com/accounts/login/?hl=en" class="social"> <i class="fab fa-instagram"></i> </a>
</div>
</div>
</div>
<div class="teamy_content">
<a href="#url" class="teamy_name">Raniti Patel</a>
<span class="teamy_post">Master Chef</span>
</div>
</div>
</div>
<div class="col-lg-3 col-6 mt-lg-0 mt-5">
<div class="teamy teamy_style1 teamy_mask-circle">
<div class="teamy_layout">
<div class="teamy_preview">
<img src="assets/images/team4.jpg" class="radius-image img-fluid w-100"
alt="The demo photo">
</div>
<div class="teamy_back">
<div class="teamy_back-inner">
<a href="https://www.facebook.com/" class="social"> <i class="fab fa-facebook-f"></i> </a>
<a href="https://x.com/i/flow/login?lang=en" class="social"> <i class="fab fa-twitter"></i> </a>
<a href="https://www.instagram.com/accounts/login/?hl=en" class="social"> <i class="fab fa-instagram"></i> </a>
</div>
</div>
</div>
<div class="teamy_content">
<a href="#url" class="teamy_name">Rosey Iyer</a>
<span class="teamy_post">Chef</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //team section -->
<!-- testimonials -->
<section class="w3l-clients-1 py-5" id="testimonials">
<div class="cusrtomer-layout py-lg-5">
<div class="container py-md-5 py-4">
<div class="text-center mb-lg-5 mb-4">
<h3 class="title-style text-white">
What our Customers say's
</h3>
</div>
<div class="testimonial-row">
<div id="owl-demo2" class="owl-two owl-carousel owl-theme mb-md-3 mb-sm-5 mb-4">
<div class="item">
<div class="testimonial-content">
<div class="row testimonial align-items-center">
<div class="col-md-3 testi-des">
<a href="#url" class="testi-img">
<img src="assets/images/testi1.jpg" alt="" class="radius-image img-fluid">
</a>
<div class="peopl align-self">
<h3>Saniya wilson</h3>
<p class="identity">Customer </p>
</div>
</div>
<div class="col-md-9 pl-lg-5 mt-md-0 mt-4 text-left testi-cont">
<blockquote>
<q>This food blog reignited my love for cooking with its easy-to-follow recipes and inspiring culinary tips. It's become my go-to for delicious meal ideas!</q>
</blockquote>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="row testimonial align-items-center">
<div class="col-md-3 testi-des">
<a href="#url" class="testi-img">
<img src="assets/images/testi2.jpg" alt="" class="radius-image img-fluid">
</a>
<div class="peopl align-self">
<h3>Dia Shah</h3>
<p class="identity">Customer </p>
</div>
</div>
<div class="col-md-9 pl-lg-5 mt-md-0 mt-4 text-left testi-cont">
<blockquote>
<q>I love how this food blog celebrates diverse cuisines while emphasizing healthy and flavorful cooking. It's helped me expand my culinary skills and explore new tastes.</q>
</blockquote>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="row testimonial align-items-center">
<div class="col-md-3 testi-des">
<a href="#url" class="testi-img">
<img src="assets/images/testi3.jpg" alt="" class="radius-image img-fluid">
</a>
<div class="peopl align-self">
<h3>Sia Sheikh</h3>
<p class="identity">Customer </p>
</div>
</div>
<div class="col-md-9 pl-lg-5 mt-md-0 mt-4 text-left testi-cont">
<blockquote>
<q>As a food enthusiast, this blog has been my ultimate guide for discovering unique flavors and experimenting with new recipes. It's a treasure trove of culinary inspiration!</q>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //testimonials -->
<!-- subscribe section -->
<section class="w3l-project py-5" id="subscribe">
<div class="container py-4">
<div class="bottom-info">
<div class="header-section text-center">
<h3 class="title-style">Discover the most delicious recipes.</h3>
<p class="mt-3 pr-lg-5">Discover the most delicious recipes that promise to tantalize your taste buds and satisfy your cravings, whether you're in the mood for savory dishes, decadent desserts, or refreshing beverages.</p>
</div>
<form action="#" class="subscribe mt-5" method="post">
<div class="input-group-text"><i class="fas fa-paper-plane"></i></div>
<input type="email" name="email" placeholder="Your Email Address" required="">
<button class="btn btn-style">Subscibe</button>
</form>
</div>
</div>
</section>
<!-- //subscribe section -->
<!-- instagram-feeds -->
<div class="projects" id="special">
<div class="projects-grids">
<div class="istagram-feeds">
<div class="projects-w3l-grid-info">
<a href="blog-single.html"><img src="assets/images/blog-s1.jpg" class="img-fluid" alt="" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fab fa-instagram"></span>
</div>
</a>
</div>
<div class="projects-w3l-grid-info">
<a href="blog-single.html"><img src="assets/images/blog-s2.jpg" class="img-fluid" alt="" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fab fa-instagram"></span>
</div>
</a>
</div>
<div class="projects-w3l-grid-info">
<a href="blog-single.html"><img src="assets/images/blog-s3.jpg" class="img-fluid" alt="" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fab fa-instagram"></span>
</div>
</a>
</div>
<div class="projects-w3l-grid-info">
<a href="blog-single.html"><img src="assets/images/blog-s4.jpg" class="img-fluid" alt="" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fab fa-instagram"></span>
</div>
</a>
</div>
<div class="projects-w3l-grid-info">
<a href="blog-single.html"><img src="assets/images/blog-s5.jpg" class="img-fluid" alt="" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fab fa-instagram"></span>
</div>
</a>
</div>
<div class="projects-w3l-grid-info">
<a href="blog-single.html"><img src="assets/images/blog-s6.jpg" class="img-fluid" alt="" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fab fa-instagram"></span>
</div>
</a>
</div>
<div class="projects-w3l-grid-info">
<a href="blog-single.html"><img src="assets/images/blog-s8.jpg" class="img-fluid" alt="https://www.instagram.com/accounts/login/?hl=en" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fab fa-instagram"></span>
</div>
</a>
</div>
<div class="projects-w3l-grid-info">
<a href="blog-single.html"><img src="assets/images/blog-s7.jpg" class="img-fluid" alt="" />
<div class="content-overlay"></div>
<div class="content-details fadeIn-top">
<span class="fab fa-instagram"></span>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- //instagram-feeds -->
<!-- footer -->
<footer class="w3l-footer-29-main">
<div class="footer-29 py-5">
<div class="container py-sm-4">
<div class="row footer-top-29">
<div class="col-lg-5 col-md-6 footer-list-29 footer-1">
<h2 class="mb-4">
<a class="footer-logo" href="index.html">
Desi Delicacies<i class="fas fa-utensils"></i>
</a>
</h2>
<p>Explore the rich and diverse flavors of Desi delicacies, celebrating the authentic and traditional dishes that embody the essence of Indian cuisine, offering a culinary journey through aromatic spices and vibrant flavors.</p>
<div class="main-social-footer-29 mt-md-4 mt-3">
<a href="https://www.facebook.com/" class="facebook"><i class="fab fa-facebook-f"></i></a>
<a href="https://x.com/i/flow/login?lang=en" class="twitter"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/accounts/login/?hl=en" class="instagram"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/feed/" class="linkedin"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
<div class="col-xl-5 col-lg-4 col-md-6 footer-list-29 footer-1 px-xl-5 mt-md-0 mt-5">
<h6 class="footer-title-29">Contact Info </h6>
<p class="mb-2">Address : Foodie, 10001, 5th Avenue,Mumbai-East.
</p>
<p class="mb-2">Phone Number : <a href="tel:+1(21) 234 4567">+1(21) 234 4567</a></p>
<p class="mb-2">Email : <a href="mailto:[email protected]">[email protected]</a></p>
<p>Support : <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="col-xl-2 col-lg-3 col-md-6 col-sm-5 col-6 footer-list-29 footer-2 mt-lg-0 mt-5">
<ul>
<h6 class="footer-title-29">Help</h6>
<li><a href="contact.html">Support</a></li>
<li><a href="contact.html">Privacy policy</a></li>
<li><a href="contact.html">Terms & conditions</a></li>
<li><a href="contact.html">License & uses</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- copyright -->
<section class="Yash Pawar-copyright text-center">
<div class="container">
<p class="copy-footer-29">© 2024 Desi Delicacies. All rights reserved.<a>
<!-- //copyright -->
</footer>
<!-- //footer -->
<!-- Js scripts -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fas fa-level-up-alt" aria-hidden="true"></span>
</button>
<script>
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function () {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!-- //move top -->
<!-- common jquery plugin -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //common jquery plugin -->
<!-- counter for stats -->
<script src="assets/js/counter.js"></script>
<!-- //counter for stats -->
<!-- owl carousel -->
<script src="assets/js/owl.carousel.js"></script>
<!-- script for tesimonials carousel slider -->
<script>
$(document).ready(function () {
$("#owl-demo2").owlCarousel({
loop: true,
nav: false,
margin: 50,
autoplay: true,
autoplayTimeout: 5000,
autoplaySpeed: 1000,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: false
},
1000: {
items: 1,
nav: false
}
}
})
})
</script>
<!-- //script for tesimonials carousel slider -->
<!-- theme switch js (light and dark)-->
<script src="assets/js/theme-change.js"></script>
<!-- //theme switch js (light and dark)-->
<!-- MENU-JS -->
<script>
$(window).on("scroll", function () {
var scroll = $(window).scrollTop();
if (scroll >= 80) {
$("#site-header").addClass("nav-fixed");
} else {
$("#site-header").removeClass("nav-fixed");
}
});
//Main navigation Active Class Add Remove
$(".navbar-toggler").on("click", function () {
$("header").toggleClass("active");
});
$(document).on("ready", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
$(window).on("resize", function () {
if ($(window).width() > 991) {
$("header").removeClass("active");
}
});
});
</script>
<!-- //MENU-JS -->
<!-- disable body scroll which navbar is in active -->
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- //disable body scroll which navbar is in active -->
<!-- bootstrap -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- //bootstrap -->
<!-- //Js scripts -->
</body>
</html>