-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
320 lines (300 loc) · 15.8 KB
/
Copy pathindex.html
File metadata and controls
320 lines (300 loc) · 15.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hack Arizona</title>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1"> -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="./images/HackAZ_2020.png">
<link rel="stylesheet" href="./stylesheets/styles.css">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/fcc0eeca8c.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" ></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144508015-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144508015-1');
</script>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark" role="navigation">
<a class="navbar-brand page-scroll" href="#page-top">
<img src="images/HackAZ_2020Logo_White.png" width="34" height="30" class="d-inline-block align-top" alt="">
Hack Arizona</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link page-scroll" href="#page-top">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="#sponsors">Sponsors</a>
</li>
<li class="nav-item">
<a class="nav-link" href="schedule.html">Schedule</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
</li>
</ul>
</div>
</nav>
<!-- MLH style has been moved to styles.css, don't forget to update this every year we're an MLH event! -->
<a id="mlh-trust-badge"
href="https://mlh.io/seasons/na-2020/events?utm_source=na-hackathon&utm_medium=TrustBadge&utm_campaign=2020-season&utm_content=white"
target="_blank"><img
src="https://s3.amazonaws.com/logged-assets/trust-badge/2020/mlh-trust-badge-2020-white.svg"
alt="Major League Hacking 2020 Hackathon Season" style="width:80%; margin-left: 50%;"></a>
<div class="jumbotron main-jumbotron" id="page-top">
<img class="main-jumbotron-image overlay" src="images/HackAZ_2020.png" alt="hack arizona">
<div class="main-jumbotron-container">
<div id="intro" class="main-jumbotron-text-container">
<h1>Hack Arizona 6.0</h1>
<p>January 17th –19th, 2020</p>
<p>Gould-Simpson Building</p>
<p>The University of Arizona</p>
<div class="row mar-main-center">
<div class="col-sm-5 mb-2 mar-center">
<button class="sh-button" id="hackButton" onclick="location.href='https://hackarizona.typeform.com/to/pB24bh'">Register Now</button>
</div>
<div class="col-sm-5 mb-2 mar-center">
<button class="sh-button" id="smashButton" onclick="location.href='https://smash.gg/tournament/hack-arizona-6-0-smash-tournament-1'">Smash Tournament</button>
</div>
</div>
</div>
</div>
</div>
<!-- About -->
<section id="about" class="site-section">
<div class="container">
<header class="section-header">
<h2>About Us</h2>
<p>Hack Arizona is a student led organization fostering a world-class hacker culture
in the Southwest and hosted at the University of Arizona. Teams of up to four
people compete to win prizes; all while attending
fun activities and lots of educational sessions.</p>
</header>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<h3 class="title">Our Mission</h3>
<p>
Emphasize the positive social impact technology can have on
the world by hosting an event that provides individuals with all levels of
expertise the chance to work with and learn about new technology.
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col">
<h3 class="title">Our Growth</h3>
<p>
Since our first hackathon in 2015, Hack Arizona has grown to become one of
the top ten largest collegiate hackathons in the United States, hosting ~1000
students from over 25 different universities around the U.S. and Canada in 2019.
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="about-col">
<h3 class="title">Our Event</h3>
<p>
Over the course of 36 hours, teams of up to four students will compete to win
prizes by building technology in fast moving and far reaching categories based
in solving for solutions for today’s dynamic world.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section class="faq" id="faq">
<div class="section-header">
<h2 class="faq-header">Frequently Asked Questions</h2>
</div>
<div class="section-content">
<div class="row">
<div class="faq-col">
<div>
<h3>What is a Hackathon? <span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">Hackathons are full of unique experiences. Over the course of the weekend,
come watch you and your team's project come to life, network with sponsors in a casual
environment and learn new technology skills highly sought after in today’s job market.</p>
</div>
<div>
<h3>Who can attend the event? <span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">All college, university, or high school students 18 years or older are
welcome to attend.</p>
</div>
<div>
<h3>Code of Conduct? <span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">As a Major League Hacking member event, we require all attendees
(hackers, volunteers, mentors, sponsors, etc) to follow Major League Hacking’s
<a href="http://static.mlh.io/docs/mlh-code-of-conduct.pdf">Code of Conduct</a>.
</p>
</div>
<div>
<h3>I don't have a team yet. Can I still participate? <span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">
Of course! Teams are by no means a prerequiste for participating
in Hack Arizona. We'll host several team formation sessions before
the hacking starts so that you can get to know your fellow attendees.
</p>
</div>
<div>
<h3>Can I get travel reimbursement? <span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">We unfortunately do not yet have the funds to reimburse our attendees
for their travel. We sincerely apologize, but hope you understand.
In the future when we're bigger, we hope to be able to help you out, so stay tuned!
</p>
</div>
</div>
<div class="faq-col">
<div>
<h3>Is Hack Arizona a free event? <span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">Hack Arizona is a free event, including wifi, food, drinks, prizes
and some awesome swag!</p>
</div>
<div>
<h3>What about hardware hacks? <span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">MLH will be generously renting out cutting edge technology to the
hackers. From Oculus Rifts to Arduinos, the sky is the limit. If you have hardware
or tools, you are more than welcome to bring them as well.</p>
</div>
<div>
<h3>What do I need to bring? <span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer"> You'll need to bring your student ID, laptop,
phone, chargers, toiletries, and any sleeping items you might want.
We will have a sleeping area for you if you need to reboot!
</p>
</div>
<div>
<h3>I'm not a student. How do I get involved?<span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">We are also looking for both <a href="https://hackarizona.typeform.com/to/SKThZi">volunteers</a> and mentors
to help run the event throughout the weekend. </p>
</div>
<div>
<h3>My question wasn't answered here?<span class="plus"><i class="fa fa-chevron-down" aria-hidden="true"></i></span></h3>
<p class="answer">Please reach out to <a href="mailto:team@hackarizona.org"
target="_blank">team@hackarizona.org</a>!</p>
</div>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section id="sponsors">
<div class="section-header">
<h2 class="faq-header">Sponsors</h2>
<p class="m-4">This event would not be possible without our generous sponsors!</p>
</div>
<div id="senita" class="row">
<div class="col align-self-center">
<img id="amazon" src="images/sponsors/amazon.png" alt="amazon"/>
</div>
</div>
<div id="senita" class="row">
<div class="col align-self-center">
<img src="images/sponsors/AmericanAirlines.png" alt="american airlines" class="img-responsive center-block"/>
</div>
</div>
<div id="senita" class="row">
<div class="col align-self-center">
<img src="images/sponsors/Hexagon.png" alt="hexagon"/>
</div>
<div class="col align-self-center">
<img src="images/sponsors/ModularMining.png" alt="modular mining"/>
</div>
</div>
<div id="barrel" class="row">
<div class="col align-self-center">
<img src="images/sponsors/StateFarm.png" alt="statefarm"/>
</div>
<div class="col align-self-center">
<img src="images/sponsors/RinconResearchCorporation.png" alt="rincon research corporation"/>
</div>
</div>
<div id="prickly-pear" class="row">
<div class="col align-self-center">
<img src="images/sponsors/USAA.png" alt="USAA"/>
</div>
<div class="col align-self-center">
<img id="general-dynamics" src="images/sponsors/GeneralDynamics.png" alt="general dynamics"/>
</div>
<div class="col align-self-center">
<img src="images/sponsors/FLY.png" alt="fly dot me"/>
</div>
</div>
<div id="prickly-pear" class="row">
<div class="col align-self-center">
<img src="images/sponsors/GoogleCloud.png" alt="google cloud"/>
</div>
<div class="col align-self-center">
<img src="images/sponsors/SandiaNationalLaboratories.png" alt="sandia national laboratories"/>
</div>
<div class="col align-self-center">
<img src="images/sponsors/pycom.png" alt="pycom"/>
</div>
</div>
<div id="prickly-pear" class="row">
<div class="col align-self-center">
<img style="width:18%;" src="images/sponsors/MonsterEnergy.png" alt="monster"/>
</div>
</div>
</section>
<!-- footer -->
<footer class="foot">
<div class="container">
<div class="row">
<div class="col-sm">
<div class="mb-4">
<h3 class="footer-heading">Contact</h3>
<p>
1040 E 4th <br>
Tucson, AZ 85719<br>
United States <br>
<!-- <a href="mailto:team@hackarizona.org" class="pl-0 pr-3"><i
class="fa fa-envelope"></i></a> -->
<strong>Email:</strong> team@hackarizona.org<br>
</p>
</div>
</div>
<div class="col-sm">
<h3 class="footer-heading mb-4"> Follow Us</h3>
<div class="social">
<a href="https://www.facebook.com/hackarizona/" class="pl-0 pr-3"><i
class="fa fa-facebook-square"></i></a>
<a href="https://twitter.com/hack_arizona" class="pl-3 pr-3"><i
class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/hackarizona" class="pl-3 pr-3"><i
class="fa fa-instagram"></i></a>
</div>
</div>
</div>
</div>
</footer>
<!-- Our JavaScript -->
<script src="./js/neoNavBar.js"></script>
</body>
</html>