-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
executable file
·677 lines (654 loc) · 33.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
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
675
676
677
<!--
_____________________________________________________
/ ____ _ _ _ \
| / ___|_ _ _ __ _ __ | | | | __ _ ___| | _____ |
| | | _| | | | '_ \| '_ \| |_| |/ _` |/ __| |/ / __| |
| | |_| | |_| | | | | | | | _ | (_| | (__| <\__ \ |
| \____|\__,_|_| |_|_| |_|_| |_|\__,_|\___|_|\_\___/ |
\ /
-----------------------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="generator" content="GunnHacks"/>
<link rel="icon" type="image/png" href="img/favicon.png"/>
<title>GunnHacks 7.0</title>
<!-- Styles and Fonts -->
<link rel="stylesheet" href="https://cdn.rawgit.com/rohitkrai03/pills/gh-pages/dist/pills.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- <link rel="stylesheet" href="css/bootstrap.min.css"> -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/new.css">
<link href="https://fonts.googleapis.com/css2?family=Abel&display=swap" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Arvo:400,700,400italic|Ubuntu' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet">
<!-- Google -->
<meta name="description" content="Make, Build, Create & Learn. It’s GunnHacks 7.0, Gunn’s 36‑hour high school hackathon." />
<meta name="copyright" content="GunnHacks" />
<!-- Facebook -->
<meta property="og:title" content="GunnHacks 7.0" />
<meta property="og:site_name" content="GunnHacks 7.0" />
<meta property="og:type" content="website" />
<meta property="og:image" content="http://gunnhacks.com/img/Social1.png" />
<meta property="og:url" content="http://gunnhacks.com" />
<meta property="og:description" content="Make, Build, Create & Learn. It’s GunnHacks 7.0, Gunn’s 36‑hour high school hackathon." />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@GunnHacks" />
<meta name="twitter:creator" content="@GunnHacks" />
<meta name="twitter:title" content="GunnHacks 7.0" />
<meta name="twitter:description" content="Make, Build, Create & Learn. It’s GunnHacks 7.0, Gunn’s 36‑hour high school hackathon." />
<meta name="twitter:image" content="img/logo.png" />
<meta name="twitter:url" content="http://gunnhacks.com" />
<meta name="twitter:domain" content="gunnhacks.com" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/main.js"></script>
</head>
<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/2021/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2021-season&utm_content=black" target="_blank"><img src="./img/mlh-trust-badge-2021-black.svg" alt="Major League Hacking 2021 Hackathon Season" style="width:100%"></a>
<body>
<div id="wrapper" style="width: 100%;">
<div id="hero">
<div class="layer"></div>
<section class="centered fadeIn">
<img id="logo" src="img/logo.png" alt="GunnHacks Logo">
<h1>GunnHacks 7.0</h1>
<h3>February 12-14, 2021</h3>
<div class="contact-form">
<p>Questions? Email <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="nav">
<a href="#about">About</a>
<a href="#schedule">Schedule</a>
<a href="#prizes">Prizes</a>
<a href="#faq">FAQ</a>
<a href="#sponsors">Sponsors</a>
<a href="/register">Register</a>
</div>
<div class="nav">
<a href="https://www.facebook.com/GunnHacks"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/gunn.hacks/"><i class="fa fa-instagram"></i></a>
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
</div>
<br>
</section>
<footer>
<p>Sanctioned by the Gunn CS Department.</p>
</footer>
</div>
<div class="center">
<div class="white-bg strip">
<div id="about" class="content">
<h2 >About</h2>
<p>The seventh iteration of GunnHacks, Gunn High School's annual hackathon. </p>
<p>Join us from February 12th to 14th for an virtual, 36 hour high school hackathon. Work in teams
of up to four to create something amazing. We welcome any high school student with an interest
in technology!</p>
<p>
Before you participate, please refer to the MLH Code of Conduct <a href="docs/mlh-code-of-conduct.pdf" target="_blank" rel="noopener noreferrer">here</a>
and our hacker guide <a href="https://docs.google.com/document/d/1TPr6b7RYaQ9f5ruTVCpPF0TaenZ0EHUv00PDlF_rgUI/" target="_blank" rel="noopener noreferrer">here</a>.
</p>
</div>
</div>
<div class="red-bg strip">
<div id="schedule" class="content">
<h2>Schedule (All Times in PST)</h2>
<div class="row schedule">
<div class="four columns">
<h6>February 12th</h6>
<table class="table">
<thead>
<tr>
<th class="time">Time</th>
<th class="event">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>5:00 PM</td>
<td><a href="https://twitch.tv/gunnhacks" target="_blank" rel="noopener noreferrer">
Opening Ceremony <strong>(Wolfram Keynote)</strong>
</a></td>
</tr>
<tr>
<td>6:00 PM</td>
<td>Team Formation</td>
</tr>
<tr>
<td>7:00 PM</td>
<td><a href="https://stanford.zoom.us/j/96700833086?pwd=Z3RDVmY1d3BWNlZMSkdid0hRRGNhZz09" target="_blank" rel="noopener noreferrer">
InspiritAI AI Workshop
</a></td>
</tr>
<tr>
<td>8:00 PM</td>
<td><strong>HACKING BEGINS</strong></td>
</tr>
<tr>
<td>8:00 PM</td>
<td><a href="https://virginiatech.zoom.us/j/4836087091" target="_blank" rel="noopener noreferrer">
MLH Cybersecurity Workshop
</a></td>
</tr>
<tr>
<td>9:00 PM</td>
<td><a href="https://us02web.zoom.us/j/83720593352" target="_blank" rel="noopener noreferrer">
Girls Tech Club Workshop (HTML/CSS/Websites)
</a></td>
</tr>
<tr>
<td>10:00 PM</td>
<td>Minecraft Build Challenge Begins</td>
</tr>
</tbody>
</table>
</div>
<div class="four columns">
<h6>February 13th</h6>
<table class="table">
<thead>
<tr>
<th class="time">Time</th>
<th class="event">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>6:00 AM</td>
<td>Mini Capture the Flag (CTF) Begins</td>
</tr>
<tr>
<td>9:00 AM</td>
<td><a href="https://us02web.zoom.us/j/83720593352" target="_blank" rel="noopener noreferrer">
Intro to Python Workshop
</a></td>
</tr>
<tr>
<td>10:00 AM</td>
<td><a href="https://www.youtube.com/watch?v=Uo2z8oKzNGk" target="_blank" rel="noopener noreferrer">
echoAR Workshop
</a></td>
</tr>
<tr>
<td>11:00 AM</td>
<td><a href="https://us02web.zoom.us/j/83720593352" target="_blank" rel="noopener noreferrer">
MLH Localhost Git Workshop
</a></td>
</tr>
<tr>
<td>2:00 PM</td>
<td><a href="https://us02web.zoom.us/j/83720593352" target="_blank" rel="noopener noreferrer">
Bob Ross Painting Challenge
</a></td>
</tr>
<tr>
<td>4:00 PM</td>
<td><a href="https://virginiatech.zoom.us/j/4836087091" target="_blank" rel="noopener noreferrer">
MLH !Light Activity
</a></td>
</tr>
<tr>
<td>10:00 PM</td>
<td>Mini CTF Ends</td>
</tr>
</tbody>
</table>
</div>
<div class="four columns">
<h6>February 14th</h6>
<table class="table">
<thead>
<tr>
<th class="time">Time</th>
<th class="event">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td>8:00 AM</td>
<td>Minecraft Challenge Ends</td>
</tr>
<tr>
<td>8:00 AM</td>
<td><strong>HACKING ENDS</strong></td>
</tr>
<tr>
<td>9:00 AM</td>
<td>Judging Begins</td>
</tr>
<tr>
<td>12:00 PM</td>
<td>Judging Ends</td>
</tr>
<tr>
<td>1:00 PM</td>
<td><a href="https://twitch.tv/gunnhacks" target="_blank" rel="noopener noreferrer">
Closing Ceremony
</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="white-bg strip">
<div id="prizes" class="content">
<h2>Prizes</h2>
<table class="table">
<tbody>
<tr>
<td>1st Overall</td>
<td>Amazon Echo Dot + Wolfram Award + $500 Bugsee Credits + 6 months 1Password Family</td>
</tr>
<tr>
<td>2nd Overall</td>
<td>Raspberry Pi 4 + Wolfram Award + $500 Bugsee Credits</td>
</tr>
<tr>
<td>3rd Overall</td>
<td>Gaming Mice + Wolfram Award</td>
</tr>
<tr>
<td>4th, 5th Overall</td>
<td>Discord Nitro Classic (2 months) + Wolfram Award</td>
</tr>
<tr>
<td>Most Creative</td>
<td>Adafruit Gift Certificate</td>
</tr>
<tr>
<td>Best Solo Hack</td>
<td>Discord Nitro Classic (3 months)</td>
</tr>
<tr>
<td>Top 10 Teams</td>
<td>Wolfram Award (One year of Wolfram One Personal Edition + one-year subscription to Wolfram Alpha Pro)</td>
</tr>
<tr>
<td>echoAR Award</td>
<td>$50 Amazon gift card (1 for the team) + 1-month free business tier access (per team member). Must use echoAR in project to be eligible</td>
</tr>
<tr>
<td>Best Domain Registered with Domain.com</td>
<td>PowerSquare Qi Wireless Phone Charger + Domain.com Backpack</td>
</tr>
<tr>
<td>Best Use of Google Cloud</td>
<td>Google Branded Parkland Academy Backpack</td>
</tr>
<tr>
<td>Best Hardware Hack Sponsored by Digi-Key</td>
<td>Grove Beginner Kits</td>
</tr>
<tr>
<td>Best Use of DataStax Astra</td>
<td>Blue Snowball Mic</td>
</tr>
<tr>
<td>Minecraft Challenge Winner</td>
<td>ProductHunt T-Shirts</td>
</tr>
<tr>
<td>Mini CTF Winner</td>
<td>IOTunix Lamps</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="red-bg strip">
<div id="speaker" class="content">
<h2>Opening Speaker</h2>
<div class="speaker-content">
<img src="./img/stephen-wolfram-cropped.png" alt="stephen wolfram">
<div class="bio">
<p class="name">Stephen Wolfram</p>
<p>Founder & CEO of Wolfram Research</p>
<p>Creator of Mathematica, Wolfram|Alpha & the Wolfram Language</p>
<p>Author of A New Kind of Science and other books</p>
<p>Originator of the Wolfram Physics Project</p>
</div>
</div>
</div>
</div>
<div class="white-bg strip">
<div id="mentors" class="content">
<h2>Mentors and Judges</h2>
<div class="photos">
<div class="photo">
<img src="./img/mentors/mentor_aria_chang.jpg" alt="Aria Chang">
<p class="name">Aria Chang</p>
<p class="title">Software Engineer at MediaMath</p>
<p class="role">Mentor</p>
</div>
<div class="photo">
<img src="./img/mentors/mentor_judge_jeff_li.jpg" alt="Jeff Li">
<p class="name">Jeff Li</p>
<p class="title">Principal Software Engineer at Microsoft</p>
<p class="role">Mentor/Judge</p>
</div>
<div class="photo">
<img src="./img/mentors/mentor_judge_nan_zhong.jpg" alt="Nan Zhong">
<p class="name">Nan Zhong</p>
<p class="title">Software Engineering Manager at Google</p>
<p class="role">Mentor/Judge</p>
</div>
<div class="photo">
<img src="./img/mentors/mentor_tao_zhan.jpg" alt="Tao Zhan">
<p class="name">Tao Zhan</p>
<p class="title">LambdaZen CTO</p>
<p class="role">Mentor</p>
</div>
<div class="photo">
<img src="./img/mentors/judge_snehal_khandkar.jpg" alt="Snehal Khandkar">
<p class="name">Snehal Khandkar</p>
<p class="title">Software Engineering Manager at Facebook</p>
<p class="role">Judge</p>
</div>
<div class="photo">
<img src="./img/mentors/judge_yun_luo.jpg" alt="Yun Luo">
<p class="name">Yun Luo</p>
<p class="title">Senior Software Engineer at Netflix</p>
<p class="role">Judge</p>
</div>
<div class="photo">
<img src="./img/logo.png" alt="Amit Virmani">
<p class="name">Amit Virmani</p>
<p class="title">Engineering Manager at Google</p>
<p class="role">Judge</p>
</div>
</div>
</div>
</div>
<div class="red-bg strip">
<div id="faq" class="content">
<h2>FAQ</h2>
<div class="questions">
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>What is a hackathon?</h3>
</div>
<div class="answer">
<p>
Hackathons are where your crazy idea becomes reality. Students work in teams of up to
four for 36
hours to create something amazing. Build anything—there are no restrictions on
what you can
create. Dive in and make the most incredible thing you can alongside fellow creators.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>Who can attend?</h3>
</div>
<div class="answer">
<p>
Any high schoolers can attend GunnHacks. Unfortunately, we cannot allow college students
or middle schoolers to attend this time around, and we cannot ship swag/prizes internationally.
International participants are not eligible for prizes or swag.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>What if I don’t know how to code?</h3>
</div>
<div class="answer">
<p>
All students regardless of coding ability or experience are welcome. Hackathons are a
great place to
learn, so come and build your first app, website, or anything else! We’ll also
have workshops
for you to start off or learn something new.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>What can I build?</h3>
</div>
<div class="answer">
<p>
Web, mobile, hardware, you name it—any type of project is welcome. Projects will
be judged based
on creativity, technical difficulty, polish, and utility by a panel of industry judges.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>How big should teams be?</h3>
</div>
<div class="answer">
<p>
We highly encourage you to build with a team. Teamwork is deeply rooted in the hacking
ethos, and
you’ll have a better time building with your brightest peers. Teams shall consist
of no more
than four people. But don’t worry if you don’t have a team before the event—we
will
have a team-formation session Friday night.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>What if I don’t have a team?</h3>
</div>
<div class="answer">
<p>
No problem! Many hackers do not have a fully-formed team or hack concept before the
event begins. We
will be hosting team-forming activities before hacking begins to help you find the
perfect match. If
you’re a first-time hacker, there will be many others looking for team members
with whom you can
work.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>How much does it cost?</h3>
</div>
<div class="answer">
<p>
Participation in GunnHacks is completely free. However, due to the online nature of the
event, we recommend ownership of a computer and access to the internet.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>Do I have to work the whole time?</h3>
</div>
<div class="answer">
<p>
No, not at all! We will have fun activities and workshops you can participate in when
you want to take a break.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>Where is GunnHacks?</h3>
</div>
<div class="answer">
<p>
Due to the pandemic, GunnHacks 7.0 will be held online this year. Join the <a href="https://discord.gg/ZzHuQMXRW6">Discord server</a>.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>When does registration close?</h3>
</div>
<div class="answer">
<p>
Registration closes on February 12th, at 5pm PST, when the hackathon
begins.
</p>
</div>
</div>
<!--
<div class="question-whole">
<div class="question">
<div class="symbol">
gi </div>
<h3>What should I bring?</h3>
</div>
<div class="answer">
<p>
All attendees are required to bring their valid student ID (or equivalent school ID) for
admission.
Bring laptops, phones, chargers, and any other tech you need for the weekend. Sleeping
bags and
toiletries are also highly recommended.
</p>
</div>
</div>
-->
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>I’m interested in mentoring! How can I get involved?</h3>
</div>
<div class="answer">
<p>
Yay! Shoot us an email at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
<div class="question-whole">
<div class="question">
<div class="symbol">
<h3>+</h3>
</div>
<h3>What if I have another question?</h3>
</div>
<div class="answer">
<p>
We love questions! Please feel free to reach out to us at <a
href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</div>
</div>
</div>
<div class="white-bg strip">
<div id="sponsors" class="content">
<h2>Sponsors</h2>
<p>To sponsor our event, email us at <a href="mailto:[email protected]">[email protected].</a></p>
<p>Find our sponsorship prospectus <a href="docs/sponsor_prospectus.pdf">here.</a></p>
<div id="sponsors-content">
<div><a href="https://www.wolfram.com/">
<img src="./img/sponsors/wolfram.svg" alt="wolfram"/>
</a></div>
<div><a href="https://repl.it/">
<img src="./img/sponsors/replit.png" alt="replit"/>
</a></div>
<div><a href="https://www.bugsee.com/">
<img src="./img/sponsors/bugsee.svg" alt="bugsee"/>
</a></div>
<div><a href="https://www.producthunt.com/">
<img src="./img/sponsors/product-hunt.png" alt="producthunt"/>
</a></div>
<div><a href="https://1password.com/">
<img src="./img/sponsors/1-password.png" alt="1password"/>
</a></div>
<div><a href="https://balsamiq.com/">
<img src="./img/sponsors/balsamiq.svg" alt="balsamiq"/>
</a></div>
<div><a href="https://www.echoar.xyz/">
<img src="./img/sponsors/echoar.png" alt="echoar"/>
</a></div>
<div><a href="http://hackp.ac/mlh-stickermule-hackathons">
<img src="./img/sponsors/sticker-mule.png" alt="sticker mule"/>
</a></div>
<div><a href="http://amzn.to/2GontHO">
<img src="./img/sponsors/iotunix.png" alt="iotunix"/>
</a></div>
<div><a href="https://www.inspiritai.com/">
<img src="./img/sponsors/inspirit-ai.png" alt="inspirit ai"/>
</a></div>
<div><a href="https://www.mitchellparkteenservices.org/thinkfund">
<img src="./img/sponsors/thinkfund.webp" alt="thinkfund"/>
</a></div>
<div><a href="https://www.cityofpaloalto.org/">
<img src="./img/sponsors/city-of-palo-alto.png" alt="city of palo alto"/>
</a></div>
<br>
</div>
</div>
</div>
<div id="prev-years" class="content">
<div class="three columns">
<h3>Previous Years</h3>
</div>
<div class="one columns">
<h3><a target="_blank" rel="noopener noreferrer" href="https://6.0.gunnhacks.com/">6.0</a></h3>
</div>
<div class="one columns">
<h3><a target="_blank" rel="noopener noreferrer" href="https://5.0.gunnhacks.com/">5.0</a></h3>
</div>
<div class="one columns">
<h3><a target="_blank" rel="noopener noreferrer" href="https://4.0.gunnhacks.com/">4.0</a></h3>
</div>
<div class="one columns">
<h3><a target="_blank" rel="noopener noreferrer" href="https://3.0.gunnhacks.com/">3.0</a></h3>
</div>
<div class="one columns">
<h3><a target="_blank" rel="noopener noreferrer" href="https://2.0.gunnhacks.com/">2.0</a></h3>
</div>
<div class="one columns">
<h3><a target="_blank" rel="noopener noreferrer" href="https://1.0.gunnhacks.com/">1.0</a></h3>
</div>
</div>
</div>
</div>
</body>
</html>