-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
executable file
·842 lines (807 loc) · 31.1 KB
/
about.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
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>JSHacks 2019 - EduTech Edition</title>
<meta name="author" content="JSHacks.io" />
<meta name="Title" content="JSHacks.io" />
<meta
name="description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta
name="keywords"
content="community, javascript, hackathon, framework, angularjs bucharest, jsgirls, bucharestjs, reactjs, vuejs"
/>
<meta property="og:title" content="jshacks.io" />
<meta property="og:url" content="https://jshacks.io/" />
<meta
property="og:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta name="Language" content="EN" />
<meta name="country" content="Romania" />
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="jshacks.io" />
<meta
itemprop="description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta itemprop="image" content="https://jshacks.io/img/cover.png" />
<!-- Twitter Card data -->
<meta name="twitter:card" content="JSHacks.io" />
<meta name="twitter:site" content="@jshacksio" />
<meta name="twitter:title" content="jshacks.io" />
<meta
name="twitter:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta name="twitter:creator" content="@jshacksio" />
<meta name="twitter:image:src" content="https://jshacks.io/img/cover.png" />
<!-- Open Graph data -->
<meta property="og:title" content="JSHacks.io" />
<meta property="og:type" content="post" />
<meta property="og:url" content="https://jshacks.io/" />
<meta property="og:image" content="https://jshacks.io/img/cover.png" />
<meta
property="og:description"
content="JSHacks is the annual JavaScript hackathon organized by developers for developers dedicated (but not limited) to all those passionate about JavaScript and innovation. Proudly crafted by the JSLeague team 🤟"
/>
<meta property="og:site_name" content="JSHacks.io" />
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="fonts/flaticon/flaticon.css" />
<link
href="https://fonts.googleapis.com/css?family=Poppins&display=swap"
rel="stylesheet"
/>
<!-- Booooooootstrap -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<!-- Styles -->
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script>
window.html5 ||
document.write('<script src="js/vendor/html5shiv.js"><\/script>');
</script>
<![endif]-->
</head>
<body>
<main class="main">
<div class="stars"></div>
<div class="blobs toright hidden-xs hidden-sm">
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
<div class="blob"></div>
</div>
<header>
<nav
class="navbar navbar-inverse transparent navbar-expand-md fixed-top"
>
<div class="container">
<a class="navbar-brand" href="https://jshacks.io/">
<img src="img/logo-blue.png" height="20" alt="image" />
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav3"
aria-controls="navbarNav3"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="text-white">
<i class="fa fa-bars"></i>
</span>
</button>
<div class="collapse navbar-collapse" id="navbarNav3">
<ul class="navbar-nav ml-auto justify-content-end">
<li class="nav-item">
<a href="index.html" class="nav-link">home</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">about</a>
</li>
<li class="nav-item">
<a href="index.html#agenda" class="nav-link">agenda</a>
</li>
<li class="nav-item">
<a href="index.html#mentors" class="nav-link">mentors</a>
</li>
<li class="nav-item">
<a href="index.html#partners" class="nav-link">partners</a>
</li>
<li class="nav-item">
<a href="team.html" class="nav-link">team</a>
</li>
<li class="nav-item">
<a href="index.html#contact" class="nav-link">contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="fadein relative">
<div class="row mt-10">
<div class="col-md-12 mt-5">
<h1
class="rellax f1 text-purple font-nasa mt-5"
data-rellax-speed="-4"
>
About us
</h1>
<h2
class="rellax f-bold font-nasa f3 jsh-sm-text-white"
data-rellax-speed="-4"
>
who we are
</h2>
</div>
<div
class="offset-md-6 col-md-6 hidden-xs hidden-sm"
style="margin-top:-12rem;"
>
<div class="rellax" data-rellax-speed="5">
<img src="img/swags/hero-edu.png" class="w-100" />
</div>
</div>
</div>
</div>
</div>
</header>
<section class="h-30vh"></section>
<section>
<div class="container">
<div class="row"></div>
<div class="row mt-5">
<div class="col-md-12">
<p>
JSHacks is the annual JavaScript hackathon organized by
developers for developers dedicated (but not limited) to all
those passionate about JavaScript and innovation.
<br />
<br />By organizing JSHacks across multiple locations in Romania
(and abroad) we increase the potential of attracting some of the
brightest and talented specialists in the region.
<br />
<br />As a 100% community-driven event, JSHacks is keen on
inviting members of developer user-groups, meetups or slacks to
join as organizers, volunteers of participants. If you want to
bring JSHacks in your city, please get in touch for more details
<br />
<br />JSHacks 2019 is organized by the
<a
href="https://jsleague.ro"
target="_blank"
class="text-orange"
>JSLeague</a
>
team and is included in the pre-conference series of events for
How to Web 2019.
</p>
</div>
</div>
</div>
</section>
<!-- jury -->
<section class="mt-5">
<div class="container">
<div class="row">
<div class="col-md-12 text-right jsh-sm-text-center">
<h4 class="font-nasa f-bold f2">JSHacks</h4>
<h4 class="font-nasa f-bold f3 text-purple mt-0">in numbers</h4>
</div>
</div>
<div class="row mt-5">
<div class="col-md-3 col-sm-6 text-center">
<h1 class="font-nasa f1">40+</h1>
<p class="text-orange">
Open Source rojects
</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<h1 class="font-nasa f1">70+</h1>
<p class="text-orange">
Participants each year
</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<h1 class="font-nasa f1">10k</h1>
<p class="text-orange">
In prizez
</p>
</div>
<div class="col-md-3 col-sm-6 text-center">
<h1 class="font-nasa f1">22M</h1>
<p class="text-orange">
Lines of code written
</p>
</div>
</div>
</div>
</section>
<div class="relative">
<div class="stars full" style="height: 1500px;"></div>
<svg
version="1.1"
id="Layer_1"
class="jsh-swooosh"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="1800px"
height="321.829px"
viewBox="0 0 1800 321.829"
enable-background="new 0 0 1800 321.829"
xml:space="preserve"
>
<path
fill="#08112B"
d="M703.731,185.495C293.502,136.274,87.615,187.899,0,224.085V0.001l1799.999,0v294.773
C1500.028,327.082,1179.88,242.432,703.731,185.495z M1799.999,0.001H0v321.828h1799.999V0.001z"
/>
</svg>
</div>
<section class="bg-inversed relative" style="margin-top: -10px;">
<div class="container">
<div class="row" id="mentors">
<div class="col-md-8 col-md-offset-2">
<h3 class="font-nasa f2 f-bold">Our goals</h3>
<h3 class="font-nasa mb-3 f3 f-bold mt-0 text-purple">
and beliefs
</h3>
</div>
</div>
<div class="row mt-5">
<div class="col-md-8 col-md-offset-2">
<p>
Create sustainable, synergistic and transparent connections
among tech communities in Romania and in the region.
<br />
<br />
Surface valuable opportunities by putting emerging technologies
in the hands of talented and innovative people.
<br />
<br />Sprout open source projects that can be pursued to create
meaningful businesses on the medium-long term.
</p>
</div>
</div>
</div>
</section>
<div class="flippedX">
<svg
version="1.1"
class="jsh-swooosh"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="1800px"
height="321.829px"
viewBox="0 0 1800 321.829"
enable-background="new 0 0 1800 321.829"
xml:space="preserve"
>
<path
fill="#08112B"
d="M1799.999,294.774V0L0,0.001v224.084c87.615-36.187,293.502-87.812,703.731-38.591
C1179.88,242.432,1500.028,327.082,1799.999,294.774z"
/>
</svg>
</div>
<section>
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 text-center">
<h3 class="font-nasa f2 f-bold">Why EduTech</h3>
<h3 class="font-nasa mb-30 f3 f-bold mt-0 text-purple">
curious?
</h3>
</div>
<div class="col-md-10 mt-4 text-center">
<p>
As technology evolved throughout the years, our educational
system remained the same. It is time to unite all our powers and
ideas and to innovate and develop new educational projects to
help society.
</p>
</div>
</div>
</div>
</section>
<section class="mt-150">
<div class="container">
<div class="row jsh-sm-text-center">
<div class="col-md-4">
<h3 class="font-nasa f3 f-bold">Previous editions</h3>
<h3 class="font-nasa text-purple f4 f-bold mt-0">check it out</h3>
<p class="mt-5">
Curious what happened last years ? <br />
Lots of fun, coding and hacking.
</p>
</div>
<div class="col-md-8">
<div class="row">
<!-- 2018 -->
<div class="col-md-4">
<a
href="https://2018.jshacks.io"
target="_blank"
class="prev-edition"
>
<div class="relative">
<img src="img/icons/robot1.png" class="w-75" />
<h2 class="font-nasa f4 text-dark">2018</h2>
<h5 class="text-dark">AI/ML</h5>
<svg
class="flippedX"
width="300"
height="300"
xmlns="http://www.w3.org/2000/svg"
filter="url(#goo)"
fill="#08112b"
>
<defs>
<filter id="goo">
<feGaussianBlur
in="SourceGraphic"
stdDeviation="10"
result="blur"
/>
<feColorMatrix
in="blur"
mode="matrix"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9"
result="goo"
/>
<feComposite
in="SourceGraphic"
in2="goo"
operator="atop"
/>
</filter>
</defs>
<g>
<circle r="80" cy="145" cx="150">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="0 145 150"
to="360 145 150"
dur="10s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="155" cx="150">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="360 155 150"
to="0 155 150"
dur="20s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="150" cx="145">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="0 150 145"
to="360 150 145"
dur="30s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="150" cx="155">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="360 150 155"
to="0 150 155"
dur="20.5s"
repeatCount="indefinite"
/>
</circle>
</g>
</svg>
</div>
</a>
</div>
<!-- 2017 -->
<div class="col-md-4">
<a
href="https://2017.jshacks.io"
target="_blank"
class="prev-edition"
>
<div class="relative">
<img src="img/icons/moon1.png" class="w-75" />
<h2 class="font-nasa f4 text-dark">2017</h2>
<h5 class="text-dark">Blockchain</h5>
<svg
width="300"
height="300"
xmlns="http://www.w3.org/2000/svg"
filter="url(#goo)"
fill="#08112b"
>
<defs>
<filter id="goo">
<feGaussianBlur
in="SourceGraphic"
stdDeviation="10"
result="blur"
/>
<feColorMatrix
in="blur"
mode="matrix"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9"
result="goo"
/>
<feComposite
in="SourceGraphic"
in2="goo"
operator="atop"
/>
</filter>
</defs>
<g>
<circle r="80" cy="145" cx="150">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="0 145 150"
to="360 145 150"
dur="10s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="155" cx="150">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="360 155 150"
to="0 155 150"
dur="20s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="150" cx="145">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="0 150 145"
to="360 150 145"
dur="30s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="150" cx="155">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="360 150 155"
to="0 150 155"
dur="20.5s"
repeatCount="indefinite"
/>
</circle>
</g>
</svg>
</div>
</a>
</div>
<!-- 2016 -->
<div class="col-md-4">
<a
href="https://2016.jshacks.io"
target="_blank"
class="prev-edition"
>
<div class="relative">
<img src="img/icons/spaceman.svg" class="w-75" />
<h2 class="font-nasa f4 text-dark">2016</h2>
<h5 class="text-dark">Open Data</h5>
<svg
width="300"
height="300"
xmlns="http://www.w3.org/2000/svg"
filter="url(#goo)"
fill="#08112b"
>
<defs>
<filter id="goo">
<feGaussianBlur
in="SourceGraphic"
stdDeviation="10"
result="blur"
/>
<feColorMatrix
in="blur"
mode="matrix"
values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -9"
result="goo"
/>
<feComposite
in="SourceGraphic"
in2="goo"
operator="atop"
/>
</filter>
</defs>
<g>
<circle r="80" cy="145" cx="150">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="0 145 150"
to="360 145 150"
dur="10s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="155" cx="150">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="360 155 150"
to="0 155 150"
dur="20s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="150" cx="145">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="0 150 145"
to="360 150 145"
dur="30s"
repeatCount="indefinite"
/>
</circle>
<circle r="80" cy="150" cx="155">
<animateTransform
attributeType="xml"
attributeName="transform"
type="rotate"
from="360 150 155"
to="0 150 155"
dur="20.5s"
repeatCount="indefinite"
/>
</circle>
</g>
</svg>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-150 mb-10em">
<div class="container">
<div class="row">
<div class="col-md-12 text-center index-5">
<h3 class="mb-5 f2 font-nasa">READY? LET'S JS HACK!</h3>
<a
href="https://forms.gle/EyCPZAGU27rAZpb29"
class="btn f5 btn-purple jsm-sm-button"
target="_blank"
>REGISTER FOR JSHACKS 2019</a
>
</div>
</div>
</div>
</section>
<div class="jsl-spaceman">
<div class="col-md-2 text-right align-self-center pr-0">
<h6>
JSHacks 2019 is proudly organized by the
<a href="https://jsleague.ro" target="_blank" class="text-orange"
>JSLeague</a
>
team.
</h6>
</div>
<div class="col-md-2 text-left">
<a href="https://jsleague.ro" target="_blank" class="highlighted">
<img src="img/swags/spaceman.png" class="w-75" />
</a>
</div>
</div>
<div class="relative o-hidden">
<div class="stars full" style="height: 500px;"></div>
<svg
version="1.1"
id="Layer_1"
class="jsh-swooosh"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
width="1800px"
height="321.829px"
viewBox="0 0 1800 321.829"
enable-background="new 0 0 1800 321.829"
xml:space="preserve"
>
<path
fill="#08112B"
d="M703.731,185.495C293.502,136.274,87.615,187.899,0,224.085V0.001l1799.999,0v294.773
C1500.028,327.082,1179.88,242.432,703.731,185.495z M1799.999,0.001H0v321.828h1799.999V0.001z"
/>
</svg>
</div>
<section id="contact" class="bg-inversed" style="margin-top:-10px;">
<div class="container pb-2">
<div class="row">
<div class="col-md-8 col-xs-12 contact-btns">
<a href="https://jshacks.io" class="hack-link" target="_blank"
>jshacks.io</a
>
•
<a
href="https://2018.jshacks.io"
class="hack-link"
target="_blank"
>2018
</a>
•
<a
href="https://2017.jshacks.io"
class="hack-link"
target="_blank"
>2017
</a>
•
<a
href="https://2016.jshacks.io"
class="hack-link"
target="_blank"
>2016
</a>
</div>
<div class="col-md-4 col-xs-12 social-btns f5">
<a
href="https://www.facebook.com/jshacks/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-facebook mr-1" aria-hidden="true"></i>
</a>
<a
href="https://twitter.com/jshacksio"
class="hack-slink"
target="_blank"
>
<i class="fa fa-twitter mr-1" aria-hidden="true"></i>
</a>
<a
href="https://www.instagram.com/jshacksio/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-instagram mr-1" aria-hidden="true"></i>
</a>
<a
href="https://github.com/jshacks/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-github mr-1" aria-hidden="true"></i>
</a>
<a
href="https://www.youtube.com/watch?v=ee7jihHD03o"
class="hack-slink"
target="_blank"
>
<i class="fa fa-youtube mr-1" aria-hidden="true"></i>
</a>
<a
href="https://jshacks.slack.com/"
class="hack-slink"
target="_blank"
>
<i class="fa fa-slack" aria-hidden="true"></i>
</a>
</div>
</div>
<div class="row">
<div class="col-12 col-md-12 jsh-sm-text-center">
<a href="terms-and-conditions.html" class="hack-link">
Terms & Conditions
</a>
•
<a href="privacy-policy.html" class="hack-link">
Privacy Policy
</a>
•
<a href="code-conduct.html" class="hack-link">
Code of Conduct
</a>
•
<a
href="mailto:[email protected]"
class="hack-link"
target="_blank"
>
</div>
</div>
</div>
</section>
</main>
<!-- javascript -->
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script type="text/javascript" src="js/rellax.min.js"></script>
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js"
></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script>
// Need DEBUG for old version of Rellax.js
var DEBUG = false;
var rellax = new Rellax(".rellax");
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-148368793-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-148368793-1");
</script>
</body>
</html>