-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-video.html
695 lines (608 loc) · 34.9 KB
/
index-video.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
<!doctype html>
<!--
COPYRIGHT by HighHay/Mivfx
Before using this theme, you should accept themeforest licenses terms.
http://themeforest.net/licenses
-->
<html class="no-js" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- Page Title Here -->
<title>Firetime - A Freshly New creative template for Coming soon page</title>
<!-- Page Description Here -->
<meta name="description" content="A beautiful and creative portfolio template. It is mobile friend (responsive) and comes with smooth animations">
<!-- Disable screen scaling-->
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0">
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<!-- Web fonts and Web Icons -->
<link rel="stylesheet" href="./fonts/opensans/stylesheet.css">
<link rel="stylesheet" href="./fonts/roboto/stylesheet.css">
<link rel="stylesheet" href="./fonts/ionicons.min.css">
<!-- Vendor CSS style -->
<link rel="stylesheet" href="./css/pageloader.css">
<!-- Uncomment below to load individualy vendor CSS -->
<link rel="stylesheet" href="./css/foundation.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">
<!-- Main CSS files -->
<link rel="stylesheet" href="./css/main.css">
<!-- alt layout -->
<!-- <link rel="stylesheet" href="./css/style-color1.css">-->
<script src="./js/vendor/modernizr-2.7.1.min.js"></script>
</head>
<body id="menu" class="hh-body alt-bg left-light">
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- Page Loader -->
<div class="page-loader" id="page-loader">
<div>
<div class="icon ion-spin"></div>
<p>loading</p>
</div>
</div>
<!-- BEGIN OF site header Menu -->
<header class="hh-header header-top">
<!-- Begin of logo -->
<div class="logo-wrapper">
<a href="./">
<h2 class="logo">
<span class="logo-img">
<img class="light-logo" src="img/logo.png" alt="Logo">
</span>
<span class="logo-text">
<span class="title">Firetime</span>
<span class="desc">Better Launch</span>
</span>
</h2>
</a>
</div>
<!-- End of logo -->
<!-- Begin of menu icon -->
<a class="menu-icon">
<div class="bars">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</a>
<!-- End of menu icon -->
<!-- Begin of menu -->
<nav class="menu-links">
<ul class="links">
<li><a href="#home">Home</a></li>
<li><a href="#about-us">About</a></li>
<li><a href="#contact">Contact</a></li>
<li class="cta"><a href="https://themeforest.net/user/mivfx/portfolio" target="_blank">Buy now</a></li>
</ul>
</nav>
<!-- End of menu -->
</header>
<!-- END OF site header Menu-->
<!-- BEGIN OF page cover -->
<div class="hh-cover page-cover">
<!-- Cover Background -->
<div class="cover-bg pos-abs full-size bg-img bg-blur-0" data-image-src="img/bg-default.jpg"></div>
<!--BEGIN OF Static video bg - uncomment below to use Video as Background-->
<div id="container" class="video-container show-for-medium-up">
<video autoplay="autoplay" loop="loop" muted="muted"
width="640" height="360">
<source src="./vid/loop-bg.mp4" type="video/mp4">
</video>
</div>
<!--END OF Static video bg-->
<!--BEGIN OF Youtube video bg - uncomment/comment below to use/or not Youtube Video as Background-->
<!--<div class='youtube-container video-container show-for-medium-up'>
<iframe frameborder="0"
src="https://youtube.com/embed/wqeuYB7KMhY?autoplay=1&controls=0&showinfo=0&autohide=1">
</iframe>
</div>-->
<!--END OF Youtube video bg-->
<!-- Particles as background - uncomment below to use particles/snow -->
<!--<div id="particles-js" class="cover-bg pos-abs full-size bg-color" data-bgcolor="rgba(37, 38, 42, 0.81)"></div>-->
<!-- Transluscent mask as filter -->
<div class="cover-bg-mask pos-abs full-size bg-color" data-bgcolor="rgba(29, 29, 29, 0.2)"></div>
</div>
<!--END OF page cover -->
<!-- BEGIN OF page main content -->
<main class="page-main fullpg" id="mainpage">
<!-- Begin of home section -->
<div class="section section-home fp-auto-height-responsive" data-section="home">
<div class="content">
<!-- Begin of Left Content -->
<section class="c-left anim">
<div class="wrapper fit">
<!-- Logo Instead of clock -->
<!--<div class="home-logo ">
<img class="" src="img/logo.png" alt="Logo">
</div>-->
<!-- Coutdown Clock -->
<div class="clock clock-countdown">
<div class="site-config"
data-date="01/01/2018 00:00:00"
data-date-timezone="+0"
></div>
<div class="clock-wrapper">
<div class="tile tile-days">
<span class="days">00</span>
<span class="txt">days</span>
</div>
<div class="clock-hms">
<div class="tile tile-hours">
<span class="hours">00</span>
<span class="txt">hours</span>
</div>
<div class="tile tile-minutes">
<span class="minutes">00</span>
<span class="txt">minutes</span>
</div>
<div class="tile tile-seconds">
<span class="seconds">00</span>
<span class="txt">seconds</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Left Content -->
<!-- Begin of Right Content -->
<section class="c-right anim">
<div class="wrapper">
<!-- Title and description -->
<div class="title-desc">
<div class="t-wrapper">
<!-- Logo -->
<!--<div class="logo home-logo ">
<img class="" src="img/logo.png" alt="Logo">
</div>-->
<!-- Title -->
<header class="title">
<h2><strong>Firetime</strong> <br> Website</h2>
<h3>Amazing website template.</h3>
</header>
<!-- desc -->
<div class="desc">
<p>Ever wanted to impress your audience at first view? Use this unique and beautiful website template.</p>
</div>
</div>
</div>
<!-- Action button -->
<div class="cta-btns">
<a class="btn arrow-circ-btn" href="#about-us">
<span class="txt">About us</span>
<span class="arrow-icon"></span>
</a>
<a class="btn arrow-circ-btn" target="_blank" href="https://themeforest.net/user/mivfx/portfolio">
<span class="txt">Buy now</span>
<span class="arrow-icon"></span>
</a>
</div>
</div>
</section>
<!-- End of Right Content -->
</div>
</div>
<!-- End of home section -->
<!-- Begin of about us section -->
<div class="section section-about section-cent fp-auto-height-responsive" data-section="about-us">
<section class="content clearfix">
<!-- content title -->
<!--<div class="c-title">
<h2>Our company</h2>
</div>-->
<!-- left elements -->
<div class="c-left anim">
<div class="wrapper">
<!-- title and description -->
<header class="title-desc">
<h3 class="title">About Us</h3>
<h2>Business</h2>
<p>Do not spend your valuable time building website from scratch. Instead, use this template as the framework of your next beautiful website.</p>
</header>
<!-- Action button -->
<div class="cta-btns">
<a class="btn arrow-circ-btn" href="#services">
<span class="txt">Services</span>
<span class="arrow-icon"></span>
</a>
</div>
</div>
</div>
<!-- end of left elements -->
<!-- right elements -->
<div class="c-right anim">
<!-- title and texts wrapper-->
<div class="wrapper">
<!-- title and description -->
<div class="title-desc">
<h4>Everything you should know</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris aliquet malesuada feugiat. Curabitur fermentum bibendum nulla, non dictum ipsum tincidunt non. Quisque convallis pharetra tempor. Donec id pretium leo. Pellentesque luctus massa non elit viverra pellentesque. Cras vitae neque molestie, rhoncus ipsum sit amet, lobortis dui. Fusce in urna sem. Vivamus vehicula dignissim augue et scelerisque. Etiam quam nisi, molestie ac dolor in, tincidunt tincidunt arcu. Praesent sed justo finibus, fringilla velit quis, porta erat. Donec blandit metus ut arcu iaculis iaculis. Cras nec dolor fringilla justo ullamcorper auctor. Aliquam eget pretium velit. Morbi urna justo, pulvinar id lobortis in, aliquet placerat orci.</p>
<!--<div class="illustr">
<img src="/img/bg-default4.jpg" alt="Illustration">
</div>-->
</div>
</div>
</div>
<!-- end of right elements -->
</section>
</div>
<!-- End of about us section -->
<!-- Begin of services section -->
<div class="section section-services fp-auto-height-responsive" data-section="services">
<section class="content clearfix">
<!-- right elements -->
<div class="c-right anim">
<div class="wrapper">
<!-- title -->
<header class="title-desc">
<h2>Services</h2>
<p>Yes, we can do that all at once.</p>
</header>
<!-- Action button -->
<div class="cta-btns">
<a class="btn arrow-circ-btn" href="#contact">
<span class="txt">Contact Us</span>
<span class="arrow-icon"></span>
</a>
</div>
</div>
</div>
<!-- end of right elements -->
<!-- left elements -->
<div class="c-left anim">
<div class="wrapper">
<!-- Begin of features/services/offers -->
<ul class="item-list row small-up-1 medium-up-2 large-up-2">
<!-- item -->
<li class="column anim">
<div class="item-desc">
<h3>Painting</h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</li>
<!-- item -->
<li class="column anim">
<div class="item-desc">
<h3>Design</h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</li>
<!-- item -->
<li class="column anim">
<div class="item-desc">
<h3>Attorney</h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</li>
<!-- item -->
<li class="column anim">
<div class="item-desc">
<h3>Restaurant</h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</li>
</ul>
<!-- End of features/services/offers -->
</div>
</div>
<!-- end of left elements -->
</section>
</div>
<!-- End of services section -->
<!-- Begin of Works/projects section -->
<div class="section section-projects fp-auto-height-responsive" data-section="projects">
<section class="content clearfix">
<!-- left elements -->
<div class="c-left anim">
<!-- title and texts wrapper-->
<div class="wrapper">
<!-- title -->
<header class="title-desc">
<h2 class="title page-title">Projects</h2>
<p>Just a few sample among our huge amount of projects.</p>
</header>
<!-- Action button -->
<div class="cta-btns">
<a class="btn arrow-circ-btn" href="#contact">
<span class="txt">Contact Us</span>
<span class="arrow-icon"></span>
</a>
</div>
</div>
</div>
<!-- end of left elements -->
<!-- left elements -->
<div class="c-right anim">
<div class="wrapper clip-overflow">
<!-- Begin of works/services/products -->
<div class="slider-wrapper">
<!-- pagination -->
<div class="items-pagination"></div>
<div class="items-nav-container">
<div class="items-button items-button-prev"><a>Previous</a></div>
<div class="items-button items-button-next"><a>Next</a></div>
</div>
<!-- slider -->
<div class="items-slide">
<ul class="c-features-list row swiper-wrapper my-gallery">
<!-- item -->
<li class="column swiper-slide">
<a href="#project_url_1">
<div class="item-img">
<div class="img bg-img" data-image-src="img/items/img-sample1.jpg"></div>
</div>
<div class="item-desc">
<h4>Category / Website</h4>
<h3 class="title">Entertainment </h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</a>
</li>
<!-- item -->
<li class="column swiper-slide">
<a href="#project_url_2">
<div class="item-img">
<div class="img bg-img" data-image-src="img/items/img-sample2.jpg"></div>
</div>
<div class="item-desc">
<h4>Photo / Instagram</h4>
<h3 class="title">Last Exploration</h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</a>
</li>
<!-- item -->
<li class="column swiper-slide">
<a href="#project_url_3">
<div class="item-img">
<div class="img bg-img" data-image-src="img/items/img-sample3.jpg"></div>
</div>
<div class="item-desc">
<h4>Arts / Painting</h4>
<h3 class="title">Painting</h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</a>
</li>
<!-- item -->
<li class="column swiper-slide">
<a href="#project_url_2">
<div class="item-img">
<div class="img bg-img" data-image-src="img/items/img-sample4.jpg"></div>
</div>
<div class="item-desc">
<h4>Photo / Instagram</h4>
<h3 class="title">Macro Lens</h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</a>
</li>
<!-- simple link to an url -->
<!-- <li class="column swiper-slide">
<a href="#project_url_2">
<div class="item-img">
<div class="img bg-img" data-image-src="img/items/img-sample4.jpg"></div>
</div>
<div class="item-desc">
<h4>Photo / Instagram</h4>
<h3 class="title">Macro Lens</h3>
<div class="desc">
<p>Lorem ipsum magicum dolor sit amet, consectetur adipiscing elit. Maecenas a sem ultrices neque vehicula fermentum a sit amet nulla.</p>
</div>
</div>
</a>
</li> -->
</ul>
</div>
</div>
<!-- End of works/services/products -->
</div>
</div>
<!-- end of left elements -->
</section>
</div>
<!-- End of Works/projects section -->
<!-- Begin of contact section -->
<div class="section section-contact fp-auto-height-responsive" data-section="contact">
<section class="content clearfix">
<!-- Begin of left elements -->
<div class="c-left anim">
<div class="wrapper contact-wrapper">
<!-- title -->
<header class="title-desc">
<h2 class="page-title">Contact Us</h2>
<p>Need help or just want to say hello?</p>
</header>
<!-- Begin of contact list -->
<ul class="contact-list c-features row small-up-1 medium-up-1 large-up-2">
<!-- item -->
<li class="column anim">
<div class="item-desc">
<h3 class="title">Address</h3>
<div class="desc">
<p>
Kompany address
<br>12 Street Turning Place
<br>South Est, Antartica
</p>
</div>
</div>
</li>
<!-- item -->
<li class="column anim">
<div class="item-desc">
<h3 class="title">Contact</h3>
<div class="desc">
<p>
Call : +0 12 345 6789
<br> Email : <a href="">[email protected]</a>
</p>
</div>
</div>
</li>
</ul>
<!-- End of contact list -->
<!-- Action button -->
<div class="cta-btns">
<a class="btn arrow-circ-btn" target="_blank" href="https://themeforest.net/user/mivfx/portfolio">
<span class="txt">Buy now</span>
<span class="arrow-icon"></span>
</a>
</div>
</div>
</div>
<!-- End of left elements -->
<!-- Begin of right elements -->
<div class="c-right">
<div class="wrapper c-form">
<!-- begin of contact form content -->
<div class="c-content card-wrapper">
<form class="message form send_message_form" method="post" action="ajaxserver/serverfile.php" id="message_form">
<div class="form-header clearfix">
<h3>
Write to us
</h3>
<div class="btns ">
<button id="submit-message" class="btn arrow-circ-btn email_b" name="submit_message">
<span class="txt">Send</span>
<span class="arrow-icon"></span>
</button>
</div>
</div>
<div class="fields clearfix">
<div class="input name">
<label for="mes-name">Name :</label>
<input id="mes-name" name="name" type="text" placeholder="" class="form-success-clean" required>
</div>
</div>
<div class="fields clearfix">
<div class="input bottom">
<label for="mes-email">Email :</label>
<input id="mes-email" type="email" placeholder="" name="email" class="form-success-clean" required>
</div>
</div>
<div class="fields clearfix no-border">
<label for="mes-text">Message</label>
<textarea id="mes-text" placeholder="..." name="message" class="form-success-clean" required></textarea>
<div>
<p class="message-ok invisible form-text-feedback form-success-visible">Your message has been sent, thank you.</p>
</div>
</div>
</form>
</div>
<!-- end of contact form content -->
</div>
</div>
<!-- End of right elements -->
</section>
</div>
<!-- End of contact section -->
</main>
<!-- BEGIN OF page footer -->
<footer id="site-footer" class="site-footer">
<!-- social networks -->
<div class="contact">
<ul class="socials">
<li><a class="circ-btn" href="http://facebook.com/highhay"><i class="icon ion-social-facebook"></i></a></li>
<li><a class="circ-btn" href="http://twitter.com/miradontsoa"><i class="icon ion-social-twitter"></i></a></li>
</ul>
</div>
<!-- Notes -->
<div class="note">
<p>Website by Highhay [email protected]</p>
<p>© Copyright <a href="http://highhay.com"><span class="marked">MiVFX</span></a> 2017</p>
</div>
<!-- subscription form -->
<div class="subscription">
<h3 class="title">Subscribe to<br> Newsletter</h3>
<!-- Begin Ajax subscription form subscription-form -->
<form id="subscription-form" class="form send_email_form" method="post" action="ajaxserver/serverfile.php">
<p class="feedback gone form-success-visible">Thank you for your subscription. We will inform you.</p>
<input id="reg-email" class="input form-success-invisible" name="email" type="email" required placeholder="[email protected]" data-validation-type="email">
<button id="submit-email" class="btn circ-btn form-success-invisible" name="submit_email">
<span class="ion-checkmark"></span>
</button>
</form>
<!-- End of Ajax subscription form subscription-form -->
<!-- Begin Native MailChimp Signup Form mc_embed_signup -->
<!--<div id="mc_embed_signup">
<form action="//yebbiz.us3.list-manage.com/subscribe/post?u=6f9aaebaea67b078fc33b4f01&id=02235833b4" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_6f9aaebaea67b078fc33b4f01_02235833b4" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>-->
<!--End Native MailChimp Signup Form mc_embed_signup-->
</div>
<!-- Arrows Scroll down arrow -->
<!-- Move it next to fp nav using javascript -->
<div class="s-footer scrolldown">
<a class="down btn">
<span class="text">Scroll</span>
</a>
</div>
<!-- End of Scroll down arrow -->
</footer>
<!-- END OF site footer -->
<!-- scripts -->
<!-- All Javascript plugins goes here -->
<!-- <script src="//code.jquery.com/jquery-1.12.4.min.js"></script>-->
<script src="./js/vendor/jquery-1.12.4.min.js"></script>
<!-- All vendor scripts -->
<script src="./js/vendor/all.js"></script>
<script src="./js/particlejs/particles.min.js"></script>
<!-- Detailed vendor scripts : for manual update -->
<!--<script src="./js/vendor/swiper.min.js"></script>
<script src="./js/vendor/scrolloverflow.min.js"></script>
<script src="./js/vendor/jquery.fullPage.min.js"></script>
<script src="./js/vegas/vegas.min.js"></script>
<script src="./js/vendor/jquery.maximage.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>
<!-- Google Analytics: Uncomment and change UA-XXXXX-X to be your site"s ID. -->
<!--<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src="//www.google-analytics.com/analytics.js";
r.parentNode.insertBefore(e,r)}(window,document,"script","ga"));
ga("create","UA-XXXXX-X");ga("send","pageview");
</script>-->
<!-- Uncomment below to enable particles scripts -->
<!--<script src="./js/particlejs/particles-init.js"></script>-->
<!--<script src="./js/particlejs/particles-init-snow.js"></script>-->
</body>
</html>