-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
477 lines (470 loc) · 15.5 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
<!DOCTYPE html>
<meta charset="utf-8" />
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<title>UGAHacks 4</title>
<link rel="stylesheet" href="https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome-font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="apple-touch-icon" sizes="180x180" href="./img/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/icons/favicon-16x16.png">
<link rel="manifest" href="./img/icons/site.webmanifest">
<link rel="mask-icon" href="./img/icons/safari-pinned-tab.svg" color="#eb3f3f">
<link rel="shortcut icon" href="./img/icons/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="theme-color" content="#000000">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="./img/icons/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
<meta property="og:image" content="./img/UGAH4-BG7.jpg" />
</head>
<body>
<a id="mlh-trust-badge" style="display:block;max-width:100px;min-width:60px;position:fixed;right:50px;top:0;width:10%;z-index:10000"
href="https://mlh.io/seasons/na-2019/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2019-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2019/mlh-trust-badge-2019-white.svg" alt="Major League Hacking 2019 Hackathon Season"
style="width:100%"></a>
<div id="navbar">
<div>
<a href="#about">about</a>
<a href="#challenges">challenges</a>
<a href="#schedule">schedule</a>
<a href="#registration">registration</a>
<a href="#faq">FAQ</a>
<a href="#sponsors">sponsors</a>
</div>
</div>
<div id="main">
<div>
<div>
<img src="./img/logo.svg" />
<br />
<h1 id="date">Feb 8 - 10, 2019</h1>
<a class="btn" href="https://ugahacks4.devpost.com/submissions" target="_blank">SUBMISSION</a>
</div>
</div>
</div>
<div id="about">
<div class="box">
<div class="boxhead">
<h1>about</h1>
</div>
<div class="boxcontent">
<div class="boxtext">
<p>
At UGAHacks, we help your ideas sprout to life.
Log on and get hacking with us in this epic 36 hour programming sleepover, hosted in UGA's expansive Lamar Dodd
School of Art building.
</p>
<br />
<p>
Hackathons are all about exploring your ideas and bringing them to fruition. We've got mentors, workshops and
mixers to help you get what you need and branch out, and fun events like karaoke and video game tournaments when
you're bushed and ready to unwind. We'll keep you well fed and watered all weekend. It's time to go out on a limb
and find your roots!
</p>
<br />
<p>
Don't worry if you aren't a CS major, or don't feel comfortable coding!
We have many workshops for you to attend, mentors to spruce up your project, and supportive teammates waiting for
your arrival!
Hackathons are about fertilizing your knowledge and we're here for your growth!
</p>
</div>
<div class="decor">
<img src="img/H4about.png" />
</div>
</div>
</div>
</div>
<div id="challenges">
<div class="box">
<div class="boxhead">
<h1>challenges</h1>
</div>
<div class="boxcontent">
<div class="decor">
<img src="img/H4challenge.png" />
</div>
<div class="boxtext">
<p>
Stumped and don't know what to code? Don't worry - challenges have your back.
</p>
<br />
<p>
Challenges are projects geared around using a specific theme or tool.
The best project built around each challenge will receive a prize.
</p>
<br />
<p>
Come find out what challenges we'll announce that we and our sponsors have in store for you!
</p>
</div>
</div>
</div>
</div>
<div id="schedule">
<div class="box">
<div class="boxhead">
<h1>schedule</h1>
</div>
<div class="boxcontent">
<div class="boxtext">
<div id="timeline">
<hr class="timeline-line">
<div class="timeline-box">
<h4>NOV</h4>
<h5>30</h5>
<h6>Registration Open</h6>
</div>
<hr class="timeline-line">
<div class="timeline-box">
<h4>JAN</h4>
<h5>31</h5>
<h6>Registration Close</h6>
</div>
<hr class="timeline-line">
<div class="timeline-box">
<h4>FEB</h4>
<h5>08</h5>
<h6>Hackathon Start</h6>
</div>
<hr class="timeline-line">
</div>
</div>
<div class="decor">
<img src="img/H4schedule.png" />
</div>
</div>
</div>
<div id=timetable>
<h2>HACKS SCHEDULE</h2>
<div class='table-wrapper'>
<table id='friday'>
<tr>
<th colspan="2">Friday</th>
</tr>
<!--font weight bold-->
<tr>
<td class=time>4:00PM </td>
<td>E11 and E07 parking decks open</td>
<!--Fri-->
</tr>
<tr>
<td class=time>5:00PM </td>
<td>Check-in opens</td>
</tr>
<tr>
<td class=time>6:30PM </td>
<td>Opening Ceremony</td>
</tr>
<tr>
<td class=time>7:15PM </td>
<td>Dinner & check-in closes</td>
</tr>
<tr>
<td class=time>8:15PM </td>
<td>First-time Hackers / Team-building (N100)</td>
</tr>
<tr>
<td class=time>9:00PM </td>
<td>Collaborative Coding Workshop (N100)</td>
</tr>
<tr>
<td class=time>9:00PM </td>
<td>UL IMS – Panel of Payments Technology Experts (N104)</td>
</tr>
<tr>
<td class=time>10:00PM </td>
<td>Fiserv- Digital payments SDK API Workshop (N100)</td>
</tr>
<tr>
<td class=time>12:00AM </td>
<td>Sleeping room opens</td>
</tr>
</table>
<!--friday table-->
<table id='saturday'>
<tr>
<th colspan="2">Saturday</th>
</tr>
<tr>
<td class=time>9:00AM </td>
<td>Breakfast</td>
</tr>
<tr>
<td class=time>10:00AM </td>
<td>PwC - Cybersecurity Tabletop Game (N100)</td>
</tr>
<tr>
<td class=time>12:00PM </td>
<td>Web Apps Workshop (S150)</td>
</tr>
<tr>
<td class=time>2:00PM </td>
<td>Lunch</td>
</tr>
<tr>
<td class=time>3:00PM </td>
<td>HPCC - Data Analytics Workshop (N100)</td>
</tr>
<tr>
<td class=time>3:00PM </td>
<td>Tyler Yox - Voice Assistants Workshop (N104)</td>
</tr>
<tr>
<td class=time>4:30PM </td>
<td>Small Satellite - Workshop (N104)</td>
</tr>
<tr>
<td class=time>5:30PM </td>
<td>Daniel Bohannon - Obfuscation, evasion, and detection (N100)</td>
</tr>
<tr>
<td class=time>5:30PM </td>
<td>MLH - Cup Stacking (N104)</td>
</tr>
<tr>
<td class=time>6:45PM </td>
<td>Resume tips and interview prep (N104)</td>
</tr>
<tr>
<td class=time>8:00PM </td>
<td>Dinner</td>
</tr>
<tr>
<td class=time>9:15PM </td>
<td>Paul Hansa - Git Workshop (N100)</td>
</tr>
<tr>
<td class=time>9:15PM </td>
<td>Hardware Workshop (N104)</td>
</tr>
<tr>
<td class=time>10:30PM </td>
<td>Karaoke (Auditorium 150)</td>
</tr>
<tr>
<td class=time>10:30PM </td>
<td>Smash Ultimate Tournament (Room N104)</td>
</tr>
<tr>
<td class=time>12:00AM </td>
<td>Sleeping room opens</td>
</tr>
</table>
<table id="sunday">
<tr>
<th colspan="2">Sunday</th>
</tr>
<tr>
<td class=time>9:00AM </td>
<td>Breakfast</td>
<!--Sun-->
</tr>
<tr>
<td class=time>9:30AM </td>
<td>Submissions Due</td>
</tr>
<tr>
<td class=time>10:00AM </td>
<td>Expo (Auditorium Hallway)</td>
</tr>
<tr>
<td class=time>11:45AM </td>
<td>Judging</td>
</tr>
<tr>
<td class=time>1:00PM </td>
<td>Closing ceremony</td>
</tr>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
<!--end of timetable div-->
</div> <!-- end of the timeline div -->
<div id="registration">
<div class="box">
<div class="boxhead">
<h1>registration</h1>
</div>
<div class="boxcontent">
<div class="decor">
<img src="img/H4registration.png" />
</div>
<div class="boxtext">
<p><a href="https://ugeorgia.ca1.qualtrics.com/jfe/form/SV_0USwj0iN2isrIXz" target="_blank">Join UGA for its 4th
annual hackathon!</a></p>
<br />
<p>This year is about fostering and growing the new generation of coders -- Sowing the Seed for the Next
Generation of Coders.</p>
<br />
<p>UGAHacks will be following the <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf">MLH Code of Conduct</a>.
By participating
in UGAHacks, you are agreeing to follow the Code of Conduct throughout the duration of the event.</p>
<br />
<p>Hope to see you in February!</p>
</div>
</div>
</div>
</div>
<div id="faq">
<div class="box">
<div class="boxhead">
<h1>FAQ</h1>
</div>
<div class="boxcontent">
<div class="boxtext">
<h3>Where? </h3>
<p>
The <a href="https://goo.gl/maps/ufiFo4PmKb82">Lamar Dodd School of Art</a>, University of Georgia, Athens, GA.
We're very excited about the very large venue upgrade this year, and we'll have plenty of room for sleeping bags,
so feel free to stay all weekend!
</p>
<h3>Who can sign up? </h3>
<p>
All university students! We welcome all undergraduates and graduate students of all skill levels to attend.
Professionals
and other guests are
welcome to attend as mentors or volunteers.
</p>
<h3>How much will it cost to sign up? </h3>
<p>
Nothing! The entire event and its amazing perks are free for all participants, including meals and snacks to keep
you powered throughout the weekend, as well as workshops to help you get started and sharpen your hacking skills.
</p>
<h3>What should I bring? </h3>
<p>
Enthusiasm! Laptops, phones, chargers, and other tools you might need for your project are also important! If
you're staying overnight, be sure to bring the necessary toiletries and a sleeping bag. Additionally, please
bring your official student ID or government ID (no photocopies allowed).
</p>
<br />
<a class="collapsible btn">More</a>
<div class="content">
<h3>Can I start working on my project before the event? </h3>
<p>
No. All UGAHacks projects must begin at the hackathon. You are not permitted to begin a hackathon project before
this event. Feel free to bring ideas, but no code!
</p>
<h3>What if I don't have a team or idea? </h3>
<p>
Don't sweat it! You're free to join any existing team or form a new one when you get there. We'll also provide
ample opportunities for hackers to meet each other and brainstorm some amazing ideas.
</p>
<h3>How many people can I have on my team? </h3>
<p>
There is no hard limit, but we recommend teams be at most 4 people, as we only have prizes for 4 people per
team.
</p>
<h3>Will you be offering travel reimbursements? </h3>
<p>
Yes, we will be offering travel reimbursements! Please make sure to note it on your registration and we will
reach out to you upon acceptance. University of Georgia students are not eligible to receive travel
reimbursements.
</p>
<h3>Where will I sleep? </h3>
<p>
We'll have designated sleeping areas for hackers, but they will be on a first-come-first-serve basis. You're
welcome and even encouraged to bring a sleeping bag!
</p>
<h3>Can I volunteer / mentor at UGAHacks? </h3>
<p>
We love your enthusiasm! Volunteers and mentors can apply via the registration form above! If you have any
questions regarding the position, please contact us at
<a href="mailto:[email protected]">[email protected]</a>
- Be sure to mention it in the subject. See you soon!
</p>
<h3>I have more questions? </h3>
<p>
That's not actually a question, but if you've got one then we'll be happy to answer it! Reach out to us at
<a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
<div class="decor">
<img src="img/H4faq.png" />
</div>
</div>
</div>
</div>
<div id="sponsors">
<div class="box">
<div class="boxhead">
<h1>sponsors</h1>
</div>
<div class="sponsorlogos">
<a href="https://www.pwc.com/" target="_blank"> <img src="img/pwcready.png" /></a>
<a href="https://www.fiserv.com/index.aspx" target="_blank"><img src="img/fiserv.png" /></a>
<a href="https://ims.ul.com/" target="_blank"><img src="img/UL-red.png" /></a>
</div>
<div class="sponsorlogos">
<a href="https://hpccsystems.com/" target="_blank"><img src="img/HPCC Systems Logo black.png" /></a>
<a href="http://www.mckenneys.com" target="_blank"><img src="img/mck.png" /></a>
<a href="http://cs.uga.edu" target="_blank"><img src="img/csdept.png" class="uga-logo"/></a>
<a href="http://www.ugaentr.com" target="_blank"><img src="img/entr-program.png" class="uga-logo"/></a>
</div>
<div class="sponsorlogos">
<a href="https://www.kindsnacks.com/" target="_blank"><img src="img/kind.png" /></a>
<a href="https://www.statefarm.com" target="_blank"><img src="img/statefarm.png" /></a>
<a href="https://www.ugaacm.com/" target="_blank"><img src="img/acm.png" /></a>
<a href="https://www.corsair.com/us/en/" target="_blank"><img src="img/Corsair_logo_SW_800px.png" /></a>
</div>
</div>
<div class="box" style="margin: 20px 0">
<div class="boxhead">
<h2>partners</h2>
</div>
<div class="boxcontent">
<div class="partnerlogos">
<a href="http://hackp.ac/mlh-stickermule-hackathons" target="_blank"><img src="img/sticker-mule-logo-light-bg.png" /></a>
<a href="https://www.fourathens.com/" target="_blank"><img src="img/fourathens.png" /></a>
</div>
</div>
</div>
<div class="boxcontent">
<div class="boxtext">
<h2>Interesting in sponsoring us?</h2>
<p>
By sponsoring UGAHacks, your company will have the opportunity to inspire new programmers while also reaching out
to and recruiting the rising stars of the tech industry. Please reach out to our sponsorship team for more
information.
</p>
<br />
<a href="./docs/UGHacks-4-Sponsorship.pdf">
<h2>Sponsor Packet PDF</h2>
</a>
<a href="mailto:[email protected]">
<h2>[email protected]</h2>
</a>
</div>
</div>
<footer>
<a href="https://github.com/ugahacks"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/ugahacks"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/ugahacks/"><i class="fa fa-facebook"></i></a>
</footer>
</div>
<script src="js/smooth-scroll.min.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]', {
speed: 800,
offset: 40
});
var more = document.getElementsByClassName("collapsible");
for (let i = 0; i < more.length; i++) {
more[i].addEventListener("click", function () {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
})
}
</script>
</body>
</html>