-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·646 lines (600 loc) · 30.8 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
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>SwampHacks</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="http://i.imgur.com/YV68MpA.png">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/animation.css">
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/toastr.min.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-default navbar-fixed-top nav-down nav-top">
<div type="button" class="closebtn" data-toggle="collapse" data-target="#demo"><img src="img/arrows.png" class="toggleimg" /></div>
<div id="demo" class="">
<div id="bannertitle"><i class="fa fa-exclamation-triangle excla" aria-hidden="true"> </i>
This is the 2017 site. Register for 2018 at the <a class="inlinebtn" href="http://2018.swamphacks.com">new site!</a>
</div>
</div>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#title"><img src="img/logo.png" /></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav nav-left">
<li style="margin-left: 10px;"><a href="#summary">About</a></li>
<li><a href="#schedule">Schedule</a></li>
<li><a href="#sponsors">Sponsors</a></li>
<li><a href="#faqs">FAQs</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<!--<li class="nav-apply"><a href="#" style="text-align: center;">APPLICATIONS CLOSED</a></li>-->
<!-- <li id="mlh-link">
<img src="img/mlh-logo-white.svg" alt="" />
Member s'17
<img class="dell" src="img/dell-windows-logo.svg" alt="" />
</li> -->
<!--<li class="login"><a href="http://swamphacks.com/login">Log In</a></li>-->
<li class="account hide"><a href="http://swamphacks.com/account">Your Account</a></li>
<li class="logout hide"><a href="#">Logout
</a></li>
</ul>
</div>
</nav><!--./navbar-->
<!-- <img src="img/logo.png" class="logo" /> -->
<section id="title">
<!-- begin animation -->
<!-- <div class="header-text">
<h2 class="name">SwampHacks</h2>
<h4 class="date">January 20-22, 2017 | University of Florida</h4>
</div> -->
<ul id="scene" class="scene container">
<li class="layer" data-depth="0.10"><div class="swamphacks"></div></li>
<li class="layer" data-depth="0.15"><div class="swamphacks-word"></div></li>
<li class="layer" data-depth="0.1"><div class="swamphacks-text">
<div class="header-text">
<h4 class="date">University of Florida | January 20-22, 2017</h4>
</div>
</div></li>
<li class="layer" data-depth="0.10"><div class="background"></div></li>
<li class="layer" data-depth="0.10"><div class="tree"></div></li>
<li class="layer" data-depth="0.20"><div class="stump"></div></li>
<li class="layer" data-depth="0.30"><div class="wave2 swing-2"></div></li>
<li class="layer" data-depth="0.30"><div class="reeds2 sway"></div></li>
<li class="layer" data-depth="0.40"><div class="reeds1 sway-2"></div></li>
<li class="layer" data-depth="0.45"><div class="fishy1 rotate-1"></div></li>
<li class="layer" data-depth="0.46"><div class="gatory popup"></div></li>
<li class="layer" data-depth="0.45"><div class="fishy2 rotate-2"></div></li>
<li class="layer" data-depth="0.53"><div class="wave1 swing-1"></div></li>
<li class="layer" data-depth="0.19"><div class="stork flyup"></div></li>
<li class="layer"><div class="swamphacks-apply">
<div class="button-row">
<button type="button" name="button" id="apply-now" onclick="location.href='http://2018.swamphacks.com';"> Register for 2018 </button>
</div>
</div></li>
</ul>
<!-- ./animation -->
</section>
<!-- BEGIN of SUMMARY -->
<section id="summary">
<div class="container text-box">
<div class="text-paragraph">
<h3><span>Open to</span> all kinds. <span>And we</span> be kind.</h3>
<p>
SwampHacks is 36 hours for you to learn, create, and celebrate. For the whole weekend, 500 students will come together as aspiring developers, engineers, builders, designers—any person who has a desire to create something—focus on a project, and learn by making.
</p>
<p>
From abundant mentors to workshops, SwampHacks will be the platform to start your exploration into development and the community space for hanging out with some of the brightest minds of the South. So come join us, and let’s have an awesome weekend in the swamp.
</p>
</div>
<div class="text-paragraph">
<h3><span>Where is</span> SwampHacks?</h3>
<p>
SwampHacks will be held in the Collaboration Commons in Marston Science Library at the University of Florida. With both the basement level and first floor, anticipate a large open space for community hacking and the quiet floor for sleep and concentration.
The address is <a href="https://goo.gl/maps/yjm3u1Ve3cE2" target="_blank">444 Newell Dr, Gainesville, FL 32611</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- END of SUMMARY -->
<div class="outer">
<img src="img/blue-teal-divider.png" class="divider blue-teal" alt="" />
</div>
<!-- BEGIN of AUDIENCE -->
<section id="audience">
<div class="container text-box">
<div class="text-paragraph">
<h3>Who is SwampHacks for?</h3>
<p>
Are you currently enrolled in a university? Are you interested in building something awesome? Congratulations! You are eligible!
</p>
<p>
With SwampHacks 2017, we look forward to making an open environment for any university student to explore their desire to learn more about technology. Spanning from first timers who have never coded to veteran hackers, SwampHacks will accomodate for all levels of expertise (PS. Hackathons aren’t all about coding. Who do you think drew this beautiful website?)
</p>
</div>
</div>
<div class="row blocks">
<div class="col-md-4">
<div class="col-md-12">
<h3>36 hours</h3>
<h4>of hacking</h4>
<p>
12 hours to learn, 12 hours to build, and 12 hours to fix all the things. And yes, you can sleep during some of that time as well.
</p>
</div>
</div>
<div class="col-md-4">
<div class="col-md-12">
<h3>4 people</h3>
<h4>per team</h4>
<p>
You can come with a team or join a team at our team-formation event! Great minds work and learn best when working together. </p>
</div>
</div>
<div class="col-md-4">
<div class="col-md-12">
<h3 style="font-size: 31px;">10+ workshops</h3>
<h4>learn away</h4>
<p>
For iOS to IoT, from Git to Design, we are sharing the knowledge, getting you jumpstarted on what you need.
</p>
</div>
</div>
</div>
</section>
<!-- END of AUDIENCE -->
<div class="outer top">
<img src="img/green-top-divider.png" class="divider teal-neighbor" alt="" />
</div>
<!-- BEGIN of SCHEDULE -->
<section id="schedule">
<div class="container text-box">
<h3>Event Schedule</h3>
<p>
Though most of the time will be allocated to hacking, we also have a load of workshops, tech talks, and even our new tournament of activities: The Swamp Cup. This schedule will be updated with time for activities and workshops as the event nears, so make sure to keep up to date!
</p>
</div>
<div class="row event-schedule-table">
<div class="col-x-6">
<h3>Friday, January 20</h3>
<div class="event-day">
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Check-In + Dinner</h4>
<h6>Marston Science Library</h6>
</div>
<div class="col-xs-3 right">
<h5>6-8pm</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Opening Ceremonies</h4>
</div>
<div class="col-xs-3 right">
<h5>8-9pm</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Team Building + Sponsor Fair</h4>
</div>
<div class="col-xs-3 right">
<h5>9-10pm</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Hacking Begins!</h4>
<h6>Workshops and more to follow!</h6>
</div>
<div class="col-xs-3 right">
<h5>10pm</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>APIs Workshop</h4>
<h6>Learn from our sponsors about their APIs and how to use them</h6>
</div>
<div class="col-xs-3 right">
<h5>11pm</h5>
</div>
</div>
</div>
</div>
<div class="col-x-6 right-day">
<h3>Saturday, January 21</h3>
<div class="event-day">
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Midnight Snack</h4>
</div>
<div class="col-xs-3 right">
<h5>12am</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Breakfast</h4>
</div>
<div class="col-xs-3 right">
<h5>8am</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Lunch</h4>
</div>
<div class="col-xs-3 right">
<h5>12:30pm</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Dinner</h4>
</div>
<div class="col-xs-3 right">
<h5>6pm</h5>
</div>
</div>
</div>
<h3>Sunday, January 22</h3>
<div class="event-day">
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Midnight Snack</h4>
</div>
<div class="col-xs-3 right">
<h5>12am</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Breakfast</h4>
</div>
<div class="col-xs-3 right">
<h5>7am</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>DevPost Submission Close</h4>
<h6>Make sure to submit what you have!</h6>
</div>
<div class="col-xs-3 right">
<h5>8am</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Hacking Ends</h4>
</div>
<div class="col-xs-3 right">
<h5>10am</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-8 left">
<h4>Demo Fair</h4>
</div>
<div class="col-xs-4 right">
<h5>12-2:20pm</h5>
</div>
</div>
<div class="container event-block">
<div class="col-sm-9 left">
<h4>Closing Ceremonies</h4>
</div>
<div class="col-xs-3 right">
<h5>2:40pm</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- END of SCHEDULE -->
<div class="outer lower">
<img src="img/green-divider.png" class="divider" alt="" />
</div>
<section id="sponsors">
<div class="container text-box">
<h3>Our Wonderful Sponsors</h3>
</div>
<div class="row sponsors-table">
<!-- <div class="row">
<div class="gator">
<img src="http://placehold.it/350x150" alt="" />
</div>
</div> -->
<div class="row">
<h4>Heron Sponsors</h4>
<div class="heron">
<div class="same-level-row">
<a href="https://www.infiniteenergy.com/careers/internships/" target="_blank">
<img src="img/sponsorship/infiniteenergy-logo.png" alt="" />
</a>
</div>
<a href="https://www.statefarm.com/careers/become-an-employee/career-areas/technology-and-user-experience-careers" target="_blank">
<img src="img/sponsorship/statefarm-logo-horizontal.svg" alt="" />
</a>
<a href="https://www.linode.com/careers" target="_blank">
<img src="img/sponsorship/linode-logo.png" alt="" />
</a>
</div>
</div>
<div class="row">
<h4>Turtle Sponsors</h4>
<div class="turtle">
<a href="https://www.facebook.com/careers/" target="_blank">
<img src="img/sponsorship/facebook-logo.png" alt="" />
</a>
<a href="http://www.ge.com/careers" target="_blank">
<img src="img/sponsorship/generalelectric-logo.svg" alt="" />
</a>
<a href="https://jobs.americanexpress.com/tech" target="_blank">
<img src="img/sponsorship/amex-logo.PNG" alt="img/sponsorship/amex-logo.png" />
</a>
<a href="https://www.clarifai.com/careers" target="_blank">
<img src="img/sponsorship/clarifai-logo.png" alt="img/sponsorship/clarifai-logo.png" />
</a>
<a href="http://theagency.jou.ufl.edu/" target="_blank">
<img src="img/sponsorship/AgencyGDA-01.png" alt="img/sponsorship/AgencyGDA-01.png" />
</a>
<a href="http://careers.jpmorgan.com/careers/divisions/technology" target="_blank">
<img src="img/sponsorship/JPMC_logo.png" alt="img/sponsorship/JPMC_logo.png" />
</a>
<!-- <img src="img/sponsorship/statefarm-logo-horizontal.svg" alt="" />
<img src="img/sponsorship/facebook-logo.png" alt="" /> -->
</div>
</div>
<div class="row">
<h4>Lily Pad Sponsors</h4>
<div class="lily-pad">
<a href="http://www.ultimatesoftware.com/careers-at-ultimate" target="_blank">
<img src="img/sponsorship/ultimatesoftware-logo.png" alt="" />
</a>
<a href="http://www.nielsen.com/us/en.html" target="_blank">
<img src="img/sponsorship/nielsen-logo.png" alt="" />
</a>
<a href="https://careers.microsoft.com/" target="_blank">
<img src="img/sponsorship/MSFT_logo_rgb_C-Gray.png" alt="" />
</a>
<!-- <img src="http://placehold.it/350x150" alt="" />
<img src="http://placehold.it/350x150" alt="" />
<img src="http://placehold.it/350x150" alt="" /> -->
</div>
</div>
<div class="row">
<h4>Partners</h4>
<div class="partners">
<!-- <a href="http://gainesvilledevacademy.com/" target="_blank">
<img src="img/sponsorship/GDA_Black.png" alt="Gainesville Dev Academy">
</a> -->
<a href="https://mlh.io/seasons/na-2017/events" target="_blank">
<img src="https://s3.amazonaws.com/logged-assets/trust-badge/2017/white.svg" alt=""
id="mlh-logo"/>
</a>
<!-- <a href="http://theagency.jou.ufl.edu/" target="_blank">
<img src="img/sponsorship/Agency_Logo+UF_solid.png" alt="Gainesville Dev Academy">
</a> -->
<a href="http://ufacm.xyz/" target="_blank">
<img src="img/sponsorship/ACM_Logo_wordmark-black.png" alt="UF ACM">
</a>
</div>
</div>
<div class="container text-box interest">
<h3>Interested in Sponsoring?</h3>
<p id="sponsors-email">
Email us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</section>
<!-- END of SPONSORS -->
<img src="img/blue-top-divider.png" class="divider grav" alt="" />
<!-- BEGIN of FAQs -->
<section id="faqs">
<div class="container text-box">
<h3>FAQs</h3>
<p>
You got questions? Well, do we have some answers for you.
</p>
<p>
But if we do not answer your question below, please feel free to reach out to us at <a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
<div class="row faq-table">
<div class="col-md-6">
<div class="faq-block">
<h4>What is a hackathon?</h4>
<p>
A hackathon is a weekend long event where projects are made from idea to prototype. At the end of the given time, projects are presented in a science fair setting—which, yes, includes prizes. The purpose of a hackathon is to have students learn development by creating a product while being provided resources like free-rentable hardware, tech workshops, and mentors. Hackathons are a space where road-blocks are eliminated, and students can learn new skills with ease.
</p>
</div>
<div class="faq-block">
<h4>What should I bring?</h4>
<p>
Bring yourself, some comfy clothes, toiletries (toothpaste, toothbrush, deodorant, etc) and your hacking gear (laptop, hardware…and don’t forget the chargers!) </p>
</div>
<div class="faq-block">
<h4>Help, this is my first hackathon!?</h4>
<p>
That is awesome! We are so glad you decided to be a part of the hacker community. SwampHacks welcomes everyone of any major and any level as long as they have a passion for development! We will have workshops during the event, mentors to help you through any troubles, so no matter what skill levels, we will provide the resources to help you learn.
</p>
</div>
<div class="faq-block">
<h4>Can high school students attend?</h4>
<p>
Although we would love to host high school students, our hacking venue does not allow minors to stay overnight, so we cannot allow high school students to participate this year. We hope that you can join us in the future!
</p>
</div>
<div class="faq-block">
<h4>How do I log in?</h4>
<p>
If you received an acceptance email, you can access your information by logging in to your generated account. Otherwise, don’t worry about it. :)
</p>
</div>
</div>
<div class="col-md-6">
<div class="faq-block">
<h4>What do I do about teams?</h4>
<p>
Gather your friends, meet some peeps at opening, or attend our team-creation event right after opening ceremonies. No worries about knowing anyone beforehand; SwampHacks is for creating new connections and new people from around the states. Maximum 4 people per team.
</p>
</div>
<div class="faq-block">
<h4>How much will I be spending?</h4>
<p>
Just like the best things in life, it’s free! The food is free, the swag is free, the prizes are free, the fun is free!
</p>
</div>
<div class="faq-block">
<h4>How do I get there?</h4>
<p>
Whether it’s walking, driving, boating, as long as you get here! We are working to charter buses to pick up students from nearby schools. We will be rolling out more information as the event nears. </p>
</div>
<div class="faq-block">
<h4>Will I be sitting at my computer all weekend?</h4>
<p>
That decision is up to you, but if you would like a break, we have so much for you to do. We will have a multitude of activities, spanning from puzzle hunts to ping pong tournaments. In addition, these events will contribute to scoring points in the SwampCup! Who will be the champion of 2017? It could be you!
</p>
</div>
<div class="faq-block">
<h4>Is there any travel reimbursement?</h4>
<p>
We will have a north-bound bus starting in Miami and a south-bound bus driving from Georgia Tech. Emails detailing bus logistics will be sent to those accepted from relevant schools. Unfortunately, we will not be offering individual travel reimbursement this year.
</p>
</div>
</div>
</div>
</section>
<!-- END of FAQs -->
<!-- <div class="video">
<video autoplay muted loop poster="polina.jpg" id="video">
<source src="http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm" type="video/webm">
<source src="GOPRO121.MP4" type="video/mp4">
</video>
</div> -->
<img src="img/blue-bottom-divider.png" class="divider" alt="" />
<!-- BEGIN of ACTION-ITEMS -->
<section id="action">
<div class="container">
<h3>See you next year!</h3>
<div class="button-row">
<button type="button" name="button" onclick="location.href='#';">THANKS FOR COMING!</button>
</div>
<h3 class="internal-pos">Want to help us? Get involved behind the scenes!</h3>
<div class="button-row internal-pos">
<div class="col-md-3 involved">
<button type="button" name="button" onclick="location.href='https://drive.google.com/open?id=1o1ceyJbtDtP_bhRmNvsi7gky-MNuFVz_4b0-wIGicYw';">MENTOR</button>
</div>
<div class="col-md-3 involved">
<button type="button" name="button" onclick="location.href='https://drive.google.com/open?id=1Kkf6SqmqtJtEGjv-aMMmbrPFauGafVg17uNf5N4vzkA';">VOLUNTEER</button>
</div>
<div class="col-md-3 involved">
<button type="button" name="button" onclick="location.href='http://2016.swamphacks.com/summary';">SPONSOR</button>
</div>
<div class="col-md-3 involved">
<button type="button" name="button" onclick="location.href='team.html';">MEET THE TEAM</button>
</div>
</div>
</div>
</section>
<!-- END of ACTION -->
<img src="img/teal-top-divider.png" class="divider" alt="" />
<!-- BEGIN of FOOTER -->
<section id="footer">
<div class="container">
<div class="col-md-4 social-row">
<div class="col-xs-4">
<a href="https://www.facebook.com/SwampHacks" target="_blank">
<div class="social-media">
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
</a>
</div>
<div class="col-xs-4">
<a href="https://twitter.com/swamphacks" target="_blank">
<div class="social-media">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
</a>
</div>
<div class="col-xs-4">
<a href="mailto:[email protected]" target="_blank">
<div class="social-media">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
</a>
</div>
</div>
<div class="col-md-4">
<a href="#title">
<img class="footer-logo" src="img/logo.svg" alt="" />
</a>
<div class="heart-container">
<span class="heart">
<a href="https://github.com/swamphacks">
Made with <i style="color: #FF4D40;" class="fa fa-heart pulse"></i> in Gainesville
</a>
</span>
</div>
</div>
<div class="col-md-4 links">
<a href="http://2016.swamphacks.com/summary" target="_blank">
<h4>Why sponsor SwampHacks?</h4>
</a>
<a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf" target="_blank">
<h4>MLH Code of Conduct</h4>
</a>
<a href="https://swamphacks2016.devpost.com/" target="_blank">
<h4>Last Year's DevPost</h4>
</a>
<a href="http://2016.swamphacks.com/" target="_blank">
<h4>Last Year's Site</h4>
</a>
</div>
</div>
</section>
<!-- END FOOTER -->
<!-- scriptz -->
<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-87482637-1', 'auto');
ga('send', 'pageview');
</script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js" charset="utf-8"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/parallax/2.1.3/jquery.parallax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/parallax/2.1.3/parallax.min.js"></script>
<script src="https://www.gstatic.com/firebasejs/3.6.4/firebase.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.3/toastr.min.js"></script>
<script src="js/main.js"></script>
<script src="js/animation.js"></script>
<script src="js/keys.js" charset="utf-8"></script>
<script src="js/account.js"></script>
<script src="js/create-account.js"></script>
<!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<script>
// Hide Header on on scroll down
</script>
</body>
</html>