-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdayof.html
More file actions
436 lines (393 loc) · 16.4 KB
/
dayof.html
File metadata and controls
436 lines (393 loc) · 16.4 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>BuildHer Hackathon</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Favicon-->
<link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon">
<!--CSS-->
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href ="style.css" type="text/css">
<!--Fonts-->
<link href="https://fonts.googleapis.com/css?family=Bungee+Inline|Lobster|Muli" rel="stylesheet">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="main.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body class="dayof">
<!--Nav Bar-->
<nav class="navbar navbar-static-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar" style="background-color:gray;"></span>
<span class="icon-bar" style="background-color:gray;"></span>
<span class="icon-bar" style="background-color:gray;"></span>
</button>
</div>
<div class="container">
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-left">
<li><a href="index.html">home</a></li>
<li><a href="about.html">about</a></li>
<li><a href="faq.html">faq</a></li>
<li><a href="team.html">team</a></li>
<li><a href="sponsors.html">sponsors</a></li>
<li><a href="dayof.html">attendees</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1 class="header-text">BuildHer Day-Of Attendee Booklet</h1>
<div id="dayof-button"><button onclick="accessBooklet()" class="dayof">Access Booklet</button></div>
<div id="booklet">
<!-- Tabs -->
<div class="dayof-tabs">
<button class="tab" onclick="openPage('resources-sect', this)">Resources</button>
<button class="tab" onclick="openPage('schedule-sect', this)">Schedule</button>
<button class="tab" onclick="openPage('maps-sect', this)">Maps</button>
<button class="tab" onclick="openPage('sponsors-sect', this)">Sponsors</button>
</div>
<!-- Resources -->
<div id="resources-sect" class="dayof-section">
<h1 class="dayof">Resources</h1>
<div class="row dayof">
<p class="dayof">Check Slack (<a href="https://buildher2018.slack.com/">buildher2018.slack.com</a>) for announcements, and use it to reach out to other attendees, mentors and organizers if you need anything! Also feel free to form new channels for specific interests if they don't already exist!</p>
<h3 class="dayof">***Important: DevPost Submissions***</h3>
<p class="dayof">Don't forget to register for our Devpost, and submit your projects here: <a class="dayof" href="https://buildher2018.devpost.com/">BuildHer 2018 Devpost. </a> DevPost submissions <span style="font-weight: bolder"> MUST BE SUBMITTED BY 11AM SUNDAY</span> in order to be considered for judging/prizes! You can continue working on your projects after this time (until 3PM), but your project must be registered on DevPost.</p>
</div>
</div>
<!-- Schedule Day One-->
<div id="schedule-sect" class="dayof-section">
<h1 class="dayof">Schedule</h1>
<h2 class="dayof">Saturday, Apr 14th</h2>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">10:00AM</p>
<p class="dayof loc">Outside LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">Hacker Registration</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">11:00AM</p>
<p class="dayof loc">Ford ITW</p>
</div>
<div class="sched-col2">
<p class="dayof event">Brunch</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">12:00PM</p>
<p class="dayof loc">LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">Opening Ceremony</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">1:00PM</p>
<p class="dayof loc">Outside LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">Career Fair/Sponsor Expo</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">2:00PM</p>
<p class="dayof loc">L361</p>
</div>
<div class="sched-col2">
<p class="dayof event">Team Forming</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">2:30-3:00PM</p>
<p class="dayof loc">L361</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Intro to Git/Github (Beginner)</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">3:00PM</p>
</div>
<div class="sched-col2">
<p class="dayof event">HACKING BEGINS!</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">3:00-4:00PM</p>
<p class="dayof loc">M345</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Google</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">4:00-5:00PM</p>
<p class="dayof loc">M345</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: JPMC</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">5:00-6:00PM</p>
<p class="dayof loc">L361</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: HTML/CSS (Beginner)</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">5:00-5:30PM</p>
<p class="dayof loc">M345</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Hosting with Firebase (Beginner)</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">5:30-6:00PM</p>
<p class="dayof loc">M345</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Intro to Chrome Extensions (Beginner)</p>
</div>
</div>
<!-- <div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">6:00-7:00PM</p>
<p class="dayof loc">L361</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Build your own web app (Intermediate)</p>
</div>
</div> -->
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">6:00-7:00PM</p>
<p class="dayof loc">L211</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Arduino (Beginner)</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">6:00-7:00PM</p>
<p class="dayof loc">M345</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Getting Started with Android (Beginner)</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">7:00PM</p>
<p class="dayof loc">Outside LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">Dinner</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">8:00-9:00PM</p>
<p class="dayof loc">M345</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Intermediate Android (Intermediate)</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">8:00-10:00PM</p>
<p class="dayof loc">L361</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Amazon - Building Alexa Skills (Beginner)</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">9:00-10:00PM</p>
<p class="dayof loc">Outside LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">MLH Werewolf Game</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">10:00-11:00PM</p>
<p class="dayof loc">L361</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Intel - Machine Learning and AI (Beginner)</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">11:00PM-12:00AM</p>
<p class="dayof loc">M345</p>
</div>
<div class="sched-col2">
<p class="dayof event">Workshop: Game Design</p>
</div>
</div>
<!-- Schedule Day Two-->
<h2 class="dayof">Sunday, Apr 15th</h2>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">12:00AM</p>
<p class="dayof loc">Outside LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">Midnight Snack</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">9:00AM</p>
<p class="dayof loc">L211</p>
</div>
<div class="sched-col2">
<p class="dayof event">Breakfast</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">9:30-10:30AM</p>
<p class="dayof loc">LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">JPMC Empowerment Event</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">11:00AM</p>
<p class="dayof loc">L361</p>
</div>
<div class="sched-col2">
<p class="dayof event">Career Panel</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">12:00PM</p>
<p class="dayof loc">Outside LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">Lunch</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">3:00PM</p>
</div>
<div class="sched-col2">
<p class="dayof event">HACKING ENDS - Submit your projects!</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">3:00-5:00PM</p>
<p class="dayof loc">LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">Hacker Presentations</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">5:00-6:00PM</p>
<p class="dayof loc">LR3</p>
</div>
<div class="sched-col2">
<p class="dayof event">Awards and Closing Ceremony</p>
</div>
</div>
<div class="row dayof schedule">
<div class="sched-col1">
<p class="dayof time">6:00PM</p>
</div>
<div class="sched-col2">
<p class="dayof event">Send-Off</p>
</div>
</div>
</div>
<!-- Maps-->
<div id="maps-sect" class="dayof-section">
<div class="dayof-map">
<h1 class="dayof">Maps</h1>
<p class="dayof">Hacking: LR3, LR4, unused workshop rooms (L361, M345, L211)</p>
<p class="dayof">Sleeping: Tech A110 and L158</p>
<p class="dayof">Snacks and Meals: Outside LR3</p>
<div><img src="images/maps/map-key.png" width="120px"></div>
<a href="images/maps/tech-first-floor.png"><img class="dayof" src="images/maps/tech-first-floor.png"></a>
<a href="images/maps/tech-second-floor.png"><img class="dayof" src="images/maps/tech-second-floor.png"></a>
<a href="images/maps/tech-third-floor.png"><img class="dayof" src="images/maps/tech-third-floor.png"></a>
<!-- <a href="images/maps/tech-ford-map.png"><img class="dayof" src="images/maps/tech-ford-map.png"></a> -->
</div>
</div>
<!-- Sponsors -->
<div id="sponsors-sect" class="dayof-section">
<h1 class="dayof">Sponsors</h1>
<!--Platinum-->
<div class="sponsor-row">
<a href="https://www.jpmorganchase.com/"><img class="sponsor-image platinum" src="images/sponsors/JPMC Logo White.png"></a>
<p class="dayof">JPMorgan Chase, a leading global financial services firm, is reinventing the way the industry does business through technology. With an annual investment of over $9.5 billion in technology and 40,000 technologists, technology and innovation are critical to delivering to over 40 million digital customers and processing $5 trillion in payments each day. Visit <a href="https://careers.jpmorgan.com/careers/US/en/divisions/technology">jpmorganchase.com/techcareers</a>to learn more. We also run our own hackathon called Code for Good, where university students use their coding skills to solve real-world problems for non-profit organizations. Visit <a href="https://careers.jpmorgan.com/careers/US/en/programs/code-for-good">jpmorganchase.com/codeforgood</a>to learn more and register interest for our upcoming events.</p>
<h3 class="dayof">Recruiting:</h3>
<p class="dayof"><a href="https://careers.jpmorgan.com/careers/US/en/programs/code-for-good">Register your interest for the JPMorgan Chase Code for Good Chicago (October 12-13)</a></p>
<p class="dayof"><a href="https://jpmc.recsolucampus.com/candidatepreferenceform.php?formId=Zmlp">Register your interest for the JPMorgan Chase Summer 2019 Technology Analyst Program (TAP)</a></p>
<p class="dayof"><a href="https://jpmc.recsolucampus.com/candidatepreferenceform.php?formId=Zmln">Register your interest for the JPMorgan Chase Full-Time 2019 Technology Analyst Program (TAP)</a></p>
</div>
<!--Silver-->
<div class="row sponsor-row">
<a href="http://www.morningstar.com/"><img class="sponsor-image silver" src="images/sponsors/morningstar.jpg"></a>
<a href="https://www.synchronyfinancial.com/"><img class="sponsor-image silver" src="images/sponsors/synchrony.png"></a>
</div>
<!--Bronze-->
<div class="row sponsor-row">
<a href="https://www.microsoft.com/en-us/"><img class="sponsor-image bronze" src="images/sponsors/microsoft.png"></a>
<a href=""><img class="sponsor-image bronze" src="images/sponsors/google_cloud_platform.png"></a>
<a href="https://www.facebook.com/"><img class="sponsor-image bronze" src="images/sponsors/facebook_blue.jpg"></a>
<a href="https://www.bittobyte.org/"><img class="sponsor-image bronze" src="images/sponsors/BtB_Horizontal.png"></a>
</div>
</div>
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="sponsors.html" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<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-2018/events?utm_source=na-2018&utm_medium=TrustBadge&utm_campaign=na-2018&utm_content=white" target="_blank"><img src="https://s3.amazonaws.com/logged-assets/trust-badge/2018/white.svg" alt="Major League Hacking 2017 Hackathon Season" style="width:100%"></a>
</body>
</html>