-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvisitors.html
executable file
·370 lines (354 loc) · 22.4 KB
/
visitors.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
<!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-lightblue.svg') no-repeat center center; background-position-x: 70vw; background-position-y: 5vh">
<!--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 visitors-selected" href="index.html">Home</a></li>
<li style="margin: 0"><a id="about-button"
class="scroll hero-button visitors-selected" href="about.html">About</a>
</li>
<li style="margin: 0"><a id="visitor-button"
class="scroll hero-button visitors-selected" href="visitors.html">For
Visitors</a></li>
<li style="margin: 0"><a id="jury-button"
class="scroll hero-button visitors-selected" href="jury.html">Jury</a></li>
<li style="margin: 0"><a id="categories-button"
class="scroll hero-button visitors-selected"
href="categories.html">Categories</a></li>
<li style="margin: 0"><a id="schedule-button"
class="scroll hero-button visitors-selected"
href="schedule.html">Schedule</a></li>
<li style="margin: 0"><a id="location-button"
class="scroll hero-button visitors-selected"
href="location.html">Location</a></li>
<li style="margin: 0"><a id="sponsor-button"
class="scroll hero-button visitors-selected"
href="sponsors.html">Sponsors</a></li>
<li style="margin: 0"><a id="faq-button"
class="scroll hero-button visitors-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">
<div class="container">
<h1 class="large optional_header mb-10 pb5"><span style="color: #10C4EE">Visitors</span></h1>
<div class="row pb5">
<div class="col-sm-7 col-sm-offset-0 pd-0">
<div class="about-padding jury-tr pb4">
<h2 class="pb3 f3"><b>Is this for<span style="color: #10C4EE"> me</span>?</b></h2>
<p>
Where do apps come from? What is it like to program? Unfortunately for most of us
programming
is more black magic than anything else. Year by year we become more reliant on
technology,
and as we do so, it becomes increasingly important for everyone to understand what
is going on
underneath.
<br>
<br>
And yet few people do. To change that, we want to show you something special.
Something so unique and out of the this world that we promise you've never seen
anything like it
before.
<br>
<br>
Inside the <a class="white-link" href="http://zkm.de/en" target="_blank">ZKM</a>, in
the fantastic
<a class="white-link" href="https://open-codes.zkm.de/en" target="_blank">Open Codes
- Living in Digital Worlds</a> exhibit, our hackathon, a sort of inventors
competition, takes place.
Various teams will work under pressure to bring their ideas to life in the form of a
prototype,
and they only have 28 hours to do so.
Yes, that often means no sleep!
<br>
<br>
But wait, they work in the most stunning environment you've ever come across.
Hackathon
participants always get free food, free drinks, free shirts, free stickers, free
stuff all the
way, and sometimes even free massages. They are places where you meet incredible
people,
mind-blowing companies and above all, where you have the time of your life.
<br>
<br>
Does that intrigue you? If so, yes, this is for you. Come by and visit.
</p>
</div>
</div>
<div class="col-sm-5 pd-0 tl">
<div class="pb4">
<figure class="figure" style="filter: none; margin: 0">
<img src="assets/img/vr.jpeg" class="img-ratio"
alt="© ZKM | Zentrum für Kunst und Medien Karlsruhe, Volker Naumann">
<figcaption class="text-left">© ZKM | Zentrum für Kunst und Medien Karlsruhe,
Volker Naumann.</figcaption>
</figure>
</div>
<div class="pb4">
<figure class="figure" style="filter: none; margin: 0">
<img src="assets/img/oc-girls-on-comp.jpeg" class="img-ratio"
alt="© ZKM | Zentrum für Kunst und Medien Karlsruhe, Volker Naumann">
<figcaption class="text-left">© ZKM | Zentrum für Kunst und Medien Karlsruhe,
Volker Naumann.</figcaption>
</figure>
</div>
</div>
</div>
<div class="row pt4 pb5">
<div class="col-sm-7 col-sm-push-5 col-sm-offset-0 pd-0">
<div class="about-padding tl pb4">
<h2 class="pb3 f3"><b><span style="color: #10C4EE">Witness</span> how Software is
Built</b></h2>
<p>
This is probably the closest you'll ever come to see how real software is built. You
will
witness
all the sweat, the occasional tears and the constant problem-solving required to
overcome the
incredible barriers each team faces.
<br>
<br>
Come and see for yourself how the tech you use everyday comes to be.
</p>
</div>
</div>
<div class="col-sm-5 col-sm-pull-7 pd-0 tl">
<div class="pb4">
<div class="figure" style="filter: none; margin: 0">
<img src="assets/img/code.jpg" class="img-ratio">
</div>
</div>
</div>
</div>
<div class="row pt4 pb5">
<div class="col-sm-7 col-sm-offset-0 pd-0">
<div class="about-padding jury-tr pb4">
<h2 class="pb3 f3"><b>Experience the <span style="color: #10C4EE">Hacking</span>
Culture</b></h2>
<p>
People that go to a hackathon are called hackers. And no, they are not people that
will steal
your bank account information. Instead they are people who enjoy the intellectual
challenge of
creatively overcoming barriers. They want to come up with novel solutions that yield
clever
results. In other words, they like to solve puzzles, and it doesn't have to be done
through
code. Anything can be a hack, that's what it's all about.
<br>
<br>
Of course solving puzzles is hard work, and with hard work comes a need for lots of
fuel.
Participating in
a hackathon also means getting lots of free food, free drinks and other free stuff.
It is a core
element of the culture, and is one reason why hackathons are so fun.
</p>
</div>
</div>
<div class="col-sm-5 pd-0 tl">
<div class="pb4">
<div class="figure" style="filter: none; margin: 0">
<img src="assets/img/fb-hq.png" class="img-ratio">
</div>
</div>
</div>
</div>
<div class="row pt4 pb5">
<div class="col-sm-6 col-sm-push-6 col-sm-offset-0 pd-0">
<div class="about-padding tl pb4">
<h2 class="pb3 f3"><b>What is a <span style="color: #10C4EE">Hackathon</span>
Exactly?</b></h2>
<p>
The rules are simple: The teams have 28 hours to build their idea, and are not
allowed to start
working until the hackathon begins. Final results are judged under various criteria
including
originality of the idea and quality of the implementation.
<br>
<br>
What sets us apart from other hackathons is that we don't restrict the projects
of our participants to a certain topic (like healthcare or industry 4.0), but rather
encourage
any out-side-of-the-box ideas. Even more unique is the deep cooperation with the
<a class="white-link" href="http://zkm.de/en" target="_blank">ZKM</a>. We encourage
our
participants not only to create interesting tech, but also combine it with art.
</p>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 pd-0 tl">
<div class="pb4">
<div class="figure" style="filter: none; margin: 0">
<img src="assets/img/hackathon.jpg" class="img-ratio">
</div>
</div>
</div>
</div>
<div class="row pt4 pb5">
<div class="col-sm-6 col-sm-push-6 pd-0 tl">
<div class="pb4">
<div class="figure" style="filter: none; margin: 0">
<img src="assets/img/group.jpg" class="img-ratio">
</div>
</div>
</div>
<div class="col-sm-6 col-sm-pull-6 col-sm-offset-0 pd-0">
<div class="about-padding jury-tr pb4">
<h2 class="pb3 f3"><b>Who are <span style="color: #10C4EE">we</span>?</b></h2>
<p>
We are <a class="white-link" href="https://hackundsoehne.de" target="_blank">Hack
& Söhne</a>, a
German student-run nonprofit organization
focused on coding and
hacking. We try to bring a bit of Silicon Valley to the German
computer-science and start-up community by disrupting the status quo. We do this by
organizing hackathons, coding boot camps
and other similar events.
<br>
<br>
Our team consists of students from a variety of
backgrounds: computer science and electrical engineering, economics, business, and
more.
</p>
</div>
</div>
</div>
</div>
</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>