-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
522 lines (504 loc) · 34.7 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
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
<!-- Show Valid ID to Go Underground -->
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>HACKMIT 2018</title>
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/site.webmanifest">
<link rel="mask-icon" href="assets/favicons/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="assets/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="assets/favicons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="css/styles.min.css">
<!-- FACEBOOK CODE -->
<meta property="og:title" content="HackMIT 2018"/>
<meta property="og:url" content="hackmit.org"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="Hack, create, and explore at MIT's largest hackathon. September 15-16."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="assets/graphics/hackcover7.png"/>
<!-- TWITTER CODE -->
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:site" content="@HackMIT"/>
<meta property="twitter:creator" content="@HackMIT"/>
<meta property="twitter:title" content="HackMIT 2018"/>
<meta property="twitter:description" content="Hack, create, and explore at MIT's largest hackathon. September 15-16."/>
<meta property="twitter:image" content="assets/graphics/hackcover7.png"/>
<meta property="twitter:image:alt" content="HackMIT 2018, September 15-16."/>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '205331716786860');
fbq('track', 'PageView');
</script>
<noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=205331716786860&ev=PageView
&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
</head>
<body>
<div id="speakers-expanded" class="expanded-sign">
<img src="assets/graphics/redx.svg" class="expanded-x left top">
<img src="assets/graphics/redx.svg" class="expanded-x left top side">
<div class="expanded-bubble left" id="red-expanded-bubble">
<div class="slideshow">
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/banzi.jpg">
<div class="info">
<h1>Massimo Banzi</h1>
<h5>Cofounder of Arduino</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/banzi.jpg">
<div class="info">
<h1>Massimo Banzi</h1>
<h5>Cofounder of Arduino</h5>
</div>
</div>
<p>Massimo is an Interaction Designer, Educator and Open Source Hardware advocate. He is also the author of “Getting Started with Arduino” published by O’Reilly. He currently teaches Interaction Design at SUPSI Lugano in the south of Switzerland and is a visiting professor at CIID in Copenhagen.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/sanghvi.jpg">
<div class="info">
<h1>Ruchi Sanghvi</h1>
<h5>Founder of South Park Commons</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/sanghvi.jpg">
<div class="info">
<h1>Ruchi Sanghvi</h1>
<h5>Founder of South Park Commons</h5>
</div>
</div>
<p> Ruchi Sanghvi is the founder of South Park Commons (SPC) - a collective of technologists, tinkerers, and entrepreneurs who have come together to freely learn, explore new ideas, and help each other launch their next venture. Based in San Francisco, SPC has over 150 members and alums who have either started their own companies or gone on to join top organizations like Google Brain, OpenAI, and Chan Zuckerberg Initiative. In early 2018, Ruchi raised a $50M seed stage venture fund to support entrepreneurs both inside and outside of SPC.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/mickos.jpg">
<div class="info">
<h1>Marten Mickos</h1>
<h5>CEO of HackerOne</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/mickos.jpg">
<div class="info">
<h1>Marten Mickos</h1>
<h5>CEO of HackerOne</h5>
</div>
</div>
<p>Marten Mickos is the CEO of HackerOne, Inc. the #1 bug bounty and vulnerability coordination platform. Previously, Marten was the CEO of Eucalyptus Systems, acquired by Hewlett-Packard where he served as head of the cloud business. Marten served as CEO of MySQL AB from 2001 to 2008 and as a board member of Nokia from 2012 to 2015. Marten is a thought leader on leadership and disruptive business models.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/seibel.jpg">
<div class="info">
<h1>Michael Seibel</h1>
<h5>CEO of Y Combinator</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/seibel.jpg">
<div class="info">
<h1>Michael Seibel</h1>
<h5>CEO of Y Combinator</h5>
</div>
</div>
<p>Michael Seibel is a partner and CEO of Y Combinator. Prior to YC, Michael was co-founder and CEO of Justin.tv from 2007 - 2011 and the co-founder and CEO of Socialcam in 2012. During 2012, Socialcam participated in Y Combinator, raised angel financing, and sold to Autodesk Inc. for $60m (link). In 2014, Justin.tv became Twitch Interactive and under the leadership of Emmett Shear and Kevin Lin sold to Amazon for $970M. Before getting into tech, Michael spent a year as the finance director for a US Senate campaign and before that he graduated from Yale University with a bachelors degree in political science.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/adam.jpg">
<div class="info">
<h1>Adam D'Angelo</h1>
<h5>CEO and Cofounder of Quora</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/adam.jpg">
<div class="info">
<h1>Adam D'Angelo</h1>
<h5>CEO and Cofounder of Quora</h5>
</div>
</div>
<p>Adam D’Angelo is the cofounder and CEO of Quora, the Q&A platform that empowers people to share and grow the world's knowledge. Since 2009, Quora has grown serve over 100 million monthly unique visitors from around the world with a library of knowledge featuring more than 1.5 million topics—ranging from business and technology, to politics and science, to arts and entertainment. Prior to co-founding Quora, Adam served as CTO at Facebook, where he oversaw new product development and led the engineering team. In addition, he guided the site’s architecture and infrastructure and started the company's growth team. Adam holds a Bachelor’s degree in Computer Science from the California Institute of Technology.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/fry.jpg">
<div class="info">
<h1>Ben Fry</h1>
<h5>Founder of Fathom Information Design</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/fry.jpg">
<div class="info">
<h1>Ben Fry</h1>
<h5>Founder of Fathom Information Design</h5>
</div>
</div>
<p>Ben Fry is founder and principal of Fathom Information Design, a design and software consultancy located in Boston. He holds a Ph.D. from the MIT Media Laboratory and recently joined MIT as a Lecturer. Fry has authored and co-authored multiple books and develops "Processing" — the programming environment he co-created with Casey Reas used by artists, engineers, scientists, and students all over the world. His work can be found in museums, feature films, research labs, and the portfolios of Fathom's clients such as Nike, Samsung, DARPA, and ProPublica. In 2011, Fry visited the White House to receive the National Design Award for Interaction Design.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/chen.jpg">
<div class="info">
<h1>Alexander Chen</h1>
<h5>Creative Lead at Google</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/chen.jpg">
<div class="info">
<h1>Alexander Chen</h1>
<h5>Creative Lead at Google</h5>
</div>
</div>
<p>At Google Creative Lab, Alexander has helped lead projects such as Chrome Music Lab, A.I. Experiments, and the Les Paul Doodle, a Google doodle which generated 5.1 years worth of shared music around the world. His personal projects include MTA.ME, which transformed a New York subway map into a string instrument. His music visualization work has been featured in The New York Times, Wired, Fast Company, Wall Street Journal, and many more.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/luipold.jpg">
<div class="info">
<h1>Heather Luipold</h1>
<h5>Creative Lead at Google</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/luipold.jpg">
<div class="info">
<h1>Heather Luipold</h1>
<h5>Creative Lead at Google</h5>
</div>
</div>
<p>Heather Luipold is a Creative Lead 5in New York working at the Google Creative Lab. They’re a small group of designers, engineers, writers, filmmakers and thinkers who experiment on non-traditional product concepts and ways to help connect people with their products. She co-leads a team inside the Lab that focuses on product visioning and experimentation. She also works as an adjunct professor in the design department at the School of Visual Arts and the Masters Program at Cornell Tech. Prior to Google, she worked in a slew of agencies where she led product work for clients like Gucci, American Express and Lexus.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/wang.jpg">
<div class="info">
<h1>Alex Wang</h1>
<h5>Founder and CEO of Scale</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/wang.jpg">
<div class="info">
<h1>Alex Wang</h1>
<h5>Founder and CEO of Scale</h5>
</div>
</div>
<p>Scale was founded by Alexandr Wang, an MIT college dropout, national programming competitor and former engineering lead at Quora. Alex previously won "Best Travel Hack" at HackMIT in 2015 as a student while at MIT for creating Emma, a personal assistant that books flights for you optimally based on machine learning models. After being a teenage tech lead at Quora, Alex founded Scale, becoming the youngest founder funded by Accel as a teenager, was recognized as Forbes 30 under 30, and is a frequent speaker at conferences including Auto AI and API Mixtape.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/field.jpg">
<div class="info">
<h1>Dylan Field</h1>
<h5>Cofounder and CEO of Figma</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/field.jpg">
<div class="info">
<h1>Dylan Field</h1>
<h5>Cofounder and CEO of Figma</h5>
</div>
</div>
<p>Dylan Field is the CEO / co-founder of Figma, a collaborative interface design tool. Before starting Figma with the support of the Thiel Fellowship, Dylan was an intern at O'Reilly Media, LinkedIn and Flipboard.</p>
</div>
<div class="slide fade" onclick="plusSlides(1)">
<div class="speaker desktop">
<img src="assets/speakers/nelson.jpg">
<div class="info">
<h1>Ben Nelson</h1>
<h5>Cofounder and CTO of Lambda School</h5>
</div>
</div>
<div class="speaker mobile">
<img src="assets/speakers/nelson.jpg">
<div class="info">
<h1>Ben Nelson</h1>
<h5>Cofounder and CTO of Lambda School</h5>
</div>
</div>
<p>Ben is a co-founder and CTO of Lambda School - a thirty-week-long online immersive computer science academy that takes a share of future earnings instead of traditional debt. He started Lambda School in 2017 and bootstrapped it to profitability before attending Y Combinator. Lambda School currently has over 500 students across five subjects and recently closed a series A that was led by Google Ventures. Ben lives in the San Francisco Bay Area with his wife and two children.</p>
</div>
</div>
<br>
<div class="index">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
<span class="dot" onclick="currentSlide(4)"></span>
<span class="dot" onclick="currentSlide(5)"></span>
<span class="dot" onclick="currentSlide(6)"></span>
<span class="dot" onclick="currentSlide(7)"></span>
<span class="dot" onclick="currentSlide(8)"></span>
<span class="dot" onclick="currentSlide(9)"></span>
<span class="dot" onclick="currentSlide(10)"></span>
<span class="dot" onclick="currentSlide(11)"></span>
</div>
</div>
<img src="assets/graphics/redarrow.svg" class="expanded-arrow left" id="speakers-arrow">
</div>
<div id="faq-expanded" class="expanded-sign">
<img src="assets/graphics/bluex.png" class="expanded-x left bottom">
<img src="assets/graphics/bluex.png" class="expanded-x left bottom side">
<div class="expanded-bubble left" id="blue-expanded-bubble">
<div class="content">
<div class="faq">
<h4 class="question">Can I attend?</h4>
<p class="answer">If <mark class="pink">you are an MIT undergraduate</mark> or <mark class="green">you are an MIT M.Eng student</mark> or <mark class="red">you are a college undergraduate AND you are at least 18 years old</mark>, then YES!</p>
</div>
<div class="faq">
<h4 class="question">How does registration work?</h4>
<p class="answer">Registration is open now! See the Register tab for details. Admissions will be based on a weighted random lottery and will be done in two waves. If you’re accepted, you will have a week to confirm your attendance.</p>
</div>
<div class="faq">
<h4 class="question">Does this cost money?</h4>
<p class="answer">Nope! Admission is free and includes meals, drinks, snacks, overnight hosting, workshops, swag, and a memorable experience (if we do say so ourselves)!</p>
</div>
<div class="faq">
<h4 class="question">What will I eat?</h4>
<p class="answer">We’ll provide food for all meals from Saturday’s breakfast to Sunday’s lunch. If you have dietary restrictions, we’ll try our best to accommodate them. Of course, we’ll also have an abundance of snacks throughout the hacking period.</p>
</div>
<div class="faq">
<h4 class="question">Where will I sleep?</h4>
<p class="answer">Hacking all night is fun, but you can also get some rest when you need it! If you indicate in your confirmation form, we can match you with an MIT student who will provide places to sleep and shower. 😴😴😴</p>
</div>
<div class="faq">
<h4 class="question">How do I get there?</h4>
<p class="answer">If you’re travelling more than 30 miles to MIT, we’ll reimburse your travel, as long as you upload your travel receipts upon confirming your attendance. We reimburse up to $200 for travel within the U.S. and from Canada and Mexico and up to $500 for other international travel. We also provide buses free of charge to select East Coast cities. See your registration dashboard for the latest details about reimbursements and busing!</p>
</div>
<div class="faq">
<h4 class="question">What should I bring?</h4>
<p class="answer">Bring a valid student ID and government-issued ID for admission and a laptop for hacking. We’ll provide pretty much everything else—air mattresses, toiletries, stickers, snacks, sponsor swag, and more! If you like to be comfy, you can bring a blanket, pillow, and towel.</p>
</div>
<div class="faq">
<h4 class="question">How do teams work?</h4>
<p class="answer">Teams are at most 4 people. You can select teammates when you register, or you can register individually without specified teammates. We’ll run the lottery by teams, so rest assured you’ll be able to hack with your friends if that’s what you prefer!</p>
</div>
<div class="faq">
<h4 class="question">What if I don’t have a team?</h4>
<p class="answer">If you don’t have a team now, that’s okay! We’ll have team formation and ideation events geared towards helping you find people to work with.</p>
</div>
<div class="faq">
<h4 class="question">What if I’m an MIT student?</h4>
<p class="answer">If you register by July 30th and confirm by August 12th, you will be guaranteed a spot at HackMIT. Otherwise, you can try for walk-in admission the day of the event. Walk-in admissions will be <b>very few</b> and first-come, first-serve.</p>
</div>
<div class="faq">
<h4 class="question">On a team with MIT and non-MIT hackers, are the non-MIT hackers automatically admitted?</h4>
<p class="answer">No. The MIT students will be guaranteed a spot at HackMIT, while the rest of the team will be admitted as a unit via our admission process.</p>
</div>
<div class="faq">
<h4 class="question">What about hardware hacks?</h4>
<p class="answer">We’ll provide some hardware such as Arduinos, Pebbles, Myos—the usual hacker essentials and more. Let us know what you’d like to hack on in our registration form.</p>
</div>
<div class="faq">
<h4 class="question">Where’s the schedule?</h4>
<p class="answer">We’ll release a more detailed schedule after July. For now, know that we’re planning for check-in to start Saturday at 8 am and for closing ceremony to end Sunday at 4 pm.</p>
</div>
<div class="faq">
<h4 class="question">Is there an admissions puzzle again?</h4>
<p class="answer">༼つ ◕_◕ ༽つ ༼つ ◕_◕ ༽つ ༼つ ◕_◕ ༽つ</p>
</div>
<div class="faq">
<h4 class="question">What if this FAQ didn’t answer my questions?</h4>
<p class="answer">Please email us at <a href="mailto:[email protected]" style="text-decoration: underline;">[email protected]</a> if you’re in any way confused or concerned! We’d love to help you out :)</p>
</div>
</div>
</div>
<img src="assets/graphics/bluearrow.svg" class="expanded-arrow left" id="faq-arrow">
</div>
<div id="sponsors-expanded" class="expanded-sign">
<img src="assets/graphics/pinkx.png" class="expanded-x right top">
<img src="assets/graphics/pinkx.png" class="expanded-x right top side">
<div class="expanded-bubble right" id="pink-expanded-bubble">
<div class="content right">
<!-- Diamond sponsors -->
<a href="https://mitibmwatsonailab.mit.edu" style="background-image: url('assets/logos/ibm.png');" class="sponsor diamond"></a>
<div class="line-break"></div>
<!-- Platinum sponsors -->
<a href="https://stellar.org" style="background-image: url('assets/logos/stellar.png');" class="sponsor platinum"></a>
<a href="https://www.etsy.com/careers" style="background-image: url('assets/logos/etsy.png');" class="sponsor platinum"></a>
<a href="https://amadeus.com/en" style="background-image: url('assets/logos/amadeus.png');" class="sponsor platinum"></a>
<a href="https://www.rbccm.com/en/about-us.page" style="background-image: url('assets/logos/rbccm-cutout.png');" class="sponsor platinum"></a>
<a href="https://careers.google.com/students/" style="background-image: url('assets/logos/google.png');" class="sponsor platinum"></a>
<a href="https://www.gm.com/" style="background-image: url('assets/logos/gm.png');" class="sponsor platinum"></a>
<div class="line-break"></div>
<!-- Gold sponsors -->
<a href="https://www.deshaw.com" style="background-image: url('assets/logos/deshaw.png');" class="sponsor gold"></a>
<a href="https://www.qurateretailgroup.com " style="background-image: url('assets/logos/qvc.png');" class="sponsor gold"></a>
<a href="https://www.facebook.com" style="background-image: url('assets/logos/facebook.png');" class="sponsor gold"></a>
<a href="https://developers.docusign.com/" style="background-image: url('assets/logos/docusign.png');" class="sponsor gold"></a>
<a href="http://usa.bnpparibas/en/bnp-paribas/bnp-paribas-us/" style="background-image: url('assets/logos/bnpparibas.png');" class="sponsor gold"></a>
<a href="https://www.optum.com/" style="background-image: url('assets/logos/optum.png');" class="sponsor gold"></a>
<a href="https://www.quora.com/" style="background-image: url('assets/logos/quora.png');" class="sponsor gold"></a>
<a href="http://www.bamfunds.com" style="background-image: url('assets/logos/bam.png');" class="sponsor gold"></a>
<a href="https://www.wayfair.com/about/" style="background-image: url('assets/logos/wayfair.png');" class="sponsor gold"></a>
<a href="https://www.nasdaq.com/" style="background-image: url('assets/logos/nasdaq.png');" class="sponsor gold"></a>
<a href="https://azure.microsoft.com/en-us/free/students/" style="background-image: url('assets/logos/microsoft.png');" class="sponsor gold"></a>
<div class="line-break"></div>
<!-- Silver sponsors -->
<a href="https://www.arduino.cc" style="background-image: url('assets/logos/arduino.png');" class="sponsor silver"></a>
<a href="http://www.newark.com" style="background-image: url('assets/logos/element14.png'); width: 300px;" class="sponsor silver"></a>
<a href="https://rev.com/careers" style="background-image: url('assets/logos/rev.png');" class="sponsor silver"></a>
<a href="https://sourcegraph.com" style="background-image: url('assets/logos/sourcegraph.png');" class="sponsor silver"></a>
<a href="https://bookbub.com/careers" style="background-image: url('assets/logos/bookbub.png');" class="sponsor silver"></a>
<a href="https://www.rigetti.com/" style="background-image: url('assets/logos/rigetti.png');" class="sponsor silver"></a>
<a href="https://cockroachlabs.com" style="background-image: url('assets/logos/cockroach.png');" class="sponsor silver"></a>
<a href="https://spell.run/" style="background-image: url('assets/logos/spell.png');" class="sponsor silver"></a>
<a href="https://www.citadel.com/" style="background-image: url('assets/logos/citadel.png');" class="sponsor silver"></a>
<a href="http://www.kensho.com" style="background-image: url('assets/logos/kensho.png');" class="sponsor silver"></a>
<a href="https://www.sensetime.com/" style="background-image: url('assets/logos/sensetime.png');" class="sponsor silver"></a>
<div class="line-break"></div>
<!-- Bronze sponsors -->
<a href="https://remesh.ai" style="background-image: url('assets/logos/remesh.png');" class="sponsor bronze"></a>
<a href="https://www.appian.com" style="background-image: url('assets/logos/appian.png');" class="sponsor bronze"></a>
<a href="https://engineering.giphy.com/" style="background-image: url('assets/logos/giphy.png');" class="sponsor bronze"></a>
<a href="http://www.wolfram.com/" style="background-image: url('assets/logos/wolfram.png');" class="sponsor bronze"></a>
<a href="https://a16z.com/" style="background-image: url('assets/logos/a16z.png');" class="sponsor bronze"></a>
<a href="https://www.fin.com/" style="background-image: url('assets/logos/fin.png');" class="sponsor bronze"></a>
<a href="https://www.cypress.com" style="background-image: url('assets/logos/cypress.png');" class="sponsor bronze"></a>
<a href="https://www.nextjump.com/" style="background-image: url('assets/logos/nextjump.png');" class="sponsor bronze"></a>
<a href="https://www.nianticlabs.com" style="background-image: url('assets/logos/niantic.png');" class="sponsor bronze"></a>
<a href="https://www.samsara.com/careers" style="background-image: url('assets/logos/samsara.png');" class="sponsor bronze"></a>
<a href="https://www.plaid.com/" style="background-image: url('assets/logos/plaid.png');" class="sponsor bronze"></a>
<a href="https://jobs.dell.com/students" style="background-image: url('assets/logos/dell.png');" class="sponsor bronze"></a>
<a href="https://getcruise.com/" style="background-image: url('assets/logos/cruise.png');" class="sponsor bronze"></a>
<a href="https://www.shell.com/energy-and-innovation/innovating-together/shell-techworks.html" style="background-image: url('assets/logos/techworks.png');" class="sponsor bronze"></a>
<a href="https://www.pear.vc/" style="background-image: url('assets/logos/pear.png');" class="sponsor bronze"></a>
<!-- Other sponsors -->
<a href="https://www.drinkhint.com/" style="background-image: url('assets/logos/hint.png');" class="sponsor bronze"></a>
<a href="https://soylent.com/" style="background-image: url('assets/logos/soylent.png');" class="sponsor bronze"></a>
<a href="https://guayaki.com/" style="background-image: url('assets/logos/lockup.png');" class="sponsor bronze"></a>
<a href="http://www.choosemuse.com/" style="background-image: url('assets/logos/muse.png');" class="sponsor bronze"></a>
<a href="https://estimote.com/" style="background-image: url('assets/logos/estimote.png');" class="sponsor bronze"></a>
<a href="http://www.ti.com/" style="background-image: url('assets/logos/ti.png');" class="sponsor bronze"></a>
<a href="https://www.ll.mit.edu/" style="background-image: url('assets/logos/mitll.png');" class="sponsor bronze"></a>
<a href="https://balsamiq.com/" style="background-image: url('assets/logos/balsamiq.png');" class="sponsor bronze"></a>
<a href="http://www.ocaventures.com/" style="background-image: url('assets/logos/ocaventures.png');" class="sponsor bronze"></a>
</div>
</div>
<img src="assets/graphics/pinkarrow.svg" class="expanded-arrow right" id="sponsors-arrow">
</div>
<div id="register-expanded" class="expanded-sign">
<img src="assets/graphics/greenx.svg" class="expanded-x right bottom">
<img src="assets/graphics/greenx.svg" class="expanded-x right bottom side">
<div class="expanded-bubble right" id="green-expanded-bubble">
<div class="content centered">
<p>
Admissions are out! Check your status at <a href="https://my.hackmit.org/" target="_blank" rel="noreferrer noopener" style="text-decoration: underline">https://my.hackmit.org/</a>!
</p>
</div>
</div>
<img src="assets/graphics/greenarrow.svg" class="expanded-arrow right" id="register-arrow">
</div>
<div class="parallax">
<div class="background-skyline"></div>
<div class="skyline">
<div class="header">
<div class="navbar navbar-desktop">
<a class="speakers-link" href="#">SPEAKERS</a>
<a class="faq-link" href="#">FAQ</a>
<a class="sponsors-link" href="#">SPONSORS</a>
<a class="register-link" href="#">REGISTER</a>
</div>
<div class="navbar navbar-mobile navbar-mobile-top">
<a class="speakers-link" href="#">SPEAKERS</a>
<a class="sponsors-link" href="#">SPONSORS</a>
</div>
<h1 class="heading">WELCOME TO HACKMIT 2018</h1>
<div class="navbar navbar-mobile navbar-mobile-bottom">
<a class="faq-link" href="#">FAQ</a>
<a class="register-link" href="#">REGISTER</a>
</div>
</div>
<div class="layer" id="layer-1" data-speed="-0.50" data-offset="80"></div>
<div class="layer" id="layer-2" data-speed="-0.25" data-offset="120"></div>
<div class="layer" id="layer-3" data-speed="-0.10" data-offset="300"></div>
</div>
<div class="streetview">
<a class="sign-link sign-top speakers-link" id="speakers-sign-link" href="#"><object id="speakers-sign" data="assets/graphics/speakers.svg" class="sign"></object></a>
<a class="sign-link sign-bottom faq-link" id="faq-sign-link" href="#"><object id="faq-sign" data="assets/graphics/faq.svg" class="sign"></object></a>
<a class="sign-link sign-top sponsors-link" id="sponsors-sign-link" href="#"><object id="sponsors-sign" data="assets/graphics/sponsors_1.svg" class="sign"></object></a>
<a class="sign-link sign-bottom register-link" id="register-sign-link" href="#"><object id="register-sign" data="assets/graphics/registertext.svg" class="sign"></object></a>
<div class="blurb">
<h2 class="blurb-text">
Step into a world of boundless excitement and creation at the Massachusetts Institute of Technology on <span class="date">September 15th-16th</span>. Join 1,000 hackers as they hack and explore endless possibilities.
</h2>
<img src="assets/graphics/logo.svg" class="logo">
</div>
<img src="assets/backgrounds/litbuildings.svg" id="buildings">
</div>
<div class="footer">
<div class="content">
<div class="left">
<a href="https://www.facebook.com/HackMIT"> <i class="fab fa-facebook-f"></i> </a>
<a href="https://www.instagram.com/hackmit/"> <i class="fab fa-instagram"></i> </a>
<a href="https://code.hackmit.org/"> <i class="fas fa-code"></i> </a>
</div>
<div class="center">
Copyright © 2018 HackMIT. <br>
Code Released under MIT License. <br>
Attributions: <a id="attribution-link" href="#"> <i class="fas fa-caret-right"></i> </a>
<span style="display:none" id="attribution">
<a href="http://freedesignfile.com/author/starder/">Skyline vectors source</a> (CC.3.0)
</span>
</div>
<div class="right">
<a href="https://medium.com/hackmit-stories"> <i class="fab fa-medium"></i> </a>
<a href="https://twitter.com/hackmit"> <i class="fab fa-twitter"></i> </a>
<a href="mailto:[email protected]"> <i class="fas fa-envelope"></i> </a>
</div>
</div>
<img src="assets/backgrounds/floor_3.svg" id="floor">
</div>
<div id="bottom" class="bottom-2">
</div>
</div>
<script type="text/javascript" src="js/main.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-63828172-1', 'auto');
ga('send', 'pageview');
</script>
<script>
// Facebook pixel
Array
.from(document.getElementsByClassName("register-link"))
.forEach(function(o) {
o.addEventListener('click', (function() {
fbq('track', 'Lead');
fbq('track', 'CompleteRegistration');
}).bind(this));
});
</script>
</body>
</html>