-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
742 lines (728 loc) · 37.8 KB
/
index.html
File metadata and controls
742 lines (728 loc) · 37.8 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="assets/img/hackphslogo2019.png" type="image/x-icon">
<meta property="og:title" content="hackPHS 2020"/>
<meta property="og:image" content="https://hackphs.tech/assets/og/ogLogo.png"/>
<meta property="og:description" content="hackPHS hosts over 300 high school students from across New Jersey to collaborate, innovate, and create in a 24-hour, student organized hackathon held at Princeton High School. Whether you're a complete beginner or an experienced hacker, hackPHS will have something for you!"/>
<meta name="Description" content="hackPHS hosts over 300 high school students from across NJ to collaborate, innovate, and create in a 24-hour student-run hackathon held at Princeton High"/>
<title>hackPHS 2020</title>
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Rubik|Roboto|Roboto+Slab|Montserrat&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/mycss.css">
<script>
const debounce = (func, wait) => {
let timeout;
return function executedFunction() {
const later = () => {
clearTimeout(timeout);
func();
};
clearTimeout(timeout);
timeout = setTimeout(later, wait);
};
};
function htmlToElement(html) {
var template = document.createElement('template');
html = html.trim(); // Never return a text node of whitespace as the result
template.innerHTML = html;
return template.content.firstChild;
}
function attatchAndRunFunction(func){
func();
window.addEventListener("load", func, false);
window.addEventListener("resize", debounce(func, 50), false);
}
</script>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000" href="https://mlh.io/seasons/na-2021/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2021-season&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2021/mlh-trust-badge-2021-white.svg" alt="Major League Hacking 2021 Hackathon Season" style="width:100%"></a></head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark sticky-top custom-navbar-brand">
<a class="navbar-brand centering-sm-unset order-2" href="/">
<img src="assets/img/hackphslogo2019.svg" width="65" alt="hackPHS">
</a>
<a class="navbar-brand custom-brand order-3 d-none d-sm-block" href="/">hackPHS</a>
<div class="collapse navbar-collapse order-4" id="navbarTogglerDemo02">
<ul class="navbar-nav mt-2 mt-sm-0" style="font-size: 1.025rem">
<li class="nav-item d-none d-sm-inline">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item d-none d-sm-inline">
<a class="nav-link" href="#faq">FAQ</a>
</li>
<!--
<li class="nav-item d-navone-none">
<a class="nav-link" href="#schedule">Schedule</a>
</li>
-->
<li class="nav-item d-none d-sm-inline">
<a class="nav-link" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item d-sm-none">
<a class="nav-link" href="https://clipboard.hackphs.tech/">Register</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Past Years
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://2019.hackphs.tech">2019</a>
<a class="dropdown-item" href="https://2018.hackphs.tech">2018</a>
</div>
</li>
</ul>
</div>
<form class="form-inline d-sm-none my-2 my-md-0 centering-div order-1" id="regbuttonnav d-navthree-none">
<button aria-hidden="true" class="navbar-toggler d-collapsing-none" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02">
<span class="navbar-toggler-icon"></span>
</button>
<button aria-hidden="true" class="navbar-toggler d-none d-collapsing-block" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02">
<svg width="1.5em" height="1.5em" viewBox="0 0 16 16" class="bi bi-x" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" d="M11.854 4.146a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708-.708l7-7a.5.5 0 0 1 .708 0z"/>
<path fill-rule="evenodd" d="M4.146 4.146a.5.5 0 0 0 0 .708l7 7a.5.5 0 0 0 .708-.708l-7-7a.5.5 0 0 0-.708 0z"/>
</svg>
</button>
</form>
<div class="centering-div order-3 d-sm-none"></div>
<!--
<form class="form-inline my-2 my-md-0 d-none d-sm-block order-5 flex-row-reverse">
<div class="register-button pl-3" style="margin-right: clamp(160px, calc(10vw + 100px), 200px);">
<a class="btn btn-outline-light" href="https://clipboard.hackphs.tech/" role="button">Register</a>
</div>
</form>
-->
</nav>
<div id="foliage">
<div id="Foliage_Top" class="background-image Foliage_Top"></div>
<div id="mid-foliage">
</div>
<div id="half-mid-foliage" class="background-image Foliage_Mid_1"></div>
<div id="Foliage_Bottom" class="background-image Foliage_Bottom"></div>
</div>
<div id="foliage-spacer" class="prevent-collapse">
<div id="foliage-content" class="prevent-collapse">
<div class="d-flex justify-content-center" style="margin-top:24%">
<span class="main-text" style="font-size: clamp(4rem, 9vw, 10rem)">
hackPHS 2020
</span>
</div>
<div class="d-flex justify-content-center">
<span class="main-text" style="font-size: clamp(2.66rem, 6vw, 6.66rem)" >
Nov 7-8
</span>
</div>
<div class="d-flex justify-content-center" style="margin-top:20px">
<a class="btn btn-round" aria-label="Register" href="https://clipboard.hackphs.tech/" role="button">Register Now!</a>
</div>
<div class="container position-relative" style="margin-top:10%">
<div id="about" class="scroll-position"></div>
<div class="row">
<div class="col">
<div class="floating-text p-1">
<div class="text-center">
<h1>About</h1>
<hr/>
<h2 class="h3">What is hackPHS?</h2>
<p>hackPHS hosts over 300 high school students from across New Jersey to collaborate, innovate, and create in a 24-hour, student organized hackathon based at Princeton High School. Whether you're a complete beginner or an experienced hacker, hackPHS will have something for you!</p>
<h2 class="h3">When and Where is hackPHS?</h2>
<p>hackPHS is moving online due to COVID-19. This means that anyone, anywhere in the world can participate! <b>All times are tentative</b>, but as of now the opening ceremony is planned to start at <b>10:30AM</b> on Saturday and the closing ceremony will end at <b>2PM</b> on Sunday</p>
<h2 class="h3">Who pays for all this? </h2>
<p>hackPHS is completely free to everyone, thanks to our amazing <a href="#sponsors">sponsors!</a></p>
<h2 class="h3">What is a hackathon?</h2>
<p>Hackathons are where creative and enthusiastic people come together to build awesome projects in a single all-nighter. With awesome workshops and incredible prizes, hackers will learn about new tech, build innovative solutions to real-world problems, and share their creation with the community, all in one event. If you are looking for a competition, a place to meet fellow hackers, or even just a place to learn how to code, hackathons are for you. If you want to learn more, see the <a href="https://mlh.io/faq">MLH Hackathon FAQ.</a></p>
</div>
</div>
</div>
</div>
<!--<div class="row d-none d-xl-block" style="margin-top:5%">
<div class="col">
<div class="text-center" style="color: white">
<a href="#FAQ" id="faq-link" class="text-decoration-none d-inline-block">
<h1 class="d-inline">FAQ</h1>
<div style="margin-top:0">
<svg viewBox="0 0 16 16" preserveAspectRatio="none" width="300" height="150" class="bi bi-chevron-down" fill="currentColor" xmlns="http://www.w3.org/2000/svg" >
<path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/>
</svg>
</div>
</a>
</div>
</div>
</div>-->
</div>
</div>
</div>
<script>
var BOTFOLIAGEFACTOR=0.15;
var fullFoliageBlock=htmlToElement(`
<div class="repeating-mid-foliage">
<div class="background-image Foliage_Mid_1"></div>
<div class="background-image Foliage_Mid_2"></div>
</div>
`);
function foliage_content(){
var halfMidFoliage=document.getElementById("half-mid-foliage");
if(halfMidFoliage.style.display!="block"){
//try to avoid reflow if we can
halfMidFoliage.style.display="block";
}
var effContentHeight=document.getElementById("foliage-content").clientHeight-document.getElementById("Foliage_Top").clientHeight-document.getElementById("Foliage_Bottom").clientHeight*BOTFOLIAGEFACTOR;
var foliageBlockHeight=halfMidFoliage.clientHeight;
var numHalfBlocks=Math.ceil(effContentHeight/foliageBlockHeight);
var numFullBlocks=Math.floor(numHalfBlocks/2);
var currentNumberDoubleBlocks=document.querySelectorAll(".repeating-mid-foliage").length;
var midFoliage=document.getElementById("mid-foliage");
if(currentNumberDoubleBlocks>numFullBlocks) {
for(var i=currentNumberDoubleBlocks; i>numFullBlocks; i--){
midFoliage.removeChild(midFoliage.lastChild);
}
} else if(currentNumberDoubleBlocks<numFullBlocks) {
for(var i=currentNumberDoubleBlocks; i<numFullBlocks; i++){
midFoliage.appendChild(fullFoliageBlock.cloneNode(true));
}
}
if(numHalfBlocks%2==0){
halfMidFoliage.style.display="none";
}
var foliageSpacer=document.getElementById("foliage-spacer");
var foliageHeight=document.getElementById("foliage").clientHeight;
foliageSpacer.style.marginTop="-"+foliageHeight+"px";
foliageSpacer.style.height=foliageHeight+"px";
}
attatchAndRunFunction(foliage_content);
</script>
<div id="trunk">
<div id="mid-trunk">
</div>
<div id="half-trunk" class="background-image Trunk_Sky_1"></div>
</div>
<div id="trunk-spacer" class="prevent-collapse" style="margin-right:15%">
<div id="trunk-content" class="prevent-collapse">
<div class="container">
<div class="row">
<div class="col">
<div class="text-center mb-4 pr-4 position-relative">
<div id="faq" class="scroll-position"></div>
<h1 class="faq-text" style="font-size:3.5rem">FAQ</h1>
</div>
<div class="accordion p-xl-0" id="faqAccordion" style="padding-bottom: 200px;">
<div class="card">
<div class="card-header" id="headingCovid">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseCovid" aria-expanded="false" aria-controls="collapseCovid">
<div class="faq-text text-sm-left">How will we get our swag?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseCovid" class="collapse" aria-labelledby="headingCovid" data-parent="#faqAccordion">
<div class="card-body">
As long as you attend at least one workshop or submit your project to devpost, you will be mailed all of the swag that you would normally receive at the event. This includes t-shirt, stickers, etc. This is true no matter where you live in the world!
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFour">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
<div class="faq-text text-sm-left">Who can attend this event?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#faqAccordion">
<div class="card-body">
Unfortunately, this event is for high school students only. If you are no longer a high schooler and would like to help out, consider applying to be a mentor.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingApply">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseApply" aria-expanded="false" aria-controls="collapseApply">
<div class="faq-text text-sm-left">How do I apply?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseApply" class="collapse" aria-labelledby="headingApply" data-parent="#faqAccordion">
<div class="card-body">
Apply by going to our <a href="https://clipboard.hackphs.tech/">clipboard</a>. Swag will be distributed on a first-come first-serve basis, so apply ASAP!
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingMentor">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseMentor" aria-expanded="false" aria-controls="collapseMentor">
<div class="faq-text text-sm-left">How do I become a mentor/​chaperone/​volunteer?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseMentor" class="collapse" aria-labelledby="headingMentor" data-parent="#faqAccordion">
<div class="card-body">
These signups will open soon. Please do not use the normal application form. If you have any questions, please <a href="mailto:team@hackphs.tech">email us</a>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingNine">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseNine" aria-expanded="false" aria-controls="collapseNine">
<div class="faq-text text-sm-left">How do I form a team?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseNine" class="collapse" aria-labelledby="headingNine" data-parent="#faqAccordion">
<div class="card-body">
Teams of <b>up to 4 people</b> are encouraged (though not mandatory). If you don't have a team before the event, don't worry! At the beginning of the event, there will be a team building workshop, which will be a great way to meet other enthusiastic people and even make new friends.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTen">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseTen" aria-expanded="false" aria-controls="collapseTen">
<div class="faq-text text-sm-left">Where can I find updates on the event?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseTen" class="collapse" aria-labelledby="headingFive" data-parent="#faqAccordion">
<div class="card-body text-sm-left">
No matter if you're a first time hackathon attendee and have no idea what to do (everyone was a beginner once), or are an experienced hacker who wants to give back to the community, it is a good idea to join our <a href="https://www.facebook.com/events/474083593153577/">Facebook event</a>! In addition to all the important announcements and information about the event, you'll be able to find others to guide you through the hackathon process and help you develop something awesome.
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingFive">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
<div class="faq-text text-sm-left">Do you have a Code of Conduct?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseFive" class="collapse" aria-labelledby="headingFive" data-parent="#faqAccordion">
<div class="card-body">
All hackers must abide by <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Major League Hacking's Code of Conduct</a>. TL;DR - all hackers should respect one another.</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSix">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseSix" aria-expanded="false" aria-controls="collapseSix">
<div class="faq-text text-sm-left">What can I win?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseSix" class="collapse" aria-labelledby="headingSix" data-parent="#faqAccordion">
<div class="card-body">
hackPHS hopes to emphasize learning and collaboration more so than competition - nonetheless, there will be awesome prizes to be won for some the best hacks made during the event! The full prize list will be released later - make sure to follow us on social media to find out when! </div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingSeven">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseSeven" aria-expanded="false" aria-controls="collapseSeven">
<div class="faq-text text-sm-left">What can I learn?</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseSeven" class="collapse" aria-labelledby="headingSeven" data-parent="#faqAccordion">
<div class="card-body">
While you can learn a great deal in the process of building an ambitious project in such a limited time frame, we also plan to offer many introductory workshops (around 1 hour each) during the event, for those new to software and/or hardware engineering. Specific topics will include Arduino programming, iOS development, and Python, among many others - check our schedule (coming soon) for the full list!
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingEight">
<button class="btn collapsed spread-elements" type="button" data-toggle="collapse" data-target="#collapseEight" aria-expanded="false" aria-controls="collapseEight">
<div class="faq-text text-sm-left">My question isn't answered here!</div><div class="pl-3"><ion-icon name="chevron-down-sharp"></ion-icon></div>
</button>
</div>
<div id="collapseEight" class="collapse" aria-labelledby="headingEight" data-parent="#faqAccordion">
<div class="card-body">
Please feel free to email us at <a href="mailto:team@hackphs.tech">team@hackphs.tech</a> if you have any other questions about hackPHS!
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
var fullTrunkBlock=htmlToElement(`
<div class="repeating-trunk-block">
<div class="background-image Trunk_Sky_1"></div>
<div class="background-image Trunk_Sky_2"></div>
</div>
`);
function trunk_content(){
if(typeof $ !== 'undefined'){
$('.collapse').collapse("hide");
$(".collapsing").addClass("no-collapse");
}
var halfTrunk=document.getElementById("half-trunk");
if(halfTrunk.style.display!="block"){
halfTrunk.style.display="block";
}
//reflow 1
var effContentHeight=document.getElementById("trunk-content").clientHeight - document.getElementById("trunk").clientWidth*0.1 - window.innerWidth*0.2 //squirrel;
var trunkBlockHeight=halfTrunk.clientHeight;
var numHalfBlocks=Math.ceil(effContentHeight/trunkBlockHeight);
var numFullBlocks=Math.floor(numHalfBlocks/2);
var currentNumberDoubleBlocks=document.querySelectorAll(".repeating-trunk-block").length;
var midTrunk=document.getElementById("mid-trunk");
if(currentNumberDoubleBlocks>numFullBlocks) {
for(var i=currentNumberDoubleBlocks; i>numFullBlocks; i--){
midTrunk.removeChild(midTrunk.lastChild);
}
} else if(currentNumberDoubleBlocks<numFullBlocks) {
for(var i=currentNumberDoubleBlocks; i<numFullBlocks; i++){
midTrunk.appendChild(fullTrunkBlock.cloneNode(true));
}
}
if(numHalfBlocks%2==0){
halfTrunk.style.display="none";
}
//reflow 2
var trunkSpacer=document.getElementById("trunk-spacer");
var trunk=document.getElementById("trunk");
var trunkHeight=trunk.clientHeight;
trunkSpacer.style.marginTop="calc(-"+trunkHeight+"px - 10%)";
trunkSpacer.style.height="calc("+trunkHeight+"px + "+(trunk.clientWidth*0.1)+"px)";
if(typeof $ !== 'undefined'){
$(".no-collapse").removeClass("no-collapse");
}
}
attatchAndRunFunction(trunk_content);
</script>
<div id="scroll">
<div id="Scroll_Start" class="background-image Scroll_Start"></div>
<div id="mid-scroll">
</div>
<div id="half-scroll" class="background-image Scroll_1"></div>
<div id="Scroll_End" class="background-image Scroll_End"></div>
</div>
<div id="scroll-spacer" class="prevent-collapse w-100">
<div id="schedule" class="scroll-position"></div>
<div id="scroll-content" class="text-center">
<div style="width: 64%; margin-left: 14%; margin-top: 37%">
<h1 style="font-size: 3.5rem">Schedule</h1>
<table class="table schedule-table mt-3">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col">Event</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">9:30 AM</th>
<td>Server Opens</td>
</tr>
<tr>
<th scope="row">10:30 AM</th>
<td>Opening Ceremony</td>
</tr>
<tr>
<th scope="row">11:00 AM</th>
<td>Hacking Begins</td>
</tr>
<tr>
<th scope="row">11:00 AM</th>
<td>Team Building</td>
</tr>
<tr>
<th scope="row">11:30 AM</th>
<td>Intro to Python</td>
</tr>
<tr>
<th scope="row">1:00 PM</th>
<td>How to get an internship</td>
</tr>
<tr>
<th scope="row">2:00 PM</th>
<td>Intro to Java</td>
</tr>
<tr>
<th scope="row">3:00 PM</th>
<td>Beginner's Challenge</td>
</tr>
<tr>
<th scope="row">3:00 PM</th>
<td>Build a Cloud-Connected AR/VR App in 15 minutes or less</td>
</tr>
<tr>
<th scope="row">4:00 PM</th>
<td>How to start a Hackathon</td>
</tr>
<tr>
<th scope="row">5:00 PM</th>
<td>Intro to React</td>
</tr>
<tr>
<th scope="row">6:00 PM</th>
<td>CTF Presented by U.S. Air Force</td>
</tr>
<tr>
<th scope="row">6:30 PM</th>
<td>Bob Ross M.S. Paint with MLH</td>
</tr>
<tr>
<th scope="row">7:00 PM</th>
<td>Zoom Photo Booth Open</td>
</tr>
<tr>
<th scope="row">7:30 PM</th>
<td>3D Design/Printing</td>
</tr>
<tr>
<th scope="row">8:00 PM</th>
<td>Spyfall</td>
</tr>
<tr>
<th scope="row">8:30 PM</th>
<td>Github</td>
</tr>
<tr>
<th scope="row">9:00 PM</th>
<td>Intro to Arduino/Robotics</td>
</tr>
<tr>
<th scope="row">9:30 PM</th>
<td>Kahoot</td>
</tr>
<tr>
<th scope="row">10:00 PM</th>
<td>Chess Tournament</td>
</tr>
<tr>
<th scope="row">11:00 PM</th>
<td>Virtual Scavenger Hunt</td>
</tr>
<tr>
<th scope="row">12:30 AM</th>
<td>Mafia</td>
</tr>
<tr>
<th scope="row">1:00 AM</th>
<td>Skribbl</td>
</tr>
<tr>
<th scope="row">7:00 AM</th>
<td>Mediation/Yoga</td>
</tr>
<tr>
<th scope="row">11:00 AM</th>
<td>Submissions Close</td>
</tr>
<tr>
<th scope="row">11:15 AM</th>
<td>Judging Begins</td>
</tr>
<tr>
<th scope="row">1:00 PM</th>
<td>Judging Ends</td>
</tr>
<tr>
<th scope="row">1:00 PM</th>
<td>Q&A with Organizers</td>
</tr>
<tr>
<th scope="row">1:30 PM</th>
<td>Closing Ceremony</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<script>
var fullScrollBlock=htmlToElement(`
<div class="repeating-scroll-block">
<div class="background-image Scroll_1"></div>
<div class="background-image Scroll_2"></div>
</div>
`);
function scroll_content(){
var halfScroll=document.getElementById("half-scroll");
if(halfScroll.style.display!="block"){
halfScroll.style.display="block";
}
var effContentHeight=document.getElementById("scroll-content").clientHeight-document.getElementById("Scroll_Start").clientWidth*0.2-document.getElementById("Scroll_End").clientWidth*0.1;
var scrollBlockHeight=halfScroll.clientHeight;
var numHalfBlocks=Math.ceil(effContentHeight/scrollBlockHeight);
var numFullBlocks=Math.floor(numHalfBlocks/2);
var currentNumberDoubleBlocks=document.querySelectorAll(".repeating-scroll-block").length;
var midScroll=document.getElementById("mid-scroll");
if(currentNumberDoubleBlocks>numFullBlocks) {
for(var i=currentNumberDoubleBlocks; i>numFullBlocks; i--){
midScroll.removeChild(midScroll.lastChild);
}
} else if(currentNumberDoubleBlocks<numFullBlocks) {
for(var i=currentNumberDoubleBlocks; i<numFullBlocks; i++){
midScroll.appendChild(fullScrollBlock.cloneNode(true));
}
}
if(numHalfBlocks%2==0){
halfScroll.style.display="none";
}
//reflow 2
var scrollSpacer=document.getElementById("scroll-spacer");
var scroll=document.getElementById("scroll");
var scrollHeight=scroll.clientHeight;
scrollSpacer.style.marginTop="calc(-"+scrollHeight+"px";
scrollSpacer.style.height="calc("+scrollHeight+"px";
}
attatchAndRunFunction(scroll_content);
</script>
<div id="roots">
<div id="Roots_Start" class="background-image Roots_Start"></div>
<div id="Roots_Header" class="background-image Roots_Header"></div>
<div id="mid-roots">
<div id="Roots_Body" class="background-image Roots_Body"></div>
</div>
<div id="Roots_End" class="background-image Roots_End"></div>
</div>
<div id="roots-spacer" class="prevent-collapse position-relative">
<div id="sponsors" class="scroll-position"></div>
<div style="margin-top: 44%" class="text-center">
<h1 style="font-size: 11vw">Sponsors</h1>
</div>
<div id="roots-content" style="margin-top: 7%" class="prevent-collapse w-100">
<div style="padding: 0 21%;">
<div class="container-fluid">
<div class="row row-no-gutters">
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://newwave-foundation.org/" class="image-link">
<img src="assets/img/Sponsor_Logos/nwf.png" alt="New Wave Foundation" class="sponsor-image">
</a>
</div>
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://bubble.io/" class="image-link">
<img src="assets/img/Sponsor_Logos/bubble.svg" alt="Bubble" class="sponsor-image">
</a>
</div>
</div>
<div class="row row-no-gutters">
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://balsamiq.com/" class="image-link">
<img src="assets/img/Sponsor_Logos/balsamiq.svg" alt="Balsamiq" class="sponsor-image">
</a>
</div>
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://www.particle.io/" class="image-link">
<img src="assets/img/Sponsor_Logos/particle.svg" alt="Particle" class="sponsor-image">
</a>
</div>
</div>
<div class="row row-no-gutters">
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="http://www.fibronest.com/" class="image-link" style="padding-top:5%">
<img src="assets/img/Sponsor_Logos/pharmanest.svg" alt="PharmaNest" class="sponsor-image">
</a>
</div>
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://www.stickergiant.com/event-coupons?utm_source=website&utm_medium=event&utm_campaign=hackphss" class="image-link" style="padding-top:5%">
<img src="assets/img/Sponsor_Logos/stickergiant.svg" alt="Sticker Giant" class="sponsor-image">
</a>
</div>
</div>
<div class="row row-no-gutters">
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://www.hyperxgaming.com/" class="image-link">
<img src="assets/img/Sponsor_Logos/hyperx.svg" alt="hyperX Gaming" class="sponsor-image">
</a>
</div>
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://ultrapress.com/" class="image-link">
<img src="assets/img/Sponsor_Logos/ultrapress.png" alt="Ultrapress" class="sponsor-image">
</a>
</div>
</div>
<div class="row row-no-gutters">
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://mccaffreys.com/" class="image-link">
<img src="assets/img/Sponsor_Logos/mcafferys.png" alt="McCaffreys" class="sponsor-image">
</a>
</div>
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://repl.it/" class="image-link">
<img src="assets/img/Sponsor_Logos/replit.svg" alt="Repl.it" class="sponsor-image">
</a>
</div>
</div>
<div class="row row-no-gutters">
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://1password.com/" class="image-link">
<img src="assets/img/Sponsor_Logos/1password.svg" alt="hyperX Gaming" class="sponsor-image">
</a>
</div>
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://www.echoar.xyz/" class="image-link">
<img src="assets/img/Sponsor_Logos/echoar.png" alt="echoAR" class="sponsor-image">
</a>
</div>
</div>
<div class="row row-no-gutters">
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://www.digitalocean.com/" class="image-link">
<img src="assets/img/Sponsor_Logos/digitalocean.svg" alt="Digital Ocean" class="sponsor-image">
</a>
</div>
<div class="col-6 d-flex center">
<a target="_blank" rel="noopener" href="https://www.wolframalpha.com/" class="image-link">
<img src="assets/img/Sponsor_Logos/wolfram.png" alt="Wolfram Alpha" class="sponsor-image">
</a>
</div>
</div>
<div class="row row-no-gutters">
<div class="col-6 offset-3">
<a target="_blank" rel="noopener" href="" class="image-link">
<img src="assets/img/Sponsor_Logos/Robomov LOGO.svg" alt="Digital Ocean" class="sponsor-image">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
function roots_content(){
var body_block=htmlToElement(`<div class="background-image Roots_Body"></div>`);
var effContentHeight=document.getElementById("roots-content").clientHeight-document.getElementById("Roots_End").clientHeight*0.1;
var numBlocks=Math.ceil(effContentHeight/document.getElementById("Roots_Body").clientHeight);
var currentNumberBlocks=document.querySelectorAll(".Roots_Body").length;
var midRoots=document.getElementById("mid-roots");
if(currentNumberBlocks>numBlocks) {
for(var i=currentNumberBlocks; i>numBlocks; i--){
midRoots.removeChild(midRoots.lastChild);
}
} else if(currentNumberBlocks<numBlocks) {
for(var i=currentNumberBlocks; i<numBlocks; i++){
midRoots.appendChild(body_block.cloneNode(true));
}
}
var rootsHeight=document.getElementById("roots").clientHeight;
var rootsSpacer=document.getElementById("roots-spacer");
rootsSpacer.style.marginTop="-"+rootsHeight+"px";
rootsSpacer.style.height=rootsHeight+"px";
}
attatchAndRunFunction(roots_content);
</script>
</body>
<footer>
<div class="container">
<a href="mailto:team@hackphs.tech">Questions? Contact us!</a>
<!-- accessibility states you need 8px-->
<div style="margin-top:8px">
<a class="brand-icon" href="https://www.facebook.com/hackPHS/"><ion-icon name="logo-facebook"></ion-icon></a>
<a class="brand-icon" href="https://twitter.com/theHackPHS"><ion-icon name="logo-twitter"></ion-icon></a>
<a class="brand-icon" href="https://www.instagram.com/hackphs/"><ion-icon name="logo-instagram"></ion-icon></a>
<a class="brand-icon" href="https://github.com/hackPrincetonHS"><ion-icon name="logo-github"></ion-icon></a>
<a class="brand-icon" href="https://medium.com/@hackPHS"><ion-icon name="logo-medium"></ion-icon></a>
</div>
<p>© hackPHS 2020. All Rights Reserved.</p>
<ul class="list-inline">
<li class="list-inline-item">
<a target="_blank" href="https://mlh.io/privacy">Privacy</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code Of Conduct</a>
</li>
<!-- <li class="list-inline-item">
<a href="#">Terms</a>
</li> -->
</ul>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" 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></head>
<script type="module" src="https://unpkg.com/ionicons@5.1.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.1.2/dist/ionicons/ionicons.js"></script>
</footer>