-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfests.php
executable file
·633 lines (504 loc) · 25.2 KB
/
fests.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Students' Gymkhana, IIT Bhubaneswar</title>
<!-- Favicons -->
<link rel="shortcut icon" href="assets/img/logo.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="assets/vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="assets/vendor/animate.css/animate.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/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top header-transparent">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-11 d-flex align-items-center">
<a href="https://iitbbs.ac.in/" style="border-left:0px; padding-right:14px;" class="logo"><img src="assets/img/logo.png" class="img-fluid"></a>
<a href="index.php" class="logo mr-auto"><img src="assets/img/SGLogo2.png" alt="" class="img-fluid"></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.php">Home</a></li>
<li><a href="facilities.php">Facilities</a></li>
<li class="drop-down"><a href="#">Councils</a>
<ul>
<li><a href="technical.php">Technical council</a></li>
<li><a href="cultural.php">Socio-Cultural Council</a></li>
<li><a href="sports.php">Sports Council</a></li>
</ul>
</li>
<li><a href="fests.php">Fests</a></li>
<li class="drop-down"><a href="#">Meets</a>
<ul>
<li><a href="sportsmeet.php">Inter IIT Sports Meet</a></li>
<li><a href="techmeet.php">Inter IIT Tech Meet</a></li>
<li><a href="gc.php">General Championship</a></li>
<!-- <li><a href="ic.php">Innovation Challenge</a></li> -->
</ul>
</li>
<li><a href="office.php">Office</a></li>
<li><a href="assets/Constitution.pdf">Constitution</a></li>
<li><a href="contact.php">Contact Us</a></li>
</ul>
</nav><!-- .nav-menu -->
</div>
</div>
</div>
</header><!-- End Header -->
<!-- ======= Intro Section ======= -->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="carousel-item active" style="background-image: url(./assets/img/fests/a1.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ALMA FIESTA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/w_.JPG)">
<div class="carousel-container">
<div class="container">
<h3> WISSENAIRE </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/as1.JPG)">
<div class="carousel-container">
<div class="container">
<h3> ASHVAMEDHA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/es1.jpeg)">
<div class="carousel-container">
<div class="container">
<h3> E - SUMMIT </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/w.jpg)">
<div class="carousel-container">
<div class="container">
<h3> WISSENAIRE </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/a2.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ALMA FIESTA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/es2.jpeg)">
<div class="carousel-container">
<div class="container">
<h3> E - SUMMIT </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/w1.jpg)">
<div class="carousel-container">
<div class="container">
<h3> WISSENAIRE </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/as2.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ASHVAMEDHA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/es3.jpeg)">
<div class="carousel-container">
<div class="container">
<h3> E - SUMMIT </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/a3.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ALMA FIESTA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/w3.jpg)">
<div class="carousel-container">
<div class="container">
<h3> WISSENAIRE </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/as3.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ASHVAMEDHA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/es4.jpeg)">
<div class="carousel-container">
<div class="container">
<h3> E - SUMMIT </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/a4.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ALMA FIESTA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/w2.jpg)">
<div class="carousel-container">
<div class="container">
<h3> WISSENAIRE </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/as4.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ASHVAMEDHA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/es5.jpeg)">
<div class="carousel-container">
<div class="container">
<h3> E - SUMMIT </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/a5.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ALMA FIESTA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/w4.jpg)">
<div class="carousel-container">
<div class="container">
<h3> WISSENAIRE </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/as5.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ASHVAMEDHA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/es6.jpeg)">
<div class="carousel-container">
<div class="container">
<h3> E - SUMMIT </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/a6.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ALMA FIESTA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/w5.jpg)">
<div class="carousel-container">
<div class="container">
<h3> WISSENAIRE </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/as6.JPG)">
<div class="carousel-container">
<div class="container">
<h3> ASHVAMEDHA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/es7.jpeg)">
<div class="carousel-container">
<div class="container">
<h3> E - SUMMIT </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url(./assets/img/fests/a7.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ALMA FIESTA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
<!-- <div class="carousel-item" style="background-image: url(./assets/img/fests/w6.jpg)">
<div class="carousel-container">
<div class="container">
<h3> WISSENAIRE </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div> -->
<div class="carousel-item" style="background-image: url(./assets/img/fests/as7.jpg)">
<div class="carousel-container">
<div class="container">
<h3> ASHVAMEDHA </h3>
<h3> IIT BHUBANESWAR</h3>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- /page title -->
<!-- courses -->
<br>
<br>
<br>
<section id="services" class="container-sp">
<div class="row">
<div class="col-12 col-md-8" data-aos="fade-up">
<header class="section-header wow fadeInUp">
<h3>Alma Fiesta</h3>
</header>
<div>
<p class="p" align="justify">Alma Fiesta is the annual Socio-Cultural fest of IIT Bhubaneswar, heralded as the 'Biggest Debutant Fest of India' by The Telegraph in its maiden year 2010.
Alma Fiesta has grown to become a beacon of culture and social change. With 150+ colleges, 20,000+ footfall, shimmering stars of 'NALAYAK','DJ MADDIX DJ ADRIMA DJ ZYPHYRTONE,'ARON CHUPA', 'INDIAN OCEAN', 'AGNEE', 'GAJENDRA VERMA', 'NIKHIL D'SOUZA' and 'THE LOCAL TRAIN'. Alma Fiesta has made a mark unprecedented and unachievable by its contemporaries. An epitome of celebration, Alma Fiesta organises events of dance, music, dramatics and fine arts, workshops like Salsa, Android App development, Self-defence, Paper quilling, Clay modelling and Cyber Crusades and many more.Alma Fiesta, the annual socio-cultural fest of IIT Bhubaneshwar, lives up to its mantra of "Redefining Festivity." This three-day-long celebration of the country's rich cultural diversity is organized every year in the second week of January. A completely student-powered fest, when the first edition commenced in 2010, it was declared the biggest debutant fest in India, 2010. Grown over the years, the fest has witnessed the presence of many eminent personalities from fields of music, dance, fine arts, who have further added to the glamour of it all. The three Star Nites- Leela, Headbang, and Lamhe lay platform for the best of bands and performers along with an eternal festive experience. Throughout the three days, many competitions including MUNs, quizzes, debates, fine arts, dance-drama competitions, are held among various others. Besides the signature cultural experience, Alma has also been working to promote social harmony and awareness, to serve a bigger dimension in years to come!</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="container">
<div class="card border-top-0 rounded-5 hover-shadow">
<div class="card-img position-relative">
<img class="card-img-top rounded-5" src="assets/img/fests/event-2.jpg" alt="event thumb">
</div>
<div class="card-body">
<h4 class="card-title">Alma-Fiesta</h4>
<!-- social media -->
<div class="d-flex align-items-end bd-highlight mb-3">
<div class="mr-auto p-2 bd-highlight">
<!-- <a class="text-primary" href="http://2020.almafiesta.com/">WEBSITE</a>--></div>
<div class="p-2 bd-highlight">
<a class="d-inline-block p-1" href="https://www.facebook.com/almafiesta/" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
<div class="p-2 bd-highlight">
<a class="d-inline-block p-1" href="https://www.instagram.com/almafiesta.iitbbs/" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="services" class="container-sp">
<div class="row">
<div class="col-12 col-md-8" data-aos="fade-up">
<header class="section-header wow fadeInUp">
<h3>Wissenaire</h3>
</header>
<div>
<p class="p" align="justify" >Technology is best when it brings people together. Bringing people who are passionate about technology and business is exactly what Wissenaire - The Annual Techno-Management Fest of IIT Bhubaneswar strives to do. We at Wissenaire believe that "Knowledge Runs Free", and that it always finds those who search for it; and are hence motivated to add to the vast repository of knowledge in the business and technical realms and make it accessible to everyone alike. We conduct competitions on Programming, Robotics, Business Plan Development, Circuitry, Paper Presentations and Quizzes. We also conduct specific events and puzzles for School Children, in addition to Tech Exhibits from organizations like ISRO and DRDO. Attracting participation from many parts of India, Wissenaire has been graced by personalities like Dr. K Radhakrishnan (Former Chairman of ISRO), Dr. Kiran Bedi (Former IPS Officer), Anand Sen (VP, Tata Steel); with celebrities like Shilpa Rao, Kennu Sebastian, Biswa Kalyan Rath and Jubin Nautiyal making their presence in our Star-nites. We at Wissenaire recognize the social commitment that we owe to the country and are proactive philanthropically, having conducted Blood Donation Drives, Plantation and Sapling Distribution Drives and Social Fundraisers in the past.</p>
</div>
</div>
<div class="col-12 col-md-4 order-md-first" style="margin-top: 10vh;">
<div class="card border-top-0 rounded-5 hover-shadow">
<div class="card-img position-relative">
<img class="card-img-top rounded-5" src="assets/img/fests/event-1.jpg" alt="event thumb">
</div>
<div class="card-body">
<h4 class="card-title">Wissenaire</h4>
<!-- social media-->
<div class="d-flex align-items-end bd-highlight mb-3">
<div class="mr-auto p-2 bd-highlight">
<a class="text-primary" href="https://www.wissenaire.org/">WEBSITE</a></div>
<div class="p-2 bd-highlight">
<a class="d-inline-block p-1" href="https://www.facebook.com/wissenaireiitbbs/" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
<div class="p-2 bd-highlight">
<a class="d-inline-block p-1" href="https://www.instagram.com/wissenaire.iitbbs/" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="services" class="container-sp">
<div class="row">
<div class="col-12 col-md-8" data-aos="fade-up">
<header class="section-header wow fadeInUp">
<h3>Ashvamedha</h3>
</header>
<div>
<p class="p" align="justify"> Sports is something that unites everyone irrespective of age, culture, language and other differences. Ashvamedha, the Sports Fest of IIT Bhubaneswar, intends to promote sports as a part of life, a competitive spirit, will power to never give up and feeling of comradery among the people. We organize an annual Inter-College Sports tournament along with engaging sports activities including but not limited to Quizzes, Inter-branch events and online events. With a team of highly motivated people we are on a never ending quest to push the boundaries and take Ashvamedha to greater heights. Working tirelessly to make Ashvamedha one of the most coveted competitions not only in Bhubaneswar but entire state of Odisha.</p>
</div>
</div>
<div class="col-12 col-md-4">
<div class="card border-bottom rounded-5 hover-shadow">
<div class="card-img position-relative">
<img class="card-img-top rounded-5" src="assets/img/fests/as.jpg" alt="event thumb">
</div>
<div class="card-body">
<h4 class="card-title">Ashvamedha</h4>
<!-- social media -->
<div class="d-flex align-items-end bd-highlight mb-3">
<div class="mr-auto p-2 bd-highlight">
<!-- <a class="text-primary" href="http://www.iplfantasyleague-ashvamedha.web.app/">WEBSITE</a>--></div>
<div class="p-2 bd-highlight">
<a class="d-inline-block p-1" href="https://www.facebook.com/AshvamedhaIITBBS/" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
<div class="p-2 bd-highlight">
<a class="d-inline-block p-1" href="https://www.instagram.com/ashvamedha_iitbbs/" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="services" class="container-sp">
<div class="row">
<div class="col-12 col-md-8" data-aos="fade-up">
<header class="section-header wow fadeInUp">
<h3>E - Summit</h3>
</header>
<div>
<p class="p" align="justify" >E-Summit is a three day event, started as an initiative of the E-Cell of IIT Bhubaneswar. The Summit seeks to facilitate interaction among industrialists, funding agencies, seasoned and upcoming entrepreneurs, academia and students of the participating institutes. E-Summit’22 will include a gamut of activities such as entrepreneurial guest lectures, workshops and panel discussions with experts, startup internship fair and investors drive. E-summit, as a culture of IIT Bhubaneswar, has proved its worth in depleting the Chasm that exists between E-and management. It is the stage for future Industry leaders and Entrepreneurs to exercise their skills.
<br><br>"Where Investors Meets Innovators"</p>
</div>
</div>
<div class="col-12 col-md-4 order-md-first" style="margin-top: 6vh;">
<div class="card border-top-0 rounded-5 hover-shadow">
<div class="card-img position-relative">
<img class="card-img-top rounded-5" src="assets/img/fests/es.jpeg" alt="event thumb">
</div>
<div class="card-body">
<h4 class="card-title">E - Summit</h4>
<!-- social media-->
<div class="d-flex align-items-end bd-highlight mb-3">
<div class="mr-auto p-2 bd-highlight">
<a class="text-primary" href="https://e-summit-iitbbs.com/">WEBSITE</a></div>
<div class="p-2 bd-highlight">
<a class="d-inline-block p-1" href="https://www.facebook.com/centrepreneurship/" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
<div class="p-2 bd-highlight">
<a class="d-inline-block p-1" href="https://www.instagram.com/centrepreneurship/" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.iitbbs.ac.in">IIT Bhubaneswar</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="assets/Constitution.pdf">Gymkhana Constitution</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="https://www.iitbbs.ac.in/cdc/">Career Development Cell</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-contact">
<h4>Contact Us</h4>
<p>
IIT Bhubaneswar<br>
At Arugul, Jatani<br>
Khordha, Odisha - 752050<br>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Connect with us</h4>
<div class="social-links">
<a href="https://www.facebook.com/SG.IITBhubaneswar/" class="facebook"><i class="fa fa-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
Developed by Web and Design Society, IIT Bhubaneswar
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>