-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathschedule.html
executable file
·478 lines (456 loc) · 31.6 KB
/
schedule.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
<!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.0, maximum-scale=1.0, user-scalable=no">
<!-- SEO -->
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://opencodes.io">
<meta property="og:type" content="website">
<meta property="og:title" content="OPEN CODES Hackathon">
<meta property="og:description" content="Welcome to the largest student-run hackathon in Germany!">
<meta property="og:image" content="assets/img/fb-cover.png">
<meta name="author" content="Hack & Söhne">
<meta name="description" content="Welcome to the largest student-run hackathon in Germany!.">
<meta name="keywords"
content="open, codes, hackathon, hack, io, und, söhne, soehne, karlsruhe, programmieren, event, coding, code, zkm, zentrum, kunst, medien, kit, talkit">
<meta name="google-site-verification" content="tjukQQpmzsqdbPMnXjNBcrTMyJvr9QDKjFdGEuhEJwM" />
<!-- Favicons -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<title>OpenCodes Hackathon</title>
<!-- ALL CSS FILES -->
<link href="assets/css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/base.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/main.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/flexslider.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/venobox.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/custom.css" rel="stylesheet" type="text/css" media="all" />
<!-- FONTS -->
<link href="assets/css/fonts.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nova+Mono|Nova+Round|Source+Code+Pro" rel="stylesheet">
<!-- TACHYONS -->
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.9.0/css/tachyons.min.css" />
</head>
<body
style="background: #1a1919 url('assets/img/brainbow-green.svg') no-repeat center center; background-position-x:-20vw; background-size: 100vh; background-position-y: 10vh"
class="">
<!--Wrapper-->
<div class="wrapper">
<!--Content section-->
<section>
<!--Header-->
<header class="header">
<!--Container-->
<div class="container" style="padding-left: 12px; padding-right: 12px">
<!--Row-->
<div id="nav-bar-logo" class="row pt2 pl2 pr2 pb3">
<div class="col-md-2 col-xs-3" style="padding-right: 0">
<a class="scroll logo header-logo" href="index.html">
<img class="logo-img" src="assets/img/och-logo.png" />
</a>
</div>
<div class="col-md-10 col-xs-9 text-left">
<p class="hf pb3 header-title">OPENCODES Hackathon</p>
</div>
</div>
<div style="padding-top: 5px;" class="row">
<div class="col-md-12 text-left">
<nav class="main-nav">
<div class="toggle-mobile-but">
<a href="#" class="mobile-but">
<div class="lines"></div>
</a>
</div>
<ol class="hero-button-list">
<li style="margin: 0"><a id="home-button"
class="scroll hero-button schedule-selected" href="index.html">Home</a></li>
<li style="margin: 0"><a id="about-button"
class="scroll hero-button schedule-selected" href="about.html">About</a>
</li>
<li style="margin: 0"><a id="visitor-button"
class="scroll hero-button schedule-selected" href="visitors.html">For
Visitors</a></li>
<li style="margin: 0"><a id="jury-button"
class="scroll hero-button schedule-selected" href="jury.html">Jury</a></li>
<li style="margin: 0"><a id="categories-button"
class="scroll hero-button schedule-selected"
href="categories.html">Categories</a></li>
<li style="margin: 0"><a id="schedule-button"
class="scroll hero-button schedule-selected"
href="schedule.html">Schedule</a></li>
<li style="margin: 0"><a id="location-button"
class="scroll hero-button schedule-selected"
href="location.html">Location</a></li>
<li style="margin: 0"><a id="sponsor-button"
class="scroll hero-button schedule-selected"
href="sponsors.html">Sponsors</a></li>
<li style="margin: 0"><a id="faq-button"
class="scroll hero-button schedule-selected" href="faq.html">FAQ</a></li>
</ol>
</nav>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
</header>
</section>
<div>
<!-- CONTENT GOES HERE -->
<div class="content-section">
<section>
<!--Container-->
<div class="container">
<!--Row-->
<div class="row">
<div class="col-sm-8 col-sm-offset-2 mb-100 text-center">
<h1 class="large mb-10 pb4 optional_header"><span style="color: #6DC347">Schedule</span>
</h1>
<p class="title-lead mt-10 tl">
While organizing our schedule we chose quality over quantity. We are convinced that
a few exciting,
hand-picked talks make a great hackathon while not distracting you from actually
working on your project.
</p>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
<!--Container-->
<div class="container">
<!--Row-->
<div class="row">
<div class="col-sm-12">
<h3 class="sub-title-0 tl mb-25"><span style="color: #6DC347">Days</span></h3>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
<!--Container-->
<div class="container pb-120">
<!--Row-->
<div class="row">
<div class="col-sm-4 ">
<!--Tabs-->
<ul class="block-tabs">
<li class="active"><span><strong>Saturday</strong>, March 24th</span></li>
<li class=""><span><strong>Sunday</strong>, March 25th</span>
</li>
</ul>
</div>
<div class="col-sm-8 ">
<ul class="block-tab tl">
<!--Tab-->
<li class="active ">
<div class="block-date"><span><strong>Saturday</strong>, March 24th</span>
</div>
<div class="block-detail">
<span class="time">09:00 - 11:00</span>
<span class="topic">Arrival - Registration - Breakfast</span>
<div class="block-text">
<p>The official start of the event is at 11am with the Opening Session.
If you happen to be early however, we got you covered. Take your
time to check out the
amazing location, get your goodie bag and enjoy some fresh coffee
with a little breakfast before we
start off into the Hackathon.</p>
<!--<span class="speaker"> <strong>Speaker</strong> : <a href="#" class=" ">Adam Blanco</a> </span> -->
</div>
</div>
<div class="block-detail">
<span class="time">11:00 - 11:45</span>
<span class="topic">Opening Session - official start</span>
<div class="block-text">
<p>Now it's time to kick off the event. We know, you're not here to
listen to random strangers talking
about unimportant stuff, so we'll keep it as short as possible!
In these 45 minutes, we'll tell you everything you need to know to
have a perfect hackathon.
What are the categories? What the prizes? Where can I ask questions?
Who are the sponsors? Where are the toilets?
No matter what, we'll cover it all.... and if not, just hit up one
of us in the red hoodies.
</p>
<span class="speaker"> presented by : <a
href="https://www.hackundsoehne.de" class="white-link">Hack
& Söhne</a> </span>
</div>
</div>
<div class="block-detail">
<span class="time">11:45 - 13:00</span>
<span class="topic">Teambuilding</span>
<div class="block-text">
<p> Aren't you coming as a team? Are you still yet to have that
brilliant idea? Or both? No problem, we've arranged this
team-building
phase to ensure everyone can get a perfect hackathon experience.
We'll have a blackboard ready, where people with amazing ideas, but
who are still looking for a team, can pin their ideas and people
without a team can find teams, that have inspiring ideas.
Of course you can also just hang out with a drink and some snacks
and get to know others in order to make your choice.
Do know, that you are not the only one without a team or idea, but
that should not deter you from participating - trust us on this one!
</p>
<span class="speaker"> support by: <a class="white-link"
href="https://www.hackundsoehne.de">Hack & Söhne</a> </span>
</div>
</div>
<div class="block-detail">
<span class="time">12:00</span>
<span class="topic">Hacking starts!</span>
<div class="block-text">
<p>You have a team? You have an idea? You are ready for 28 hours of
hacking? <br> Let's do this!</p>
</div>
</div>
<div class="block-detail">
<span class="time">13:00 - 14:00</span>
<span class="topic">Lunch Time</span>
<div class="block-text">
<p>It's time for the only thing that really matters here: food. Take
your time to enjoy a fresh
meal served in the stunning entry hall of the ZKM or quickly grab
your plate and get back to work. It's your choice.</p>
</div>
</div>
<div class="block-detail">
<span class="time">15:00 - 16:00</span>
<span class="topic">TechTalk by GitHub</span>
<div class="block-text">
<p> Awesome presentation summary from our friends at GitHub...
is obviously still missing.
</p>
<!--<span class="speaker"> <strong>Speaker</strong> : <a href="https://www.github.com" class="white-link"> That guy from that repo website </a> </span>-->
</div>
</div>
<div class="block-detail">
<span class="time">17:00 - 18:00</span>
<span class="topic">TechTalk by understand.ai</span>
<div class="block-text">
<p> A painless way to start with AI - Getting started with deeplearn.js
</p>
<!--<span class="speaker"> <strong>Speaker</strong> : <a href="https://www.github.com" class="white-link"> That guy from that repo website </a> </span>-->
</div>
</div>
<!-- <div class="block-detail">
<span class="time">17:00 - 18:00</span>
<span class="topic">Presentation - Docker</span>
<div class="block-text">
<p> Awesome presentation summary from our friends at Docker...
is obviously still missing.
Wait. That's the same text as above. You liars!
</p>
<!- <span class="speaker"> <strong>Speaker</strong> : <a href="https://www.github.com" class="white-link"> That guy from that repo website </a> </span>-->
<!-- </div>
</div> -->
<!--<div class="block-detail">-->
<!--<span class="time">17:00</span>-->
<!--<span class="topic">Coffee Break</span>-->
<!--<div class="block-text">-->
<!--<p> By the way, there's free coffee - 24 / 7.-->
<!--</p>-->
<!--</div>-->
<!--</div>-->
<div class="block-detail">
<span class="time">18:30 - 19:30</span>
<span class="topic">Dinner</span>
<div class="block-text">
<p> More delicious food, right there for you to take it!
</p>
</div>
</div>
<div class="block-detail">
<span class="time">21:00 - 00:00</span>
<span class="topic">Surprise</span>
<div class="block-text">
<p>It'll be legen ... wait for it ... dary!</p>
</div>
</div>
</li>
<!--Tab-->
<li>
<div class="block-date"><span><strong>Sunday</strong>, March 25th</span>
</div>
<div class="block-detail">
<span class="time">07:00 - 09:00</span>
<span class="topic">Breakfast</span>
<div class="block-text">
<p>An early start (or no stop) is the key to success. A good breakfast
will help you win the day!</p>
</div>
</div>
<!-- <div class="block-detail">
<span class="time">10:00 - 11:00</span>
<span class="topic">Signature Event!</span>
<div class="block-text">
<p>Stay tuned, we're still working on it!</p>
</div>
</div> -->
<!-- <div class="block-detail">
<span class="time">11:00 - 12:00</span>
<span class="topic">Presentation XYZ</span>
<div class="block-text">
<p>There'll be another presentation here, it's just not sure which awesome company will hold it.</p>
<!- <span class="speaker"> <strong>Speaker</strong> : <a href="#" class="white-link"> TBA </a> </span>-->
<!-- </div> -->
<!-- </div> -->
<div class="block-detail">
<span class="time">12:00 - 13:00</span>
<span class="topic">Lunch Time</span>
<div class="block-text">
<p>Revitalize and get refuled by eating some more awesome food from our
friends at<a href="http://www.mint-karlsruhe.de" class="white-link">
mint </a>, the restaurant in the ZKM.</p>
</div>
</div>
<div class="block-detail">
<span class="time">11:00 - 14:30</span>
<span class="topic">Expo Phase</span>
<div class="block-text">
<p>We would love to hear all your amazing ideas in the big auditorium.
However, there will be around
50 teams, which makes it technically impossible for us to do that.
That's what the expo phase is for.
You'll get the chance to convince one of our 7 jury members of your
idea, to make it into the final round.
This process allows the jury members to get a deep insight into your
projects, ponder your ideas and evaluate on
a solid basis instead of just judging from a 2 minute pitch.</p>
</div>
</div>
<div class="block-detail">
<span class="time">15:00</span>
<span class="topic">The 21 finalists are announced</span>
<div class="block-text">
<p>
Each of our 7 jury members will vote three teams into the final
round. From now on the finalists have one our left to get their
hacks up and running and prepare a short pitch of 100 seconds.
</p>
</div>
</div>
<div class="block-detail">
<span class="time">16:00</span>
<span class="topic">Hacking stops!</span>
<div class="block-text">
</div>
</div>
<div class="block-detail">
<span class="time">16:00 - 17:00</span>
<span class="topic">Final Pitches</span>
<div class="block-text">
<p>The teams that successfully passed the expo phase will pitch their
hacks in the big auditorium.
Pressure is on, so you better impress with your keynote!
</p>
<!--<span class="speaker"> <strong>Speaker</strong> : <a href="#" class="white-link"> Awesome Teams </a> </span>-->
</div>
</div>
<div class="block-detail">
<span class="time">17:30 - 18:00</span>
<span class="topic">Ceremony and Closing Session</span>
<div class="block-text">
<p>And the winners are...
<br>
After a
The jury presents their decisions for the Hack & Söhne - main
category. Also the sponsors of
our additional categories announce their winners.
This is where we are to say: "Thank you for being an invaluable part
of this event!"
<br>
We hope to see you next year for another Hack & Söhne Hackathon!
</p>
</div>
</div>
<div class="block-detail">
<span class="time">18:00 - 19:00</span>
<span class="topic">Departure - Snacks for Take-away</span>
<div class="block-text">
<p> If you're on the run, because you need to catch a train or bus, we
got you covered
with take-away sandwiches and drinks so you don't have to leave
hungry.
</p>
</div>
</div>
</li>
</ul>
</div>
</div>
<!--End row-->
</div>
<!--End container-->
</section>
</div>
</div>
<!--End hero section-->
<footer>
<div class="bottom-footer pt-50 pb-50">
<!--Container-->
<div class="container ">
<div class="row">
<div class="col-lg-5 footer-copyright pb3">
<span class="pr3">an event by</span>
<a target="_blank" href="https://hackundsoehne.de">
<img src="assets/img/hs_logo_white.png" width="75px" />
</a>
</div>
<div class="col-lg-3">
<ul class="block-social tc pb3 pt3">
<li><a target="_blank" href="https://www.facebook.com/hackundsoehne/"><i
class="white-link icon-facebook"></i></a></li>
<li><a target="_blank" href="https://twitter.com/hackundsoehne"><i
class="white-link icon-twitter"></i></a></li>
<li><a target="_blank" href="https://www.instagram.com/hackundsoehne/"><i
class="white-link icon-instagram-1"></i></a></li>
</ul>
</div>
<div class="col-lg-4">
<ul class="block-legal footer-buttons pb3 pt3">
<li><a href="https://hackundsoehne.de/team" target="_blank">Team</a>
<li><a href="https://hackundsoehne.de/contact" target="_blank">Contact</a>
<li><a href="assets/coc-public.pdf" target="_blank">Code of Conduct</a>
<li><a href="https://hackundsoehne.de/terms" target="_blank">Terms</a>
<li><a href="https://hackundsoehne.de/dataprivacy" target="_blank">Data privacy</a>
</ul>
</div>
</div>
</div>
<!--End container-->
</div>
</footer>
</div>
<!-- End wrapper-->
<!--Javascript-->
<script src="assets/js/jquery-1.12.4.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.flexslider-min.js" type="text/javascript"></script>
<script src="assets/js/smooth-scroll.js" type="text/javascript"></script>
<script src="assets/js/jquery.validate.min.js" type="text/javascript"></script>
<script src="assets/js/placeholders.min.js" type="text/javascript"></script>
<script src="assets/js/venobox.min.js" type="text/javascript"></script>
<script src="assets/js/script.js" type="text/javascript"></script>
</body>
</html>