-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
835 lines (750 loc) · 33.9 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
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="VolHacks official website, The University of Tennessee, Knoxville's fifth hackathon, coming in fall 2021." />
<meta name="keywords" content="hackathon, university, tennessee, mlh, code, knoxville" />
<meta name="author" content="VolHacks">
<title>VolHacks V – The University of Tennessee's Fifth Annual Hackathon</title>
<link rel="icon" href="img/favicon.ico">
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css" crossorigin="anonymous">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WLVQLKCNSQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-WLVQLKCNSQ');
</script>
<!-- To prevent Cache -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<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/2022/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2022-season&utm_content=white"
target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2022/mlh-trust-badge-2022-white.svg"
alt="Major League Hacking 2022 Hackathon Season" style="width:100%"></a>
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top"> <i><img alt="VolHacks Logo" class="logo"
src="img/smokey-logo.png"></i><span
class="logo-text"> VolHacks</span> </a>
<div class="nav-line"></div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#schedule">Schedule</a>
</li>
<li>
<a class="page-scroll" href="#register">Register</a>
</li>
<li>
<a class="page-scroll" href="#sponsors">Sponsors</a>
</li>
<li>
<a class="page-scroll" href="#faq">FAQ</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
<!--<li>
<a class="page-scroll" href="#organizers">Organizers</a>
</li>-->
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 class="brand-heading"><span class="light orange">Vol</span><span class="eureka">Hacks</span> V </h1>
<h3>Thank you to everyone who participated on <br>
October 29th - 31st, 2021</h3>
<!-- Countdown timer -->
<!-- <iframe src="https://free.timeanddate.com/countdown/i81kcv8x/n843/cf12/cm0/cu4/ct0/cs0/cac000/cr0/ss0/cac000/cpc000/pct/tcfff/fs100/szw440/szh185/tatTILL%20SUBMISSION%20DEADLINE/tac2eeeee/tptTime%20since%20Event%20started%20in/tpc000/matEDT/mac000/mpc000/iso2021-10-31T08:00:00/pa3" allowtransparency="true" frameborder="0" width="364" height="98"></iframe> -->
<!-- <iframe src="https://free.timeanddate.com/countdown/i81ivcvy/n843/cf12/cm0/cu4/ct0/cs0/cac000/cr0/ss0/cac000/cpc000/pct/tcfff/fs100/szw448/szh189/tatTILL%20CHECK-IN/tac2eeeee/tptTime%20since%20Event%20started%20in/tpc000/matEDT/mac000/mpc000/iso2021-10-29T17:00:00/pa4" allowtransparency="true" frameborder="0" width="195" height="103"></iframe> -->
<br>
<!-- <h3><a class="page-scroll" href="#venue">Min H. Kao Building<br>UTK</a></h3>-->
<h3><a class="page-scroll" href="#hybrid-event-details">Hybrid Event!</a></h3>
<ul class="list-inline banner-social-buttons">
<!-- <li>
<a id="eventbrite-widget-modal-trigger-156310062605" type="button" class="sponsor btn btn-default btn-lg">
<i class="fas fa-ticket-alt"></i>
Register
</a>
</li> -->
<!-- <li>
<a href="#sponsors" class=" sponsor page-scroll btn btn-default btn-lg"><i class="fas fa-handshake"></i><span class="network-name"> Sponsor Us</span></a>
</li> -->
<li>
<a href="https://discord.gg/BdwpbmNrUA" type="button" class="sponsor btn btn-default btn-lg" target="_blank">
<i class="fab fa-discord"></i> <span class="network-name">Discord</span>
</a>
</li>
</ul>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://volhacks-v.devpost.com/" target="_blank" class="btn btn-default btn-lg sponsor">View Submissions</a>
</li>
<!-- <li>
<a href="https://volhacks-iv.devpost.com/" target="_blank" class="btn btn-default btn-lg sponsor"> Previous Season</a>
</li> -->
</ul>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-down animated"></i>
</a>
</div>
</div>
</div>
</div>
</header>
<br> <br>
<!-- About Section -->
<div id="about">
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Hack On Rocky Top</h2>
<p>
During 36 caffeine-filled, sleepless hours, students from the University of Tennessee and elsewhere
will brainstorm, build, break, test, and deploy whatever they can imagine, for the chance to win
amazing prizes. </p>
<p>
There will also be plenty of time to interact with professional mentors and engineers, meet
recruiters, and listen to great tech talks and tutorials from sponsors. </p>
<ul class="list-inline banner-social-buttons"></ul>
<br> <br>
</div>
</div>
</section>
<section class="about-photo wide-photo container text-center about-grid">
<div class="col-sm-3 col-sm-offset-1 col-xs-6">
<h3>1</h3>
<p>venue</p>
</div>
<div class="col-sm-4 col-xs-6">
<h3>36</h3>
<p>hours</p>
</div>
<div class="col-sm-3 col-xs-6">
<h3>400</h3>
<p>spots</p>
</div>
<div class="col-sm-3 col-sm-offset-1 col-xs-6">
<h3>20+</h3>
<p>sponsors</p>
</div>
<div class="col-sm-4 col-xs-6">
<h3>8</h3>
<p>partners</p>
</div>
<div class="col-sm-3 col-xs-6">
<h3>∞</h3>
<p>mg of caffeine</p>
</div>
</section>
<!-- About Section -->
<section class="container content-section text-center" id="venue">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>The Venue</h2>
<p>
The <a href="https://www.eecs.utk.edu/overview/facilities/" target="_blank">Min H. Kao Engineering
building</a> is one of
the newest buildings on campus, with an expansive interior, modern architecture, and ridiculous
internet speeds. Min Kao houses the Department of Electrical Engineering and Computer Science, and
is a hotspot of innovation at the university. During VolHacks, it will be home to over 300 hackers
building the technology of tomorrow. </p>
<div class="google-maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d1614.7594968387325!2d-83.924121!3d35.958735!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x5ae47667cdb72706!2sMin%20Kao%20Building%20-%20Department%20of%20Electrical%20Engineering%20%26%20Computer%20Science!5e0!3m2!1sen!2sus!4v1625249092770!5m2!1sen!2sus"
style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</div>
<br>
<p>
While you're here, be sure to visit Knoxville and see the Great Smoky Mountains, the US's most
visited national park. </p>
</div>
</div>
</section>
<section class="venue-photo wide-photo container text-center about-grid">
<div class="col-sm-3 col-sm-offset-1 col-xs-6">
<h3>150k</h3>
<p>square feet</p>
</div>
<div class="col-sm-4 col-xs-6">
<h3>fast</h3>
<p>wifi</p>
</div>
<div class="col-sm-3 col-xs-6">
<h3>∞</h3>
<p>food and drinks</p>
</div>
<div class="col-sm-3 col-sm-offset-1 col-xs-6">
<h3>1</h3>
<p>mile from downtown</p>
</div>
<div class="col-sm-4 col-xs-6">
<h3>multiple</h3>
<p>floors of hacking space</p>
</div>
<div class="col-sm-3 col-xs-6">
<h3>∞</h3>
<p>swag</p>
</div>
</section>
</div>
<!-- Schedule Section -->
<section id="schedule" class="container text-center about-grid">
<br>
<div class="col-lg-8 col-lg-offset-2">
<h2>Schedule</h2>
<h3 class="table-header">Friday</h3>
<table class="table">
<tr>
<td class="left">Check In</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Opening Ceremony</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Team Formation</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Dinner</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left"><b>Hacking Commences</b></td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">ACM Flutter Workshop</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
</table>
<h3 class="table-header">Saturday</h3>
<table class="table">
<tr>
<td class="left">Midnight Snack</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Breakfast</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Ploomber.io Workshop</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Center For Career Services Talk</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">JCLS Leadership Talk</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Lunch</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">ELO Tech Talk</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Networking 101 Workshop</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Meme Search using Jina</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">TVA Tech Talk</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">US Airforce Capture The Flag</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<!-- <tr>
<td class="left">Slide Show Karaoke</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr> -->
<tr>
<td class="left">Dinner</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Slideshow Karaoke</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<!-- <tr>
<td class="left">Cup Stacking</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr> -->
</table>
<h3 class="table-header">Sunday</h3>
<table class="table">
<tr>
<td class="left">Midnight Snack</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left"><b>Hacking Ends</b></td>
<td class="middle">
<!-- <a href="http://volhacks3.devpost.com" class="btn btn-default btn-lg"><i class="fa fa-discord fa-fw"></i> <span class="network-name">Submit Your Hack</span></a> -->
TBA
</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Breakfast</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Judging</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
<tr>
<td class="left">Closing Ceremony</td>
<td class="middle">TBA</td>
<td class="right">TBA</td>
</tr>
</table>
<br> <br>
</div>
<div class="col-lg-8 col-lg-offset-2">
<!-- <p>
Download the schedule <a href="#">here</a>.
</p> -->
<!-- Uncomment when it's ready! -->
</div>
<!-- Register Section -->
</section>
<section id="register" class="register-photo wide-photo container content-section text-center">
<div class="container">
<div class="col-lg-8 col-lg-offset-2">
<h2>Register</h2>
<p class="icon-header">
<i class="fas fa-ticket-alt"></i> <i class="fa fa-arrow-right fa-fw"></i> <i
class="fa fa-car fa-fw"></i> <i class="fa fa-arrow-right fa-fw"></i> <i
class="fa fa-thumbs-up fa-fw"></i> <i class="fa fa-arrow-right fa-fw"></i> <i
class="fa fa-code-fork fa-fw"></i>
</p>
<p>Register online to reserve your place! That way, if we fill up, we don't have to give you a thumbs-down
after you get here.</p>
<!-- Noscript content for added SEO -->
<noscript><a href=" https://www.eventbrite.com/e/volhacks-v-tickets-156310062605" rel="noopener noreferrer"
target="_blank"></a></noscript>
<!-- You can customize this button any way you like -->
<ul class="list-inline banner-social-buttons">
<li>
<a id="eventbrite-widget-modal-trigger-156310062605" type="button" class="btn btn-default btn-lg">
<i class="fas fa-ticket-alt"></i> Register Now </a>
</li>
</ul>
<noscript>Register on Eventbrite</noscript>
<script src="https://www.eventbrite.com/static/widgets/eb_widgets.js"></script>
<script type="text/javascript">
var exampleCallback = function () {
console.log('Order complete!');
};
window.EBWidgets.createWidget({
widgetType: 'checkout',
eventId: '156310062605',
modal: true,
modalTriggerElementId: 'eventbrite-widget-modal-trigger-156310062605',
onOrderComplete: exampleCallback
});
</script>
<br> <br> <br>
</div>
</div>
</section>
<!--Sponsor Section-->
<section id="sponsors" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Sponsors</h2>
<p>This event would not be possible without the incredible support of our sponsors!</p>
<!-- <p>VolHacks is currently looking for sponsors! This event would not be possible without the incredible
support of these organizations.</p>
<p>To discuss sponsorship opportunities, please reach out to <a onclick="location.href='mailto:sponsor@volhacks.org';" >sponsor@volhacks.org</a></p> -->
<!--Uncomment as approved by VolHacks president-->
</div>
<div class="col-lg-12">
<div class="flagship sponsor-section">
<a target="_blank" href="https://www.elotouch.com"> <img alt="Elo Logo" src="img/sponsors/elo.png"> </a>
</div>
<!-- <div class="diamond sponsor-section">
<a target="_blank" href="https://www.cisco.com">
<img alt="Cisco Logo" src="img/sponsors/cisco.svg">
</a>
<a target="_blank" href="https://www.asurion.com">
<img alt="Asurion Logo" src="img/sponsors/asurion_logo_black_rgb.jpg">
</a>
</div> -->
<div class="gold sponsor-section">
<a target="_blank" href="https://www.tva.com/careers"> <img alt="tva" src="img/sponsors/tva.png"> </a>
<a target="_blank" href="https://www.jtv.com"> <img alt="jtv" src="img/sponsors/jtv.png"> </a>
</div>
<div class="silver sponsor-section">
<!-- <a target="_blank" href="https://www.bushbeans.com/">
<img alt="Bush Brothers" src="img/sponsors/bush_brothers.jpeg">
</a> -->
<a target="_blank" href="https://www.trimble.com/"> <img alt="Trimble Logo" src="img/sponsors/trimble_logo.png"> </a>
<a target="_blank" href="https://www.linkedin.com/company/siemens-healthineers/jobs/"> <img alt="siemens" src="img/sponsors/siemens-transparent.png"> </a>
</div>
<div class="bronze sponsor-section">
<a target="_blank" href="https://www.wolfram.com/"> <img alt="Wolfram Logo" src="img\wolfram-new.png">
</a>
<a target="_blank" href="http://linktr.ee/leadinglearners"> <img alt="Leading Learners Logo" src="img/sponsors/leading-learners.png">
</a>
<a target="_blank" href="https://www.assemblyai.com/"> <img alt="Assebly Ai's logo" src="img/sponsors/assembly_ai.png"> </a>
<a target="_blank" href="http://www.echo3d.co/"> <img alt="Echo3D Logo" src="img/sponsors/echo3d.png">
</a> <br> <a target="_blank" href="https://cloud.google.com//"> <img alt="Google Cloud Logo" src="img/sponsors/google_cloud.png">
</a> <a target="_blank" href="https://automationroboticsarduino.com/"> <img alt="GAR logo" src="img/sponsors/GAR.png"> </a>
<a target="_blank" href="https://jina.ai/"> <img alt="jina ai logo" src="img/sponsors/jina_ai.png"> </a>
<a target="_blank" href="https://github.com/ploomber/ploomber"> <img alt="Ploomber.io logo" src="img/sponsors/ploomber.png"></a>
<br>
<a target="_blank" href="http://hackp.ac/mlh-stickermule-hackathons"> <img alt="sticker mule logo" src="img/sponsors/sticker-mule.png"> </a>
<!-- <a target="_blank" href="https://www.jetbrains.com/">
<img alt="Jetbrains Logo" src="img/sponsors/jet_brain.png">
</a>
<a target="_blank" href="https://www.oldi.com/">
<img alt="Online Development Logo" src="img/sponsors/Online-Black.png">
</a>
<a target="_blank" href="https://www.swordshield.com/">
<img alt="Advertium" src="img/sponsors/advertium.png">
</a>
<a target="_blank" href="https://www.homelight.com/knoxville-tn/top-real-estate-agents">
<img alt="HomeLight" src="img/sponsors/HomeLightLogo.jpg">
</a> -->
</div>
<!--Partners Section-->
<div class="col-lg-12 partner-section">
<h2>Partners</h2>
<div class="partners sponsor-section">
<a target="_blank" href="https://mlh.io"> <img alt="MLH Logo" src="img/partners/mlh-logo.png"> </a>
<a target="_blank" href="https://hackutk.org"> <img alt="HackUTK Logo"
src="img/partners/hackutk.png"> </a>
<!-- <a target="_blank" href="http://acmutk.com">-->
<!-- <img alt="ACM UTK Logo" src="img/partners/utkacm.png">-->
<!-- </a>-->
<a target="_blank" href="http://www.eecs.utk.edu"> <img alt="UTK EECS Logo"
src="img/partners/utkeecs.png"> </a> <a
target="_blank" href="http://www.vandyhacks.org"> <img alt="VandyHacks Logo"
src="img/partners/vandyhackslogo.svg">
</a>
<a target="_blank" href="https://twitter.com/codestock?"> <img alt="Codestock Logo"
src="img/sponsors/code_stock.png">
</a>
</div>
</div>
</div>
</div>
</section>
<!--FAQ Section-->
<section id="faq" class="container content-section text-center">
<div class="row" id="hybrid-event-details">
<div class="col-lg-8 col-lg-offset-2">
<h2>Frequently Asked Questions</h2><br> <br>
</div>
<div class="col-md-10 col-md-offset-1">
<div class="col-md-6 faq-column">
<div class="card">
<h4>What is a hackathon?</h4>
<p>A student hackathon is a marathon of innovation, usually 24-36 hours in which students passionate
about creating concepts and technology form teams and compete with other teams to generate,
develop and/or implement a new idea from scratch in order to learn and have fun.</p>
</div>
<div class="card">
<h4>How much does it cost?</h4>
<p>Nothing. Null. The event is completely free for eligible and registered students. You just need
to show up!</p>
</div>
<div class="card">
<h4>Who can come?</h4>
<p>All current undergraduate and graduate students, or those who graduated within the last 12
months, are allowed to attend. If you currently attend the University of Tennessee, you are
guaranteed a spot, with or without registration — but please register to make sure we have enough
swag!</p>
</div>
<div class="card" id="travel_reimbursements">
<h4>Will you provide travel reimbursements?</h4>
<p>The VolHacks team is excited to offer travel reimbursement this year for hackers attending our
event! We want to lighten the burden on hackers who are coming from far away! The exact travel
reimbursement model is shown in the chart below. To encourage carpooling, your vehicle has to
have at least three people to get reimbursement. If you have any questions or need special
accommodations please feel free to reach out to us. If you sign up, please make all efforts to
attend!<br><br><b>Unfortunately, we cannot offer reimbursement for those who are flying at this
time.</b></p>
<img src="img/reimbursement_model.PNG" alt="Italian Trulli">
</div>
<div class="card">
<h4>Will there be free food, drinks, and caffeine?</h4>
<p>Yes! Absolutely! We will provide catered meals, drinks at all times, snack breaks, and endless
caffeine.</p>
</div>
<div class="card">
<h4>Where do I sleep?</h4>
<p>We will have a designated quiet sleeping area on site, and you are encouraged to bring sleeping
bags, blankets, pillows, toiletries, and anything else you need to sleep. There are no showers at
the venue, so please be prepared to go without showering unless you have other
accommodations.</p>
</div>
<div class="card">
<h4>How do teams work?</h4>
<p>There is a maximum of 4 people per team. Once the idea brainstorming session is done, there will
be an open mic and networking time to find a team. Everyone registered will also be invited to
the VolHacks Discord server prior to the hackathon in order to network and discuss ideas.</p>
</div>
<div class="card">
<h4>I don't know what to build — any ideas?</h4>
<p>Don't worry at all! We will walk you through how to brainstorm great ideas at the beginning of
VolHacks.</p>
</div>
<!-- <div class="card" id="halloween">
<h4>Got a Costume For Halloween?</h4>
<p>We are hosting a contest where participants can submit photos of their costume throughout the
weekend. Submissions can be posted on <a href="https://discord.gg/BdwpbmNrUA" target="_blank">
Discord </a> in #costume-contest where everyone can vote on their favorite. Votes will be
tallied up on Sunday where the most voted costume will win some fun prizes!</p>
</div> -->
</div>
<div class="col-md-6 faq-column">
<div class="card">
<h4>When and where is VolHacks?</h4>
<p>VolHacks will be both virtual and hybrid this year! It will take place during Fall 2021, at the University of Tennessee, Knoxville in the Min Kao EECS Building located at
<a target="_blank"
href="https://www.google.com/maps/place/Department+of+Electrical+Engineering+and+Computer+Science/@35.958735,-83.924121,18z/data=!4m5!3m4!1s0x0:0x5ae47667cdb72706!8m2!3d35.9586585!4d-83.9245267?hl=en-US">
1520 Middle Dr, Knoxville, TN 37996.</a> For those who want to participate virtually
everything will take place on our <a href="https://discord.gg/BdwpbmNrUA" target="_blank">
Discord. </a> All of the fun activities such as opening and closing ceremonies, tech talks,
workshops, and more will be streamed on Discord so you can watch from home! </p>
</div>
<div class="card">
<h4>I'm coming in person, where do I park?</h4>
<p>Free parking is available in the <a target="_blank"
href="https://www.google.com/maps/place/11th+Street+Parking+Garage,+1101+Cumberland+Ave,+Knoxville,+TN+37916/@35.9597291,-83.9274756,17z/data=!3m1!4b1!4m5!3m4!1s0x885c17ddb7a7e377:0x5102d7d12e225a36!8m2!3d35.9597059!4d-83.9252861">11th
Street
Parking
Garage</a>,
right across the street from Min Kao.</p>
</div>
<div class="card">
<h4>What are the current policies regarding COVID-19?</h4>
<p>We will be enforcing the CDC, state, and local COVID guidelines for those who attend the event in
person. This means when you check into the event physically you will be asked a series of COVID
related questions upon arrival. We also ask that participants wear a mask at all times while
inside of the venue. If you feel sick or have been recently exposed to someone who has COVID-19,
we ask you to please attend the event virtually. For more information:</p>
<ul>
<li>
<a href="https://www.cdc.gov/coronavirus/2019-ncov/prevent-getting-sick/prevention.html">CDC
Guidelines</a>
</li>
<li>
<a href="https://covid19.tn.gov/">Tennessee Guidelines</a>
</li>
<li>
<a href="https://chancellor.utk.edu/2021/08/02/updated-covid-guidelines/">UTK Guidelines</a>
</li>
</ul>
</div>
<div class="card">
<h4>Is there a code of conduct?</h4>
<p>Yes, we abide by the <a href="https://static.mlh.io/docs/mlh-code-of-conduct.pdf"
target="_blank">Major League Hacking Code of Conduct</a>.</p>
</div>
<div class="card">
<h4>Will you have a hardware lab?</h4>
<p>Yes! VolHacks is not just software! The Hardware Lab is an area where you can borrow hardware you
need to create your hack, using your government issued ID. Feel free to bring your own hardware
or send suggestions on what feel you would like to use. You can review a list of hardware lab <a
target="_blank" href="https://hack.mlh.io/hardware/">here</a>.</p>
</div>
<div class="card">
<h4>Do I need to stay the entire time?</h4>
<p>Nope, we are not a lock-in. We realize that 36 hours is a long time, and that some people might
have other commitments during that time. Feel free to stay and leave as you choose.</p>
</div>
<div class="card">
<h4>I've never been to a hackathon before, what should I do?</h4>
<p>No worries at all. We will be providing mentors during the hackathon and running workshops. We
will also have a Discord server for anyone to get help at during the hackathon. You don't need to
be good at writing code or building things, this is a learning experience and chance to have fun
above everything else!</p>
</div>
<div class="card">
<h4>What should I bring?</h4>
<p>You will definitely need your laptop, phone, their chargers, as well as a valid government issued
ID. </p>
</div>
<div class="card">
<h4>What kind of things can we hack up? Are there any limits?</h4>
<p>You are <i>not</i> limited to what you can make, hack, or build for the hackathon <b>except</b>
for the following restrictions:</p>
<ul>
<li>It cannot be illegal in any way</li>
<li>It cannot go against the MLH code of conduct</li>
<li>It cannot compromise the integrity of the UTK networks, resources, faculty, or staff</li>
<li>It cannot go against the UTK code of student conduct (find that <a
href="http://studentconduct.utk.edu" target="_blank">here</a>)
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Reach out!</h2>
<p>Feel free to email us at <a href="mailto:hello@volhacks.org">hello@volhacks.org</a> if interested in our
event, sponsoring with us, or with any other questions!</p>
<ul class="list-inline banner-social-buttons">
<li>
<a href="https://discord.gg/BdwpbmNrUA" class="btn btn-default btn-lg" target="_blank"> <i
class="fab fa-discord"></i> <span class="network-name">Discord</span> </a>
</li>
<li>
<a href="https://instagram.com/volhacks" class="btn btn-default btn-lg" target="_blank"> <i
class="fab fa-instagram"></i> <span class="network-name">Instagram</span> </a>
</li>
<li>
<a href="https://twitter.com/volhacks" class="btn btn-default btn-lg" target="_blank"> <i
class="fab fa-twitter"></i> <span class="network-name">Twitter</span> </a>
</li>
<li>
<a href="https://facebook.com/volhacks" class="btn btn-default btn-lg" target="_blank"> <i
class="fab fa-facebook"></i><span class="network-name"> Facebook</span> </a>
</li>
</ul>
</div>
</div>
</section>
<!-- Begin Mailchimp Signup Form -->
<section class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css"></style>
<form action="https://volhacks.us6.list-manage.com/subscribe/post?u=d172c970d2dfd97a3a0db839e&id=431965b4f1"
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2 for="mce-EMAIL">Stay in Touch!</h2>
<p>Subscribe to our email list to stay up to date with the latest news on VolHacks</p>
<span><input type="email" value="" name="EMAIL" class="mc_email_input btn-lg"
placeholder="Email address" onfocus="this.value=' '" required></span>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text"
name="b_d172c970d2dfd97a3a0db839e_431965b4f1"
tabindex="-1" value="">
</div>
<input type="submit" value="Subscribe" name="subscribe"
class="btn btn-default btn-lg subscribe-button">
</div>
</form>
</div>
</div>
<!-- </div> -->
</section>
<!--Footer Section-->
<footer>
<div class="container text-center">
<p>© 2015
<script>
new Date().getFullYear() > 2015 && document.write("- " + new Date().getFullYear());
</script>
</p>
<p>Made with <i class="fa fa-heart fa-fw red"></i> by VolHacks</p>
</div>
</footer>
<!-- jQuery -->
<script src="vendor/jquery/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA"></script>
<!-- Theme JavaScript -->
<script src="js/grayscale.js"></script>
<script type="text/javascript">
$(function () {
$('[data-toggle="tooltip"]').tooltip()
})
</script>
</body>
</html>