This repository was archived by the owner on Jul 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·674 lines (643 loc) · 31.6 KB
/
index.html
File metadata and controls
executable file
·674 lines (643 loc) · 31.6 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
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
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<!-- stylesheets -->
<link rel="stylesheet" href="css/custom.css">
<link rel="stylesheet" href="css/lib/bootstrap.min.css">
<link rel="stylesheet" href="fonts/fa/css/font-awesome.min.css">
<link rel="stylesheet" href="css/aos.css">
<!-- viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=no,">
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<!-- theme color (mobile) -->
<meta name="msapplication-TileColor" content="#1157DF">
<meta name="theme-color" content="#1157DF">
<!-- Handle case where JavaScript is disabled -->
<noscript>
<style type="text/css">
[data-aos] {
opacity: 1 !important;
transform: translate(0) scale(1) !important;
}
</style>
</noscript>
<!-- SEO -->
<title>Hack Chicago 2018</title>
<meta name="description" content="Hack Chicago is the premier high school hackathon, bringing together hundreds of high school programmers for 24 hours of fun!">
<meta name="keywords" content="hack,hackathon,chicago,high school,hacker,hack chicago,chicago hacks,midwest">
<meta name="robots" content="index, follow">
<meta name="image" content="https://hackchicago.io/img/seo.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@hackchicago18">
<meta name="twitter:title" content="Hack Chicago 2018 | Midwest’s Largest High School Hackathon">
<meta name="twitter:description" content="Hack Chicago is the premier high school hackathon, bringing together hundreds of high school programmers for 24 hours of fun!">
<meta name="twitter:image" content="https://hackchicago.io/img/seo.png">
<meta name="twitter:image:alt" content="Hack Chicago logo with blue background">
<!-- Facebook OG -->
<meta name="og:title" content="Hack Chicago 2018 | Midwest’s Largest High School Hackathon">
<meta name="og:description" content="Hack Chicago is the premier high school hackathon, bringing together hundreds of high school programmers for 24 hours of fun!">
<meta name="og:image" content="https://hackchicago.io/img/seo.png">
<meta name="og:url" content="https://hackchicago.io">
<meta name="og:site_name" content="Hack Chicago 2018 | Midwest’s Largest High School Hackathon">
<meta name="fb:admins" content="756152961254213">
<meta name="og:type" content="website">
<!-- Schema -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Hack Chicago 2018",
"description": "The premier high school hackathon happening this summer in the Midwest that gathers hundreds of high school programmers for 24 hours of fun!",
"image": [
"https://hackchicago.io/img/brand/1x1.png",
"https://hackchicago.io/img/brand/4x3.png",
"https://hackchicago.io/img/brand/16x9.png"
],
"startDate": "2018-07-21T12:00",
"endDate": "2018-07-22T12:00",
"location": {
"@type": "Place",
"name": "TechNexus",
"address": {
"@type": "PostalAddress",
"streetAddress": "20 N Upper Wacker Dr #1200",
"addressLocality": "Chicago",
"addressRegion": "IL",
"postalCode": "60606",
"addressCountry": "US"
}
},
"offers": {
"@type": "Offer",
"name": "Free Admission",
"price": "0",
"priceCurrency": "USD",
"validFrom": "2018-05-13T16:00-08:00",
"url": "https://hackchicago.io",
"availability": "http://schema.org/InStock"
},
"performer": {
"@type": "PerformingGroup",
"name": "High School Hackers"
}
}
</script>
</head>
<body>
<div class="body-wrap">
<!-- Header Banner -->
<!-- <div id="cover"></div> -->
<section class="jumbotron jumbotron-fluid" id="banner" style="padding-top: 0.5rem;">
<!-- <div id="clockdiv" style="visibility: hidden">
<img src="img/brand/logo-blue.svg" alt="logo" width="300"><br />
<div class="smalltext intro" id="countdown-intro" style="font-size: 1.7rem; font-weight: bold">Thank you!</div>
<br/>
<div class="smalltext intro" id="countdown-intro" style="font-size: 1rem;">To all organizers, mentors, judges,
<br/> volunteers, chaperones, and of course, attendees
<br/> – we couldn't have done this without you!</div>
<br />
<a style="color: #5299d3; font-size: 16px" href="javascript:closeCD()">View 2018 Site</a>
</div> -->
<div class="container text-center text-md-left">
<header>
<div class="row justify-content-between">
<div data-aos="fade" data-aos-delay="500" data-aos-easing="linear" data-aos-duration="500" data-aos-once="true" class="col-2">
<img src="img/brand/logo-blue.svg" alt="logo">
</div>
</div>
</header>
<h1 data-aos="fade-up" data-aos-duration="1000" data-aos-once="true" class="display-3 text-blue font-weight-bold my-5 main-title"
style="margin-bottom:30px!important">
Thanks!
<br />
<span class="sub">The Midwest's Largest High School Hackathon</span>
</h1>
<p data-aos="fade" data-aos-delay="500" data-aos-easing="linear" data-aos-duration="500" data-aos-once="true" class="lead text-blue"
style="margin-top: 0; font-weight: 600">July 21-22, 2018 at
<a href="https://goo.gl/maps/zMuD4bDTGBA2" target="blank">TechNexus</a> – 20 N Upper Wacker Dr #1200, Chicago, IL</p>
<p id="tagline" data-aos="fade" data-aos-delay="500" data-aos-easing="linear" data-aos-duration="500" data-aos-once="true"
class="lead text-blue my-4" style="max-width: 960px">
Hack Chicago is the premier high school hackathon gathering hundreds of student programmers throughout the Midwest for 24
hours of fun!
<strong>Come in for free, and build something awesome.</strong>
</p>
</div>
</section>
<div class="container">
<a div id="hc-flag" href="https://hackclub.com"></a>
</div>
<div id="gallery" class="jumbotron">
<h2 class="text-center font-weight-bold my-5" style="margin-bottom: .3em!important;">You. Us.
<hl>Hack Chicago</hl>.</h2>
<p class="text-center lead my-4">
<a href="/pictures">View our gallery of awesome memories of the weekend »</a>
</p>
<section id="photos">
<img data-aos="zoom-in" data-aos-delay="0" data-aos-duration="500" src="img/photos/gallery/1.jpg" />
<img data-aos="zoom-in" data-aos-delay="50" data-aos-duration="500" src="img/photos/gallery/6.jpg" />
<img data-aos="zoom-in" data-aos-delay="100" data-aos-duration="500" src="img/photos/gallery/2.jpg" />
<img data-aos="zoom-in" data-aos-delay="150" data-aos-duration="500" src="img/photos/gallery/3.jpg" />
<img data-aos="zoom-in" data-aos-delay="200" data-aos-duration="500" src="img/photos/gallery/4.jpg" />
<img data-aos="zoom-in" data-aos-delay="250" data-aos-duration="500" src="img/photos/gallery/5.jpg" />
<img data-aos="zoom-in" data-aos-delay="300" data-aos-duration="500" src="img/photos/gallery/7.jpg" />
<img data-aos="zoom-in" data-aos-delay="350" data-aos-duration="500" src="img/photos/gallery/8.jpg" />
<img data-aos="zoom-in" data-aos-delay="400" data-aos-duration="500" src="img/photos/gallery/9.jpg" />
<img data-aos="zoom-in" data-aos-delay="450" data-aos-duration="500" src="img/photos/gallery/10.jpg" />
</section>
</div>
<div id="quote" class="jumbotron">
<div class="container" style="width: 90%;">
<div class="row">
<div class="col-12 col-md-6">
<iframe id="youtube" width="100%" height="100%" src="https://www.youtube-nocookie.com/embed/k8HI0y2CyKI?rel=0&controls=0&showinfo=0"
frameborder="0" allow="autoplay; encrypted-media" style="min-height: 400px;" allowfullscreen></iframe>
</div>
<div class="col-12 col-md-6">
<blockquote class="quote-box">
<p class="quotation-mark">
“
</p>
<p class="quote-text">
Hack Chicago was a great way for me to compete to create a project that I loved in a high-energy environment. With the resources
we needed and plenty of mentors to assist us, it has been a blast! I hope to return next year. I plan on
using my scholarship to obtain the resources I need for my future projects.
</p>
<hr>
<div class="blog-post-actions">
<p class="blog-post-bottom pull-left">
—— Dev Singh
</p>
<p class="blog-post-bottom pull-right">
Winner, Hack Chicago Scholarship
</p>
</div>
</blockquote>
</div>
</div>
</div>
<section id="organizers" style="padding-top: 2.5em;">
<div class="container">
<h2 class="text-center font-weight-bold my-5" style="margin: 0!important;">Our People</h2>
<p class="text-center lead my-4">Hack Chicago is organized by...</p>
<div class="row text-center">
<figure class="col-md-3 my-3 judge">
<div class="judge-content">
<a href="https://www.linkedin.com/in/jsneak/" target="_blank">
<img src="img/organizers/kim.jpeg">
<h4 class="my-2">Sean K.</h4>
</a>
<figcaption>Head of Logistics</figcaption>
</div>
</figure>
<figure class="col-md-3 my-3 judge">
<div class="judge-content">
<a href="https://www.linkedin.com/in/megancui/" target="_blank">
<img src="img/organizers/cui.jpg">
<h4 class="my-2">Megan C.</h4>
</a>
<figcaption>Head of Finance</figcaption>
</div>
</figure>
<figure class="col-md-3 my-3 judge">
<div class="judge-content">
<a href="https://www.linkedin.com/in/itsmingjie/" target="_blank">
<img src="img/organizers/jiang.png">
<h4 class="my-2">Mingjie J.</h4>
</a>
<figcaption>Head of Marketing</figcaption>
</div>
</figure>
<figure class="col-md-3 my-3 judge">
<div class="judge-content">
<a href="https://www.linkedin.com/in/zanedb/" target="_blank">
<img src="img/organizers/db.jpeg">
<h4 class="my-2">Zane D.</h4>
</a>
<figcaption>Head of Technology</figcaption>
</div>
</figure>
</div>
<p class="text-center lead my-4">With help from amazing mentors, volunteers, and chaperones like...</p>
<div class="text-center">
<span class="badge volunteer">Eric F.</span>
<span class="badge volunteer">Jiayi H.</span>
<span class="badge volunteer">Michael P.</span>
<span class="badge volunteer">Ken W.</span>
<span class="badge volunteer">Victor T.</span>
<br />
<span class="badge volunteer">Ava S.</span>
<span class="badge volunteer">Lachlan C.</span>
<span class="badge volunteer">Ben B.</span>
<span class="badge volunteer">Ervin C.</span>
<span class="badge volunteer">Sridar P.</span>
<br />
<span class="badge volunteer">Mi S.</span>
<span class="badge volunteer">Ping C.</span>
<span class="badge volunteer">Nick G.</span>
<span class="badge volunteer">Chris Z.</span>
<span class="badge volunteer">Yev B.</span>
<br /> ...
</div>
<p class="text-center lead my-4" style="margin-bottom: 0!important; font-weight: bold">And you, our attendee.</p>
<p class="text-center lead my-4" style="margin-bottom: 0!important;">Thanks for everything at Hack Chicago this year. We'll see you again in the future!</p>
<br />
<p id="scroll-switch" class="text-center lead my-4" style="margin-bottom: 0!important;"><a href="javascript:unarchive()">View Our 2018 Site</a></p>
</div>
</section>
<div id="archive">
<!-- About -->
<section id="about">
<div class="jumbotron jumbotron-fluid feature" id="feature-top">
<div class="container my-5">
<div class="row justify-content-between text-center text-md-left">
<div class="col-md-6 flex-md-last">
<h2 class="font-weight-bold">Bigger &
<hl>Better</hl>
</h2>
<p class="my-4">
Last year, we hosted
<strong>Chicago Hacks</strong>, Chicago’s largest high school hackathon. With over 130 attendees and 30+ projects
presented, it would be an understatement to call that just a success. This year, we’re ramping it up
a notch. Not only will we have more attendees, but we’ll have more workshops, events, and prizes.
</p>
<a href="https://chicagohacks.tech/?hcm=f" class="my-4 font-weight-bold about-link">See what happened last year »</a>
</div>
<div class="col-md-6 align-self-center">
<img src="img/photos/1.jpg" alt="Chicago Hacks 2017 Picture" class="d-block">
<h6 class="text-center m-3" style="opacity:0.5;">
<em>Photo by Stan Golovchuk @ Chicago Hacks</em>
</h6>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-fluid feature" id="feature-first">
<div class="container my-5">
<div class="row justify-content-between text-center text-md-left">
<div class="col-md-6 flex-md-first">
<h2 class="font-weight-bold">
So much
<hl> fun</hl>
</h2>
<p class="my-4">We’re committed to making Hack Chicago the best hackathon you’ve ever attended. By partnering with
<a href="https://hackclub.com" target="_blank">Hack Club</a>, a network of high school coding clubs, we can provide the best possible experience. We’ll
have coding workshops for people who have never written a line of code before, as well as ones for those
with years of experience. Plus, fun surprises, and of course, hacking galore.
</p>
<a href="https://hackclub.com/?ref=hackchicago" class="my-4 font-weight-bold about-link">What is Hack Club? »</a>
</div>
<div class="col-md-6 align-self-center" style="text-align: right;text-align:-webkit-right;text-align:-moz-right;">
<img src="img/photos/2.jpg" alt="Chicago Hacks 2017 Picture" class="d-block">
<h6 class="text-center m-3" style="opacity:0.5;">
<em>Photo by Janet Fang @ Los Altos Hacks</em>
</h6>
</div>
</div>
</div>
</div>
<div class="jumbotron jumbotron-fluid feature" id="feature-last">
<div class="container my-5">
<div class="row justify-content-between text-center text-md-left">
<div class="col-md-6 flex-md-last">
<h2 class="font-weight-bold">
You are
<hl>welcome </hl>
here
</h2>
<p class="my-4">
Everyone is welcome. We aim to create a safe space for all, free of harassment and discrimination. Therefore, we take violations
of our
<a href="https://github.com/MLH/mlh-policies/blob/master/code-of-conduct.md">event code of conduct</a>
and
<a href="https://conduct.hackclub.com">Hack Club code of conduct</a> very seriously. To report something, please email us at
<a href="mailto:conduct@hackchicago.io">conduct@hackchicago.io</a>.
</p>
</div>
<div class="col-md-6 align-self-center">
<img src="img/photos/3.jpg" alt="Chicago Hacks 2017 Picture" class="d-block">
<h6 class="text-center m-3" style="opacity:0.5;">
<em>Photo by Janet Fang @ Los Altos Hacks</em>
</h6>
</div>
</div>
</div>
</div>
</section>
<!-- Brought to You By -->
<section class="container my-5 py-2" style="position: relative">
<h2 class="text-center font-weight-bold my-5" style="margin-bottom: .3em!important;">By the organizers of
<span class="text-blue">awesome</span> events</h2>
<p class="text-center lead my-4">Working together to bring you the best high school hackathon in the nation!</p>
<div class="row">
<div class="col text-center">
<a href="https://chicagohacks.tech" target="_blank">
<img src="img/hackathons/chicagohacks.png" alt="Chicago Hacks Logo" class="mx-auto events" style="background-color: #03A9F4;">
</a>
<h4>Chicago Hacks</h4>
<p>The windy city’s premier high school hackathon</p>
<p>
<a href=""></a>
</p>
</div>
<div class="col text-center">
<a href="https://cincyhacks.com/" target="_blank">
<img src="img/hackathons/cincyhacks.png" alt="Cincy Hacks Logo" class="mx-auto events">
</a>
<h4>CincyHacks</h4>
<p>Cincinnati’s first high school hackathon</p>
</div>
<div class="col text-center">
<a href="http://code211.org/" target="_blank">
<img src="img/hackathons/code211.png" alt="Code211 Logo" class="mx-auto events" style="background-image: linear-gradient(to top, #5B3ADC 0%, #305AED 100%);padding: 10px!important">
</a>
<h4>Code211</h4>
<p>D211’s flagship hackathon at Palatine High School</p>
</div>
<div class="col text-center">
<a href="https://event0.org/" target="_blank">
<img src="img/hackathons/event0.png" alt="Event0 Logo" class="mx-auto events" style="background-color: #9C82AC;">
</a>
<h4>event0</h4>
<p>The Chicago Public Schools hackathon</p>
</div>
<div class="col text-center">
<a href="https://hackhappyvalley.com/" target="_blank">
<img src="img/hackathons/hackhappyvalley.png" alt="Hack Happy Valley Logo" class="mx-auto events">
</a>
<h4>Hack Happy Valley</h4>
<p>Central Pennsylvania’s first high school hackathon</p>
</div>
</div>
</section>
<!--
<section class="container my-5 py-2" id="referral-program">
<h2 class="text-center font-weight-bold d-block mb-3">Become a
<hl>Hacker Ambassador</hl>
</h2>
<p class="text-center lead my-4">Share the event with your friends, and get rewarded with exclusive swag!</p>
<div class="row">
<div class="col-md-4 text-center py-4 mt-5" id="price-table_basic">
<div class="inner-wrapper">
<h4 class="my-4">BRONZE</h4>
<p class="font-weight-bold">
<span class="display-2 font-weight-bold">5</span> Referrals</p>
<ul class="list-unstyled" style="padding-bottom:24px;">
<li>
<strong>Reward:</strong> An exclusive t-shirt!
</li>
</ul>
</div>
</div>
<div class="col-md-4 text-center py-4 mt-5" id="price-table_plus">
<div class="inner-wrapper">
<h4 class="my-4">SILVER</h4>
<p class="font-weight-bold">
<span class="display-2 font-weight-bold">10</span> Referrals</p>
<ul class="list-unstyled">
<li>
<strong>Reward:</strong> A chance to hangout with the organizers before/after the event!
</li>
</ul>
</div>
</div>
<div class="col-md-4 text-center py-4 mt-5" id="price-table__premium">
<div class="inner-wrapper">
<h4 class="my-4">GOLD</h4>
<p class="font-weight-bold">
<span class="display-2 font-weight-bold">15</span> Referrals</p>
<ul class="list-unstyled">
<li>
<strong>Reward:</strong> Lunch with
<a href="https://zachlatta.com">Zach Latta</a>, founder of Hack Club!
</li>
</ul>
</div>
</div>
</div>
-->
<!-- Judges -->
<section id="judges">
<div class="container">
<h2 class="font-weight-bold text-center judges-header">Meet the
<hl>coolest</hl> people</h2>
<p class="text-center lead my-4">Have your projects judged by these awesome people from the tech industry!</p>
<div class="row text-center">
<figure class="col-md-4 my-3 judge">
<div class="judge-content">
<a href="https://safia.rocks/" target="_blank">
<img src="img/judges/abdalla.jpg">
<h4 class="my-2">Safia Abdalla</h4>
</a>
<figcaption>Founder,
<b>
<a href="https://zarf.co" target="_blank">Zarf</a>
</b>
<br>
</figcaption>
</div>
</figure>
<figure class="col-md-4 my-3 judge">
<div class="judge-content">
<a href="https://zachlatta.com/" target="_blank">
<img src="img/judges/latta.jpg">
<h4 class="my-2">Zach Latta</h4>
</a>
<figcaption>
<a class="ee" href="/fire">F</a>ounder & Director,
<b>
<a href="https://hackclub.com" target="_blank">Hack Club</a>
</b>
<br>
</figcaption>
</div>
</figure>
<figure class="col-md-4 my-3 judge">
<div class="judge-content">
<a href="http://srobbin.com/" target="_blank">
<img src="img/judges/robbin.jpg">
<h4 class="my-2">Scott Robbin</h4>
</a>
<figcaption>Web Developer,
<b>
<a href="http://srobbin.com" target="_blank">Robbin & Co.</a>
</b>
<br>
</figcaption>
</div>
</figure>
<figure class="col-md-6 my-3 judge">
<div class="judge-content">
<a href="https://www.nealsalesgriffin.com/" target="_blank">
<img src="img/judges/sales-griffin.jpg">
<h4 class="my-2">Neal Sáles-Griffin</h4>
</a>
<figcaption>CEO,
<strong>
<a href="https://www.codenow.org" target="_blank">CodeNow</a>
</strong>
</figcaption>
<figcaption>Adj. Professor,
<strong>
<a href="https://www.northwestern.edu" target="_blank">Northwestern</a>
</strong>
</figcaption>
</div>
</figure>
<figure class="col-md-6 my-3 judge">
<div class="judge-content">
<a href="http://maxistentialism.com/" target="_blank">
<img src="img/judges/temkin.jpg" target="_blank">
<h4 class="my-2">Max Temkin</h4>
</a>
<figcaption>Founder,
<strong>
<a href="https://www.cardsagainsthumanity.com" target="_blank">Cards Against Humanity</a>
</strong>
<br>
<br>
</figcaption>
</div>
</figure>
</div>
</section>
<!-- Sponsors -->
<section id="sponsors" style="padding-top: 20px;">
<h2 class="text-center font-weight-bold my-5" style="margin-bottom: .3em!important;">Our Sponsors</h2>
<p class="text-center lead my-4">Interested in sponsoring? Read our
<a href="docs/prospectus.pdf">prospectus</a> to learn more about sponsorship!
<br/>
<br/>Special thanks to Liz and Eric Lefkofsky for making this event possible!
</p>
<div class="sponsor-div" id="big-div">
<div id="sponsor-major">
<a href="https://www.mcdonalds.com/" target="_blank">
<img class="sponsor" src="img/sponsors/mcdonalds.png" alt="McDonalds" />
</a>
<a href="https://www.paylocity.com/" target="_blank">
<img class="sponsor" src="img/sponsors/paylocity.svg" alt="Paylocity" style="width:200px;" />
</a>
</div>
<br />
<div id="sponsor-upper-middle">
<a href="https://balsamiq.com/" target="_blank">
<img class="sponsor" src="img/sponsors/balsamiq.svg" alt="Balsamiq" />
</a>
<a href="https://www.morningstar.com/" target="_blank">
<img class="sponsor" src="img/sponsors/morningstar.png" alt="Morningstar" />
</a>
<a href="http://www.nvidia.com/" target="_blank">
<img class="sponsor" src="img/sponsors/nvidia.png" alt="Nvidia" />
</a>
</div>
<br />
<div id="sponsor-middle">
<a href="https:/www.bose.com/" target="_blank">
<img class="sponsor" src="img/sponsors/bose.png" alt="Bose" />
</a>
<a href="https://www.flexera.com/" target="_blank">
<img class="sponsor" src="img/sponsors/flexera.png" alt="Flexera" />
</a>
<a href="https://www.neighborhoods.com/" target="_blank">
<img class="sponsor" src="img/sponsors/neighborhoods.png" alt="Neighborhoods.com" />
</a>
<a href="https://repl.it/" target="_blank">
<img class="sponsor" src="img/sponsors/replit.png" alt="Repl.it" style="width:175px;" />
</a>
</div>
<br />
<div id="sponsor-minor">
<a href="https://www.belvederetrading.com/" target="_blank">
<img class="sponsor belvedere" src="img/sponsors/belvedere.png" alt="Belvedere Trading" />
</a>
<a href="https://new.civisanalytics.com/" target="_blank">
<img class="sponsor" src="img/sponsors/civis.png" alt="Civis Analytics" />
</a>
<a href="https://www.tastytrade.com/tt/" target="_blank">
<img class="sponsor" src="img/sponsors/tastytrade.svg" alt="Tastytrade" />
</a>
<a href="https://tastyworks.com/" target="_blank">
<img class="sponsor" src="img/sponsors/tastyworks.svg" alt="Tastyworks" />
</a>
</div>
</div>
<div class="container">
<p class="lead" style="margin: 0">With additional support from:</p>
<div id="additional-support">
<a href="https://get.tech" target="_blank">
<img class="sponsor" src="img/sponsors/dottech.png" alt=".TECH Domains" />
</a>
<a href="https://eversign.com/" target="_blank">
<img class="sponsor" src="img/sponsors/eversign.png" alt="Eversign" />
</a>
<a href="https://www.highschoolesportsleague.com/" target="_blank">
<img class="sponsor" src="img/sponsors/hsel.png" alt="High School Esports League" />
</a>
<a href="https://meetingtomorrow.com/" target="_blank">
<img class="sponsor" src="img/sponsors/meetingtomorrow.png" alt="Meeting Tomorrow" />
</a>
<a href="https://www.roku.com/" target="_blank">
<img class="sponsor" src="img/sponsors/roku.png" alt="Roku" />
</a>
<a href="https://www.sketchapp.com/" target="_blank">
<img class="sponsor" src="img/sponsors/sketch.png" alt="Sketch" />
</a>
<a href="https://telzio.com/" target="_blank">
<img class="sponsor" src="img/sponsors/telzio.png" alt="Telzio" />
</a>
<a href="http://www.trinketstudios.com/" target="_blank">
<img class="sponsor" src="img/sponsors/trinket.png" alt="Trinket Studios" />
</a>
<a href="https://ultim8screenprinting.com/" target="_blank">
<img class="sponsor" src="img/sponsors/ultimate.png" alt="Ultimate Screen Printing" />
</a>
<a href="https://zapier.com/" target="_blank">
<img class="sponsor" src="img/sponsors/zapier.png" alt="Zapier" />
</a>
</div>
</div>
</section>
</div>
<!-- Food Catering -->
<section id="catering">
</section>
<!-- Footer -->
<section class="jumbotron jumbotron-fluid" id="copyright">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6 align-self-center text-center text-md-left my-2">
© 2018 Hack Chicago Team
</div>
<div class="col-md-6 align-self-center text-center text-md-right my-2" id="social-media">
<a href="https://facebook.com/hackchicago" class="d-inline-block text-center ml-2">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="https://twitter.com/hackchicago18" class="d-inline-block text-center ml-2">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="https://instagram.com/hackchicago" class="d-inline-block text-center ml-2">
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
<a href="https://github.com/hackchicago" class="d-inline-block text-center ml-2">
<i class="fa fa-github" aria-hidden="true"></i>
</a>
<a href="mailto:hello@hackchicago.io" class="d-inline-block text-center ml-2">
<i class="fa fa-envelope" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="js/lib/bs.bundle.min.js"></script>
<script src="js/countdown.js"></script>
<script src="js/lib/aos.js"></script>
<script src="js/lib/cookie.min.js"></script>
<script src="js/lib/swal.min.js"></script>
<script src="js/index.js"></script>
<script src="js/inject.js"></script>
</body>
</html>