-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlocation.html
executable file
·291 lines (272 loc) · 16.9 KB
/
location.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
<!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-orange.svg') no-repeat center center; background-position-x: 65vw; background-size: 90vh; background-position-y: 15vh"
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 location-selected" href="index.html">Home</a></li>
<li style="margin: 0"><a id="about-button"
class="scroll hero-button location-selected" href="about.html">About</a>
</li>
<li style="margin: 0"><a id="visitor-button"
class="scroll hero-button location-selected" href="visitors.html">For
Visitors</a></li>
<li style="margin: 0"><a id="jury-button"
class="scroll hero-button location-selected" href="jury.html">Jury</a></li>
<li style="margin: 0"><a id="categories-button"
class="scroll hero-button location-selected"
href="categories.html">Categories</a></li>
<li style="margin: 0"><a id="schedule-button"
class="scroll hero-button location-selected"
href="schedule.html">Schedule</a></li>
<li style="margin: 0"><a id="location-button"
class="scroll hero-button location-selected"
href="location.html">Location</a></li>
<li style="margin: 0"><a id="sponsor-button"
class="scroll hero-button location-selected"
href="sponsors.html">Sponsors</a></li>
<li style="margin: 0"><a id="faq-button"
class="scroll hero-button location-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">
<!--Row-->
<div class="location pb-120">
<div class="container">
<h1 class="large mb-10 pb4 tc optional_header"><span style="color: #F78633">The Venue</span>
</h1>
<p class="tl">The hackathon is held in the middle of the <a href="https://open-codes.zkm.de/en"
target="_blank" class="orange-link">Open Codes - Living in Digital Worlds</a> exhibit of
the ZKM museum. That means it's open to the public as well as our beloved hackers. The ZKM
is a locally known media museum.</p>
<br>
<p class="tl">If you're a <span style="color: #F78633">hacker</span>, be part of something
greater, and show off our culture to the world!</p>
<br>
<p class="tl">If you're a <span style="color: #F78633">museum visitor</span>, be bold and take a
glimpse of a world that just might surprise you.</p>
</div>
</div>
<section class="pt-600">
<div class="block-map">
<div id="map" class="map"></div>
</div>
<div class="container block-contact">
<div class="row">
<div class="col-md-5 col-md-offset-7 col-sm-5 col-sm-offset-7">
<div class="block-info-3 contact-section">
<h1 class="title" style="color: #F78633">Contact</h1>
<p>
ZKM | Center for Art and Media<br>
Lorenzstraße 19<br>
76137 Karlsruhe<br>
Germany<br>
</p>
<br>
<p>
Email: <a class="orange-link"
href="mailto:info@hackundsoehne.de">info@hackundsoehne.de</a><br>
</p>
<h1 class="title pt5 pb2" style="color: #F78633">Getting there</h1>
<p>Tram no. 2 goes from the main station to the ZKM.
Get out at "Karlsruhe ZKM" or "Karlsruhe Arbeitsagentur", both are just a few
minutes away from the hackathon.
Schedules can be found <a class="orange-text"
href="https://www.kvv.de/fahrt-planen/fahrplanauskunft.html">here</a>.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
<section class="location pt-120 pb-120">
<div class="container">
<h1 class="large mb-10 pb4 tc"><span style="color: #F78633">The Open Codes Exhibit</span></h1>
<p class="pa4 tl">The open codes exhibit tries to bridge the gap between the computer science world
and the everyone else. The goal is to lessen stereotypes associated with computer science, and
show everyone how cool it can be. Take a look.</p>
<div class="row">
<div class="col-md-6 col pt4">
<div class="block-img">
<figure class="figure" style="filter: none">
<img src="assets/img/oc1.JPG" 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 class="col-md-6 col pt4">
<div class="block-img">
<figure class="figure" style="filter: none">
<img src="assets/img/oc2.JPG" 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">
<div class="col-md-6 col pt4">
<div class="block-img">
<figure class="figure" style="filter: none">
<img src="assets/img/oc3.JPG" 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 class="col-md-6 col pt4">
<div class="block-img">
<figure class="figure" style="filter: none">
<img src="assets/img/oc4.JPG" 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>
</section>
</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>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBbGQXiGt-6UAmOFFdSzYI-byeE7ewBuVM&callback=initializeMap"></script>
</body>
</html>