-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
708 lines (679 loc) · 33.1 KB
/
index.html
File metadata and controls
708 lines (679 loc) · 33.1 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
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
707
708
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Online Study - Education Category Responsive Web Template - Home : W3Layouts</title>
<!-- google-fonts -->
<link href="//fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap"
rel="stylesheet">
<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">
<img class="img-fluid" src="assets/images/logo.png" alt=" "> Online Study
</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 ml-lg-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="courses.html">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact Us</a>
</li>
<!-- search button -->
<div class="search-right">
<a href="#search" class="btn button-style" title="search">Search</a>
<!-- search popup -->
<div id="search" class="pop-overlay">
<div class="popup">
<h4 class="search-pop-text-w3 text-white text-center mb-4">Search Here Your
Online Course
</h4>
<form action="#error" method="GET" class="search-box">
<div class="input-search"> <span class="fa fa-search mr-2"
aria-hidden="true"></span><input type="search"
placeholder="Enter Keyword" name="search" required="required"
autofocus="">
</div>
<button type="submit" class="btn button-style">Search</button>
</form>
</div>
<a class="close" href="#close">×</a>
</div>
<!-- //search popup -->
</div>
<!-- //search button -->
</ul>
</div>
<!-- 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-->
<!-- banner section -->
<section id="home" class="w3l-banner py-5">
<div class="container pt-5 pb-md-4">
<div class="row align-items-center">
<div class="col-md-6 banner-left pt-md-0 pt-5">
<h3 class="mb-sm-4 mb-3 title">This is the new way<br> to Learn <span class="type-js"><span
class="text-js">Online</span></span></h3>
<div class="mt-md-5 mt-4 mb-lg-0 mb-4">
<a class="btn button-style" href="about.html">Get Started<i class="fa fa-angle-double-right"
aria-hidden="true"></i></a>
</div>
</div>
<div class="col-md-6 banner-right mt-md-0 mt-4">
<img class="img-fluid" src="assets/images/b1.png" alt=" ">
</div>
</div>
</div>
</section>
<!-- //banner section -->
<!-- banner bottom section -->
<div class="w3l-index-block4 pb-5">
<div class="features-bg pb-lg-5 pt-lg-4 py-4">
<div class="container">
<div class="title-main text-center mx-auto mb-md-4">
<h3 class="title-big">Our Special Courses</h3>
<p class="sub-title mt-2">Cum doctus civibus efficiantur in imperdiet deterruisset. Cras efficitur,
metus
gravida suscipit cursus, dui diam pre lorem id
lectus.</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 features15-col-text">
<a href="courses.html" class="d-flex feature-unit align-items-center">
<div class="col-4">
<div class="features15-info">
<img class="img-fluid" src="assets/images/c2.png" alt=" ">
</div>
</div>
<div class="col-8">
<div class="features15-para">
<h6>$100</h6>
<h4>Learn Code</h4>
<p>Ras effic itur metusga via suscipit</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 features15-col-text">
<a href="courses.html" class="d-flex feature-unit align-items-center active">
<div class="col-4">
<div class="features15-info">
<img class="img-fluid" src="assets/images/c3.png" alt=" ">
</div>
</div>
<div class="col-8">
<div class="features15-para">
<h6>Free</h6>
<h4>Science</h4>
<p>Ras effic itur metusga via suscipit</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 features15-col-text">
<a href="courses.html" class="d-flex feature-unit align-items-center">
<div class="col-4">
<div class="features15-info">
<img class="img-fluid" src="assets/images/c4.png" alt=" ">
</div>
</div>
<div class="col-8">
<div class="features15-para">
<h6>$100</h6>
<h4>Mathematics</h4>
<p>Ras effic itur metusga via suscipit</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 features15-col-text">
<a href="courses.html" class="d-flex feature-unit align-items-center">
<div class="col-4">
<div class="features15-info">
<img class="img-fluid" src="assets/images/c5.png" alt=" ">
</div>
</div>
<div class="col-8">
<div class="features15-para">
<h6>Free</h6>
<h4>Ww Recognize</h4>
<p>Ras effic itur metusga via suscipit</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 features15-col-text">
<a href="courses.html" class="d-flex feature-unit align-items-center">
<div class="col-4">
<div class="features15-info">
<img class="img-fluid" src="assets/images/c6.png" alt=" ">
</div>
</div>
<div class="col-8">
<div class="features15-para">
<h6>$100</h6>
<h4>Online Learning</h4>
<p>Ras effic itur metusga via suscipit</p>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-6 features15-col-text">
<a href="courses.html" class="d-flex feature-unit align-items-center">
<div class="col-4">
<div class="features15-info">
<img class="img-fluid" src="assets/images/c1.png" alt=" ">
</div>
</div>
<div class="col-8">
<div class="features15-para">
<h6>$100</h6>
<h4>Astrology</h4>
<p>Ras effic itur metusga via suscipit</p>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- //banner bottom section -->
<!-- middle section -->
<section class="w3l-servicesblock py-md-5 py-4">
<div class="container pb-2">
<div class="row align-items-center">
<div class="col-lg-6 left-wthree-img pr-lg-4">
<img src="assets/images/img1.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-6 about-right-faq align-self mb-lg-0 mb-5 pl-xl-5">
<h6>About Us</h6>
<h3 class="title-big mb-3">We provide the best <br>Online Courses</h3>
<p class="">Lorem ipsum viverra feugiat. Pellen tesque libero ut justo,
ultrices in ligula. Semper at tempufddfel. Lorem ipsum dolor sit amet.
Lorem ipsum viverra feugiat.</p>
<div class="row mt-lg-5 mt-4 mb-2">
<div class="col-sm-6">
<div class="d-flex align-items-center left-insp-art">
<img src="assets/images/book.png" alt="" class="img-fluid mr-3">
<h6>Enhance your Skills</h6>
</div>
</div>
<div class="col-sm-6 mt-sm-0 mt-4">
<div class="d-flex align-items-center left-insp-art">
<img src="assets/images/book2.png" alt="" class="img-fluid mr-3">
<h6>Start Online Learning</h6>
</div>
</div>
</div>
<a class="btn button-style button-2 mt-lg-5 mt-4" href="about.html">Read More<i
class="fa fa-angle-double-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
</section>
<!-- //middle section -->
<!-- teams 32 block -->
<section class="w3l-teams-32-main py-5">
<div class="teams-32 py-md-4">
<div class="container">
<div class="title-main text-center mx-auto mb-4">
<h3 class="title-big">Our Expert Teachers</h3>
<p class="sub-title mt-2">Cum doctus civibus efficiantur in imperdiet deterruisset. Cras efficitur,
metus
gravida suscipit cursus, dui diam pre lorem id
lectus.</p>
</div>
<div class="row main-contteam-32 mt-sm-5 pt-lg-2">
<div class="col-lg-3 col-6 team-main-19">
<div class="column-19">
<a href="#team"><img class="img-fluid" src="assets/images/team1.jpg" alt=" "></a>
</div>
<div class="right-team-9">
<h6><a href="#team" class="title-team-32">Chris Tina</a></h6>
<p class="sm-text-32">Web Designer</p>
</div>
</div>
<div class="col-lg-3 col-6 team-main-19">
<div class="column-19">
<a href="#team"><img class="img-fluid" src="assets/images/team2.jpg" alt=" "></a>
</div>
<div class="right-team-9">
<h6><a href="#team" class="title-team-32">Diego Mota</a></h6>
<p class="sm-text-32">CSS, HTML</p>
</div>
</div>
<div class="col-lg-3 col-6 team-main-19">
<div class="column-19">
<a href="#team"><img class="img-fluid" src="assets/images/team3.jpg" alt=" "></a>
</div>
<div class="right-team-9">
<h6><a href="#team" class="title-team-32">Anton Bone</a></h6>
<p class="sm-text-32">UI/UX Designer</p>
</div>
</div>
<div class="col-lg-3 col-6 team-main-19">
<div class="column-19">
<a href="#team"><img class="img-fluid" src="assets/images/team4.jpg" alt=" "></a>
</div>
<div class="right-team-9">
<h6><a href="#team" class="title-team-32">Neoye Achi</a></h6>
<p class="sm-text-32">Web Developer</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //teams 32 block -->
<!-- testimonials -->
<section class="w3l-companies-hny-6 position-relative">
<div class="cusrtomer-layout py-5">
<div class="container py-md-4 py-3">
<div class="title-heading-w3 text-center mx-auto">
<h3 class="title-big">What Our People Say</h3>
</div>
<div id="owl-demo1" class="owl-carousel owl-theme mt-5">
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<div class="testi-des">
<div class="test-img"><img src="assets/images/testi2.jpg" class="img-fluid" alt="/">
</div>
<div class="peopl">
<h3>Jenna John</h3>
<p class="indentity">Washington</p>
</div>
</div>
<blockquote>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque laudantium, totam rem aperiam.</p>
</blockquote>
<quote></quote>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<div class="testi-des">
<div class="test-img"><img src="assets/images/testi1.jpg" class="img-fluid" alt="/">
</div>
<div class="peopl">
<h3>Theo Hall</h3>
<p class="indentity">Washington</p>
</div>
</div>
<blockquote>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque laudantium, totam rem aperiam.</p>
</blockquote>
</div>
</div>
</div>
<div class="item">
<div class="testimonial-content">
<div class="testimonial">
<div class="testi-des">
<div class="test-img"><img src="assets/images/testi3.jpg" class="img-fluid" alt="/">
</div>
<div class="peopl">
<h3>Linda Carini</h3>
<p class="indentity">Washington</p>
</div>
</div>
<blockquote>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque laudantium, totam rem aperiam,.</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="quote-special">
<i class="fa fa-quote-left" aria-hidden="true"></i>
</div>
</div>
</section>
<!--//testimonials-->
<!-- blog section -->
<div class="w3l-grids-block-5 py-5">
<section id="grids5-block" class="pt-md-4 pb-md-5 py-4 mb-5">
<div class="container">
<div class="title-main text-center mx-auto mb-4">
<h3 class="title-big">Our Latest Articles</h3>
<p class="sub-title mt-2">Cum doctus civibus efficiantur in imperdiet deterruisset. Cras efficitur,
metus
gravida suscipit cursus, dui diam pre lorem id
lectus.</p>
</div>
<div class="row mt-sm-5 pt-lg-2">
<div class="col-lg-4 col-sm-6">
<div class=" grids5-info">
<a href="#blog"><img src="assets/images/blog1.jpg" alt="" /></a>
<div class="blog-info">
<h5>October 3, 2019</h5>
<h4><a href="#blog">Mostly Interesting UX/UI Designing</a></h4>
<p>Donec sed tempus enim, a congue risus. Pellentesque euismod massa a quam
viverra interdum.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mt-sm-0 mt-4">
<div class=" grids5-info">
<a href="#blog"><img src="assets/images/blog2.jpg" alt="" /></a>
<div class="blog-info">
<h5>October 6, 2019</h5>
<h4><a href="#blog">Growth Mindsets for Online Learners </a></h4>
<p>Donec sed tempus enim, a congue risus. Pellentesque euismod massa a quam
viverra interdum.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mt-lg-0 mt-4">
<div class=" grids5-info">
<a href="#blog"><img src="assets/images/blog3.jpg" alt="" /></a>
<div class="blog-info">
<h5>October 7, 2019</h5>
<h4><a href="#blog">Super fast & user friendly interface</a></h4>
<p>Donec sed tempus enim, a congue risus. Pellentesque euismod massa a quam
viverra interdum.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<!-- //blog section -->
<!-- footer -->
<footer class="w3l-footer-22 position-relative mt-5 pt-5">
<div class="footer-sub">
<div class="container">
<div class="text-txt">
<div class="right-side text-center">
<h4>Do you want to our best popular online courses</h4>
<a class="btn button-style mt-4" href="about.html">Get Started<i
class="fa fa-angle-double-right" aria-hidden="true"></i></a>
</div>
<div class="row sub-columns">
<div class="col-lg-4 col-md-6 col-sm-8 sub-one-left">
<h6>About </h6>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque
laudantium, totam rem aperiam, eaque ipsa quae ab.</p>
<div class="columns-2">
<ul class="social">
<li><a href="#facebook"><span class="fa fa-facebook" aria-hidden="true"></span></a>
</li>
<li><a href="#linkedin"><span class="fa fa-linkedin" aria-hidden="true"></span></a>
</li>
<li><a href="#twitter"><span class="fa fa-twitter" aria-hidden="true"></span></a>
</li>
<li><a href="#google"><span class="fa fa-google-plus" aria-hidden="true"></span></a>
</li>
<li><a href="#github"><span class="fa fa-github" aria-hidden="true"></span></a>
</li>
</ul>
</div>
</div>
<div class="col-lg-2 col-md-6 col-sm-4 mt-sm-0 mt-5 sub-two-right">
<h6>Quick links</h6>
<ul>
<li><a href="index.html"><span class="fa fa-angle-double-right mr-2"></span>Home</a>
</li>
<li><a href="about.html"><span class="fa fa-angle-double-right mr-2"></span>About</a>
</li>
<li><a href="courses.html"><span
class="fa fa-angle-double-right mr-2"></span>Courses</a></li>
<li><a href="contact.html"><span
class="fa fa-angle-double-right mr-2"></span>Contact</a></li>
</ul>
</div>
<div class="col-lg-3 col-sm-6 sub-two-right pl-lg-5 mt-lg-0 mt-sm-5 mt-4">
<h6>Help & Support</h6>
<ul>
<li><a href="#live"><span class="fa fa-angle-double-right mr-2"></span>Live
Chart</a></li>
<li><a href="#faq"><span class="fa fa-angle-double-right mr-2"></span>Faq</a>
</li>
<li><a href="#support"><span class="fa fa-angle-double-right mr-2"></span>Support</a>
</li>
<li><a href="#terms"><span class="fa fa-angle-double-right mr-2"></span>Terms
of Services</a></li>
</ul>
</div>
<div class="col-lg-3 col-sm-6 sub-one-left mt-lg-0 mt-sm-5 mt-4">
<h6>Contact </h6>
<div class="column2">
<div class="href1"><span class="fa fa-envelope-o" aria-hidden="true"></span><a
href="mailto:info@example.com">info@example.com</a>
</div>
<div class="href2"><span class="fa fa-phone" aria-hidden="true"></span><a
href="tel:+44-000-888-999">+44-000-888-999</a>
</div>
<div>
<p class="contact-para"><span class="fa fa-map-marker"
aria-hidden="true"></span>London, 235 Terry, 10001</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- copyright -->
<div class="copyright-footer text-center">
<div class="container">
<div class="columns">
<p>@2020 Online Study. All rights reserved. Design by <a href="https://w3layouts.com/"
target="_blank"> W3Layouts</a>
</p>
</div>
</div>
</div>
<!-- //copyright -->
</footer>
<!-- //footer -->
<!-- Js scripts -->
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-level-up" 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 -->
<!-- theme switch js (light and dark)-->
<script src="assets/js/theme-change.js"></script>
<script>
function autoType(elementClass, typingSpeed) {
var thhis = $(elementClass);
thhis.css({
"position": "relative",
"display": "inline-block"
});
thhis.prepend('<div class="cursor" style="right: initial; left:0;"></div>');
thhis = thhis.find(".text-js");
var text = thhis.text().trim().split('');
var amntOfChars = text.length;
var newString = "";
thhis.text("|");
setTimeout(function () {
thhis.css("opacity", 1);
thhis.prev().removeAttr("style");
thhis.text("");
for (var i = 0; i < amntOfChars; i++) {
(function (i, char) {
setTimeout(function () {
newString += char;
thhis.text(newString);
}, i * typingSpeed);
})(i + 1, text[i]);
}
}, 1500);
}
$(document).ready(function () {
// Now to start autoTyping just call the autoType function with the
// class of outer div
// The second paramter is the speed between each letter is typed.
autoType(".type-js", 200);
});
</script>
<!-- //theme switch js (light and dark)-->
<!-- magnific popup -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script>
$(document).ready(function () {
$('.popup-with-zoom-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-zoom-in'
});
$('.popup-with-move-anim').magnificPopup({
type: 'inline',
fixedContentPos: false,
fixedBgPos: true,
overflowY: 'auto',
closeBtnInside: true,
preloader: false,
midClick: true,
removalDelay: 300,
mainClass: 'my-mfp-slide-bottom'
});
});
</script>
<!-- //magnific popup -->
<!-- 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 -->
<!-- for testimonials carousel -->
<script src="assets/js/owl.carousel.js"></script>
<script>
$(document).ready(function () {
$("#owl-demo1").owlCarousel({
loop: true,
margin: 20,
responsiveClass: true,
responsive: {
0: {
items: 1,
nav: true
},
600: {
items: 1,
nav: false
},
1000: {
items: 1,
nav: true,
loop: true
}
}
})
})
</script>
<!-- //for testimonials carousel -->
<!-- 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>