-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
569 lines (529 loc) · 24.9 KB
/
index.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
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="Colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Pyrokinesis 2020</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<link rel="stylesheet" href="https://use.typekit.net/ukc6anw.css">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">=
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="css/availability-calendar.css" rel="stylesheet">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="fonts/specimen_files/specimen_stylesheet.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="fonts/stylesheet.css" type="text/css" charset="utf-8" />
</head>
<body>
<div class="preloader">
<div class="sk-rotating-plane"></div>
</div>
<!-- Start Header Area -->
<header class="default-header">
<div class="container">
<div class="header-wrap">
<div class="header-top d-flex justify-content-between align-items-center">
<p class="logo">
<div class="row">
<div class="col-sm-4">
<a href="#home"><img src="img/logo.png" src=" alt=""/></a> 
</div>
<div class="col-sm-4">
<a href="#home"><img src="img/theme.png" src=" alt=""/></a>
</div>
</div>
</p>
<div class="main-menubar d-flex align-items-center">
<nav class="hide">
<a href="#home">Home</a>
<a href="ud/index.html">Udbhavanam</a>
<a href="#functionalities">About</a>
<a href="#calender">Event-times</a>
<a href="#upcoming">Events</a>
<a href="team/index.html">PyroTeam</a>
</nav>
<div class="menu-bar"><span class="lnr lnr-menu"></span></div>
</div>
</div>
</div>
</div>
</header>
<!-- End Header Area -->
<!-- start banner Area -->
<section class="banner-area relative" id="home">
<div class="overlay overlay-bg"></div>
<div class="container">
<div class="row fullscreen align-items-center justify-content-center" style="height: 915px;">
<div class="banner-content col-lg-6 col-md-12">
<h1>
<span style="font-family: 'mortal_enginesregular';">PYROKINESIS</span><br>2020<br>
<span style="font-size: 31px; font-family: 'mortal_enginesregular';">A MYSTICAL VOYAGE</span>
</h1>
<div class="row clock_sec d-flex flex-row justify-content-between" id="clockdiv">
<div class="clockinner">
<span class="days"></span>
<div class="smalltext">Days</div>
</div>
<div class="clockinner">
<span class="hours"></span>
<div class="smalltext">Hours</div>
</div>
<div class="clockinner">
<span class="minutes"></span>
<div class="smalltext">Minutes</div>
</div>
<div class="clockinner">
<span class="seconds"></span>
<div class="smalltext">Seconds</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End banner Area -->
<!-- Start facilities Area -->
<section class="facilities-area section-gap" id="functionalities">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-8 pb-80 header-text">
<h1 style="font-family: 'mortal_enginesregular';">About</h1>
<p style="font-family: acumin-pro, sans-serif; font-style: normal; font-size:20px">
Pyrokinesis, famously known as Pyro is the annual cultural fest of Assam Engineering College (AEC), Guwahati. It is a four-day-long event held at the end of February every year. The 4 days of Pyrokinesis are more than a festival, it is an experience beyond words. From lustrous concerts to rollicking events, from fashion shows to performances by world-renowned artistes, Pyro has it all!! The festival has reached a milestone in celebrating talent. The previous editions of this 4 day long euphoria have been larger than life. Pyro is back again this year with a plethora of events catering to every taste. So, welcome one and all to this fun and action packed journey. Welcome to Pyrokinesis!!!
</p>
</div>
</div>
<div class="row">
<div class="sigle-facilities col-lg-6 col-md-6 pb-40">
<h4 style="font-family: 'mortal_enginesregular';">Theme</h4>
<p style="font-family: acumin-pro, sans-serif; font-style: normal; font-size:20px">
Life is a unique journey and you are a unique voyager. Since birth, you tread into a road full of surprises which makes a beautiful journey called life. Let us in this Pyrokinesis 2020 voyage the glory, the celebration and the surprising and mysterious journey called life. Let us conquer the sea of darkneds and celebrate the bright side. Hence, to take this 'Hakuna-Matata' theme to sense, we bring to you Pyrokinesis 2020, an experience where you meet your younger self for you will be finding yourself dancing to the tunes of fresh music, meeting new people and making a sea of memories to mark in your voyage forever!
</p>
</div>
<div class="sigle-facilities col-lg-6 col-md-6 pb-40">
<h4 style="font-family: 'mortal_enginesregular';">Aftermovie</h4>
<span style="border-radius: 100px"><iframe width="350" height="150" src="https://www.youtube.com/embed/gVwY3q1qPFU" frameborder="10" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></span>
</div>
</div>
</div>
</section>
<!--=======================================================================-->
<section class="speaker-area section-gap" id="speaker">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-8 pb-80 header-text">
<h1 style="font-family: 'mortal_enginesregular';">Highlights</h1>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-md-4 speaker-wrap">
<div class="single-speaker">
<div class="content">
<a href="https://www.facebook.com/pyrokinesis.aec/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image img-fluid d-block mx-auto" src="img/pyro/nalayak.jpg" alt="">
<div class="content-details fadeIn-bottom"></div>
</a>
</div>
</div>
<h2 style="font-family: 'mortal_enginesregular';">Band</h2>
<p>An ensemble to get the food for your soul. An endeavour of people coming together to weave magic. A symphony in lore. Join us this Pyrokinesis to beat the heat of the rhythm as the magicians create something mesmerising. Something to feel about and enjoy it's essence</p>
</div>
<div class="col-lg-4 col-md-4 speaker-wrap">
<div class="single-speaker">
<div class="content">
<a href="https://www.facebook.com/pyrokinesis.aec/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image img-fluid d-block mx-auto" src="img/pyro/ash.jpg" alt="">
<div class="content-details fadeIn-bottom"></div>
</a>
</div>
</div>
<h2 style="font-family: 'mortal_enginesregular';">Cynosure</h2>
<p>Why always only see our favourite superstars on television or any other social media? Lets create a platform to catch the most desired superstars live right on our pyrokinesis field. Well, it sounds like we are soon going to meet our bollywood heartthrob, dance along with his moves, sing along with his melodies and remeber the night throughout. So grab this opportunity and join us right on 15th of this month to witness this bollywood extravaganza. This pyro, dont miss to be an integral part of the gala night.</p>
</div>
<div class="col-lg-4 col-md-4 speaker-wrap">
<div class="single-speaker">
<div class="content">
<a href="https://www.facebook.com/pyrokinesis.aec/" target="_blank">
<div class="content-overlay"></div>
<img class="content-image img-fluid d-block mx-auto" src="img/pyro/shaan.jpg" alt="">
<div class="content-details fadeIn-bottom"></div>
</a>
</div>
</div>
<h2 style="font-family: 'mortal_enginesregular';">EDM Night</h2>
<p>When tunes and beats synapse with your grooves, set yourself the stage into the wild and let loose oneself into the mystical numbers with our EDM night.Make sure to remember your moves, 'cause Pyrokynesis '20 is back and it is ready to thrill you beyond your imaginations.</p>
</div>
</div>
</div>
</section>
<section class="calender-area relative section-gap" id="calender">
<div class="container"><br>
<h1 style="text-align: center;">Events Calender</h1><br>
<div class="row">
<div class="col-lg-7 col-md-12 col-sm-12"
data-scroll-reveal="enter left move 30px over 0.6s after 0.4s">
<img src="img/day-1.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div><br>
<div class="right-text col-lg-5 col-md-12 col-sm-12 mobile-top-fix">
<img src="img/day-2.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div><br>
<div class="col-lg-7 col-md-12 col-sm-12"
data-scroll-reveal="enter left move 30px over 0.6s after 0.6s">
<img src="img/day-3.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div>
<div class="right-text col-lg-5 col-md-12 col-sm-12 mobile-top-fix">
<img src="img/day-4.png" class="rounded img-fluid d-block mx-auto" alt="App">
</div>
</div>
</div>
</section>
<!-- End calender Area -->
<!-- Start events Area -->
<section class="events-area section-gap" id="upcoming">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="col-md-8 pb-80 header-text">
<h1 style="font-family: 'mortal_enginesregular';">Upcoming Events</h1>
</div>
</div>
<div class="row no-padding">
<div class="col-lg-6 col-sm-6">
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/pyrotechnix.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://forms.gle/eo3HYgMeGqSnrtEeA">
<h4>Pyrotechnix</h4>
</a>
<p>
PYROTECHNIX, which will be organized under the banner of Pyrokinesis is a band competition based on metal and rock music.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/penta.jpg" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://forms.gle/S2Kv9Vf2JKCYMp3u8">
<h4>Pentasymphony</h4>
</a>
<p>
It is a musical event cum band competition based on musical fusion combining both Indian and Western music.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/sb.PNG" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://forms.gle/55QZawwax9evVYxq7">
<h4>Street Beatz</h4>
</a>
<p>
STREET BEATZ is an Underground dance battle performed under Pyrokinesis. It is a street battle or a dance face off event divided into two major categories (1 on 1 and crew vs crew).
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/bordoisila.jpg" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeIOyzH4fMXu21-ZrrdkQ7KEUD2seaFwMmn3Z3NPikkb5X9qQ/viewform">
<h4>Bordoisila</h4>
</a>
<p>
It is a Bihu husori competition. It includes prizes like best bihu dol, best nasoni, best bihuwa, best dhulia, best pepuwa, etc.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/xomonnoy.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://forms.gle/PsswtAi3jSJQBsHk7">
<h4>Xomonnoy</h4>
</a>
<p>
Xomonnoy is a new event that aims to showcase and make our people aware of the history, culture and literature of Assam. It will basically be a poster making competition cum exhibition.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/echoes.jpg" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.instagram.com/echoes_pyro/">
<h4>Echoes</h4>
</a>
<p>
A open State Level Debating/Oratory competition. Conventional Speech Style with Parliamentary In-house counter with live point counting system will be the basis of the judgement for the teams to be judged on basis of content, modulation etc.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/ipl.jpeg" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/pg/IPLauction.Pyro2020/reviews/">
<h4>IPL Auction</h4>
</a>
<p>
A bidding competition where participants will bid for cricket players just like in the actual auctions within a particular time frame and the limited amount of finance provided.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/beachvolley.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/Pyrokinesis-3on3-beach-volleyball-2020-102636987953511/">
<h4>3-on-3 Beach Volleyball</h4>
</a>
<p>
3 on 3 Beach Volleyball is an outdoor sand-based court sport played between two teams of 3 players which will be held under the banner of Pyrokinesis.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/era.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/EBX.Pyro2020/?__tn__=%2Cd%2CP-R&eid=ARBN-KeqdSw7nF27sDNdhynGDeFUJAgNScefb5Wa-39pV4K_8mDlY7d4R_4azI71E_QrgMB0OJF_q1L3">
<h4>Era Bator Xur</h4>
</a>
<p>
There will be 5 competitions which will be organised under the banner of Pyrokinesis 2020.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/openmic.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://bit.ly/2thoD3S">
<h4>Open Mic 1.0</h4>
</a>
<p>
Sometimes reality is too complex so let your imaginations speak the loudest and give goosebumps through the stories and thoughts roaming within your mind
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/rt.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.instagram.com/aec_riders_club/">
<h4>Real Trial 6.0</h4>
</a>
<p>
The AEC Rider's club is a biking club of Assam Engineering College. Incepted in 2009,with a vision of uniting motorcycling enthusiast. It is an exhilarating experience of shunt show, circuit race, Slow-Mo race, Stunt show photography and many more.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/visavis.jpg" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/vis.a.vis.2020/">
<h4>Vis-a-Vis</h4>
</a>
<p>
Vis-a-Vis is a diaspora of an assortment of stalwarts from the fields of Academics , Sports and Entertainment to provide a fresh outlook towards the untouched aspects of our society. It aims to amplify the voice of inspiration, with an aim to resonate towards the newer generation of technocrats of the nation.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/footloose.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://bit.ly/2v3D3oU">
<h4>Footloose</h4>
</a>
<p>
A group dance competition (open theme) for all age groups, comprising of 3 to 10 members, for all dance forms (freestyle, contemporary, hip hop etc)
</p>
</div>
<div class="single-events row no-padding">
<img src="img/pyro/skoar.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.instagram.com/p/B8TmYAKHlT8/?igshid=1mvdlo959w7w2">
<h4>Skoar</h4>
</a>
<p>
Skoar is a gaming event held under the banner of pyrokinesis, Assam Engineering college. Skoar is a continous 4 day thrill of online games like pubg mobile, mobile legends, CSGO, FIFA 18 and Call of duty mobile ( COD ).
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/staccato.jpeg" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/Staccato-2020-101600751394143/">
<h4>Staccato</h4>
</a>
<p>
It is a musical event based on different genres of music which is being held in PYROKINESIS – the annual techno cultural fest of Assam Engineering College, Guwahati
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/marsnvenus.jpg" alt="">
</div>
<div class="col-lg-7 details">
<a href="facebook.com/Mars&Venus2020">
<h4>Mars and Venus</h4>
</a>
<p>
It is one of the most entertaining event of pyrokinesis where participants from all the corners of North-East participate to showcase the latest and trending fashion around the world.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/headshot.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://forms.gle/Ge423Bp8jqc2mnSB8">
<h4>Headshot</h4>
</a>
<p>
It is basically, a rifle shooting train cum competition which will be held at Nehru Stadium, Guwahati.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/artrix.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/Artrix-40-104134087801147/">
<h4>Artrix</h4>
</a>
<p>
ARTRIX is a prestigious painting competition cum exhibition, organized by Srishti, the art club of AEC under the banner of PYROKINESIS 2020.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/greym.jpg" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/Grey-Matters-2020-112618140274242/?eid=ARAOtIpj0gjRVa2x2J3_UZahSW88-UD6u4-pmGIRlzea2RHCG7mEwd2KDVXGgZAl2NAkFAxv4oAckMc2">
<h4>Grey Matters</h4>
</a>
<p>
Grey matters is an Open state/National Level Quiz competition, which will be conducted by a renowned Quizmaster of India.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/prayash.jpg" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/131839423690962/">
<h4>Prayash</h4>
</a>
<p>
PRAYASH an initiative under SOVIC, Social Responsibility Cell, AEC to gladden the juveniles of various orphanage and academy.
</p>
</div>
</div>
<div class="single-events row no-padding">
<div class="col-lg-4 image">
<img src="img/pyro/shatranj.png" alt="">
</div>
<div class="col-lg-7 details">
<a href="https://www.facebook.com/shatranjpyro2k19/">
<h4>Shatranj 3.0</h4>
</a>
<p>
This is a state level rapid chess tournament which is open for all. Organised under the bannerof Pyrokinesis this event is aimed to attract all the chess minds and promote the chess culture in AEC.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="footer-area section-gap" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="single-footer-widget">
<h6 style="font-family: 'mortal_enginesregular';">Contact Us</h6>
<ul class="footer-nav">
<li>Phone No.: +91 87619 12179</li>
<li>Phone No.: +91 70023 61046</li>
<li><a href="[email protected]">Email: [email protected]</a></li>
</ul>
</div>
</div>
<div class="col-lg-6 col-md-6">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7163.2718955119035!2d91.6571173123828!3d26.14341054011727!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x375a44bc38051d29%3A0x2b37c226f819eccc!2sAssam%20Engineering%20College!5e0!3m2!1sen!2sin!4v1581015245638!5m2!1sen!2sin" width="350" height="250" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
</div>
</div>
<div class="row footer-bottom d-flex justify-content-between">
<p class="col-lg-8 col-sm-12 footer-text m-0 text-white">
Copyright © AEC Coding Club
</p>
<div class="col-lg-4 col-sm-12 footer-social">
<a href="https://www.facebook.com/pyrokinesis.aec/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/pyrokinesis_aec/"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCGDfMC31PHW0GwBfWZRbe9A"><i class="fa fa-youtube"></i></a>
</div>
</div>
</div>
</footer>
<!-- End footer Area -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/availability-calendar.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/parallax.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/countdown.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/main.js"></script>
<script src="js/custom.js"></script>
</body>
</html>