-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathschedule.html
More file actions
342 lines (320 loc) · 23.8 KB
/
Copy pathschedule.html
File metadata and controls
342 lines (320 loc) · 23.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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
<!DOCTYPE html>
<html lang="en">
<head>
<title>Hack Arizona</title>
<meta charset="utf-8">
<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">
<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" href="index.html">
<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">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#faq">FAQ</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#sponsors">Sponsors</a>
</li>
<li class="nav-item active">
<a class="nav-link page-scroll" href="#page-top">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 id="page-top"></div>
<!-- Schedule -->
<section id="schedule">
<header class="section-header">
<h1>Hack Arizona 6.0 Schedule</h1>
<p>Click <a href="http://first-byte.org/hack-schedule.html">here</a> for the firstByte schedule to view our workshops!</p>
</header>
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="friday" aria-labelledby="schedule-heading">
<span class="track-slot h5 text-center" aria-hidden="true" style="grid-column: track-1/track-2-end; grid-row: tracks;">Friday 1/17</span>
<h2 class="time-slot" style="grid-row: time-1630;">4:30pm</h2>
<div class="session session-2 track-1" style="grid-column: track-1; grid-row: time-1630 / time-1730;">
<h3 class="session-title">Check-In</h3>
<span class="session-time">4:30pm - 5:30pm</span>
<span class="session-track">Grand Ballroom</span>
</div>
<div class="session session-2 track-1" style="grid-column: track-2; grid-row: time-1630 / time-1900;">
<h3 class="session-title">Sponsor Fair</h3>
<span class="session-time">4:30pm - 7:00pm</span>
<span class="session-track">Grand Ballroom</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1700;">5:00pm</h2>
<h2 class="time-slot" style="grid-row: time-1730;">5:30pm</h2>
<div class="session session-2 track-1" style="grid-column: track-1; grid-row: time-1730 / time-1900;">
<h3 class="session-title">Dinner</h3>
<span class="session-time">5:30pm - 7:00pm</span>
<span class="session-track">Grand Ballroom</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1800;">6:00pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1830;">6:30pm</h2>
<h2 class="time-slot" style="grid-row: time-1900;">7:00pm</h2>
<div class="session session-2 track-1" style="grid-column: track-1; grid-row: time-1900 / time-2000;">
<h3 class="session-title">Opening Ceremony Kicks Off</h3>
<span class="session-time">7:00pm - 8:00pm</span>
<span class="session-track">Grand Ballroom</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1930;">7:30pm</h2>
<h2 class="time-slot" style="grid-row: time-2000;">8:00pm</h2>
<div class="session session-2 track-all" style="grid-column: track-1-start / track-2-end; grid-row: time-2000 / time-2001;">
<h3 class="session-title text-dark h6">Hacking Begins!</h3>
<span class="session-track">Gould Simpson & Bio Sciences West</span>
</div>
<div class="session session-2 track-2" style="grid-column: track-2; grid-row: time-2001 / time-2330;">
<h3 class="session-title">Photo Booth</h3>
<span class="session-time">8:00pm - 11:00pm</span>
<span class="session-track">Gould Simpson 2nd Floor</span>
</div>
<div class="session session-2 track-2" style="grid-column: track-1; grid-row: time-2001 / time-2330;">
<h3 class="session-title">Hot Chocolate Set Up</h3>
<span class="session-time">8:00pm - 11:00pm</span>
<span class="session-track">Gould Simpson 2nd Floor</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-2100;">8:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2130;">9:00pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2200;">9:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2230;">10:00pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2300;">10:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2330;">11:00pm</h2>
<div class="session session-2 track-2" style="grid-column: track-1; grid-row: time-2330 / time-2530;">
<h3 class="session-title">Snacks Distributed</h3>
<span class="session-time">11:00pm - 1:00am</span>
<span class="session-track">Gould Simpson</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-2400;">11:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2430;">12:00am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2500;">12:30am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2530;">1:00am</h2>
</div>
</div>
<div class="col-lg-5">
<div class="saturday" aria-labelledby="schedule-heading">
<span class="track-slot h5 text-center" aria-hidden="true" style="grid-column: track-1/track-3-end; grid-row: tracks;">Saturday 1/18</span>
<h2 class="time-slot" style="grid-row: time-0730;">7:30am</h2>
<div class="session session-2 track-2" style="grid-column: track-1; grid-row: time-0730 / time-1000;">
<h3 class="session-title">Breakfast</h3>
<span class="session-time">7:30am - 10:00am</span>
<span class="session-track">Gould Simpson 2nd Floor</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-0800;">8:00am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-0830;">8:30am</h2>
<h2 class="time-slot" style="grid-row: time-0900;">9:00am</h2>
<div class="session session-2 track-3" style="grid-column: track-3; grid-row: time-0900 / time-1000;">
<h3 class="session-title">Smash Bros Tournament Check-In</h3>
<span class="session-time">9:00am - 10:00pm</span>
<span class="session-track">Social Sciences</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-0930;">9:30am</h2>
<h2 class="time-slot" style="grid-row: time-1000;">10:00am</h2>
<div class="session session-2 track-3" style="grid-column: track-3; grid-row: time-1000 / time-2200;">
<h3 class="session-title">Smash Bros Tournament</h3>
<span class="session-time">10:00am - 10:00pm</span>
<span class="session-track">Social Sciences</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1030;">10:30am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1100;">11:00am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1130;">11:30am</h2>
<h2 class="time-slot" style="grid-row: time-1200;">12:00pm</h2>
<div class="session session-2 track-2" style="grid-column: track-1; grid-row: time-1200/ time-1400;">
<h3 class="session-title">Lunch</h3>
<span class="session-time">12:00pm - 2:00pm</span>
<span class="session-track">Gould Simpson 2nd Floor</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1230;">12:30pm</h2>
<h2 class="time-slot" style="grid-row: time-1300;">1:00pm</h2>
<div class="session session-2 track-4" style="grid-column: track-2; grid-row: time-1230 / time-1430;">
<h3 class="session-title">Hacktus Plant Potting</h3>
<span class="session-time">12:30pm - 2:30pm</span>
<span class="session-track">East of Gould-Simpson</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1330;">1:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1400;">2:00pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1430;">2:30pm</h2>
<h2 class="time-slot" style="grid-row: time-1500;">3:00pm</h2>
<div class="session session-2 track-2" style="grid-column: track-1; grid-row: time-1500 / time-1600;">
<h3 class="session-title">Therapy Dogs</h3>
<span class="session-time">3:00pm - 4:00pm</span>
<span class="session-track">East of Gould-Simpson</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1530;">3:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1600;">4:00pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1630;">4:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1700;">5:00pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1730;">5:30pm</h2>
<h2 class="time-slot" style="grid-row: time-1800;">6:00pm</h2>
<div class="session session-2 track-2" style="grid-column: track-1; grid-row: time-1800 / time-2000;">
<h3 class="session-title">Dinner</h3>
<span class="session-time">6:00pm - 8:00pm</span>
<span class="session-track">Gould Simpson 2nd Floor</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1830;">6:30pm</h2>
<h2 class="time-slot" style="grid-row: time-1900;">7:00pm</h2>
<div class="session session-2 track-4" style="grid-column: track-2; grid-row: time-1900 / time-2000;">
<h3 class="session-title">!Light with MLH</h3>
<span class="session-time">7:00pm - 8:00pm</span>
<span class="session-track">Gould-Simpson Room 228A</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1930;">7:30pm</h2>
<h2 class="time-slot" style="grid-row: time-2000;">8:00pm</h2>
<div class="session session-2 track-4" style="grid-column: track-2; grid-row: time-2000 / time-2100;">
<h3 class="session-title">Comedy Hypnotist Show with Dave Mendibles</h3>
<span class="session-time">8:00pm - 9:00pm</span>
<span class="session-track">Gould-Simpson Room 228</span>
</div>
<div class="session session-2 track-2" style="grid-column: track-1; grid-row: time-2000 / time-2300;">
<h3 class="session-title">Hot Chocolate Served</h3>
<span class="session-time">8:00pm - 11:00pm</span>
<span class="session-track">Gould Simpson 2nd Floor</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-2030;">8:30pm</h2>
<h2 class="time-slot" style="grid-row: time-2100;">9:00pm</h2>
<div class="session session-2 track-4" style="grid-column: track-2; grid-row: time-2100 / time-2200;">
<h3 class="session-title">Paper Airplane Contest with American Airlines</h3>
<span class="session-time">9:00pm - 10:00pm</span>
<span class="session-track">Gould-Simpson 2nd Floor North Hallway</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-2130;">9:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2200;">10:00pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2230;">10:30pm</h2>
<h2 class="time-slot" style="grid-row: time-2300;">11:00pm</h2>
<div class="session session-2 track-2" style="grid-column: track-1; grid-row: time-2300 / time-2500;">
<h3 class="session-title">Snacked Distributed</h3>
<span class="session-time">11:00pm - 1:00am</span>
<span class="session-track">Gould Simpson</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-2330;">11:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2400;">12:00am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2430;">12:30am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-2500;">1:00am</h2>
</div>
</div>
<div class="col-lg-3">
<div class="sunday" aria-labelledby="schedule-heading">
<span class="track-slot h5 text-center" aria-hidden="true" style="grid-column: track-1; grid-row: tracks;">Sunday 1/19</span>
<h2 class="time-slot" style="grid-row: time-0800;">8:00am</h2>
<div class="session session-2 track-all" style="grid-column: track-1; grid-row: time-0800 / time-0801;">
<h3 class="session-title text-dark h6">Hacking Ends!</h3>
<span class="session-track">All Projects Must Be Submitted By 8:00am!</span>
</div>
<div class="session session-2 track-1" style="grid-column: track-1; grid-row: time-0801 / time-0900;">
<h3 class="session-title">Move to Grand Ballroom for Judging</h3>
<span class="session-time">8:00am - 9:00am</span>
<span class="session-track">Grand Ballroom</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-0830;">8:30am</h2>
<h2 class="time-slot" style="grid-row: time-0900;">9:00am</h2>
<div class="session session-2 track-1" style="grid-column: track-1; grid-row: time-0900 / time-1000;">
<h3 class="session-title">Breakfast</h3>
<span class="session-time">9:00am - 10:00am</span>
<span class="session-track">Grand Ballroom</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-0930;">9:30am</h2>
<h2 class="time-slot" style="grid-row: time-1000;">10:00am</h2>
<div class="session session-2 track-1" style="grid-column: track-1; grid-row: time-1000 / time-1200;">
<h3 class="session-title">Judging Begins</h3>
<span class="session-time">10:00am - 12:00pm</span>
<span class="session-track">Grand Ballroom</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1030;">10:30am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1100;">11:00am</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1130;">11:30am</h2>
<h2 class="time-slot" style="grid-row: time-1200;">12:00pm</h2>
<div class="session session-2 track-1" style="grid-column: track-1; grid-row: time-1200 / time-1300;">
<h3 class="session-title">Closing Ceremony</h3>
<span class="session-time">12:00pm - 1:00pm</span>
<span class="session-track">Grand Ballroom</span>
</div>
<h2 class="time-slot hide-time" style="grid-row: time-1230;">12:30pm</h2>
<h2 class="time-slot hide-time" style="grid-row: time-1300;">1:00pm</h2>
</div>
</div>
</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> <a href="mailto:team@hackarizona.org" target="_blank">team@hackarizona.org</a><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>