-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·650 lines (622 loc) · 24 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
<!DOCTYPE html>
<!--
________________________________________________
/ \
| _________________________________________ |
| | | |
| | C:\> APPLY_SCOPE_SPRING2020.sh | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| |_________________________________________| |
| |
\_________________________________________________/
\___________________________________/
___________________________________________
_-' .-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. --- `-_
_-'.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.--. .-.-.`-_
_-'.-.-.-. .---.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-`__`. .-.-.-.`-_
_-'.-.-.-.-. .-----.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-----. .-.-.-.-.`-_
_-'.-.-.-.-.-. .---.-. .-------------------------. .-.---. .---.-.-.-.`-_
:-------------------------------------------------------------------------:
`---._.-------------------------------------------------------------._.---'
If you're reading this, you should apply.
-->
<html lang="en">
<head>
<title>Scope USC</title>
<meta charset="utf-8">
<meta name="description" content="Scope is USC's computer science club where the top students come together to build, create, and learn.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#ffffff">
<meta name="google-site-verification" content="JWKkeDgM_CYgnEWXwIjD9p-_EdPLHYoLoWANrL91pVQ" />
<meta property="og:title" content="Scope USC">
<meta property="og:description" content="Scope is USC's computer science club where top students come together to build, create, and learn.">
<meta property="og:image" content="assets/logo-square.png">
<meta property="og:site_name" content="Scope">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://uscscope.com">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="viewport" content="width=device-width" />
<!-- Stylesheets -->
<link href="./assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="./assets/css/paper-kit.css?v=2.1.0" rel="stylesheet"/>
<link href="./assets/css/demo.css" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link href="./custom_assets/css/style.css" rel="stylesheet" />
<!-- Fonts and icons -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,300,700' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<link href="./assets/css/nucleo-icons.css" rel="stylesheet">
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="./custom_assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./custom_assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./custom_assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./custom_assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./custom_assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./custom_assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./custom_assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./custom_assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./custom_assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="./custom_assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./custom_assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./custom_assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./custom_assets/favicon/favicon-16x16.png">
<link rel="manifest" href="./custom_assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="./custom_assets/favicon/ms-icon-144x144.png">
<!-- Contact Form -->
<script type="text/javascript" src="https://cdn.emailjs.com/dist/email.min.js"></script>
<script type="text/javascript">
(function(){
emailjs.init("user_6nASUONztcTXSO5TYrOdS");
})();
</script>
</head>
<body>
<nav class="navbar navbar-scope navbar-expand-lg fixed-top navbar-transparent nav-down" color-on-scroll="500">
<div class="container">
<div class="navbar-translate">
<div class="navbar-header">
<a class="navbar-brand" href="#">Scope USC</a>
</div>
<button class="navbar-toggler navbar-burger" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-bar"></span>
<span class="navbar-toggler-bar"></span>
<span class="navbar-toggler-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#section-about" data-smooth-scroll="true">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section-team" data-smooth-scroll="true">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#section-contact" data-smooth-scroll="true">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./sponsor">Sponsor</a>
</li>
<!-- <li class="nav-item">
<a href="http://bit.ly/scopeapps20" target="_blank">
<button class="btn btn-round btn-scope" >
<i class="nc-icon nc-badge"></i> Apply
</button>
</a>
</li> -->
</ul>
</div>
</div>
</nav>
<div id="particles-bg" class="page-header page-header-white" data-parallax="true">
<div class="content-center">
<div class="container">
<div class="motto">
<br/>
<br/>
<br/>
<div class="img-logo-wrapper">
<img class="img-logo img-logo-purple" src="./custom_assets/img/logo-purp-noborder.png"/>
<img class="img-logo img-logo-red" src="./custom_assets/img/logo-red-noborder.png"/>
</div>
<br>
<span id="animatetext"></span>
<br>
<br>
<h3 class="description">2020 Spring Topic: Electron - Applications are now closed! </h3>
<h4 class="description">Be sure to apply next semester!</h4>
<br>
<br>
<a href="#section-about" class="btn btn-round btn-scope" data-smooth-scroll="true">Learn More</a>
</div>
</div>
</div>
</div>
<div class="wrapper">
<div class="section text-center landing-section" id="section-about">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Build and learn cool things with great people.</h2>
<h5>That's the motto that Scope was founded and built on. As a member you will build projects as part of an exciting curriculum that hones and improves your coding skills. Best of all, members join the tight-knit Scope family and get to partake in awesome community events throughout the semester.</h5>
<br>
<h5>At Scope, we also host retreats, industry speakers, hackathons, and more to encourage an inclusive culture of creation, hacking, and fun at USC.</h5>
</div>
</div>
<br /><br />
<div class="row">
<div class="col-md-3">
<div class="info">
<div class="icon icon-scope">
<i class="far fa-edit"></i>
</div>
<div class="description">
<h4 class="info-title">Train</h4>
<p class="description">Members spend the first half of the semester following the same onboarding process that Facebook and Airbnb use to train their interns. You'll be learning a new topic by building a new mini-project every week.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="info">
<div class="icon icon-scope">
<i class="far fa-keyboard"></i>
</div>
<div class="description">
<h4 class="info-title">Hack</h4>
<p>After the course, we host our annual internal hackathon. Consisting of ideation, coding, and lots of whiteboards, by the end of the night you'll be itching to get started building your ideas.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="info">
<div class="icon icon-scope">
<i class="fas fa-cogs"></i>
</div>
<div class="description">
<h4 class="info-title">Create</h4>
<p>The second half of the semester will be spent working on a product on an idea from the hackathon. By the end of the semester you'll have an awesome project, great friends, and tons of experience working in a development team.</p>
</div>
</div>
</div>
<div class="col-md-3">
<div class="info">
<div class="icon icon-scope">
<i class="far fa-hand-peace"></i>
</div>
<div class="description">
<h4 class="info-title">Belong</h4>
<p>One of the biggest aims of Scope is to create a community of developers who love to build. Throughout the semester we have retreats, dinners, and other events to build this community. You will want to go to Scope meetings as much for the people and the energy as for the learning.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section section-image text-center landing-section" style="background-image: url('custom_assets/img/retreat_s18.jpg')">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">By the Numbers</h2>
</div>
</div>
<br /><br />
<div class="row">
<div class="col-md-4">
<div class="info">
<div class="icon icon-info">
<i class="far fa-edit"></i>
</div>
<div class="description">
<h4 class="info-title">100+</h4>
<p class="description">Active alumni and members</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-info">
<i class="far fa-keyboard"></i>
</div>
<div class="description">
<h4 class="info-title">30</h4>
<p>class size</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="icon icon-info">
<i class="fas fa-cogs"></i>
</div>
<div class="description">
<h4 class="info-title">150,000+</h4>
<p>Lines of code written.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Past curriculums section -->
<div class="section text-center landing-section">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">Past Curriculums</h2>
<p>Curriculum is built every semester by e-board. Split into weekly lessons with tutorials and mini projects to help you learn fundamental concepts and build real projects. The topics are designed to teach relevant technology that is being used in the industry.</p>
</div>
</div>
<br /><br/>
<div class="row">
<div class = "col-md-6">
<div class = "row">
<div class = "col-md-3">
<img class="img-curriculum-lg" src="./custom_assets/img/react_logo2.png"/>
</div>
<div class="col-md-9 text-md-left">
<h4>Fall 2017<a href="https://github.com/scopeusc/scope-f17" target="_blank"><img class="img-social center" src="./custom_assets/img/github.svg"/></a></h4>
<h5>React Native</h5>
</div>
</div>
</div>
<div class = "col-md-6">
<div class = "row">
<div class = "col-md-3">
<img class="img-curriculum" src="./custom_assets/img/nodejs_logo.png"/>
</div>
<div class="col-md-9 text-md-left">
<h4>Spring 2018<a href="https://github.com/scopeusc/scope-s18" target="_blank"><img class="img-social center" src="./custom_assets/img/github.svg"/></a></h4>
<h5>Node.js, Back-end and DevOps</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class = "col-md-6">
<div class = "row">
<div class = "col-md-3">
<img class="img-curriculum" src="./custom_assets/img/electron_logo.png"/>
</div>
<div class="col-md-9 text-md-left">
<h4>Fall 2018<a href="https://github.com/scopeusc/scope-f18" target="_blank"><img class="img-social center" src="./custom_assets/img/github.svg"/></a></h4>
<h5>Electron</h5>
</div>
</div>
</div>
<div class = "col-md-6">
<div class = "row">
<div class = "col-md-3">
<img class="img-curriculum" src="./custom_assets/img/flutter-logo.png"/>
</div>
<div class="col-md-9 text-md-left">
<h4>Spring 2019 <a href="https://github.com/scopeusc/scope-s19" target="_blank"><img class="img-social center"
src="./custom_assets/img/github.svg" /></a></h4>
<h5>Flutter</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="row">
<div class="col-md-3">
<img class="img-curriculum-lg" src="./custom_assets/img/react_logo.png"/>
</div>
<div class="col-md-9 text-md-left">
<h4>Fall 2019</h4>
<h5>React JS</h5>
</div>
</div>
</div>
<div class="col-md-6">
<div class="row">
<div class="col-md-3">
<img class="img-curriculum" src="./custom_assets/img/electron_logo.png"/>
</div>
<div class="col-md-9 text-md-left">
<h4>Spring 2020</h4>
<h5>Electron</h5>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<br/>
<p> Some past curriculums are available on our GitHub. Others are in Word docs and PowerPoints. Contact us for more info</p>
</div>
</div>
<br>
<div class = "row">
<div class="col-md-8 ml-auto mr-auto">
<a href="https://github.com/scopeusc/" target="_blank"><img class="img-social" src="./custom_assets/img/github.svg"/></a>
</div>
</div>
</div>
</div>
<div class="section text-center landing-section">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="title">The next generation of innovators and leaders</h2>
<h5>Scope alumni in industry</h5>
</div>
</div>
<br /><br />
<div class="row">
<div class="col-md-6">
<img class="img-company" src="./custom_assets/img/microsoft.svg"/>
</div>
<div class="col-md-6">
<img class="img-company" src="./custom_assets/img/google.svg"/>
</div>
</div>
<div class="row">
<div class="col-md-6">
<img class="img-company" src="./custom_assets/img/amazon.svg"/>
</div>
<div class="col-md-6">
<img class="img-company" src="./custom_assets/img/Facebook.svg"/>
</div>
</div>
<div class="row">
<div class="col-md-6">
<img class="img-company" src="./custom_assets/img/intel.svg"/>
</div>
<div class="col-md-6">
<img class="img-company" src="./custom_assets/img/bloomberg.svg"/>
</div>
</div>
</div>
</div>
<a name="meetTheTeam"><div class="section section-dark text-center landing-section" id="section-team"></a>
<div class="container">
<h2 class="title">Meet the Team</h2>
<div class="row">
<div class="col-md-4">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar"><img src="./custom_assets/img/eboard/abhaya-cropped.png" alt="..."></a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Abhaya</h4>
<h6 class="card-category text-muted">Sponsorship</h6>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar"><img src="./custom_assets/img/eboard/ashwin-cropped.png" alt="..."></a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Ashwin</h4>
<h6 class="card-category text-muted">President</h6>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar"><img src="./custom_assets/img/eboard/rachel-cropped.png" alt="..."></a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Rachel</h4>
<h6 class="card-category text-muted">Media</h6>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar"><img src="./custom_assets/img/eboard/julia-cropped.png" alt="..."></a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Julia</h4>
<h6 class="card-category text-muted">Curriculum</h6>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar"><img src="./custom_assets/img/eboard/jady-cropped.png" alt="..."></a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Jady</h4>
<h6 class="card-category text-muted">Curriculum</h6>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar"><img src="./custom_assets/img/eboard/jeff-cropped.png" alt="..."></a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">Jeffrey</h4>
<h6 class="card-category text-muted">People</h6>
</div>
</a>
</div>
</div>
</div>
<div class="col-md-3">
<div class="card card-profile card-plain">
<div class="card-avatar">
<a href="#avatar"><img src="./custom_assets/img/eboard/william-cropped.png" alt="..."></a>
</div>
<div class="card-body">
<a href="#paper-kit">
<div class="author">
<h4 class="card-title">William</h4>
<h6 class="card-category text-muted">Events</h6>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="section landing-section" id="section-contact">
<div class="container">
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<h2 class="text-center title">Contact Us</h2>
<!--<h5 class="text-center">Have a question? Don't hesitate to send us an email at <a href="mailto:[email protected]">[email protected]</a></h5>-->
<div class="contact-form">
<div class="row">
<div class="col-md-6">
<label>First Name</label>
<input id="firstName" class="form-control" placeholder="First Name">
</div>
<div class="col-md-6">
<label>Last Name</label>
<input id="lastName" class="form-control" placeholder="Last Name">
</div>
</div>
<div class="row">
<div class="col-md-12">
<label>Email</label>
<input id="email" class="form-control" placeholder="Email">
</div>
</div>
<label>Message</label>
<textarea id="contactMessage" class="form-control" rows="4" placeholder="Message"></textarea>
<div class="row">
<div class="col-md-4 offset-md-4">
<button onclick="submit()" class="btn btn-scope btn-lg btn-fill">Send Message</button>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-md-8 ml-auto mr-auto">
<div id="social_images">
<h4 class="text-center title">Follow Us</h4>
<a href="https://github.com/scopeusc" target="_blank"><img class="img-social center" src="./custom_assets/img/github.svg"/></a>
<a href="https://www.facebook.com/scopeusc/" target="_blank"><img class="img-social center" src="./custom_assets/img/facebook_logo.svg"/></a>
<a href="https://www.instagram.com/scope_usc/" target="_blank"><img class="img-social center" src="./custom_assets/img/instagram.svg"/></a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer section-dark">
<div class="container">
<div class="row">
<div class="credits ml-auto">
<span class="copyright">
© <script>document.write(new Date().getFullYear())</script> Scope USC
</span>
</div>
</div>
</div>
</footer>
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="display: none;" aria-hidden="true">
<div class="modal-dialog modal-notice">
<div class="modal-content">
<div class="modal-header no-border-header">
<h5 class="modal-title" id="myModalLabel">Thanks for your response!</h5>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="modal-body">
<div class="instruction">
<p>We'll be in contact soon.</p>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary btn-link" data-dismiss="modal">Okay</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="applyModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" style="display: none;" aria-hidden="true">
<div class="modal-dialog modal-notice">
<div class="modal-content">
<div class="modal-header no-border-header">
<h5 class="modal-title" id="myModalLabel">Come back later!</h5>
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
</div>
<div class="modal-body">
<div class="instruction">
<p>Applications for Spring 2019 Will open next semester!</p>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary btn-link" data-dismiss="modal">Okay</button>
</div>
</div>
</div>
</div>
</body>
<!-- Core JS Files -->
<script src="./assets/js/jquery-3.2.1.min.js" type="text/javascript"></script>
<script src="./assets/js/jquery-ui-1.12.1.custom.min.js" type="text/javascript"></script>
<script src="./assets/js/popper.js" type="text/javascript"></script>
<script src="./assets/js/bootstrap.min.js" type="text/javascript"></script>
<!-- Control Center for Paper Kit: parallax effects, scripts for the example pages etc -->
<script src="./assets/js/paper-kit.js?v=2.1.0"></script>
<!-- GA -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-82550600-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Contact Form -->
<script src="https://www.gstatic.com/firebasejs/4.1.3/firebase.js"></script>
<script>
var config = {
apiKey: "AIzaSyD9Em1Cj3aMeFob_fgbKdzKm42WS7Q3T6c",
authDomain: "scope-website.firebaseapp.com",
databaseURL: "https://scope-website.firebaseio.com/",
};
firebase.initializeApp(config);
</script>
<script src="./legacy/js/typed.min.js"></script>
<script src="./custom_assets/js/contact.js"></script>
<!--<script src="./custom_assets/js/particles.min.js"></script>-->
<script src="./custom_assets/js/main.js"></script>
</html>