-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
451 lines (439 loc) · 22.5 KB
/
index.html
File metadata and controls
451 lines (439 loc) · 22.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<title>hackPHS</title>
<!-- <link rel="icon" href="static/icon.png"> -->
<link rel="icon" href="static/icon.svg">
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<script src="index.js" defer></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/73bd27aadc.js" crossorigin="anonymous"></script>
</head>
<body id="top">
<div id="bg" class="no">
<div id="stars"></div>
</div>
<div id="banner">
<span>hackPHS 2025 is <i>over</i>! See the event recap <a href="javascript:openDialog();">here</a>.</span>
<i class="x-button fa-solid fa-x"></i>
</div>
<div id="orange"></div>
<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/na?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2026-season&utm_content=white"
target="_blank"><img
src="https://s3.amazonaws.com/logged-assets/trust-badge/2026/mlh-trust-badge-2026-white.svg"
alt="Major League Hacking 2026 Hackathon Season" style="width:100%"></a>
<img id="icon" src="static/icon.svg" />
<div id="outer">
<div id="top-container">
<h1>hackPHS <span id="year"><span>2025</span><span class="arrow"><i class="fa-solid fa-chevron-down"></i></span>
<div id="year-dropdown">
<b>Past years</b>
<hr>
<a href="https://2022.hackphs.tech">2022</a>
<hr>
<a href="http://2021.hackphs.tech">2021</a>
<hr>
<a href="http://2020.hackphs.tech">2020</a>
<hr>
<a href="http://2019.hackphs.tech">2019</a>
<hr>
<a href="http://2018.hackphs.tech">2018</a>
</div>
</span></h1>
<img id="icon-mobile" src="static/icon.svg" />
<h2>11.01-11.02</h2>
<div id="desc">
<p>Join us for our sixth annual 24-hour, 100-student hackathon at <a target="_blank"
href="https://maps.app.goo.gl/U3HSVMJpp6UsMfad8">
Princeton High School</a>!</p>
</div>
<a class="button register"
href="https://docs.google.com/forms/d/e/1FAIpQLScbSYgfmA4JRdIrHRyInVTRwsIOokYCf3FQEmV-aUlpHegA3w/viewform"
target="_blank"><span>Register</span> <i class="fa-solid fa-arrow-right"></i></a>
<div id="register-warning">Registrations for hackPHS 2025 are closed. If you'd still like to see the form, it's <a target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLScbSYgfmA4JRdIrHRyInVTRwsIOokYCf3FQEmV-aUlpHegA3w/viewform">here</a></div>
</div>
<div id="buttons">
<!-- Button for sponsors -->
<button class="section-button" id="sponsor-button" onclick="window.location.hash='sponsors';"><i
class="fa-solid fa-handshake"></i>
<span>Sponsors</span>
</button>
<!-- Button for schedule -->
<button class="section-button" id="schedule-button" onclick="window.location.hash='schedule';"><i
class="fa-solid fa-calendar"></i>
<span>Schedule</span>
</button>
<!-- Button for FAQs -->
<button class="section-button" id="faq-button" onclick="window.location.hash='faqs';"><i
class="fa-solid fa-question"></i>
<span>FAQs</span>
</button>
</div>
<a id="top-chevron" href="#content"><i class="fa-solid fa-chevron-down"></i></a>
</div>
<div id="content">
<div class="section" id="about">
<h1>About</h1>
<div>
<h2>What is hackPHS?</h2>
<p>
hackPHS hosts over 100 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! hackPHS's goal is
to provide a space for young and eager minds to collaborate with others, form new bonds, and create
meaningful projects.
</p>
</div>
<div>
<h2>When and where is hackPHS?</h2>
<p>
hackPHS will be held in the cafeteria of Princeton High School, located at <a
href="https://goo.gl/maps/kkXeczMvXWr" target="_blank">151 Moore St, Princeton, NJ</a>.
Limited parking will be available around the school. You should plan on arriving around 9:00 AM on
Saturday, November 1st and leaving sometime after 12:00 PM on Sunday, November 2nd.
</p>
</div>
<div>
<h2>Who pays for all of this?</h2>
<p>
hackPHS 2025 is completely <b>free</b> for everyone, thanks to our amazing <a
href="#sponsors">sponsors</a>!
</p>
</div>
<div>
<h2>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/" target="_blank">MLH Hackathon FAQ</a>.
</p>
</div>
</div>
<div class="section" id="faqs">
<h1>FAQs</h1>
<div id="faq-box">
<details>
<summary>Who can attend this event? <i class="fa-chevron-down fa-solid"></i></summary>
<p>hackPHS 2025 is for high school students only. If you are no longer a high schooler and would
like to help out, consider becoming a mentor. Email us at <a
href="event@hackphs.tech">event@hackphs.tech</a> for more info on this! </p>
</details>
<details>
<summary>How do I apply?<i class="fa-chevron-down fa-solid"></i></summary>
<p>Registration is now open for 2025! All you need to do is fill out our <a target="_blank"
href="https://docs.google.com/forms/d/e/1FAIpQLScbSYgfmA4JRdIrHRyInVTRwsIOokYCf3FQEmV-aUlpHegA3w/viewform?usp=dialog">registraion
form</a>
and join our <a href="https://hackphs2025.devpost.com" target="_blank">devpost</a> and
you'll be good to go!</p>
</details>
<details>
<summary>How do I become a mentor? Chaperone? Volunteer?<i class="fa-chevron-down fa-solid"></i>
</summary>
<p>Email us at <a href="mailto:event@hackphs.tech">event@hackphs.tech</a> for more info on this!</p>
</details>
<details>
<summary>What will be provided during the event?<i class="fa-chevron-down fa-solid"></i></summary>
<p>Free food and drinks will be provided during the hackathon, including options for people with
dietary restrcitions. If you ever want to sleep during the hackathon, we'll have dedicated quiet
sleeping areas for y'all to catch some Z's. Electrical outlets will also be available throughout
the cafeteria for all your charging needs.
<!-- This year we will not be providing a hardware lab, so make sure to bring any hardware you want to use for your project. -->
<!-- MLH is doing a hardware lab with us this year! -->
</p>
</details>
<details>
<summary>What should I bring?<i class="fa-chevron-down fa-solid"></i></summary>
<p>Make sure you’re ready to spend 24 hours away from home. Basically, bring a sleeping bag, extra
clothes, a toothbrush, and anything else you might need to feel comfortable for a long period of
time. Also, please bring anything you need for your project such as a laptop, laptop charger,
and hardware.
</p>
</details>
<details>
<summary>How do I form a team?<i class="fa-chevron-down fa-solid"></i></summary>
<p>Teams of up to 4 people are encouraged (though not mandatory)
<!-- - if you already have a team, you -->
<!-- can form your team when registering for hackPHS, but teams won't be final until submissions. -->
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.
</p>
</details>
<details>
<summary>Do you have a Code of Conduct?<i class="fa-chevron-down fa-solid"></i></summary>
<p>All hackers must abide by <a
href="https://github.com/MLH/mlh-policies/blob/main/code-of-conduct.md"
target="_blank">Major League Hacking's Code of Conduct.</a> TL;DR - all hackers should
respect one another. Hackers also must abide by Princeton High School rules while on PHS
grounds.
</p>
</details>
<details>
<summary>What can I win?<i class="fa-chevron-down fa-solid"></i></summary>
<p>hackPHS hopes to emphasize learning and collaboration more so than competition - nonetheless,
there will be awesome prizes to be won for some of the best hacks made during the event! The
full prize list is available on our <a href="https://hackphs2025.devpost.com/">devpost</a>.
<!-- will be released later - make sure to follow us on social media to find out -->
<!-- when! -->
</p>
</details>
<details>
<summary>What can I learn?<i class="fa-chevron-down fa-solid"></i></summary>
<p>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 Python, Web Development, and Circutry, among many others - check our schedule for the
full list!
</p>
</details>
<details>
<summary>Where can I find hackPHS on social media?<i class="fa-chevron-down fa-solid"></i></summary>
<p>
Follow us on Instagram (<a href="https://www.instagram.com/hackphs/">@hackphs</a>) and join our
<a href="https://discord.gg/wacdnukJ5">community on Discord</a>! We'll be posting updates as the
event gets closer, so be sure to check it!
</p>
</details>
<details>
<summary>My question isn't answered here!<i class="fa-chevron-down fa-solid"></i></summary>
<p>
Email us at <a href="mailto:event@hackphs.tech">event@hackphs.tech</a> with any other questions
about the event!
</p>
</details>
</div>
</div>
<div class="section" id="schedule">
<h1>Schedule</h1>
<i>hackPHS will run from 9:00AM on Saturday, 11/1 until 12:00PM on Sunday, 11/2.</i>
<h2>Saturday 11/1</h2>
<table>
<thead>
<tr>
<td>Time</td>
<td>Event</td>
<td>Location</td>
</tr>
</thead>
<tbody>
<tr>
<td>9:00AM</td>
<td>Check in opens</td>
<td>PAC Lobby</td>
</tr>
<tr>
<td>9:30AM</td>
<td>Mini Programming Competition</td>
<td>Cafeteria</td>
</tr>
<tr>
<td>11:00AM</td>
<td>Opening Ceremony</td>
<td>Cafeteria</td>
</tr>
<tr>
<td>12:00PM</td>
<td>Hacking Starts</td>
<td></td>
</tr>
<tr>
<td>12:00PM</td>
<td>Team Building Workshop</td>
<td>152</td>
</tr>
<tr>
<td>1:00PM</td>
<td>Lunch</td>
<td>Cafeteria</td>
</tr>
<tr>
<td>2:00PM</td>
<td>MLH Github Copilot Mini-event</td>
<td>152</td>
</tr>
<tr>
<td>3:00PM</td>
<td>Intro to Python</td>
<td>153</td>
</tr>
<tr>
<td>4:00PM</td>
<td>CiV CTF Workshop</td>
<td>152</td>
</tr>
<tr>
<td>4:00PM</td>
<td>Intro to Circuity</td>
<td>155</td>
</tr>
<tr>
<td>5:30PM</td>
<td>Intro to Web Development</td>
<td>153</td>
</tr>
<tr>
<td>6:30PM</td>
<td>Dinner</td>
<td>Cafeteria</td>
</tr>
<tr>
<td>7:00PM</td>
<td>Photo Booth Opens</td>
<td>Cafeteria</td>
</tr>
<tr>
<td>7:00PM</td>
<td>3D Design and Printing</td>
<td>153</td>
</tr>
<tr>
<td>8:00PM</td>
<td>Neural Networks with Dr. Bhat</td>
<td>152</td>
</tr>
<tr>
<td>8:30PM</td>
<td>Intro to Swift</td>
<td>155</td>
</tr>
<tr>
<td>9:30PM</td>
<td>Intro to Blender</td>
<td>153</td>
</tr>
<tr>
<td>10:30PM</td>
<td>Intro to Computational Mathemagics ✨</td>
<td>155</td>
</tr>
<tr>
<td>11:00PM</td>
<td>Chess Tournament</td>
<td>153</td>
</tr>
</table>
<h2>Sunday 11/2</h2>
<table>
<thead>
<tr>
<td>Time</td>
<td>Event</td>
<td>Location</td>
</tr>
</thead>
<tbody>
<tr>
<td>12:00AM</td>
<td>Midnight Snack</td>
<td>Cafeteria</td>
</tr>
<tr>
<td>12:30AM</td>
<td>Cup Stacking Tournament & Karaoke</td>
<td>153</td>
</tr>
<tr>
<td>1:00AM #2</td>
<td>Smash / mariokart tourney</td>
<td>155</td>
</tr>
<tr>
<td>7:30AM</td>
<td>Breakfast</td>
<td>Cafeteria</td>
</tr>
<tr>
<td>9:00AM</td>
<td>Submissions Close, Hacking Ends</td>
<td>--</td>
</tr>
<tr>
<td>9:30AM</td>
<td>Engineering Challenge</td>
<td>152</td>
</tr>
<tr>
<td>9:30AM</td>
<td>Public demos open, judging begins</td>
<td>PAC Lobby</td>
</tr>
<tr>
<td>11:30AM</td>
<td>Closing Ceremony</td>
<td>Cafeteria</td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="sponsors">
<h1>Sponsors</h1>
<div class="sponsor-section">
<a target="_blank" title="Hudson River Trading" href="https://www.hudsonrivertrading.com/"><img
src="static/sponsors/hrt.svg"></a>
<a target="_blank" title="Wolfram" href="https://www.wolfram.com/"><img
src="static/sponsors/wolfram.png"></a>
<a target="_blank" title="PREA" href="https://www.njea.org"><img src="static/sponsors/prea.png"></a>
<a target="_blank" title="Major League Hacking" href="https://www.mlh.io" class="pure-buttons"><img
src="https://static.mlh.io/brand-assets/logo/official/mlh-logo-white.svg?_gl=1*t7samu*_ga*MTc2OTU0NTgzMy4xNzU3OTcwMzk3*_ga_E5KT6TC4TK*czE3NTkzMzA1MTAkbzYkZzEkdDE3NTkzMzA1MTYkajU0JGwwJGgw"></a>
<a target="_blank" title="Art of Problem Solving"
href="https://artofproblemsolving.com/?srsltid=AfmBOoqLmIqUvgLkdkOwbeBA4VZ3kzCGwlmNYoGMxQKGTSnR-FfBz4lk"
class="pure-buttons"><img src="static/sponsors/aops.png"></a>
<a target="_blank" title="photon" href="https://photon.codes" class="pure-buttons"><img
src="static/sponsors/photon.png"></a>
</div>
<p>
Interested in sponsoring? Check out our <a href="prospectus.pdf" target="_blank">prospectus</a> and
reach out to us at <a href="mailto:outreach@hackphs.tech">outreach@hackphs.tech</a>!
</p>
</div>
</div>
<footer>
<div>©hackPHS 2025</div>
<div id="contact">
<b>Contact us:</b>
<div><a href="mailto:event@hackphs.tech" target="_blank"><i
class="fa-solid fa-envelope"></i><span>event@hackphs.tech</span></a></div>
<div><a href="https://www.instagram.com/hackphs/" target="_blank"><i
class="fa-brands fa-instagram"></i><span>@hackphs</span></a></div>
</div>
</footer>
<img src="static/image2.png" id="birdy" />
<dialog id="dial">
<button class="close" onclick="dial.close(); "><i class="fa-solid fa-x"></i></button>
<h1>
We're done!
</h1>
<br>
<div>
<p>
We had a blast hosting hackPHS, and know that every hacker had a <i>blast</i> being there!
<br><br>
You can see our gallery of projects on <a href="https://hackphs2025.devpost.com">our devpost</a>: every single one is legitimately <i>amazing</i> for our 24-hour time period, so I recommend that you check out all of them!
<br><br>
You can see some pictures of the event below: more will be posted on our <a href="https://www.instagram.com/hackphs">Instagram</a> as we get closer to next year's event!
</p>
<button id="photo-close" class="close"><i class="fa-solid fa-x"></i></button>
<div id="photo-bg"></div>
<div class="photo-grid">
</div>
<p id="participant-notice">P.S.: If you're a participant and <i>haven't</i> gotten your judging feedback, prize info, or are still unsure on <i>anything</i>, please DM an organizer ASAP!</p>
</div>
</dialog>
</body>
</html>