-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·305 lines (287 loc) · 13.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/favicon-blue.png" />
<title>hackMHS II — May 21-22, Millburn, NJ</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="css/main.css" rel="stylesheet">
<script src="/js/particles.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/jquery-smooth-scroll.js" type="text/javascript"></script>
<script src="/js/main.js" type="text/javascript"></script>
</head>
<body>
<div id="particles"></div>
<nav>
<ul>
<li><a href="/"><img height="25px" style="vertical-align:middle" src="/img/favicon-white.png"></a></li>
<li><a class="scroll" href="#about">about</a></li>
<li><a class="scroll" href="#faq">faq</a></li>
<li><a class="scroll" href="#schedule">schedule</a></li>
<li><a class="scroll" href="#sponsors">sponsors</a></li>
<li><a href="splash">splash</a></li>
</ul>
</nav>
<header>
<div class="container">
<img height="175px" src="/img/logo-white.png">
<h1>hackMHS</h1>
<h3>Learn. Create. Discover.<br>Millburn, NJ. May 21-22, 2016. </h3>
<div class="button closed">APPLICATIONS CLOSED</div>
<!--<div id="mc_signup_form">
<form action="//hackmhs.us12.list-manage.com/subscribe/post?u=ed4a703e69c0dfd4fdd88730f&id=08bb5e6a8c" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="sign up for updates" onkeydown="if(event.which==13)document.querySelector('.mc_signup_button').click();" required>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_ed4a703e69c0dfd4fdd88730f_08bb5e6a8c" tabindex="-1" value=""></div>
<div class="mc_signup_button" onclick="document.forms['mc-embedded-subscribe-form'].submit();"><i class="fa fa-envelope"></i></div>
</div>
</form>
</div>-->
<ul class="social">
<li><a href="mailto:hackatmhs@gmail.com"><i class="fa fa-envelope"></i></a></li>
<li><a href="//facebook.com/hackmhs"><i class="fa fa-facebook-official"></i></a></li>
<li><a href="//twitter.com/hackmhs"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</header>
<section id="about">
<div class="container">
<img src="/img/logo-blue.png">
<h1>a hackathon focused <br>on <span class="heavy">community</span></h1>
<p>hackMHS is about building a close community in which students of all backgrounds can make new <b>friends</b>, learn new <b>skills</b>, and <b>grow</b> as developers.</p><br>
<p>Whether you love music, gaming, design, hardware, biology, or more, come to hackMHS to <b>discover</b> where your interests meet technology, and <b>collaborate</b> with other enthusiastic students to build a cool project.</p>
<p></p>
</div>
</section>
<section id="faq">
<div class="container">
<h1>frequently asked <span class="heavy">questions</span></h1>
<ul>
<li>
<h3>Who can attend?</h3>
<p>Any high school student is welcome to apply! If you're in middle school, you may attend if you are at least 13 years old. Absolutely no coding experience is necessary.</p>
</li>
<li>
<h3>What if I've never been to a hackathon before?</h3>
<p>You can let us be your first :) In fact, hackMHS is designed with first-time hackers in mind, with many mentors and workshops to guide you along the way!</p>
</li>
<li>
<h3>How much does it cost?</h3>
<p>Nothing at all! hackMHS is completely free to all participants. While you're here, you'll get free food and free stuff.</p>
</li>
<li>
<h3>How long will the event last?</h3>
<p>hackMHS will last Saturday morning through Sunday afternoon. The hacking period will be 24 hours.</p>
</li>
<li>
<h3>I'm a parent concerned about safety. Is hackMHS safe?</h3>
<p>Yes; safety is our first priority. As we are sanctioned by Major League Hacking (MLH), all attendees agree to abide by the <a href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct</a>. For MLH's Parent's Guide to Hackathons, click <a href="https://mlh.io/parent-hackathon-guide">here</a>.</p>
</li>
<li>
<h3>Do students sleep overnight?</h3>
<p>Students are encouraged, although not required, to stay overnight as part of the hackathon experience. There will be designated quiet areas for sleeping. If you are uncomfortable staying overnight, you may be picked up by a parent.</p>
</li>
<li>
<h3>When are applications open?</h3>
<p>Applications have closed! We're emailing out decisions in waves over the next several days.</p>
</li>
<li>
<h3>What should I bring?</h3>
<p>Bring your laptop, phone, chargers, a sleeping bag (if desired), and excitement about learning new things!</p>
</li>
<li>
<h3>How will you decide between applicants?</h3>
<p>Participants will be selected by a random lottery. Each round of accepted students will have 2-3 days to RSVP.</p>
</li>
<li>
<h3>Do I need to join a team beforehand?</h3>
<p>Nope! We encourage you to meet new students during team formation at the beginning of the event. We recommend you form a team of up to 4 students.</p>
</li>
<li>
<h3>Will you provide travel reimbursement?</h3>
<p>Sorry, we're currently unable to provide travel reimbursement.</p>
</li>
<li>
<h3>How do I get there?</h3>
<p>hackMHS takes place at Millburn High School (462 Millburn Avenue, in Millburn, New Jersey). For Google Maps directions, click <a href="https://goo.gl/Pk7Hw5">here</a>.</p>
</li>
<li>
<h3>I have a question that isn't answered here.</h3>
<p>Feel free to email us your questions at <a href="mailto:hackatmhs@gmail.com">hackatmhs@gmail.com</a>, or message us via our <a href="//facebook.com/hackmhs">Facebook</a> page. We'll be happy to answer them!</p>
</li>
<li>
<h3></h3>
<p></p>
</li>
</ul>
</div>
</section>
<section id="schedule">
<div class="container">
<h1>event <span class="heavy">schedule</span></h1>
<div class="sch-wrapper">
<div class="sch">
<table>
<tr>
<h3><span class="heavy">saturday</span> may 21</h3>
</tr>
<tr>
<td class="time">10 am</span></td>
<td class="event">check in</td>
</tr>
<tr>
<td class="time">11 am</td>
<td class="event">opening ceremony</td>
</tr>
<tr>
<td class="time">12 pm</td>
<td class="event">hacking begins</td>
</tr>
<tr>
<td class="time">12 pm</td>
<td class="event">team formation</td>
</tr>
<tr>
<td class="time">12:30 pm</td>
<td class="event"><span class="heavy">lunch</span></td>
</tr>
<tr>
<td class="time">1-2 pm</td>
<td class="event">github</td>
</tr>
<tr>
<td class="time">2-3 pm</td>
<td class="event">web design</td>
</tr>
<tr>
<td class="time">2-3 pm</td>
<td class="event">intro to java</td>
</tr>
<tr>
<td class="time">3-4 pm</td>
<td class="event">javascript and APIs</td>
</tr>
<tr>
<td class="time">3-4 pm</td>
<td class="event">software design</td>
</tr>
<tr>
<td class="time">4-6 pm</td>
<td class="event">iOS workshop</td>
</tr>
<tr>
<td class="time">4-6 pm</td>
<td class="event">android workshop</td>
</tr>
<tr>
<td class="time">6 pm</td>
<td class="event"><span class="heavy">dinner</span></td>
</tr>
<tr>
<td class="time">8-9 pm</td>
<td class="event">graphic design</td>
</tr>
<tr>
<td class="time">9 pm</td>
<td class="event">cupstacking</td>
</tr>
<tr>
<td class="time">9:30 pm</td>
<td class="event">melee & hearthstone</td>
</tr>
<tr>
<td class="time">10 pm</td>
<td class="event">women hackers meetup</td>
</tr>
<tr>
<td class="time">10 pm</td>
<td class="event">sleeping area open</td>
</tr>
<tr>
<td class="time">12 am</td>
<td class="event"><span class="heavy">midnight snack</span></td>
</tr>
</table>
</div>
<div class="sch">
<table>
<tr>
<h3><span class="heavy">sunday</span> may 22</h3>
</tr>
<tr>
<td class="time">7 am</td>
<td class="event"><span class="heavy">breakfast</span></td>
</tr>
<tr>
<td class="time">9-10 am</td>
<td class="event">insider's guide to programming interviews</td>
</tr>
<tr>
<td class="time">10-11 am</td>
<td class="event">entrepreneurship</td>
</tr>
<tr>
<td class="time">11 am</td>
<td class="event"><span class="heavy">lunch</span></td>
</tr>
<tr>
<td class="time">11 am</td>
<td class="event">hacking ends</td>
</tr>
<tr>
<td class="time">12 pm</td>
<td class="event">expo & judging</td>
</tr>
<tr>
<td class="time">1:30 pm</td>
<td class="event">closing ceremony</td>
</tr>
</table>
</div>
</div>
</div>
</section>
<section id="sponsors">
<div class="container">
<h1>thanks to our <span class="heavy">sponsors</span></h1>
<h3>mega</h3>
<ul class="mega">
<li><a href="//edfoundationmillburnshorthills.org"><img style="max-height:250px" src="/sponsors/ef-logo.jpg"></a></li><br>
<li><a href="//www.esteeadvisors.com/"><img style="max-width:250px" src="/sponsors/estee-logo.jpg"></a></li>
</ul>
<h3>in partnership with</h3>
<ul class="partners">
<li><a href="//mlh.io"><img src="/sponsors/mlh-logo.png"></a></li>
<li><a href="//launchsummer.org"><img style="height:150px" src="/sponsors/launch-logo.jpg"></a></li><br>
<li><a href="//hackerearth.com/"><img src="/sponsors/hackerearth-logo.png"></a></li>
<li><a href="//ultrapress.com/"><img src="/sponsors/ultrapress-logo.jpg"></a></li>
<li><a href="//get.tech/"><img src="/sponsors/dot-tech-logo.png"></a></li>
<li><a href="//isometricapps.com/new/ "><img src="/sponsors/isometric-logo.png"></a></li>
<li><a href="//codeschool.com/"><img src="/sponsors/codeschool-logo.png"></a></li>
<li><a href="//twilio.com/"><img src="/sponsors/twilio-logo.png"></a></li>
<li><a href="//stickermule.com"><img src="/sponsors/stickermule-logo.png"></a></li>
</ul>
<p><p>Interested in sponsoring hackMHS II? <br>Email us at <a href="mailto:hackatmhs@gmail.com">hackatmhs@gmail.com</a> for more details.</p></p>
</div>
</section>
<footer>
<p>Made with ♥ by the hackMHS team.<br>By attending hackMHS, you are agreeing to abide by the <a href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct</a>.</p>
<ul class="social">
<li><a href="mailto:hackatmhs@gmail.com"><i class="fa fa-envelope"></i></a></li>
<li><a href="//facebook.com/hackmhs"><i class="fa fa-facebook-official"></i></a></li>
<li><a href="//twitter.com/hackmhs"><i class="fa fa-twitter"></i></a></li>
</ul>
</footer>
<a id="mlh-trust-badge" style="position:fixed;top:0;right:50px;max-width:100px;width:10%;min-width: 60px;display:block;z-index:10000" href="https://mlh.io/seasons/s2016/events?utm_source=s2016&utm_medium=TrustBadge&utm_campaign=s2016" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/s2016.png" alt="MLH Official - Spring 2016" style="width:100%;" ></a>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-70717945-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>