-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
448 lines (427 loc) · 21.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="keywords" content="HackSB, theHackSB, South Brunswick Hackathon, Hackathon South Brunswick" />
<meta name="description" content="Hack SB - 24 hour hackathon for High School students at the South Brunswick High School April 4th 2020 - April 5th" />
<meta name="subject" content="Hack SB - 24 hour hackathon for High School students">
<meta name="copyright" content="theHackSB">
<meta name="robots" content="index,follow" />
<meta name="topic" content="Hack SB Hackathon">
<meta name="summary" content="Hack SB - 24 hour hackathon for High School students at the South Brunswick High School">
<meta name="author" content="theHackSB, [email protected]">
<meta name="Line#1" value="jopqvraunkxzvnuyrwpnfsrxahkcqv" />
<meta name="copyright" content="HackSB">
<meta name="reply-to" content="[email protected]">
<meta name="category" content="hackathon">
<meta http-equiv="Cache-Control" content="cache">
<meta name="og:title" content="Hack SB" />
<meta name="og:type" content="website" />
<meta name="og:image" content="media/logo.png" />
<meta name="og:site_name" content="Hack SB" />
<meta name="og:description" content="Hack SB - 24 hour hackathon for High School students at the South Brunswick High School" />
<meta name="og:email" content="[email protected]" />
<meta name="og:country-name" content="USA" />
<link rel="shortcut icon" type="image/png" href="media\c-logo24.png" />
<link rel="stylesheet" href="styles/bulma.min.css">
<link rel="stylesheet" href="styles/animate.min.css" />
<link rel="stylesheet" href="https://sethusenthil.com/Product-Sans/api/font.css" />
<link rel="stylesheet" href="styles/modal-fx.min.css" />
<link rel="stylesheet" href="styles/bulma-carousel.min.css">
<link rel="stylesheet" href="styles/fa/css/all.min.css">
<link rel="stylesheet" href="styles/fa/css/brands.min.css">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/brands.min.css" integrity="sha512-9YHSK59/rjvhtDcY/b+4rdnl0V4LPDWdkKceBl8ZLF5TB6745ml1AfluEU6dFWqwDw9lPvnauxFgpKvJqp7jiQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>Hack SB - South Brunswick Hackathon</title>
</head>
<body>
<noscript>
You need to enable Javascript to run the app
</noscript>
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<a style="color: white;" role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item" href="#about">
About
</a>
<a class="navbar-item" href="#faq">
FAQ
</a>
<a class="navbar-item" href="#schedule">
Schedule
</a>
<a class="navbar-item" href="#sponsors">
Sponsors
</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<div class="buttons">
<a class="button is-primary theme-color modal-button" onclick="toggleModal()">
<strong>Sign up</strong>
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- Content -->
<a id="modal-button" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:200 !important;" data-target="signup-modal">
<!--<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2019/mlh-trust-badge-2019-blue.svg" alt="Major League Hacking 2020 Hackathon Season" style="width:100%"> --></a>
<div class="main">
<!-- related modal with fx class "modal-fx-fadeInScale" -->
<div id="signup-modal" class="modal modal-fx-fadeInScale">
<div class="modal-background"></div>
<div class="modal-content" style="background-color: white; width: 98% !important; border-radius: 25px;">
<div style="margin: 30px;">
<div class="field">
<label class="label">First Name</label>
<div class="control">
<input id="firstName" class="input" type="text" placeholder="First Name">
</div>
</div>
<label class="label">Last Name</label>
<div class="control">
<input id="lastName" class="input" type="text" placeholder="Last Name">
</div>
<div class="field">
<label class="label">Email</label>
<p class="control has-icons-left has-icons-right">
<input id="email" class="input" type="email" placeholder="Email">
<span class="icon is-small is-left">
<i class="fas fa-envelope"></i>
</span>
<span class="icon is-small is-right">
<i class="fas fa-check"></i>
</span>
</p>
</div>
<div class="field">
<label class="label">Phone Number</label>
<input id="phone" class="input" type="tel" placeholder="Phone" pattern="[0-9]{3}-[0-9]{2}-[0-9]{3}">
</div>
<div class="field">
<label class="label">Grade</label>
<div class="control">
<div class="select">
<select id="grade">
<option>Select Grade</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
</select>
</div>
</div>
</div>
<div class="field">
<label class="label">School</label>
<div class="control">
<div class="select">
<select id="schoooool">
<option>Select School</option>
<option>South Brunswick High School</option>
<option>Other (enter below)</option>
</select>
</div>
</div>
</div>
<span id="otherSchoolCon">
<label class="label"><b>Other</b> School</label>
<div class="control">
<input class="input" id="otherSchool" type="text" placeholder="school name">
</div>
</span>
<br>
<label class="label">vegetarian or non-vegetarian</label>
<div class="control">
<div class="select">
<select id="veg">
<option>Vegetarian</option>
<option>Non-vegetarian - White Meat (chicken 🐔🐟)</option>
<option>No Preference</option>
</select>
</div>
</div>
<span class="gfont">*if you have any dietary constrictions not listed you will be responsible for
your own food</span>
<br>
<br>
<label class="label"><b>Notes (dietary restrictions, special needs)</label>
<div class="control">
<textarea id="notes" class="textarea" placeholder="If you have nothing please leave it blank"></textarea>
</div>
<div class="field is-grouped">
<div class="control">
<br>
<button class="button is-link theme-color" onclick="submit();">Submit</button>
</div>
</div>
</div>
<button class="modal-close is-large" aria-label="close" onclick="toggleModal()"></button>
</div>
</div>
</div>
</div>
<div id="particles-js"></div>
<section class="allMain">
<div class="displayer">
<br>
<br>
<h1 class="title is-1 wow slideInDown txtShadow" style="color:rgb(39, 38, 38)">Hack SB</h1>
<h1 class="title is-2 txtShadow" style="color:rgb(204, 202, 202)">May <span id="date">18th</span></h1>
<center>
<img src="media\c-logo24.png" alt="logo" class="logoDisplay">
<br>
<br>
<a id="under-btn" class="button theme-color modal-button" style="color:white;" onclick="toggleModal()">
<center>Sign Up Now!</center>
</a>
</center>
<br>
<br>
</div>
</section>
<section id="about">
<center>
<br>
<h1 class="title is-1">About</h1>
<h1 class="title is-3">What is Hack SB?</h1>
<span>Hack SB is a 12 hour student organized hackathon for high school students.</span>
<br>
<br>
<h1 class="title is-3">What is a Hackathon?</h1>
<span>A hackathon is a 100% free event where groups of enthusiastic people come together to build awesome things in
a limited period of time. At a hackathon, experienced engineers and interested beginners will learn new
skills, build and innovative solutions for real-world problems, and share their creation with the other
participants as well as the judges, all in 12 hours. If you want to learn more, see the <a href="https://mlh.io/faq">MLH
Hackathon FAQ</a>.</span>
<center><iframe src="https://www.youtube.com/embed/qj4DQfYx2Hg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen style="margin-top: 10px"></iframe></center>
<br>
<h1 class="title is-3">When is Hack SB?</h1>
<a onclick="addtoCal();"><span style="font-size: 30px !important; font-weight: bold;"><i class="fas fa-calendar"></i>
May 18th 2024</span></a>
<br>
<br>
<h1 class="title is-3">Where is Hack SB?</h1>
<a href="https://goo.gl/maps/Vs8Cf3RnYQt" target="_blank"><span style="font-size: 30px !important; font-weight: bold;">
<i class="fas fa-map-marker-alt"></i> South Brunswick High School</span></a>
<br>
<br>
<!-- <a class="button theme-color" style="color:white;" onclick="addtoCal()"><i class="fas fa-calendar"></i> Add
to Calender</a> -->
</center>
</section>
<section id="faq">
<center>
<h1 class="title is-1" style="padding: 7px;">FAQ</h1>
</center>
<br>
<div class="tile is-ancestor">
<div class="tile is-vertical is-8">
<div class="tile">
<div class="tile is-parent is-vertical wow slideInUp" data-wow-delay="0.3s">
<article class="tile is-child notification is-primary">
<p class="title">What should I bring?</p>
<p class="subtitle">
<span> <ul>
<li>Laptop 💻</li>
<li>Phone 📱</li>
<li>Chargers 🔋</li>
<li>Powerstrips and extension cords ⚡</li>
<li>Reuseable water bottle🚰</li>
<li>Extra snacks 🍿</li>
<li>Imagination ☁️</li>
</ul>
</span>
</p>
</article>
<article class="tile is-child notification is-warning" data-wow-delay="0.5s">
<p class="title">Can I work in groups?</p>
<p class="subtitle">
<span>Yes you may! We recommend you work in groups, but remember only a max of 4 people.<span>
</p>
</article>
</div>
<div class="tile is-parent wow slideInUp">
<article class="tile is-child notification is-info">
<p class="title">Can I win anything?</p>
<p class="subtitle"><span>Of course! At HackSB, you will have the opportunity to compete with others and win many prizes</span>
</p>
<figure class="image is-4by3" data-wow-delay="0.7s">
<img style="border-radius: 0.7em;" src="https://lh3.googleusercontent.com/rZ8tzwALiMlav7iadcfB3mz2gSY_PScVNbrDF6XE1F-tgOO9Zct6cQk-6fwMxhXY_eD8xKPzz2SrfXve-KigeeR1hrk5lnWPcbuYwjJBSgoLY7hmqNw04SAjdXZMu1QVqtCAkYRqhiQKhm29lStA98qnvDI0s98-xXDqtOzP8fqrVcqg21mQ_emOVEcQ0prU9tKU7xM4zOaowXAPlwuTe8IZCpL-KG0hFECnZyPwbGOsi-JLcW8LuFusK8HJJE6wLo-Qmu0QEwqwWH_xNOGizg3iaUeyk9xCwqmg_CsU5sb5sTaOSZvPfPe12X3OP7ynuiK8-w7ASnYTQFOemtAWAUg2kswuwppzY36xNvJrWokq894HGEzU9uAen01zdo0bqrrA26gxd11bvXl9Op5-NCbNqsD7tblEKzY1R4Qsys5f4WmL13c1eHbddih_iLzFG2Vw-P7FlSGEHnS4VRiISTKRO0kD10nBUvTM7tSDamJcKDt_7QGmyeztcDR9qAp8ixL9bUFCOG3SleLXQG5-FHLuYNlxvUJF99CyB1FrjQV0Kt71HhsWprE5ety21RUODdm-j6MUEe8FjloDGCvFa4VBkbnWjrtpkZbawd6kLKXsukqSt_cNSQMC-ocqDvBR-y2Aw1eUUb4OrSK6PEvg-g4u8vQ6vyRA9PFkVa8aGgIu5rsU6jdaL6mN3oOSO9_GgXlpPjY7dSFSYzbJ8-3d3li7VCCIGvzGHkPNJbQtv6kBQbtF=w1838-h1378-no">
</figure>
</article>
</div>
</div>
<div class="tile is-parent wow slideInLeft">
<article class="tile is-child notification is-danger">
<p class="title">Do I need any prior experience?</p>
<p class="subtitle">
<!-- Line#IV ahgbxyhtqbcfbjwcxlzefkrfulkxiu -->
<span>Not at all! The less experience you have, the more you can learn!<span>
</p>
<div class="content">
<!-- Content -->
</div>
</article>
</div>
</div>
<div class="tile is-parent wow slideInRight" data-wow-delay="0.4s">
<article class="tile is-child notification is-success">
<div class="content">
<p class="title"> Who can attend?</p>
<p class="subtitle">
<span>We are only open to current SBHS students. If you are a college
student, and interested in mentoring, please contact us!
<br><br>
<div style="bottom: 10;">
<small>Please direct all mentoring
inquiries to <a class="gfont" href="mailto:[email protected]">[email protected]</a></small></div>
</span>
</p>
<div class="content">
<!-- Content -->
</div>
</div>
</article>
</div>
</div>
</span>
</div>
</div>
</section>
<br>
<section id="schedule">
<center>
<h1 class="title is-1">Schedule</h1>
<h4>⚠️ Subject to change</h4>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">Time</th>
<th scope="col">Event</th>
<th scope="col">Rm #</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">8:45 AM</th>
<td>Check-in Opens 🚪</td>
<td><BlueCaf/></td>
</tr>
<tr>
<th scope="row">9:00 AM</th>
<td>Opening Ceremony 🚪</td>
<td><BlueCaf/></td>
</tr>
<tr>
<th scope="row">9:30 AM</th>
<td>Breakfast 🍱</td>
<td><BlueCaf/></td>
</tr>
<tr>
<th scope="row">9:30 AM</th>
<td>Hacking Begins! 💻</td>
<td><BlueCaf/></td>
</tr>
<tr>
<th scope="row">10:00 AM</th>
<td>Arduino Workshop 🤖</td>
<td><Library/></td>
</tr>
<tr>
<th scope="row">12:30 PM</th>
<td>Lunch 🍱 </td>
<td><BlueCaf/></td>
</tr>
<tr>
<th scope="row">2:00 PM</th>
<td>Arduino Workshop 🤖</td>
<td><Library/></td>
</tr>
<th scope="row">6:45 PM</th>
<td>Hacking Ends! 💻</td>
<td><BlueCaf/></td>
</tr>
</tr>
<th scope="row">7:00 PM</th>
<td>Dinner 🍱 </td>
<td><BlueCaf/></td>
</tr>
<tr>
<th scope="row">7:00 PM</th>
<td>Judging 🧑⚖️</td>
<td><BlueCaf/></td>
</tr>
<tr>
<th scope="row">8:30 PM</th>
<td>Closing Ceremony 🚪</td>
<td><RedCaf/></td>
</tr>
<tr>
<th scope="row">9:00 PM</th>
<td>Clean Up and Leave 🚪</td>
<td><RedCaf/></td>
</tr>
</tbody>
</table>
</section>
</center>
<section id="sponsors">
<center><hr> SPONSORS</h1></center>
<img src="https://cdn.shopify.com/s/files/1/0270/7646/0633/files/SWS_LOGO.png?height=628&pad_color=ffffff&v=1614722732&width=1200" alt="STEAM Works Studio" style="height: 300px; margin-top: 20px; margin-bottom: 25px; border-radius: 15px;">
<br>
<center><h1 class="title is-5">Want to sponsor us? Please contact us at <a href="mailto:[email protected]" class="gfont">[email protected]</a></h1>
</center>
</section>
<nav id="dot-nav"></nav>
<footer class="footer">
<div class="content has-text-centered">
<a href="https://twitter.com/thehacksb"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/thehacksb/"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/theHackSB"><i class="fab fa-github"></i></a>
<i class="fas fa-envelope" onclick="window.open('mailto:[email protected]')"></i>
<br>
<a href="https://mlh.io/privacy">Privacy Policy</a> | <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code
of Conduct</a>
<p>
<i class="far fa-copyright"></i> 2024 Copyright: HackSB
</p>
</div>
</footer>
</div>
<div id="snackbar">Loading...</div>
</body>
<script src="https://www.gstatic.com/firebasejs/5.7.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.7.2/firebase-database.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/lazyload.min.js"></script>
<script>
let myLazyLoad = new LazyLoad({
elements_selector: ".lazy"
});
const config = {
apiKey: "AIzaSyArFWjDB_RY6JzTLOkCLROvpSbpeqoCnrw",
authDomain: "hacksbreg.firebaseapp.com",
databaseURL: "https://hacksbreg.firebaseio.com",
projectId: "hacksbreg",
storageBucket: "hacksbreg.appspot.com",
messagingSenderId: "1064689868252"
};
firebase.initializeApp(config);
</script>
<script src="scripts/smooth-scroll.polyfills.min.js"></script>
<script src="scripts/lil-query.min.js"></script>
<script src="scripts/wow.min.js"></script>
<script src="scripts/bulma-carousel.min.js"></script>
<script src="scripts/particles.min.js"></script>
<script src="scripts/script.js"></script>
</html>