-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
770 lines (651 loc) · 24.1 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
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
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Aagneya '20</title>
<link rel="icon" href="fav.ico" type="image/x-icon">
<link rel="shortcut icon" href="fav.ico" type="image/x-icon">
<meta name="description" content="The techno-cultural fest of Government Engineering College, Barton Hill">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0">
<meta name="author" content="Madhav Somanath">
<link rel="stylesheet" href="fonts/opensans/stylesheet.css">
<link rel="stylesheet" href="fonts/bebas/stylesheet.css">
<link rel="stylesheet" href="fonts/ionicons.min.css">
<link rel="stylesheet" href="fonts/font-awesome.min.css">
<link rel="stylesheet" href="css/pageloader.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="js/vendor/swiper.min.css">
<link rel="stylesheet" href="js/vendor/jquery.fullpage.min.css">
<link rel="stylesheet" href="js/vegas/vegas.min.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style-default.css">
<link href="https://fonts.googleapis.com/css?family=Athiti&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<script src="js/vendor/modernizr-2.7.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slim-select/1.23.0/slimselect.min.js"></script>
<link href="css/form.css" rel="stylesheet" media="all">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slim-select/1.23.0/slimselect.min.css">
<link href="vendor/select2/select2.min.css" rel="stylesheet" media="all">
<link rel="stylesheet" type="text/css" href="css/base.css" />
<script>document.documentElement.className="js";var supportsCssVars=function(){var e,t=document.createElement("style");return t.innerHTML="root: { --tmp-var: bold; }",document.head.appendChild(t),e=!!(window.CSS&&window.CSS.supports&&window.CSS.supports("font-weight","var(--tmp-var)")),t.parentNode.removeChild(t),e};supportsCssVars()||alert("Please view this demo in a modern browser that supports CSS Variables.");</script>
<link href="https://fonts.googleapis.com/css?family=Major+Mono+Display" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet">
<style>
@import url(https://fonts.googleapis.com/css?family=Montserrat);
#loader {
position: fixed;
z-index: 200;
width: 100%;
height: 100%;
top:0;
left:0;
background: #030321;
font-family: Arial;
display: flex;
justify-content: center;
align-content: flex-end;
font-weight: 800;
}
.maindiv {
color: #fff;
background: linear-gradient(50deg, #061161, #780206)
}
html, body {
overflow-y:hidden !important;
height: 100%;
}
svg {
font: 10.5em 'Montserrat';
width: 960px;
height: 250px;
margin: 0 auto;
margin-top:30vh;
}
.text-copy {
fill: none;
stroke: white;
stroke-dasharray: 6% 29%;
stroke-width: 5px;
stroke-dashoffset: 0%;
animation: stroke-offset 5.5s infinite linear;
}
.text-copy:nth-child(1){
stroke: #4D163D;
animation-delay: -1;
}
.text-copy:nth-child(2){
stroke: #840037;
animation-delay: -2s;
}
.text-copy:nth-child(3){
stroke: #BD0034;
animation-delay: -3s;
}
.text-copy:nth-child(4){
stroke: #BD0034;
animation-delay: -4s;
}
.text-copy:nth-child(5){
stroke: #FDB731;
animation-delay: -5s;
}
@keyframes stroke-offset {
100% {stroke-dashoffset: -35%;}
}
@media (min-width: 1550px){
#logo{
vertical-align: middle;
margin-left: 480px !important;
margin-top: -130px;
width: 47rem;
}
}
@media (min-width: 1446px) and (max-width: 1550px ){
#logo{
vertical-align: middle;
margin-left: 280px !important;
margin-top: -120px;
width: 47rem;
}
}
@media (max-width: 1445px){
#logo{
vertical-align: middle;
margin-left: 250px !important;
margin-top: -90px;
width: 47rem;
}
}
@media (max-width: 1280px){
#logo{
vertical-align: middle;
margin-left: 170px !important;
margin-top: -90px;
width: 44rem;
}
} @media (max-width: 960px){
#logo{
vertical-align: middle;
margin-left: 80px !important;
margin-top: -90px; width: 35rem;
}
}
@media (max-width: 860px){
#logo{
vertical-align: middle;
margin-left: 40px !important;
margin-top: -70px; width: 35rem;
}
}
@media (max-width: 768px){
#logo{
vertical-align: middle;
margin-left: 60px !important;
margin-top: -230px; width: 30rem;
}
}
@media (max-width: 600px) {
#logo{
vertical-align: middle;
margin-left:5px !important;
margin-top: -130px; width: 38rem;
}
}
@media (max-width: 480px){
#logo{
vertical-align: middle;
margin-left: 1px !important;
margin-top: -130px;
width:23rem;
}
} @media (width: 375px){
#logo{
vertical-align: middle;
margin-left: -10px !important;
margin-top: -150px; width: 22rem;
}
}@media (width: 360px){
#logo{
vertical-align: middle;
margin-left: -1px !important;
margin-top: -150px; width: 21rem;
}
}@media (width: 375px){
#logo{
vertical-align: middle;
margin-left: -10px !important;
margin-top: -150px;
}
}@media (width: 320px){
#logo{
vertical-align: middle;
margin-left: -4px !important;
margin-top: -150px; width:18rem;
}
}
</style>
</head>
<script>
window.onload = function(){ document.getElementById("loader").style.display = "none"; }
</script>
<body id="menu" class="body-page">
<div id="loader">
<svg viewBox="0 0 1200 300">
<symbol id="s-text">
<text text-anchor="middle" x="50%" y="80%">Aagneya '20</text>
</symbol>
<g class = "g-ants">
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
<use xlink:href="#s-text" class="text-copy"></use>
</g>
</svg>
</div>
<header class="page-header navbar page-header-alpha scrolled-white menu-right topmenu-right">
<button class="navbar-toggler site-menu-icon" id="navMenuIcon">
<span class="menu-icon menu-icon-normal">
<span class="bars">
<span class="bar1"></span>
<span class="bar2"></span>
<span class="bar3"></span>
</span>
</span>
</button>
<a class="navbar-brand" href="index.html#">
<span class="logo">
<img class="light-logo" src="./finallogo.png" alt="Logo" style="width: 6rem;">
</span>
</a>
<div class="all-menu-wrapper" id="navbarMenu">
<nav class="navbar-topmenu">
</nav>
<nav class="navbar-mainmenu" style='display:flex;align-items: center;justify-content: flex-start;'>
<ul class="navbar-nav mr-auto" style='margin:0 auto;text-align: center'>
<li class="nav-item active" style="margin:10px">
<a style="font-family: 'Montserrat', sans-serif;" class="nav-link" href="./index.html">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item" style="margin:10px">
<a style="font-family: 'Montserrat', sans-serif;" class="nav-link" href="#projects-featured">Proshows</a>
</li>
<li class="nav-item" style="margin:10px">
<a style="font-family: 'Montserrat', sans-serif;" class="nav-link" href="./flagship/index.html">Flagship Events</a>
</li>
<li class="nav-item" style="margin:10px">
<a style="font-family: 'Montserrat', sans-serif;" class="nav-link" href="./Events/events.html">Events</a>
</li>
<li class="nav-item" style="margin:10px">
<a style="font-family: 'Montserrat', sans-serif;" class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="page-cover" id="#">
<canvas id=canvas></canvas>
<!-- <div class="content"> -->
<!-- <div class="waveWrapper waveAnimation">
<div class="waveWrapperInner bgTop">
<div class="wave waveTop" style="background-image: url('http://front-end-noobs.com/jecko/img/wave-top.png')"></div>
</div>
<div class="waveWrapperInner bgMiddle">
<div class="wave waveMiddle" style="background-image: url('http://front-end-noobs.com/jecko/img/wave-mid.png')"></div>
</div>
<div class="waveWrapperInner bgBottom">
<div class="wave waveBottom" style="background-image: url('http://front-end-noobs.com/jecko/img/wave-bot.png')"></div>
</div>
</div> -->
</div>
</div>
</div>
<main class="page-main page-fullpage main-anim" id="mainpage">
<div class="section section-home fullscreen-md fp-auto-height-responsive main-home section-centered" data-section="home">
<div class="section-wrapper fullwidth with-margin v-center">
<div class="section-content anim">
<div class="row">
<div class="col-12 col-lg-6 text-left">
<div class="title-desc">
<img class="light-logo" id="logo" src="./mainlogo.png" alt="Logo">
</div>
</div>
</div>
</div>
<!-- Arrows scroll down/up -->
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">Scroll Down</span>
</a>
</footer>
</div>
<!-- End of section wrapper -->
</div>
<!-- End of home section -->
<!-- Begin of description section -->
<div class="section section-description fp-auto-height-responsive " data-section="about">
<!-- Begin of section wrapper -->
<div class="section-wrapper fullwidth with-margin">
<!-- content -->
<div class="section-content anim">
<div class="row" style="display:flex;justify-content: center;align-content: center" >
<div class="col-12 col-md-10 text-left">
<!-- title and description -->
<div class="title-desc">
<h1 class="display-4 display-title anim-1" style="margin-bottom: 20px;">About</h1>
<!-- <h4 class="anim-2">Relive the Reminiscence</h4> -->
<p class="anim-2" style="font-size:1.1em; margin:14px 0;">
<br>
From black cats to broken mirrors, beliefs that tend to be a hindrance to progress must be broken out of to give way for new life.
"13" The Dreaded number. But Zeus was the thirteenth and most powerful God.
Apollo 13 had a successful mission to the moon and return to earth, despite an onboard explosion.
There are 13 cards in each suit in a standard deck of playing cards, and so on.
<br>So, for the thirteenth edition of Aagneya, we defy the superstitions, aim to fizzle out the negativity and embrace the opportunity to spread positivity!! Luck is not found, but made.
Luck is believing that you're lucky. Fortuna Illuminans! <strong>AAGNEYA'20 THE 13th EDITION</strong>
</p>
</div>
</div>
</div>
</div>
<!-- Arrows scroll down/up -->
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">Works</span>
</a>
</footer>
</div>
<!-- End of section wrapper -->
</div>
<!-- End of description section -->
<!-- Begin of slider section -->
<div class="section section-twoside project-slider fp-auto-height-responsive " data-section="projects-featured">
<div class="slide">
<div class="slide-wrapper">
<div class="item-wrapper">
<div class="illustr">
<img class="img img-block" src="img/items/TM.jpg" alt="Image">
</div>
<div class="legend">
<a href="#">
<h3>EDM Night</h3>
<h4>Pro Shows</h4>
<p>Come on over and get up on your feet.
Aagneya'20 is all set to make you shake your body like never before.
Let's make it a blast with <strong>Teri Miko!!</strong></p>
</p>
</a>
</div>
</div>
</div>
</div>
<div class="slide">
<div class="slide-wrapper">
<div class="item-wrapper">
<div class="illustr">
<img class="img img-block" src="img/items/PB.jpg" alt="Image">
</div>
<div class="legend">
<a href="item.html#project_url">
<h3>Rock Night</h3>
<h4>Pro Shows</h4>
<p></p>Everything in this universe has a rhythm, everything dances!
When you dance to your rhythm, life taps its toes to your beat.
On this 13th edition, defying the superstitions, let's harmonise our rhythm to that perfect drop by <strong>Progressive Brothers!</strong></p>
</a>
</div>
</div>
</div>
</div>
<!-- Arrows scroll down/up -->
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">All Works</span>
</a>
</footer>
</div>
<!-- End of slider section -->
<!-- Begin of contact section -->
<div class="section section-contact fp-auto-height-responsive no-slide-arrows " data-section="contact">
<!-- section cover -->
<div class="section-cover-full bg-img" data-image-src="./img/sections/contact.png">
</div>
<!-- Begin of slide section wrapper -->
<div class="section-wrapper fullwidth with-margin">
<!-- main content -->
<div class="row">
<div class="col-12 col-md-12 col-lg-6">
<!-- content -->
<div class="section-content anim text-left">
<!-- title and description -->
<div class="title-desc">
<div class="anim-2">
<h2 class="display-4 display-title">Contact Us</h2>
<p class="lead">For questions about our fest feel free to reach us.</p>
</div>
<br>
<div class="address-container anim-3">
<h4>Team Aagneya '20</h4>
<div class="row">
<div class="col-12 col-md-6 col-lg-6">
<!-- <h4>Contact</h4> -->
<p class="text-muted">Call: +(91)9847070424</p>
<p class="text-muted">Email: aagneyagecbh@gmail.com</p>
<br>
<h4>Address</h4>
<p class="text-muted">
Government Engineering College, Baron Hill
<br>
Barton Hill Colony,
<br>
Kunnukuzhy, Thiruvananthapuram,
<br>
Kerala 695035
</p>
</div>
<div class="col-12 col-md-6 col-lg-6">
</div>
</div>
<br>
<div class="row">
<div class="col-12 col-md-6 col-lg-6">
<h4>Nowfiyamol</h4>
<p class="text-muted">Chairperson</p>
<p class="text-muted">Call: +(91)8714272501</p>
</div>
<div class="col-12 col-md-6 col-lg-6">
<h4>Naseef P</h4>
<p class="text-muted">Coordinator</p>
<p class="text-muted">Call: +(91)9744396337</p>
</div>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
<!-- End of slide section wrapper -->
</div>
<!-- End of contact section -->
</main>
<!-- END OF page main content -->
<!-- BEGIN OF page footer -->
<footer id="site-footer" class="page-footer">
<!-- Right content -->
<div class="footer-right">
<p class="note">Made by
<span class="marked">Team Aagneya '20</span>
</p>
<ul class="social">
<li>
<a href="https://www.facebook.com/aagneyagecb/">
<i class="icon fa fa-facebook"></i>
</a>
</li>
<li>
<a href="https://twitter.com/aagneya_gecb?lang=en">
<i class="icon fa fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/aagneyagecb/">
<i class="icon fa fa-instagram"></i>
</a>
</li>
<li>
<a class="icon-btn" href="https://www.youtube.com/channel/UCaoZjDpE0_SisAtSyJ5mQsw">
<i class="icon fa fa-youtube"></i>
</a>
</li>
</ul>
</div>
</footer>
<!-- END OF site footer -->
<!-- scripts -->
<script>
const canvas = document.getElementById('canvas'),
ctx = canvas.getContext('2d');
let h = {},
/**
The colors had to be put into global variables because Babel doesn't transpile Object.assign() and some browsers still don't have it!
*/
colBG = '0, 0, 0',
colFill = '123, 0, 123',
colStroke = '123, 0, 123';
function rgba (rgb, a) {
console.log(rgb);
console.log(a);
return 'rgba(' + rgb + ',' + a + ')'
}
/**
A factory function to create the main object to hold the hexagon canvas and whatnot.
Terribly convoluted for something so simple :D
*/
function createHexagonCanvas () {
let c = {},
sides = 6,
angle = (Math.PI * 2) / sides;
c.canvas = document.createElement('canvas');
c.ctx = c.canvas.getContext('2d');
c.size = canvas.width / 8;
c.canvas.width = c.size * 2;
c.canvas.height = ((Math.sqrt(3) / 2) * c.size) * 6;
c.points = createPoints();
drawTop();
/**
Draw the 'sides' at the front of the hexagon.
*/
//right
drawSide(0, 1, colFill);
//front
drawSide(1, 2);
//left
drawSide(2, 3);
return c;
/**
Creates the 6 points for the top of the hexagon (and for the top of the sides).
*/
function createPoints () {
var points = [];
for (let p = 0; p < sides; p += 1) {
points.push({
x: (c.canvas.width / 2) + c.size * Math.cos(p * angle),
y: (c.canvas.height / 2) + c.size * Math.sin(p * angle) * .333,
});
}
return points;
}
function drawTop () {
c.ctx.lineWidth = 2;
c.ctx.linecap = 'butt';
//top
c.ctx.beginPath();
c.points.forEach((p, i) => {
if (i === 0) {
c.ctx.moveTo(p.x, p.y);
}
c.ctx.lineTo(p.x, p.y);
});
c.ctx.closePath();
c.ctx.fillStyle = rgba(colBG, 1);
c.ctx.fill();
c.ctx.fillStyle = rgba(colFill, .555);
c.ctx.fill();
c.ctx.strokeStyle = rgba(colStroke, 1);
c.ctx.stroke();
}
function drawSide (from, to, col) {
c.ctx.save();
c.ctx.beginPath();
c.ctx.moveTo(c.points[from].x, c.points[from].y);
c.ctx.lineTo(c.points[from].x, c.points[from].y + c.size * 3);
c.ctx.lineTo(c.points[to].x, c.points[to].y + c.size * 3);
c.ctx.lineTo(c.points[to].x, c.points[to].y);
c.ctx.closePath();
c.ctx.fillStyle = rgba(colBG, 1);
c.ctx.fill();
c.ctx.fillStyle = rgba(colFill, .777 - (1 / to));
c.ctx.fill();
c.ctx.strokeStyle = rgba(colStroke, 1);
c.ctx.stroke();
c.ctx.restore();
}
}
/**
Creates the points for where each hexagon will be drawn.
*/
function populateHexagons () {
let hexagons = [],
tempArr = [];
for (let j = -6; j < (canvas.height / h.canvas.height) * 6; j += 1) {
tempArr = [];
for (let i = -1; i < (canvas.width / h.canvas.width); i += 1) {
tempArr.push({
x: (j % 2 === 0) ? (i * (h.canvas.width * 1.5)) + 3 * (h.canvas.width / 4) : i * (h.canvas.width * 1.5),
y: j * (h.canvas.height / 6),
});
}
hexagons.push(tempArr);
}
return hexagons;
}
let counter = 0;
/**
The 'draw loop' which draws the hexagon block canvas in rows across, and columns down, the main canvas.
*/
function loop () {
ctx.save();
/**
No need to draw a background as the hexagon block canvas' cover the entire main canvas
*/
//ctx.fillStyle = rgba(colBG, 1);
//ctx.fillRect(0, 0, canvas.width, canvas.height);
//draw
h.hexList.forEach((arr, i) => {
arr.forEach((hex, j) => {
/**
Draws the hexagon block canvas to the points held by the main object.
The 'y' (vertical point) fluctuates via a cosine wave which is generated by a combination of which horizontal row the block is on, and by a non-local 'counter' variable.
Including the row index 'i', ensures that each row is at a different point on the cosine wave. It is subtracted from the counter so that the wave of blocks appears to move down the screen.
*/
ctx.drawImage(h.canvas, hex.x, hex.y + (h.size / 2 * Math.cos(counter - i)));
});
});
counter += 0.01;
requestAnimationFrame(loop);
}
/**
IIFE which sizes the canvas to the body, creates and assigns the main object and begins the loop.
*/
void (function init () {
let bodyRect = document.body.getBoundingClientRect();
canvas.width = bodyRect.width;
canvas.height = bodyRect.height;
ctx.fillRect(0, 0, canvas.width, canvas.height);
//Object.assign doesnt work on current android chrome / webkit mobile browsers
//h = Object.assign(h, createHexagonCanvas());
h = createHexagonCanvas();
h.hexList = populateHexagons();
loop();
})();
</script>
<script>
new SlimSelect({
select: '#single'
});
new SlimSelect({
select: '#multiple-optgroups'
});
</script>
<!-- All Javascript plugins goes here -->
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/slick/slick.min.js"></script>
<!-- All vendor scripts -->
<script src="js/vendor/parallax.min.js"></script>
<script src="js/vendor/scrolloverflow.min.js"></script>
<script src="js/vendor/all.js"></script>
<script src="js/particlejs/particles.min.js"></script>
<!-- Countdown script -->
<script src="js/jquery.downCount.js"></script>
<!-- Form script -->
<script src="js/form_script.js"></script>
<!-- Javascript main files -->
<script src="js/main.js"></script>
<script src="vendor/select2/select2.min.js"></script>
<!-- Main JS-->
<script src="js/global.js"></script>
<script src="js/vendor1/three.min.js"></script>
<script src="js/vendor1/Sky.js"></script>
<script src="js/vendor1/hammer.min.js"></script>
<script src="js/vendor1/charming.min.js"></script>
<script src="js/vendor1/TweenMax.min.js"></script>
<script src="js/demo3.js">
</script>
</body>
</html>