-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
497 lines (449 loc) · 18.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hackathon Event 2020 hosted by HackNYU">
<meta name="author" content="SitePoint">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" type="text/css" href="scss/main.css?ver=1.1">
<link href="assets/img/open-graph-logo.png" rel="icon">
<!-- Facebook Open Graph Properties -->
<meta property="og:title" content="HackNYU 2020"/>
<meta property="og:description" content="HackNYU is New York University's annual global hackathon held in New York, Shanghai, and Abu Dhabi. This year’s hackathon will place on March 6-8 2020. At HackNYU, students are given the tools to create innovative solutions for challenges in our four tracks: Sustainability, Education, Health, Well-being, and Financial Empowerment."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://hacknyu.org/assets/img/fb-preview.png"/>
<meta property="og:author" content="HackNYU"/>
<meta property="og:url" content="https://hacknyu.org/"/>
<!-- Twitter Properties -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@HackNYU">
<meta name="twitter:title" content="HackNYU 2020">
<meta name="twitter:description" content="HackNYU is New York University's annual global hackathon held in New York, Shanghai, and Abu Dhabi. This year’s hackathon will place on March 6-8 2020. At HackNYU, students are given the tools to create innovative solutions for challenges in our four tracks: Sustainability, Education, Health, Well-being, and Financial Empowerment.">
<meta name="twitter:image" content="https://hacknyu.org/assets/img/fb-preview.png">
<!-- Favicon Code -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="manifest" href="assets/img/site.webmanifest">
<link rel="mask-icon" href="assets/img/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/img/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/img/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<title>HackNYU 2020</title>
</head>
<body>
<a
id="mlh-trust-badge"
href="https://mlh.io/seasons/na-2020/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=white"
target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-black.svg" alt="Major League Hacking 2020 Hackathon Season">
</a>
<div class="body-container">
<!--nav bar-->
<div class="nav-burger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
<nav>
<ul class="nav-links">
<li>
<span>
<a href="#home" class="navlink-active-orange">Home</a>
</span>
</li>
<li>
<a href="#day-of">Event</a>
</li>
<!-- <li> -->
<!-- <a target="_blank" href="https://apply.hacknyu.org">Register</a> -->
<!-- </li> -->
<!-- <li>
<a href="#about">About</a>
</li> -->
<li>
<a href="#schedule">Schedule</a>
</li>
<li>
<a href="#faq">FAQ</a>
</li>
<!-- <li>
<a href="#volunteer">Volunteer</a>
</li> -->
<li>
<a href="#sponsor">Sponsors</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="https://wp.nyu.edu/developers/hacknyu-api-resource/">NYU API</a>
</li>
</ul>
</nav>
<div class="content">
<!--home section-->
<section class="home tab" id="home">
<section>
<h1 class="headline">HackNYU</h1>
<h3 class="subheader">March 6 - 8, 2020</h3>
<h3 class="subheader">6 Metrotech Center</h3>
<button onclick="window.open('https://apply.hacknyu.org', '_blank');" class="button-text home__hide__small">Dashboard</button>
</section>
<section>
<img src="./assets/img/cat-home.svg" class="home-img"q alt="home cat image"/>
<button onclick="window.open('https://apply.hacknyu.org', '_blank');" class="button-text home__hide__large">Dashboard</button>
</section>
</section>
<section class="day-of tab" id="day-of">
<section>
<h1 class="headline">
Welcome to HackNYU!
</h1>
<div class="body">
<p>
For announcements, questions, or help, join <a href="https://join.slack.com/t/hacknyu2020/shared_invite/enQtOTU2MjA3Njc2MjQ3LWIyNTkwY2I0NDk2MzhiOGIwODg1NGY2MWVjMGFlNDdlNzM4MTM5MDBhMDc5MjMxMGMxMDM2N2ZkNWFjYjllNWI">our Slack chat.</a>
</p>
<p>
Organizers are wearing light blue shirts; Volunteers are wearing light purple; Mentors are wearing light pink.
</p>
<p>
All attendees and event staff are required to abide by our <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code of Conduct</a>. For reporting, reach out to an organizer, or report to MLH: +1 409 202 6060, [email protected]
</p>
<p>
Please review the hackathon rules. Submit your project on <a href="https://hacknyu-2020.devpost.com/">Devpost</a> before 12:00PM on Sunday.
</p>
<p>
Our categories this year are: Sustainablility, Education, Health, and Financial Empowerment.
</p>
<p>We also have sponsored categories:</p>
<ul>
<li>Best Use of the Stellar Network - Stellar</li>
<li>Best User Experience - Facebook</li>
<li>Best Sports or Fitness Hack - RedBull</li>
<li>Best use of Google Cloud</li>
<li>Best Domain Registered with Domain.com</li>
<li>Best UiPath Automation Hack</li>
<li>Most Creative Radar.io Hack</li>
<li>Best use of NYU IT Data</li>
</ul>
<p>
Use NYU IT provided APIs & datasets to ideate, code and present apps using AI, ML & Chatbots to win prizes in the sponsored category “Best use of NYU IT Data!”
Learn more <a href="https://wp.nyu.edu/developers/hacknyu-api-resource/">here.</a>
</p>
<p>See our detailed prizes on <a href="https://hacknyu-2020.devpost.com/">Devpost</a>!</p>
</div>
</section>
<img src="./assets/img/cat-about.svg" class="about-img" alt="about page act image"/>
</section>
<!--About View-->
<!-- <section class="about tab" id="about">
<h1 class="headline">
About
</h1>
<p class="body">
HackNYU is New York University's annual global hackathon held in New York, Shanghai, and Abu Dhabi. This year’s hackathon will place on March 6-8 2020.
</p>
<p class="body">
At HackNYU, students are given the tools to create innovative solutions for challenges in our four tracks: Sustainability, Education, Health & Well-being, and Financial Empowerment.
</p>
<img src="./assets/img/cat-about.svg" class="about-img" alt="about page act image"/>
</section> -->
<!--schedule section-->
<section class="schedule tab" id="schedule">
<section>
<h1 class="headline">Schedule</h1>
<div>
<h4 class="secondary-body orange">
Friday (March 6)
</h4>
<ul class="secondary-body">
<li>
<span class="small-grow bold">1:00 PM</span>
<span class="medium-grow">Early Check-in</span>
<span class="medium-grow">6 Metrotech Entrance</span>
</li>
<li>
<span class="small-grow bold">5:00 PM</span>
<span class="medium-grow">Standard Check-in</span>
<span class="medium-grow">6 Metrotech Entrance</span>
</li>
<li>
<span class="small-grow bold">7:00 PM</span>
<span class="medium-grow">Kickoff!</span>
<span class="medium-grow">Gym</span>
</li>
<li>
<span class="small-grow bold">8:00 PM</span>
<span class="medium-grow">Hacking Starts!</span>
</li>
<li>
<span class="small-grow bold">8:00 PM</span>
<span class="medium-grow">Dinner</span>
<span class="medium-grow">Makerspace Foyer</span>
</li>
<li>
<span class="small-grow bold">8:00 PM</span>
<span class="medium-grow">Team Formation</span>
<span class="medium-grow">Eventspace</span>
</li>
</ul>
</div>
<div>
<h4 class="secondary-body orange">
Saturday (March 7)
</h4>
<ul class="secondary-body">
<li>
<span class="small-grow bold">8:30 AM</span>
<span class="medium-grow">Breakfast</span>
<span class="medium-grow">Makerspace Foyer</span>
</li>
<li>
<span class="small-grow bold">10:00 AM</span>
<span class="medium-grow">MLH-US Air Force Capture The Flag</span>
<span class="medium-grow">Eventspace</span>
</li>
<li>
<span class="small-grow bold">11:15 AM</span>
<span class="medium-grow">Getting Started With Stellar</span>
<span class="medium-grow">Eventspace</span>
</li>
<li>
<span class="small-grow bold">12:30 PM</span>
<span class="medium-grow">Disney Karaoke</span>
<span class="medium-grow">Eventspace</span>
</li>
<li>
<span class="small-grow bold">1:00 PM</span>
<span class="medium-grow">Lunch</span>
<span class="medium-grow">Makerspace Foyer</span>
</li>
<li>
<span class="small-grow bold">3:00 PM</span>
<span class="medium-grow">Blockchain Workshop</span>
<span class="medium-grow">Eventspace</span>
</li>
<li>
<span class="small-grow bold">5:30 PM</span>
<span class="medium-grow">Snacks</span>
<span class="medium-grow">Makerspace Foyer</span>
</li>
<li>
<span class="small-grow bold">6:30 PM</span>
<span class="medium-grow">MLH Slideshow Karaoke</span>
<span class="medium-grow">Makerspace Foyer</span>
</li>
<li>
<span class="small-grow bold">8:00 PM</span>
<span class="medium-grow">Dinner</span>
<span class="medium-grow">Makerspace Foyer</span>
</li>
</ul>
</div>
<div>
<h4 class="secondary-body orange">
Sunday (March 8)
</h4>
<ul class="secondary-body">
<li>
<span class="small-grow bold">12:00 AM</span>
<span class="medium-grow">Midnight Games</span>
<span class="medium-grow">Eventspace</span>
</li>
<li>
<span class="small-grow bold">8:30 AM</span>
<span class="medium-grow">Breakfast</span>
<span class="medium-grow">Makerspace Foyer</span>
</li>
<li>
<span class="small-grow bold">10:00 AM</span>
<span class="medium-grow">Lean Business Model Workshop</span>
<span class="medium-grow">Eventspace</span>
</li>
<li>
<span class="small-grow bold">12:00 PM</span>
<span class="medium-grow">Hacking Ends!</span>
</li>
<li>
<span class="small-grow bold">12:15 PM</span>
<span class="medium-grow">Lunch</span>
<span class="medium-grow">Makerspace Foyer</span>
</li>
<li>
<span class="small-grow bold">1:15 PM</span>
<span class="medium-grow">Hacker Expo and Judging</span>
<span class="medium-grow">Gym</span>
</li>
<li>
<span class="small-grow bold">5:00 PM</span>
<span class="medium-grow">Closing Ceremonies</span>
<span class="medium-grow">Gym</span>
</li>
</ul>
</div>
</section>
</section>
<!-- faq! -->
<section class="faq tab" id="faq">
<section>
<h1 class="headline">FAQ</h1>
<ul class="flex-container wrap">
<li class="flex-item">
<h4 class="secondary-body orange">
Where is it?
</h4>
<p class="secondary-body">
New York University Tandon School of Engineering, in Brooklyn! <a target="_blank" href="https://www.google.com/maps/search/6%20MetroTech%20Center,%20Brooklyn,%20NY%2011201?hl=en&source=opensearch">(6 MetroTech Center, Brooklyn, NY 11201)</a>
</p>
</li>
<li class="flex-item">
<h4 class="secondary-body orange">
Can we form teams?
</h4>
<p class="secondary-body">
Totally, but it's a maximum of four members in each team.
</p>
</li>
<li class="flex-item">
<h4 class="secondary-body orange">
Are there rules?
</h4>
<p class="secondary-body">
Yes, we are following the <a href="http://mlh.io/code-of-conduct" target="_blank">MLH Code of Conduct</a>.
</p>
</li>
<li class="flex-item">
<h4 class="secondary-body orange">
Does it cost anything?
</h4>
<p class="secondary-body">
Nope, HackNYU is free! Food is included!
</p>
</li>
<li class="flex-item">
<h4 class="secondary-body orange">
What should I bring?
</h4>
<p class="secondary-body">
Laptop, charger, phone, some form of photo ID,
and perhaps a sleeping bag.
</p>
</li>
<li class="flex-item">
<h4 class="secondary-body orange">
Travel reimbursements?
</h4>
<p class="secondary-body">
Unforunately no, we will not be able to sponsor
travel for this year.
</p>
</li>
</ul>
</section>
<section class="faq-img-container">
<img src="./assets/img/faq-block.svg" class="faq-img-container-img" alt="faq block image"/>
</section>
</section>
<!-- <section class="volunteer tab" id="volunteer">
<section>
<h1 class="headline">Want to volunteer?</h1>
<button onclick="location.href='https://docs.google.com/forms/d/e/1FAIpQLSd0l7JosdW4V4hKCnLbeYCYxztbBr1uSOaN01t8baxjmLSc0w/viewform';" class="button-text home__hide__small">Sign Up</button>
</section>
<section>
<img src="./assets/img/cat-home.svg" class="home-img"q alt="home cat image"/>
<button onclick="location.href='https://docs.google.com/forms/d/e/1FAIpQLSd0l7JosdW4V4hKCnLbeYCYxztbBr1uSOaN01t8baxjmLSc0w/viewform';" class="button-text home__hide__large">Sign Up</button>
</section>
</section> -->
<!--sponsors section-->
<section class="sponsors tab" id="sponsor">
<h1 class="headline">
Sponsors
</h1>
<p class="body">
Interested in sponsoring? Send us an email at <a href="mailto: [email protected]">[email protected]</a>
</p>
<ul class="flex-container wrap">
<li class="flex-item">
<img src="./assets/sponsorLogos/stellar.png" alt="stellar logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/NYUIT.png" alt="nyu it logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/IEEE.png" alt="IEEE logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/disney.png" alt="disney logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/facebook.png" alt="facebook logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/dell.png" alt="dell logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/RLab.png" alt="RLab logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/monster.png" alt="monster logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/myriad360.jpg" alt="myriad360 logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/NYCMLLogo.png" alt="NYCMLLogo logo">
</li>
<li class="flex-item">
<img src="./assets/sponsorLogos/theBit.jpg" alt="The Bit logo">
</li>
<li class="flex-item">
<a href="http://hackp.ac/mlh-stickermule-hackathons"><img src="./assets/sponsorLogos/stickermule.png" alt="Stickermule logo"></a>
</li>
</ul>
<!-- <img src="./assets/img/cat-about.svg" class="sponsors-img" alt="about page act image"/> -->
</section>
<!--contact section-->
<section class="contact tab" id="contact">
<section>
<h1 class="headline">
Contact
</h1>
<p class="body">
Got any questions? Send us an email at <a href="mailto: [email protected]">[email protected]</a>
</p>
<!-- <img src="./assets/img/cat-about.svg" class="about-img" alt="about page act image"/> -->
</section>
</section>
<!--Mobile View-->
<section class="mobile-links">
<section class="mobile-links-row">
<h5>Social</h5>
<section class="mobile-links-column">
<ul>
<li>
<a href="https://www.instagram.com/hacknyu/">
Instagram
</a>
</li>
<li>
<a href="https://twitter.com/HackNYU">
Twitter
</a>
</li>
<li>
<a href="https://www.facebook.com/hacknyu/">
Facebook
</a>
</li>
</ul>
</section>
</section>
</section>
</div>
</div>
<script src="js/script.js"></script>
</body>
</html>