-
Notifications
You must be signed in to change notification settings - Fork 1
/
awards.html
612 lines (493 loc) · 25.4 KB
/
awards.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta name="description" content="Kites Foundation" />
<title>Kites Foundation</title>
<meta name="viewport" content="minimum-scale=1,initial-scale=1,width=device-width,shrink-to-fit=no" />
<meta property="og:title" content="Kites Foundation" />
<meta property="og:description"
content="Kites Foundation is a team of young zealots who aim at transforming our country, soul by soul through youth led development and collective effort. Here, we are to break the shackles of socio-cultural, linguistic,political and geographical barriers, to fly boundless." />
<meta property="og:image" content="https://cdn.kitesfoundation.org/img/logo-NEW.png" />
<meta property="og:url" content="https://kitesfoundation.org" />
<meta property="og:site_name" content="Kites Foundation." />
<meta name="twitter:title" content="Kites Foundation" />
<meta name="twitter:description"
content="Kites Foundation is a team of young zealots who aim at transforming our country, soul by soul through youth led development and collective effort. Here, we are to break the shackles of socio-cultural, linguistic,political and geographical barriers, to fly boundless." />
<meta name="twitter:image" content="https://cdn.kitesfoundation.org/img/logo-NEW.png" />
<meta name="twitter:card" content="summary" />
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="Kites">
<!-- Favicons -->
<link href="https://cdn.kitesfoundation.org/img/favicon.png" rel="icon">
<link href="https://cdn.kitesfoundation.org/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,600,600i,700,700i|Satisfy|Comic+Neue:300,300i,400,400i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="awards_assets/style.css" rel="stylesheet">
<style>
.ion-chevron-right {
color: grey;
background-color: #ffb03b;
border-radius: 10px;
font-size: 40px;
line-height: 1;
position: absolute;
right: 50px;
/*background-color: black;
border-radius: 50px; */
}
.ion-chevron-left {
color: grey;
background-color: #ffb03b;
border-radius: 10px;
font-size: 40px;
line-height: 1;
position: absolute;
left: 50px;
}
/*#team .carousel-control-next-icon, #team .carousel-control-prev-icon {
background: none;
font-size: 32px;
line-height: 1;
position: absolute;
}*/
.carousel-indicators li {
background-color: grey;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FJ0GCVM55P"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FJ0GCVM55P');
</script>
</head>
<body>
<!-- ======= Top Bar ======= -->
<section id="topbar" class="d-none d-lg-flex align-items-center fixed-top topbar-transparent">
<div class="container text-right">
<i class="icofont-phone"></i> +91 8138 0009 33
<i class="social-links">
<a href="https://twitter.com/FoundationKites" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="http://facebook.com/kitesfoundationfb" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com/kitesfoundation" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCoyxzgTZee1t068TJ0o44fg" class="youtube"><i
class="bx bxl-youtube"></i></a>
<a href="https://www.linkedin.com/company/kites-foundation" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</i>
<!--
<i class="icofont-clock-time icofont-rotate-180"></i> Mon-Sat: 11:00 AM - 23:00 PM -->
</div>
</section>
<!-- ======= Header ======= -->
<!--<div class="container d-flex align-items-center">-->
<header id="header" class="fixed-top d-flex align-items-center header-transparent" style="min-height: 100px;">
<div class="container d-flex align-items-center">
<div class="logo mr-auto">
<a href="index.html"><img src="https://cdn.kitesfoundation.org/img/logo-NEW.png" alt="" class="img-fluid"
style="min-height: 90px;"></a>
</div>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li class="drop-down"><a>About Us</a>
<ul>
<li><a href="">Our Story</a></li>
<li><a href="vision.html">Vision & Mission</a></li>
<li class="drop-down"><i class="fas fa-angle-right"></i><a>Team</a>
<ul>
<li><a href="boardofdirectors.html">Board of Directors</a></li>
<li><a href="executive.html">Executive Committee</a></li>
<!-- <li class="drop-down"><i class="fas fa-angle-right"></i><a>Department</a>
<ul>
<li><a href="education.html">Education</a></li>
<li><a href="">Livelihood</a></li>
<li><a href="">Rang</a></li>
<li><a href="">Environment</a></li>
</ul>
</li> -->
</ul>
</li>
<li><a href="partners.html">Our Partners</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="transparency.html">Transparency</a></li>
</ul>
</li>
<li class="drop-down"><a>Our Initiatives</a>
<ul>
<li class="drop-down"><i class="fas fa-angle-right"></i><a>Education</a>
<ul>
<li><a href="microlearning.html">Microlearning Hub</a></li>
<li><a href="umeed.html">Umeed</a></li>
<li><a href="http://sumedha.org.in/">Sumedha</a></li>
<!-- <li><a href="mysanta.html">My Santa</a></li> -->
</ul>
</li>
<li class="drop-down"><i class="fas fa-angle-right"></i><a>Health</a>
<ul>
<li><a href="flattenthecurve.html">Flatten the curve</a></li>
<li><a href="https://dqfamily.org/treeoflife">Tree of Life</a></li>
<!-- <li><a href="#">Blood Bank</a></li> -->
</ul>
</li>
<li class="drop-down"><i class="fas fa-angle-right"></i><a>Environment</a>
<ul>
<li><a href="perunthode.html">Perunthode Project</a></li>
<li><a href="summerpots.html">Summerpots</a></li>
<li><a href="punarjjani.html">Punarjjani</a></li>
<!--<li><a href="#">Million Trees</a></li> -->
</ul>
</li>
<li class="drop-down"><i class="fas fa-angle-right"></i><a>Livelihood</a>
<ul>
<li><a href="mysanta.html">My Santa</a></li>
<li><a href="bookfarm.html">Book Farm</a></li>
</ul>
</li>
<li class="drop-down"><i class="fas fa-angle-right"></i><a>Technology</a>
<ul>
<li><a href="vibgyormunnar.html">Munnar Vibgyor Tourism</a></li>
<li><a href="c4munnar.html">Code4Munnar</a></li>
</ul>
</li>
<li class="drop-down"><i class="fas fa-angle-right"></i><a>Art & Culture</a>
<ul>
<li><a href="rang.html">Rang Fest</a></li>
<li><a href="kitesbooks.html">Kites Books</a></li>
<li><a href="voiceofindia.html">Voice of India</a></li>
</ul>
</li>
<li><a href="kalamawards/index.html">Kalam Awards</a></li>
<li><a href="tfp.html">The future Project</a></li>
<li><a href="trek.html">Trek For a Cause</a></li>
</ul>
</li>
<li class="drop-down"><a>Impact</a>
<ul>
<!-- <li><a href="#">Their Stories</a></li> -->
<li><a href="testimonials.html">Testimonials</a></li>
</ul>
</li>
<li class="drop-down"><a>Media</a>
<ul>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="news.html">News</a></li>
<li><a href="https://drive.google.com/file/d/1Ha-VwOWAH0zv53SgiGCKE_FoAWQBvonn/view">Newsletter</a></li>
<li><a href="videos.html">Video</a></li>
</ul>
</li>
<li><a href="#contact">Contact</a></li>
<li class="book-a-table text-center"><a href="join.html">Join Us</a></li>
<!-- <li class="book-a-table text-center"><a href="https://docs.google.com/forms/d/1R9U0BV7UMgOrj6-EL1_4ibAcKBX-oqY2UTJsI1qiKWE/edit?ts=629b58a3">Join Us</a></li> -->
<!-- <li class="book-a-table text-center"><a href="changemaker.html">ChangeMaker</a></li> -->
<!-- <li class="book-a-table text-center"><a href="https://rzp.io/l/Bookfarm">Donate</a> -->
<!-- <li class="book-a-table text-center"><a href="https://rzp.io/l/umeed3">Donate</a> -->
<li class="book-a-table text-center"><a href="https://dqfamily.org/treeoflife">Tree of Life</a>
<!-- <li class="book-a-table text-center"><a href="https://docs.google.com/forms/d/e/1FAIpQLSetfYY_b6EMPejEQAl7Xk7k_NtX5PRiXrcQw6e44s2iZ9z35g/viewform?usp=sf_link">RANG 2.0</a>
</li> -->
<!--<li class="book-a-table1 text-center"><a href="https://kitesfoundation.org/c4munnar">Code4Munnar</a></li>-->
</ul>
</nav>
<!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- Space head -->
<section>
<div></div>
</section>
<!-- end space head -->
<!-- Section Awards -->
<section id="awards">
<div class="container">
<div class="awards">
<h2><span>Awards</span> & <span>Acknowledgements</span></h2><br><br>
<div>
<div class="award1">
<img src="https://cdn.kitesfoundation.org/img/awards/VibgyorMunnar.jpg">
<div class="aw-content">
<h2><span>Award -</span> 1</h2>
<p ><b> Award of Appreciation from Honourable Minister of Power, Shri. M. M Mani on completion of Munnar VIBGYOR Tourism Project in the year 2021.</b></p>
</div>
</div>
<br>
<div class="award1">
<img src="https://cdn.kitesfoundation.org/img/awards/gmi.jpeg">
<div>
<h2><span>Award -</span> 2</h2>
<p><b> Claire C John, conferred with GMI Women in Leadership Award 2021 for contributions made in the social sector.</b></p>
</div>
</div>
<br>
<div class="award1">
<img src="https://cdn.kitesfoundation.org/img/awards/carela.jpeg">
<div>
<h2><span>Award -</span> 3</h2>
<p><b> Perunthodu-Valiyathodu Eco Restoration Project won ‘CareLa - State level Eco restoration Idea Contest’ by the Sustera Foundation.</b></p>
</div>
</div>
<br>
<div class="award1">
<img src="https://cdn.kitesfoundation.org/img/awards/kites_cegr.jpg">
<div>
<h2><span>Award -</span> 4</h2>
<p><b> Best Upcoming NGO for Education and Skill 2021 by Centre for Education Growth and Research, New Delhi.</b></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Events Section ======= -->
<!-- <section id="initiatives" class="events">
<div class="container">
<div class="section-title">
<h2>our<span> Initiatives</span></h2>
</div>
<div class="owl-carousel events-carousel">
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/initiatives/trekforacause.jpeg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>TREK FOR A CAUSE!</h3>
<p class="font-italic">
The urge of youngsters to travel and explore the world can be utilized for a social cause.
</p>
<ul>
<li><i class="icofont-check-circled"></i>Trek for a Cause is an initiative by Kites to promote social volunteering through traveling.</li>
<li><i class="icofont-check-circled"></i> It involves a volunteer call, registration, trekking along with solving a cause. </li>
</ul>
<p>
A youth collective is using its passion for traveling to create a social impact, bring change, and ensure responsible tourism through Trek for a Cause.
</p>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/initiatives/treeoflife.jpeg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Tree of life - there is hope!</h3>
<p class="font-italic">
KITES India joins hands with Aster DM Healthcare and DQF to launch Tree of Life, a noble initiative for children from underprivileged sections of our society
</p>
<ul>
<li><i class="icofont-check-circled"></i>
The project will assure quality healthcare, accessible to children by providing life-saving surgeries and necessary interventional procedures free of cost across Kerala.
</li>
<li><i class="icofont-check-circled"></i> To help their families from the vicious cycle of poverty that could arise from mounting medical costs. </li>
</ul>
<p>
Tree of Life caters to Pediatrics Surgeries exclusively for underprivileged children. The initiative secures the beneficiaries advanced treatments and post-operative care.
</p>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/initiatives/bookfarm.jpeg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>BOOKFARM!</h3>
<p class="font-italic">
We intend to rebuild and set up well-functioning libraries across Kerala by collaborating with the Library Council, various NGOs, and reading clubs in the stat
</p>
<ul>
<li><i class="icofont-check-circled"></i> Bookfarm is an initiative to rescue libraries that are struggling for proper funds and maintenance and to build new ones for reviving the passion of reading among all sections.</li>
<li><i class="icofont-check-circled"></i>It is to tackle the divide in the accessibility of libraries and learning opportunities between the privileged and weaker sections. </li>
</ul>
<p>
Book Farm plans to rebuild and set up well-functioning libraries in every district of Kerala in two years.
</p>
</div>
</div>
<div class="row event-item">
<div class="col-lg-6">
<img src="https://cdn.kitesfoundation.org/img/initiatives/munnarvibjyor.jpeg" class="img-fluid" alt="">
</div>
<div class="col-lg-6 pt-4 pt-lg-0 content">
<h3>Munnar VIBGYOR Tourism</h3>
<p class="font-italic">
Kites Foundation in association with District Administration, Idukki has initiated a Tourism development
project in Munnar.
</p>
<ul>
<li><i class="icofont-check-circled"></i>The tourism project was launched by Shri.M.M Mani and Shri.C
Ravindranath Honorable Ministers of Power and Education respectively.
</li>
<li><i class="icofont-check-circled"></i> Hello Munnar, a progressive web app designed for the ease of
information access was also launched in the ceremony.</li>
</ul>
<p>
The project seeks to improve the discoverability of Munnar by providing necessary route based
informations to the tourists. For an enhanced tourism experience, Seven routes have been identified in
Munnar which are aptly described by the seven rainbow colours, The VIBGYOR.
</p>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Events Section -->
<!-- End Awards section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2><span>Contact</span> Us</h2>
<p>Your interest and support is what fuels our journey, please feel free to contact us in case of any queries
or suggestions.</p>
</div>
</div>
<div class="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3925.3509163405956!2d76.1524232!3d10.3137756!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x39d6773f93f42c92!2sKites%20Foundation!5e0!3m2!1sen!2sin!4v1646399581395!5m2!1sen!2sin"
frameborder="0" style="border:0; width: 100%; height: 350px;" allowfullscreen aria-hidden="false"
tabindex="0"></iframe>
</div>
<div class="container mt-5">
<div class="info-wrap">
<div class="row">
<div class="col-lg-3 col-md-6 info">
<i class="icofont-google-map"></i>
<h4>Location:</h4>
<p>KITES India, 3rd Floor, Painuthara Building, Vyttila, Ernakulam,<br> Kerala, 682019</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-clock-time icofont-rotate-90"></i>
<h4>Open Hours:</h4>
<p>Monday-Saturday:<br>10:00 AM - 05:00 PM</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-envelope"></i>
<h4>Email:</h4>
<p>info@kitesfoundation.org<br>office@kitesfoundation.org</p>
</div>
<div class="col-lg-3 col-md-6 info mt-4 mt-lg-0">
<i class="icofont-phone"></i>
<h4>Call:</h4>
<p>+91 8138 0009 33<br>+91 8138 0009 35</p>
</div>
</div>
</div>
<!-- <form action="forms/contact.php" method="post" role="form" class="php-email-form">
<div class="form-row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validate"></div>
</div>
<div class="col-md-6 form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validate"></div>
</div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validate"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
</div>
<div class="text-center"><button type="submit">Send Message</button></div>
</form>
-->
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-7 col-md-7">
<div class="footer-info">
<h3>KITES Foundation</h3>
<h4>To the Sky and Beyond</h4>
<p>
KITES Foundation is a not-for-profit, non-governmental organization that strives to channelise the power of productive youth engagement on various fronts to facilitate a ‘Youth-Led Development’
<br> <br> KITES foundation is registered ( TSR/CA/39/2020 ) under 'The Indian Societies Registration Act of 1860' with 80G certificate.
<br>NGO Darpan Unique Id : KL/2020/0260772
</p>
<div class="footer-links">
<ul>
<li><a href="12AA.html">12AA Certificate </a></li>
<li> <a href="80G.html">80G Certificate </a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-1 col-md-1 footer-links">
</div>
<div class="col-lg-4 col-md-4 footer-newsletter">
<div class="social-links mt-3">
<a href="https://twitter.com/FoundationKites" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="http://facebook.com/kitesfoundationfb" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://instagram.com/kitesfoundation" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCoyxzgTZee1t068TJ0o44fg" class="youtube"><i
class="bx bxl-youtube"></i></a>
<a href="https://www.linkedin.com/company/kites-foundation" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
</div>
<br>
<p><i class="icofont-envelope"></i> info@kitesfoundation.org</p>
<p> <i class="icofont-phone"></i> +91 8138 0009 35</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="copyright">
© Copyright <strong><span>Kites Foundation</span></strong>. All Rights Reserved
</div>
</div>
<div class="col-lg-6 policies">
<div class="footer-links">
<ul>
<li><a href="vision.html">About us </a></li>
<li> <a href="termsandconditions.html">Terms and Conditions </a></li>
<li> <a href="privacypolicy.html">Privacy policy </a></li>
<li> <a href="refundpolicy.html">Refund policy </a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End Footer -->
<a href="#" class="back-to-top"><i class="icofont-simple-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>