-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourses.html
686 lines (644 loc) · 40.9 KB
/
courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Navigly Learning</title>
<!-- Meta Tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="author" content="navigly.co.ke" />
<meta name="description" content="Navigly Learning" />
<!-- Favicon -->
<!-- <link rel="shortcut icon" href="assets/images/favicon.ico"> -->
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap" />
<!-- Plugins CSS -->
<link rel="stylesheet" type="text/css" href="assets/vendor/fontawesome/css/all.min.css" />
<link rel="stylesheet" type="text/css" href="assets/vendor/bootstrap-icons/bootstrap-icons.css" />
<link rel="stylesheet" type="text/css" href="css/tiny-slider.css" />
<link rel="stylesheet" type="text/css" href="css/glightbox.css" />
<!-- Theme CSS -->
<link id="style-switch" rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<!-- Header START -->
<header class="navbar-light navbar-sticky header-static">
<!-- Logo Nav START -->
<nav class="navbar navbar-expand-xl">
<div class="container-fluid px-3 px-xl-5">
<!-- Logo START -->
<a class="navbar-brand" href="index.html">
Navigly
<!-- <img class="light-mode-item navbar-brand-item" src="assets/images/logo.svg" alt="logo">
<img class="dark-mode-item navbar-brand-item" src="assets/images/logo-light.svg" alt="logo"> -->
</a>
<!-- Logo END -->
<!-- Responsive navbar toggler -->
<button class="navbar-toggler ms-auto" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-animation">
<span></span>
<span></span>
<span></span>
</span>
</button>
<!-- Main navbar START -->
<div class="navbar-collapse w-100 collapse" id="navbarCollapse">
<!-- Nav category menu START -->
<ul class="navbar-nav navbar-nav-scroll me-auto">
<!-- Nav item 1 Demos -->
<li class="nav-item dropdown dropdown-menu-shadow-stacked">
<!-- <a class="nav-link bg-primary bg-opacity-10 rounded-3 text-primary px-3 py-3 py-xl-0" href="#" id="categoryMenu" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="bi bi-ui-radios-grid me-2"></i><span>Category</span></a> -->
<ul class="dropdown-menu" aria-labelledby="categoryMenu">
<!-- Dropdown submenu -->
<li class="dropdown-submenu dropend">
<a class="dropdown-item dropdown-toggle" href="#">Development</a>
<ul class="dropdown-menu dropdown-menu-start" data-bs-popper="none">
<!-- dropdown submenu open right -->
<li class="dropdown-submenu dropend">
<a class="dropdown-item dropdown-toggle" href="#">Web Development</a>
<ul class="dropdown-menu" data-bs-popper="none">
<li><a class="dropdown-item" href="#">CSS</a></li>
<li>
<a class="dropdown-item" href="#">JavaScript</a>
</li>
<li><a class="dropdown-item" href="#">Angular</a></li>
<li><a class="dropdown-item" href="#">PHP</a></li>
<li><a class="dropdown-item" href="#">HTML</a></li>
<li><a class="dropdown-item" href="#">React</a></li>
</ul>
</li>
<li>
<a class="dropdown-item" href="#">Data Science</a>
</li>
<li>
<a class="dropdown-item" href="#">Mobile Development</a>
</li>
<li>
<a class="dropdown-item" href="#">Programing Language</a>
</li>
<li>
<a class="dropdown-item" href="#">Software Testing</a>
</li>
<li>
<a class="dropdown-item" href="#">Software Engineering</a>
</li>
<li>
<a class="dropdown-item" href="#">Software Development Tools</a>
</li>
</ul>
</li>
<li><a class="dropdown-item" href="#">Design</a></li>
<!-- Dropdown submenu -->
<li class="dropdown-submenu dropend">
<a class="dropdown-item dropdown-toggle" href="#">Marketing</a>
<div class="dropdown-menu dropdown-menu-start dropdown-width-lg"
data-bs-popper="none">
<div class="row p-4">
<!-- Dropdown column item -->
<div class="col-xl-6 col-xxl-4 mb-4 mb-xl-0">
<h6 class="mb-0">Get started</h6>
<hr />
<!-- Divider -->
<ul class="list-unstyled">
<li>
<a class="dropdown-item" href="#">Market Research</a>
</li>
<li>
<a class="dropdown-item" href="#">Advertising</a>
</li>
<li>
<a class="dropdown-item" href="#">Consumer Behavior</a>
</li>
<li>
<a class="dropdown-item" href="#">Digital Marketing</a>
</li>
<li>
<a class="dropdown-item" href="#">Marketing Ethics</a>
</li>
<li>
<a class="dropdown-item" href="#">Social Media Marketing</a>
</li>
<li>
<a class="dropdown-item" href="#">Public Relations</a>
</li>
<li>
<a class="dropdown-item" href="#">Advertising</a>
</li>
<li>
<a class="dropdown-item" href="#">Decision Science</a>
</li>
<li><a class="dropdown-item" href="#">SEO</a></li>
<li>
<a class="dropdown-item" href="#">Business Marketing</a>
</li>
</ul>
</div>
<!-- Dropdown column item -->
<div class="col-xl-6 col-xxl-4 mb-4 mb-xl-0">
<h6 class="mb-0">Degree</h6>
<hr />
<!-- Divider -->
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<img src="assets/images/client/uni-logo-01.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">American Century
University, New Mexico</a>
<p class="mb-0 small">
Bachelor of computer science
</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<img src="assets/images/client/uni-logo-02.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">Indiana College of -
Bloomington</a>
<p class="mb-0 small">
Masters of computer science
</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<img src="assets/images/client/uni-logo-03.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">College of South
Florida</a>
<p class="mb-0 small">Medical science college</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<img src="assets/images/client/uni-logo-01.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">Andeerson Campus</a>
<p class="mb-0 small">
Bachelor of computer science
</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex position-relative">
<img src="assets/images/client/uni-logo-04.svg" class="icon-md"
alt="" />
<div class="ms-3">
<a class="stretched-link h6 mb-0" href="#">University of South
California</a>
<p class="mb-0 small">
Masters of business development
</p>
</div>
</div>
</div>
<!-- Dropdown column item -->
<div class="col-xl-6 col-xxl-4">
<h6 class="mb-0">Certificate</h6>
<hr />
<!-- Divider -->
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<h2 class="mb-0">
<i class="fab fa-fw fa-google text-google-icon"></i>
</h2>
<div class="ms-2">
<a class="stretched-link h6 mb-0" href="#">Google SEO
certificate</a>
<p class="mb-0 small">No prerequisites</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<h2 class="mb-0">
<i class="fab fa-fw fa-linkedin-in text-linkedin"></i>
</h2>
<div class="ms-2">
<a class="stretched-link h6 mb-0" href="#">Business Development
Executive(BDE)</a>
<p class="mb-0 small">No prerequisites</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<h2 class="mb-0">
<i class="fab fa-fw fa-facebook text-facebook"></i>
</h2>
<div class="ms-2">
<a class="stretched-link h6 mb-0" href="#">Facebook social media
marketing</a>
<p class="mb-0 small">Expert advice</p>
</div>
</div>
<!-- Dropdown item -->
<div class="d-flex mb-4 position-relative">
<h2 class="mb-0">
<i class="fas fa-fw fa-basketball-ball text-dribbble"></i>
</h2>
<div class="ms-2">
<a class="stretched-link h6 mb-0" href="#">Creative graphics
design</a>
<p class="mb-0 small">No prerequisites</p>
</div>
</div>
</div>
</div>
<!-- Advertisement -->
<div class="row">
<div class="col-12">
<div class="card bg-blue rounded-0 rounded-bottom p-3 position-relative overflow-hidden"
style="
background: url(assets/images/pattern/05.png)
no-repeat center center;
background-size: cover;
">
<!-- Body -->
<div class="card-body">
<!-- Title -->
<h5 class="card-title text-white mb-2">
Access 25K Online courses from 120 institutions,
Start today!
</h5>
<p class="text-white text-opacity-75">
Here is the description of premium features
which will allow users to get benefits and save
a lot of money
</p>
<!-- Button -->
<a href="#" class="btn btn-sm btn-dark mb-0">Purchase
Premium</a>
</div>
</div>
</div>
</div>
</div>
</li>
<li><a class="dropdown-item" href="#">Music</a></li>
<li><a class="dropdown-item" href="#">Lifestyle</a></li>
<li><a class="dropdown-item" href="#">IT & software</a></li>
<li>
<a class="dropdown-item" href="#">Personal development</a>
</li>
<li>
<a class="dropdown-item" href="#">Health & fitness</a>
</li>
<li><a class="dropdown-item" href="#">Teaching</a></li>
<li><a class="dropdown-item" href="#">Social science</a></li>
<li><a class="dropdown-item" href="#">Math & logic</a></li>
<li>
<hr class="dropdown-divider" />
</li>
<li>
<a class="dropdown-item bg-primary text-primary bg-opacity-10 rounded-2 mb-0"
href="#">View all categories</a>
</li>
</ul>
</li>
</ul>
<!-- Nav category menu END -->
<!-- Nav Main menu START -->
<ul class="navbar-nav navbar-nav-scroll me-auto">
<!-- Who we are link -->
<li class="nav-item">
<a class="nav-link" href="#" id="whoWeAre" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Who We Are</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" id="instructors" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Instructors</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" id="market" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Market</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#" id="community" data-bs-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">Community</a>
</li>
</ul>
<!-- Nav Main menu END -->
<!-- Nav Search START -->
<div class="nav my-3 my-xl-0 px-4 flex-nowrap align-items-center">
<li class="nav-item">
<a class="nav-link" href="sign-in.html">LogIn</a>
</li>
<li class="nav-item">
<a class="nav-link" href="sign-up.html">SignUp</a>
</li>
</div>
<!-- Nav Search END -->
</div>
<!-- Main navbar END -->
</div>
</nav>
<!-- Logo Nav END -->
</header>
<!-- Header END -->
<!-- **************** MAIN CONTENT START **************** -->
<main>
<!-- Main content START -->
<!-- =======================
Page Banner START -->
<div class="bg-light py-4 py-lg-6">
<div class="container">
<div class="row align-items-center">
<div class="col-xl-12 col-lg-12 col-md-12 col-12">
<div>
<h1 class="mb-0 display-6">Filter Courses</h1>
</div>
</div>
</div>
</div>
</div>
<!-- =======================
Page Banner END -->
<!-- =======================
Page content START -->
<section class="pt-0">
<div class="container">
<!-- Filter bar START -->
<form class="border p-4 rounded-3 my-4 z-index-9 position-relative">
<div class="row g-3">
<!-- Input -->
<div class="col-xl-3">
<input class="form-control me-1" type="search" placeholder="Enter keyword">
</div>
<!-- Select item -->
<div class="col-xl-8">
<div class="row g-3">
<!-- Select items -->
<div class="col-sm-6 col-md-3 pb-2 pb-md-0">
<select class="form-select js-choice" aria-label=".form-select-sm example">
<option value="">Level of study</option>
<option>All levels</option>
<option>Beginner</option>
<option>Intermediate</option>
<option>Advanced</option>
</select>
</div>
<!-- Search item -->
<div class="col-sm-6 col-md-3 pb-2 pb-md-0">
<select class="form-select js-choice" aria-label=".form-select-sm example">
<option value="">General area of study</option>
<option>All</option>
<option>Teaching</option>
<option>Nursing</option>
<option>Engineering</option>
<option>IT & Software</option>
</select>
</div>
<!-- Search item -->
<div class="col-sm-6 col-md-3 pb-2 pb-md-0">
<select class="form-select js-choice" aria-label=".form-select-sm example">
<option value="">Specific area of study</option>
<option>All</option>
<option>Teaching</option>
<option>Nursing</option>
<option>Engineering</option>
<option>IT & Software</option>
</select>
</div>
<!-- Search item -->
<div class="col-sm-6 col-md-3 pb-2 pb-md-0">
<select class="form-select js-choice" aria-label=".form-select-sm example">
<option value="">Mode of study</option>
<option>On Campus</option>
<option>Part Time</option>
<option>Self-Paced</option>
</select>
</div>
</div> <!-- Row END -->
</div>
<!-- Button -->
<div class="col-xl-1">
<button type="button" class="btn btn-primary mb-0 rounded z-index-1"><i
class="fas fa-search"></i> Search</button>
</div>
</div> <!-- Row END -->
</form>
<!-- Filter bar END -->
<!-- Course list START -->
<div class="row g-4 justify-content-center">
<!-- Card item START -->
<div class="card shadow p-2">
<div class="row g-0">
<!-- Image -->
<div class="col-md-3">
<img src="assets/images/login-dash.jpg" class="rounded-3" alt="...">
</div>
<!-- Card body -->
<div class="col-md-9">
<div class="card-body">
<!-- Title -->
<div class="d-sm-flex justify-content-sm-between mb-5 mb-sm-3">
<div>
<h5 class="card-title mb-0"><a href="#">The University of Nairobi,
Nairobi</a></h5>
<a href="#">
<p class="mt-2 mb-sm-0"><strong>Course: </strong>Bachelor
of Science in Electrical & Electronics
Engineering</p>
</a>
</div>
<span class="h6 fw-light"><i
class="far fa-star text-warning ms-1"></i></span>
</div>
<!-- Content -->
<div class="row my-1">
<div class="col-md-4">
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Accreditation: </strong>
Commission for University Education</span>
</div>
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>First Offered: </strong>
1979</span>
</div>
</div>
<div class="col-md-4">
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Duration of study: </strong>
12 Trimesters (4 calendar years)</span>
</div>
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Full Course Cost: </strong>
$10,000</span>
</div>
</div>
<div class="col-md-4">
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Intakes: </strong>
January, May, September</span>
</div>
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Mode: </strong>
Online / On Campus</span>
</div>
</div>
</div>
<!-- Info -->
<div class="d-sm-flex justify-content-sm-between align-items-center">
<!-- Title -->
<h6 class="text-orange mb-0">Engineering</h6>
<!-- Social button -->
<ul class="list-inline mb-0 mt-3 mt-sm-0">
<li class="list-inline-item">
<a class="mb-0 me-1 btn btn-outline-success btn-sm" href="#">Apply Now</a>
</li>
<li class="list-inline-item">
<a class="mb-0 me-1 btn btn-blue-soft btn-sm" href="course_details.html">Details</a>
</li>
<li class="list-inline-item">
<a class="mb-0 me-1 btn btn-danger-soft btn-sm" href="course_compare.html">Compare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Card item END -->
<!-- Card item START -->
<div class="card shadow p-2">
<div class="row g-0">
<!-- Image -->
<div class="col-md-3">
<img src="assets/images/login-dash.jpg" class="rounded-3" alt="...">
</div>
<!-- Card body -->
<div class="col-md-9">
<div class="card-body">
<!-- Title -->
<div class="d-sm-flex justify-content-sm-between mb-5 mb-sm-3">
<div>
<h5 class="card-title mb-0"><a href="#">The University of Nairobi,
Nairobi</a></h5>
<a href="#">
<p class="mt-2 mb-sm-0"><strong>Course: </strong>Bachelor
of Science in Electrical & Electronics
Engineering</p>
</a>
</div>
<span class="h6 fw-light"><i
class="far fa-star text-warning ms-1"></i></span>
</div>
<!-- Content -->
<div class="row my-1">
<div class="col-md-4">
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Accreditation: </strong>
Commission for University Education</span>
</div>
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>First Offered: </strong>
1979</span>
</div>
</div>
<div class="col-md-4">
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Duration of study: </strong>
12 Trimesters (4 calendar years)</span>
</div>
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Full Course Cost: </strong>
$10,000</span>
</div>
</div>
<div class="col-md-4">
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Intakes: </strong>
January, May, September</span>
</div>
<div class="d-flex justify-content-between mb-2">
<span class="card-title mb-0"><strong>Mode: </strong>
Online / On Campus</span>
</div>
</div>
</div>
<!-- Info -->
<div class="d-sm-flex justify-content-sm-between align-items-center">
<!-- Title -->
<h6 class="text-orange mb-0">Engineering</h6>
<!-- Social button -->
<ul class="list-inline mb-0 mt-3 mt-sm-0">
<li class="list-inline-item">
<a class="mb-0 me-1 btn btn-outline-success btn-sm" href="#">Apply Now</a>
</li>
<li class="list-inline-item">
<a class="mb-0 me-1 btn btn-blue-soft btn-sm" href="course_details.html">Details</a>
</li>
<li class="list-inline-item">
<a class="mb-0 me-1 btn btn-danger-soft btn-sm" href="course_compare.html">Compare</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- Card item END -->
</div>
<!-- Course list END -->
</div>
</section>
<!-- =======================
Page content END -->
<!-- Main content END -->
</main>
<!-- **************** MAIN CONTENT END **************** -->
<!-- =======================
Footer START -->
<footer class="bg-light">
<div class="container">
<!-- Bottom footer -->
<div class="py-3">
<div class="container px-0">
<div class="d-lg-flex justify-content-between align-items-center py-3 text-center text-md-left">
<!-- copyright text -->
<div class="text-primary-hover">
Copyrights <a href="#" class="text-body">©2022 Navigly</a>. All
rights reserved.
</div>
<!-- copyright links-->
<div class="justify-content-center mt-3 mt-lg-0">
<ul class="nav list-inline justify-content-center mb-0">
<li class="list-inline-item">
<a class="nav-link" href="#">Terms of use</a>
</li>
<li class="list-inline-item">
<a class="nav-link pe-0" href="#">Privacy policy</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- =======================
Footer END -->
<!-- Back to top -->
<div class="back-top">
<i class="bi bi-arrow-up-short position-absolute top-50 start-50 translate-middle"></i>
</div>
<!-- Bootstrap JS -->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Vendors -->
<script src="js/tiny-slider.js"></script>
<script src="js/glightbox.js"></script>
<!-- <script src="assets/vendor/purecounterjs/dist/purecounter_vanilla.js"></script> -->
<!-- Template Functions -->
<script src="js/functions.js"></script>
</body>
</html>