-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
432 lines (429 loc) · 24.4 KB
/
index.html
File metadata and controls
432 lines (429 loc) · 24.4 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
<!DOCTYPE html>
<html>
<head>
<title>QueensHack 2016</title>
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<meta name="description" content="Queens' very first student-run hackathon. Join us for a weekend of skill building, teamwork, and fun!">
<meta itemprop="name" content="QueensHack">
<meta itemprop="description" content="Queens' very first student-run hackathon. Join us for a weekend of skill building, teamwork, and fun!">
<meta itemprop="image" content="https://queenshack.nyc/img/social_card1.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@queenshacknyc">
<meta name="twitter:title" content="QueensHack">
<meta name="twitter:description" content="Queens' very first student-run hackathon. Join us for a weekend of skill building, teamwork, and fun!">
<meta name="twitter:creator" content="@najmsheikh">
<meta name="twitter:image:src" content="https://queenshack.nyc/img/social_card2.png">
<meta property="og:url" content="https://queenshack.nyc">
<meta property="og:title" content="QueensHack">
<meta property="og:description" content="Queens' very first student-run hackathon. Join us for a weekend of skill building, teamwork, and fun!">
<meta property="og:site_name" content="QueensHack">
<meta property="og:image" content="https://queenshack.nyc/img/social_card1.png">
<meta property="fb:admins" content="100000636771951">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0-beta1/jquery.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/typed.min.js"></script>
<script type="text/javascript" src="js/materialize.js"></script>
<script type="text/javascript" src="js/routie.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/materialize.css">
</head>
<body>
<nav class="navbar transparent">
<div class="nav-wrapper mobile hide-on-med-and-up">
<ul class="mobbar">
<li><a href="#info" id="infoBtnM" class="link whiteLink">INFO</a></li>
<li><a href="#faq" id="faqBtnM" class="link whiteLink">FAQ</a></li>
<li><a href="#schedule" id="scheduleBtnM" class="link whiteLink">SCHEDULE</a></li>
<!-- <li><a href="#sponsors" id="sponsorsBtnM" class="link whiteLink">SPONSORS</a></li> -->
<li><a href="#attend" id="attendBtnM" class="waves-effect waves-light btn-large qhgold">ATTEND</a></li>
</ul>
</div>
<div class="nav-wrapper hide-on-small-only">
<img id="logo" src="img/qnslogo.svg">
<ul class="right links">
<li><a href="#info" id="infoBtn" class="link whiteLink">INFO</a></li>
<li><a href="#faq" id="faqBtn" class="link whiteLink">FAQ</a></li>
<li><a href="#schedule" id="scheduleBtn" class="link whiteLink">SCHEDULE</a></li>
<li><a href="#sponsors" id="sponsorsBtn" class="link whiteLink">SPONSORS</a></li>
<li><a href="#attend" id="attendBtn" class="waves-effect waves-light btn-large qhgold">ATTEND</a></li>
</ul>
</div>
</nav>
<div id="canvas"></div>
<div class="main-page page">
<div class="background">
<img class="hide-on-large-only" src="img/bg.jpg">
<video id="player" class="hide-on-med-and-down" src="videos/bgvid.mp4" autoplay loop muted></video>
</div>
<div class="overlay"></div>
<div id="peopleArray">
<p><b>ENGINEERS</b></p>
<p><b>DESIGNERS</b></p>
<p><b>DEVELOPERS</b></p>
<p><b>ENTREPRENEURS</b></p>
<p><b>HACKERS</b></p>
</div>
<div class="hide-on-small-only">
<div class="welcome-message">
<h2><b>WE ARE</b></h2>
<div class="people-ticker qhgold"></div>
</div>
</div>
<div class="hide-on-med-and-up">
<div class="welcome-message">
<h4><b>WE ARE</b></h4>
<div class="people-tickerM qhgold"></div>
</div>
</div>
</div>
<div class="info-page page row container">
<div class="hide-on-small-only">
<div class="col s6">
<h4><b>WHAT</b></h4>
<p>QueensHack is the first student-run hackathon in Queens, NY, led by a group of dedicated high school and college students striving to promote an interest in computer science. Over the course of 24-hours, participants will create awesome projects and showcase their creativity. Beginners and experts alike will have the opportunity to work together to improve their skills and impress the judges, culminating in an awards ceremony. Join us for a weekend of skill building, teamwork, and fun!</p>
<h4><b>WHY</b></h4>
<p>Ever had the itch to create something that would leave everyone in awe? Whether you want to create the next Facebook or boot up your very own J.A.R.V.I.S., hackathons are the best place to start. You’ll have access to beginner-friendly workshops in the beginning, and mentors throughout the event so even if you do get stuck at some line of code, we’ll help you get back up and running ASAP so you can make your dream apps come to reality. If you get tired from coding, we’ll have side events and food refuels to keep you active and entertained. Or if you want to brag to your friends about attending QueensHack, we’ll give out free swag (t-shirts, stickers etc.) Basically, it will be a great learning experience for you and you will be sharing it with friends, both new and old. Oh, and did we mention free food? :)</p>
</div>
<div class="col s6" style="padding-left: 5vw;">
<h4><b>APRIL</b></h4>
<h1 style="font-size: 12vw; margin: -15px 0 -15px -10px;"><b>23-24</b></h1>
<div style="display: flex;">
<h4><b>9AM</b></h4><b>SAT</b>
<h4><b> - 3PM</b></h4><b>SUN</b>
</div>
<h4><b>COALITION FOR QUEENS</b></h4>
<a href="https://goo.gl/maps/3BntGM3TLoq"><b>Falchi Building 31-00 47th Ave, Long Island City, NY 11101</b></a>
</div>
</div>
<div class="hide-on-med-and-up">
<div class="row center-align">
<h4><b>APRIL 23-24</b></h4>
<h5><b>Coalition For Queens</b></h5>
<a href="https://goo.gl/maps/3BntGM3TLoq"><b>Falchi Building 31-00 47th Ave, Long Island City, NY 11101</b></a>
</div>
<div class="row">
<h5 class="center"><b>What</b></h5>
<p>QueensHack is the first student-run hackathon in Queens, NY, led by a group of dedicated high school and college students striving to promote an interest in computer science. Over the course of 24-hours, participants will create awesome projects and showcase their creativity. Beginners and experts alike will have the opportunity to work together to improve their skills and impress the judges, culminating in an awards ceremony. Join us for a weekend of skill building, teamwork, and fun!</p>
</div>
<div class="row">
<h5 class="center"><b>Why</b></h5>
<p>Ever had the itch to create something that would leave everyone in awe? Whether you want to create the next Facebook or boot up your very own J.A.R.V.I.S., hackathons are the best place to start. You’ll have access to beginner-friendly workshops in the beginning, and mentors throughout the event so even if you do get stuck at some line of code, we’ll help you get back up and running ASAP so you can make your dream apps come to reality. If you get tired from coding, we’ll have side events and food refuels to keep you active and entertained. Or if you want to brag to your friends about attending QueensHack, we’ll give out free swag (t-shirts, stickers etc.) Basically, it will be a great learning experience for you and you will be sharing it with friends, both new and old. Oh, and did we mention free food? :)</p>
</div>
</div>
</div>
<div class="faq-page page row container">
<div class="hide-on-med-and-down">
<div class="col s4">
<b>What is a hackathon?</b>
<p>A hackathon is essentially an invention marathon. Think of it as a science fair but you create your project at the event. While at the hackathon, you’re making new friends, learning new skills, and building something amazing for a chance to win amazing prizes. If you’re still unsure, please check out <a href="https://mlh.io/parent-hackathon-guide">this guide</a> and <a href="http://thecodingdiaries.com/why-you-should-go-to-a-hackathon/">this list</a>.</p>
<b>Can I work on a previous project?</b>
<p>We intend on making QueensHack a fair hackathon for all and as such working on and subsequently submitting old projects will not be allowed.</p>
<b>How much do I have to pay in order to attend?</b>
<p>QueensHack is completely FREE! We will provide you with food, drinks, area to sleep and of course high speed internet access.</p>
</div>
<div class="col s4">
<b>Who can apply to QueensHack?</b>
<p>Any current high school or university student within the United States is welcome to apply.</p>
<b>What do I need to bring?</b>
<p>You need to bring a laptop, charger, school ID, a sleeping bag (if you’re staying overnight) and a healthy attitude to learn and build!</p>
<b>Can I work with a team?</b>
<p>Absolutely! We will have a short introduction session where you can pitch your own idea or listen to others’ and work with them. However, it is completely fine if you do not have an idea beforehand since initial idea pitches are completely optional (but highly recommended!). The maximum amount of people in any team is four.</p>
<b>Do I have to stay up all night coding?</b>
<p>No! In fact we recommend sleeping or taking naps throughout the hackathon so you don’t feel tired. We will be providing a separate sleeping area but you are free to leave and come back later.</p>
</div>
<div class="col s4">
<b>What If I don’t know how to code?</b>
<p>You don't need to know how to code! We will be having multiple workshops for beginners who don't know a single line of code. Just bring yourself and we will help you as much as possible.</p>
<b>How do I get there?</b>
<p>QueensHack is hosted at the historic Falchi Building in Long Island City (space provided to us with 💗 from Coalition For Queens). Nearby transit includes the Q39, Q60, Q32, Q67 buses and 7, E, M, R, and G trains. <a href="https://goo.gl/maps/3BntGM3TLoq">Click here</a> for directions.</p>
<b>Will there be travel reimbursements?</b>
<p>Unfortunately, we will be unable to provide travel reimbursements this year.</p>
<b>What if I have a different question?</b>
<p>You can <a href="https://www.facebook.com/queenshack">message</a> us, <a href="https://www.twitter.com/QueensHackNYC">tweet</a> at us or just drop us an email at team@queenshack.nyc</p>
</div>
</div>
<div class="hide-on-large-only">
<b>What is a hackathon?</b>
<p>A hackathon is essentially an invention marathon. Think of it as a science fair but you create your project at the event. While at the hackathon, you’re making new friends, learning new skills, and building something amazing for a chance to win amazing prizes. If you’re still unsure, please check out <a href="https://mlh.io/parent-hackathon-guide">this guide</a> and <a href="http://thecodingdiaries.com/why-you-should-go-to-a-hackathon/">this list</a>.</p>
<b>Who can apply to QueensHack?</b>
<p>Any current high school or university student within the United States is welcome to apply.</p>
<b>What If I don’t know how to code?</b>
<p>You don't need to know how to code! We will be having multiple workshops for beginners who don't know a single line of code. Just bring yourself and we will help you as much as possible.</p>
<b>What do I need to bring?</b>
<p>You need to bring a laptop, charger, school ID, a sleeping bag (if you’re staying overnight) and a healthy attitude to learn and build!</p>
<b>Can I work on a previous project?</b>
<p>We intend on making QueensHack a fair hackathon for all and as such working on and subsequently submitting old projects will not be allowed.</p>
<b>How much do I have to pay in order to attend?</b>
<p>QueensHack is completely FREE! We will provide you with food, drinks, area to sleep and of course high speed internet access.</p>
<b>How do I get there?</b>
<p>QueensHack is hosted at the historic Falchi Building in Long Island City (space provided to us with 💗 from Coalition For Queens). Nearby transit includes the Q39, Q60, Q32, Q67 buses and 7, E, M, R, and G trains. <a href="https://goo.gl/maps/3BntGM3TLoq">Click here</a> for directions.</p>
<b>Will there be travel reimbursements?</b>
<p>Unfortunately, we will be unable to provide travel reimbursements this year.</p>
<b>Can I work with a team?</b>
<p>Absolutely! We will have a short introduction session where you can pitch your own idea or listen to others’ and work with them. However, it is completely fine if you do not have an idea beforehand since initial idea pitches are completely optional (but highly recommended!). The maximum amount of people in any team is four.</p>
<b>Do I have to stay up all night coding?</b>
<p>No! In fact we recommend sleeping or taking naps throughout the hackathon so you don’t feel tired. We will be providing a separate sleeping area but you are free to leave and come back later.</p>
<b>What if I have a different question?</b>
<p>You can <a href="https://www.facebook.com/queenshack">message</a> us, <a href="https://www.twitter.com/QueensHackNYC">tweet</a> at us or just drop us an email at team@queenshack.nyc</p>
</div>
</div>
<div class="schedule-page page container">
<div class="row hide-on-small-only">
<div class="col s6">
<h4><b>SATURDAY</b></h4>
<table>
<tr>
<td>09:00am</td>
<td>Doors Open / Breakfast</td>
</tr>
<tr>
<td>10:30am</td>
<td>Opening Ceremony</td>
</tr>
<tr>
<td>11:30am</td>
<td>Team Formation</td>
</tr>
<tr>
<td>12:00pm</td>
<td>Hacking Begins / Lunch</td>
</tr>
<tr>
<td>01:00pm</td>
<td>Game Development with PhaserIO (Castro)</td>
</tr>
<tr>
<td>02:00pm</td>
<td>How To Deploy To Heroku (Make School)</td>
</tr>
<tr>
<td>03:00pm</td>
<td>Intro to Object Oriented Programming and Swift (Make School)</td>
</tr>
<tr>
<td>06:00pm</td>
<td>Dinner</td>
</tr>
<tr>
<td>08:30pm</td>
<td>Photobooth</td>
</tr>
<tr>
<td>10:00pm</td>
<td>Jenga Tournament</td>
</tr>
</table>
</div>
<div class="col s6">
<h4><b>SUNDAY</b></h4>
<table>
<tr>
<td>12:00am</td>
<td>Midnight Snacks</td>
</tr>
<tr>
<td>12:15am</td>
<td>Lights Dimmed, Music Lowered</td>
</tr>
<tr>
<td>04:00am</td>
<td>Early Morning Refuel</td>
</tr>
<tr>
<td>08:00am</td>
<td>Breakfast</td>
</tr>
<tr>
<td>10:30am</td>
<td>Submission Roundup</td>
</tr>
<tr>
<td>12:00pm</td>
<td>Hacking Ends</td>
</tr>
<tr>
<td>12:30pm</td>
<td>Hack Demos</td>
</tr>
<tr>
<td>02:00pm</td>
<td>Judging</td>
</tr>
<tr>
<td>02:30pm</td>
<td>Closing Ceremony</td>
</tr>
<tr>
<td>03:00pm</td>
<td>Adios!</td>
</tr>
</table>
</div>
</div>
<div class="hide-on-med-and-up">
<div class="row">
<h4><b>SATURDAY</b></h4>
<table>
<tr>
<td>09:00am</td>
<td>Doors Open / Breakfast</td>
</tr>
<tr>
<td>10:30am</td>
<td>Opening Ceremony</td>
</tr>
<tr>
<td>11:30am</td>
<td>Team Formation</td>
</tr>
<tr>
<td>12:00pm</td>
<td>Hacking Begins / Lunch</td>
</tr>
<tr>
<td>01:00pm</td>
<td>Game Development with PhaserIO (Castro)</td>
</tr>
<tr>
<td>02:00pm</td>
<td>How To Deploy To Heroku (Make School)</td>
</tr>
<tr>
<td>03:00pm</td>
<td>Intro to Object Oriented Programming and Swift (Make School)</td>
</tr>
<tr>
<td>06:00pm</td>
<td>Dinner</td>
</tr>
<tr>
<td>08:30pm</td>
<td>Photobooth</td>
</tr>
<tr>
<td>10:00pm</td>
<td>Jenga Tournament</td>
</tr>
</table>
</div>
<div class="row">
<h4><b>SUNDAY</b></h4>
<table>
<tr>
<td>12:00am</td>
<td>Midnight Snacks</td>
</tr>
<tr>
<td>12:15am</td>
<td>Lights Dimmed, Music Lowered</td>
</tr>
<tr>
<td>04:00am</td>
<td>Early Morning Refuel</td>
</tr>
<tr>
<td>08:00am</td>
<td>Breakfast</td>
</tr>
<tr>
<td>10:30am</td>
<td>Submission Roundup</td>
</tr>
<tr>
<td>12:00pm</td>
<td>Hacking Ends</td>
</tr>
<tr>
<td>12:30pm</td>
<td>Hack Demos</td>
</tr>
<tr>
<td>02:00pm</td>
<td>Judging</td>
</tr>
<tr>
<td>02:30pm</td>
<td>Closing Ceremony</td>
</tr>
<tr>
<td>03:00pm</td>
<td>Adios!</td>
</tr>
</table>
</div>
</div>
</div>
<div class="sponsors-page page container">
<div class="row">
<a href="http://c4q.nyc/">
<img class="col s3" src="img/c4q.png" title="Made in Queens, NYC">
</a>
<a href="https://www.thalmic.com">
<img class="col s3" src="img/thalmic.png" title="Sit Back, Relax, and Take Control">
</a>
<a href="http://www.nationwidebandwidth.com">
<img class="col s3" src="img/nationwide.png" title="Online Technology Broker">
</a>
<a href="http://launchsummer.org/">
<img class="col s3" src="img/mit-launch.png" title="Unleash your inner entrepreneur">
</a>
</div>
<div class="row">
<a href="http://hacker.fund">
<img class="col s3" src="img/Hackerfund.png" title="We train mentors to inspire learning">
</a>
<a href="http://stickergiant.com">
<img class="col s2" src="img/stickergiant.png" title="Every sticker has a story.">
</a>
<a href="http://hackalliance.io/">
<img class="col s2" src="img/hackalliance.png" title="Hackathon Resource Sharing">
</a>
<a href="http://www.stickeryou.com/2/products/stickers/653?utm_source=QUEENSHACKNYC&utm_medium=Sponsorship&utm_campaign=SPONSORSHIP2016-Sponsorship">
<img class="col s2" src="img/stickeryou.png" title="The web’s best platform to Make it Stick!">
</a>
<a href="http://clarif.ai">
<img class="col s2" src="img/clarifai.png" title="Real Solutions, Artificial Intelligence">
</a>
</div>
<div class="sponsor-contact">
<p><b>Want to help us improve the future?</b></p>
<a class="waves-effect waves-light btn-large qhgold" href="docs/queenshackSponsorship.pdf">SPONSOR</a>
<p><b>email us: sponsor@queenshack.nyc</b></p>
</div>
</div>
<div class="attend-page page">
<!-- <div class="typeform-widget" data-url="https://walkthru.typeform.com/to/Oyc91l" data-text="QueensHack" style="width:100%;height:85vh;"></div> -->
<h4 class="center-align white-text"><b>Sorry! Applications have been closed.</b></h4>
<h4 class="center-align white-text"><b>But you can still signup as a mentor! <a href="https://bit.ly/qhmentor">Click Here</a></b></h4>
<script>
(function() {
var qs, js, q, s, d = document,
gi = d.getElementById,
ce = d.createElement,
gt = d.getElementsByTagName,
id = 'typef_orm',
b = 'https://s3-eu-west-1.amazonaws.com/share.typeform.com/';
if (!gi.call(d, id)) {
js = ce.call(d, 'script');
js.id = id;
js.src = b + 'widget.js';
q = gt.call(d, 'script')[0];
q.parentNode.insertBefore(js, q)
}
})()
</script>
</div>
</body>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('.navbar a').click(function() {
var match = jQuery(this).attr('href').match(/#\S+/);
ga('send', 'pageview', location.pathname + match[0]);
});
});
</script>
</html>