-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
635 lines (582 loc) · 32.6 KB
/
index.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
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
<!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">
<meta name="theme-color" content="#2dc6fa">
<title>alexa hackathon, Cologne</title>
<meta name="title" content="alexa hackathon, Cologne" />
<meta name="author" content="hack.institute & mobile.cologne">
<meta name="description" content="Invent and develop with other new ideas for Amazons Alexa. Implement your ideas as rapid prototyp within four hours. you can join other teams with great ideas as well as pitch your own ideas at the beginning of the hackathon." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@mobilecgn" />
<meta name="twitter:creator" content="@mobilecgn" />
<meta name="twitter:title" content="alexa hackathon, Cologne" />
<meta name="twitter:description" content="Invent and develop with other new ideas for Amazons Alexa. Implement your ideas as rapid prototyp within four hours. you can join other teams with great ideas as well as pitch your own ideas at the beginning of the hackathon." />
<meta name="twitter:url" content="http://hackathon.mobile.cologne/" />
<meta name="twitter:image" content="http://hackathon.mobile.cologne/alexa-hackathon/img/banner-1600x800.png" />
<meta property="og:url" content="http://hackathon.mobile.cologne/" />
<meta property="og:site_name" content="alexa hackathon, Cologne" />
<meta property="og:title" content="alexa hackathon, Cologne" />
<meta property="og:description" content="Invent and develop with other new ideas for Amazons Alexa. Implement your ideas as rapid prototyp within four hours. you can join other teams with great ideas as well as pitch your own ideas at the beginning of the hackathon." />
<meta property="og:image" content="http://hackathon.mobile.cologne/alexa-hackathon/img/banner-1600x800.png" />
<meta property="og:locale" content="en" />
<!-- Links -->
<link rel="canonical" href="http://hackathon.mobile.cologne/en" />
<link rel="alternate" hreflang="x-default" href="http://hackathon.mobile.cologne" />
<link rel="alternate" hreflang="de" href="http://hackathon.mobile.cologne/de" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/grayscale.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand page-scroll" href="#page-top">
alexa <span class="light">hackathon</span>
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<!-- Hidden li included to remove active class from about link when scrolled up past about section -->
<li class="hidden"><a href="#page-top"></a></li>
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#schedule">Schedule</a></li>
<li><a class="page-scroll" href="#speakers">Speakers</a></li>
<li><a class="page-scroll" href="#mentors">Mentors</a></li>
<li><a class="page-scroll" href="#location">Location</a></li>
<li><a class="page-scroll" href="#prizes">Prizes</a></li>
<li><a class="page-scroll" href="#jury">Jury</a></li>
<li><a class="page-scroll" href="#sponsors">Sponsors</a></li>
<li class="join"><a class="page-scroll" href="#join">Register now</a></li>
<li><a href="/index.de.html">DE</a></li>
</ul>
</div>
</div>
</nav>
<!-- Intro Header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="intro-keywords">Invent. Develop. Win.</p>
<h1 class="brand-heading alexa"><strong>alexa</strong> hackathon</h1>
<h2 class="brand-heading">a four hour venture</h2>
<p class="intro-text">
Thursday, April 27th in Cologne
</p>
<p>
<a href="#join" class="btn btn-default btn-register page-scroll">Register now</a>
</p>
<p>
<a href="#about" class="btn btn-circle page-scroll">
<i class="fa fa-angle-double-down animated"></i>
</a>
</p>
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about" class="container content-section">
<div class="row">
<div class="col-md-12 text-center">
<h2>
After the great
<a href="http://hackathon.mobile.cologne/android-wear-hackathon/en#impressions">Android Wear hackathon</a>
expierence it's time to hack <strong>#alexa</strong>!
</h2>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h2>What you can expect</h2>
<p>Invent and develop with other new ideas for Amazons
<strong>Alexa</strong>. Implement your ideas as rapid prototyp
within <a href="http://4hourventure.com/">four hours</a>.
you can join other teams with great ideas as well as pitch
your own ideas at the beginning of the hackathon.</p>
<p><strong>Alexa Skills</strong> can be developed with any
(backend-) programming language. We will start the hackathon
with an introduction which will enable you to develop your
first skill.
Also non developers are invited to pitch their
<strong>Ideas and Concepts</strong> and get part of this
venture.</p>
</div>
<div class="col-md-6">
<h2>Everything is possible</h2>
<p>Adopt your existing app or create something new.
For example, connect Alexa with a Smart Home device,
your own existing API, an API from one of our event partner
or you some open data.
<strong>Be creative!</strong></p>
<p>With the pleasure of our sponsors we can provide
<strong>enought test devices and other hardware to play</strong>.
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<p>You need more inspiration?
Checkout the latest hackathons like
the iBeacon or Connected Car hackathon.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/k6eZhdoRdZM" frameborder="0" allowfullscreen></iframe>
</div>
<div class="col-md-6">
<iframe width="100%" height="315" src="https://www.youtube.com/embed/ILeuYB3SJdM" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</section>
<!-- Schedule Section -->
<section id="schedule" class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 class="alexa">Schedule</h2>
<p>
We open the doors for you at "die wohngemeinschaft" at 2 pm
and start the hackathon at 3 pm with some great talks about the opportunities.
Get some inspiration before you start your 4 hour venture.
</p>
</div>
<div class="col-md-6 col-md-offset-3">
<table>
<tr>
<th>14:00</th>
<td>Doors open, meet people, time to kicker, first beer</td>
</tr>
<tr>
<th>15:00</th>
<td><strong>Kickoff Hackthon</strong></td>
</tr>
<tr>
<th>15:30</th>
<td>Vision talk: A retail vision, Benedikt Iltisberger</td>
</tr>
<tr>
<th>16:00</th>
<td>Tech talk: Alexa Skills Kit introduction, Kay Lerch</td>
</tr>
<tr>
<th>16:30</th>
<td>Pitch your ideas, create or join a team</td>
</tr>
<tr>
<th>17:00</th>
<td>Start hackin’</td>
</tr>
<tr>
<th>21:00</th>
<td>Finish hackin’ incl. some slides. Present your results!</td>
</tr>
<tr>
<th>22:00</th>
<td>Winners will be announced.</td>
</tr>
<tr>
<th> </th>
<td>Get some more drinks at "die wohngemeinschaft" downstairs</td>
</tr>
</table>
</div>
</div>
</section>
<!-- Speaker Section -->
<section id="speakers" class="container content-section text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="alexa">Speakers</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 col-md-offset-1 avatar">
<a href="https://twitter.com/iltisberger"><img src="img/benedikt-iltisberger.png" alt="Benedikt Iltisberger"></a>
<p>
<strong><em>Benedikt Iltisberger</em></strong><br/>
Software Architekt at
<a href="https://rewe-digital.com/"><strong>REWE digital</strong></a>
</p>
<a href="https://twitter.com/iltisberger"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/beneiltis"><i class="fa fa-github"></i></a>
</div>
<div class="col-md-7 avatar">
<h3>Vision Talk: <span class="alexa">A Retail vision</span></h3>
<p>
Benedikts Vortrag will describe the future of retail.
</p>
<p>
He will try to pull us out of our daily problems and
to give us new impulses to the hackathon. Be curious!
</p>
</div>
</div>
<div class="row">
<div class="col-md-3 col-md-offset-1 avatar">
<a href="https://twitter.com/kaylerch"><img src="img/kay-lerch.jpg" alt="Kay Lerch"></a>
<p>
<strong><em>Kay Lerch</em></strong><br/>
Senior Solutions Architect for the Alexa Skills Kit at
<a href="https://developer.amazon.com">Amazon</a>.
</p>
<a href="https://twitter.com/kaylerch"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/kaylerch"><i class="fa fa-github"></i></a>
</div>
<div class="col-md-7 avatar">
<h3>Tech talk: <span class="alexa">Alexa Skills Kit introduction</span></h3>
<p>
Kay Lerch works on different 3rd party Alexa Skills for well known companies in Germany.
He give regular talks within the community and is contributor of
the reference implementation and different Open Source Alexa SDKs.
</p>
<p>
He will give a short introduction into the
<a href="https://developer.amazon.com/alexa-skills-kit">Alexa Skills Kit</a>,
the API opportunities and restrictions.
</p>
</div>
</div>
</section>
<!-- Mentor Section -->
<section id="mentors" class="container content-section text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="alexa">Mentors</h2>
<p>So that you can focus on the implementation of an idea,
we are happy to have some developers which will help you with troubleshooting.</p>
</div>
</div>
<div class="row">
<div class="col-md-3 avatar">
<a href="https://twitter.com/quendor"><img src="img/kay-lerch.jpg" alt="Kay Lerch"></a>
<p>
<strong><em>Kay Lerch</em></strong><br/>
Senior Solutions Architect for the Alexa Skills Kit at
<a href="https://developer.amazon.com">Amazon</a>.
</p>
<a href="https://twitter.com/kaylerch"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/kaylerch"><i class="fa fa-github"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="https://twitter.com/quendor"><img src="img/michael-kleinhenz.jpg" alt="Michael Kleinhenz"></a>
<p>
<strong><em>Michael Kleinhenz</em></strong><br/>
Alexa Skill developer and
Principal Software Engineer at <a href="https://www.redhat.com/de">Red Hat</a>.
</p>
<a href="https://twitter.com/quendor"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/michaelkleinhenz"><i class="fa fa-github"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="https://twitter.com/thinkmobilede"><img src="img/christian-stahl.jpg" alt="Christian Stahl"></a>
<p>
<strong><em>Christian Stahl</em></strong><br/>
App Developer for Android & iOS and founder of
<a href="http://www.thinkmobile.de/">Think mobile</a>.
</p>
<a href="https://twitter.com/thinkmobilede"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/profile/view?id=195608222"><i class="fa fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Christian_Stahl7"><i class="fa fa-xing"></i></a>
<a href="https://www.facebook.com/christian.s.de"><i class="fa fa-facebook"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="https://twitter.com/jerolimov"><img src="img/christoph-jerolimov.jpg" alt="Christoph Jerolimov"></a>
<p>
<strong><em>Christoph Jerolimov</em></strong><br/>
Fullstack Developer and mobile.cologne Co-Founder
</p>
<a href="https://www.linkedin.com/in/jerolimov"><i class="fa fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Christoph_Jerolimov"><i class="fa fa-xing"></i></a>
<a href="https://twitter.com/jerolimov"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/christoph.jerolimov"><i class="fa fa-facebook"></i></a>
</div>
</div>
</section>
<!-- Location Section -->
<section id="location" class="container content-section text-center">
<div class="row">
<h2 class="alexa">Location</h2>
<div class="col-md-10 col-md-offset-1">
<p><strong>die Wohngemeinschaft</strong>, Richard-Wagner-Str. 39, 50674 Köln</p>
</div>
</div>
</section>
<!-- Map Section -->
<div id="map"></div>
<!-- Prizes Section -->
<section id="prizes" class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 class="alexa">Prizes with a total value of over 2.500 EUR</h2>
<p>We are happy to announce different prizes from our Sponsors:<br/>
Multiple Amazon Echo and Echo Dots, a stack of books,
licenses and some surprises!</p>
<img src="img/alexa-prizes.png" alt="alexa hackathon prizes"
style="max-width: 90vw;">
</div>
</div>
</section>
<!-- Jury Section -->
<section id="jury" class="container content-section text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="alexa">Jury</h2>
<p>We are looking forward to our top-notch jury:</p>
</div>
</div>
<div class="row">
<div class="col-md-3 avatar">
<a href="https://twitter.com/ralf"><img src="img/ralf-rottmann.png" alt="Ralf Rottmann"></a>
<p>
<strong><em>Ralf Rottmann</em></strong><br/>
Managing Partner<br/>
bei <a href="http://www.grandcentrix.net/">Grandcentrix</a>
</p>
<a href="https://twitter.com/ralf"><i class="fa fa-twitter"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="https://twitter.com/MrDyro"><img src="img/volkmar-vogel.jpg" alt="Volkmar Vogel"></a>
<p>
<strong><em>Volkmar Vogel</em></strong><br/>
Android Entwickler<br/>
bei <a href="https://rewe-digital.com/">REWE digital</a>
</p>
<a href="https://twitter.com/MrDyro"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/MrDyro"><i class="fa fa-github"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="https://twitter.com/jerolimov"><img src="img/dominik-helleberg.jpg" alt="Dominik Helleberg"></a>
<p>
<strong><em>Dominik Helleberg</em></strong><br/>
Head of Mobile Development<br/>
bei <a href="https://www.inovex.de/de/">Inovex</a>
</p>
</div>
<div class="col-md-3 avatar">
<a href="https://twitter.com/kaylerch"><img src="img/kay-lerch.jpg" alt="Kay Lerch"></a>
<p>
<strong><em>Kay Lerch</em></strong><br/>
Senior Solutions Architect<br/>
bei <a href="https://developer.amazon.com">Amazon</a>.
</p>
<a href="https://twitter.com/kaylerch"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/kaylerch"><i class="fa fa-github"></i></a>
</div>
</div>
</section>
<!-- Sponsors Section -->
<section id="sponsors" class="container content-section text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="alexa">Sponsors</h2>
<p>This event was not possible without these great companies:</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://www.inovex.de/de/"><img src="img/inovex.svg" alt="inovex"
style="height: 110px; margin: 20px; padding: 5px 0 8px 0;"></a>
<a href="https://rewe-digital.com/"><img src="img/rewe-digital.png" alt="REWE digital"
style="height: 110px; margin: 20px; padding: 5px 0 0 0;"></a>
<a href="http://www.grandcentrix.net/"><img src="img/grandcentrix.png" alt="Grandcentrix"
style="height: 110px; margin: 20px; padding: 5px 0 3px 0;"></a>
</div>
</div>
<div class="col-md-12">
<a href="https://www.oreilly.de/"><img src="img/oreilly_rot.jpg" alt="O'Reilly"
style="height: 90px; margin: 20px 10px; padding: 10px 0 20px 0;"></a>
<a href="https://www.dpunkt.de/"><img src="img/dpunkt.png" alt="dpunkt.verlag"
style="height: 90px; margin: 20px 10px; padding: 10px 0 20px 0;"></a>
<a href="https://www.jetbrains.com/"><img src="img/jetbrains.png" alt="JetBrains"
style="height: 90px; margin: 20px 10px; padding: 10px 0 20px 0;"></a>
<a href="https://www.yello.de/"><img src="img/yello.png" alt="Yello"
style="height: 90px; margin: 20px 10px; padding: 0 0 5px 0;"></a>
<a href="http://www.siegfriedgin.com/"><img src="img/rheinlanddistillers.png" alt="Rheinland Distillers"
style="height: 90px; margin: 20px 10px; padding: 0 0 10px 0;"></a>
</div>
<div class="col-md-12">
<a href="http://www.railslove.com/"><img src="img/railslove.png" alt="railslove"
style="height: 60px; margin: 20px 10px; padding: 5px 0 10px 0;"></a>
<a href="http://www.thinkmobile.de/"><img src="img/think-mobile.jpg" alt="Think mobile"
style="height: 60px; margin: 20px 10px; padding: 0 0 5px 0;"></a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p style="padding-top: 2em;">You want support this hackathon?
<a href="mailto:hackathon@mobilecologne.de">Please contact us.</a></p>
</div>
</div>
</section>
<!-- Join Section -->
<section id="join" class="container content-section text-center">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<h2 class="alexa">Register now</h2>
<iframe src="http://www.eventbrite.com/tickets-external?eid=32572984674&ref=etckt&v=2"
height="600" width="100%" frameborder="0" vspace="0" hspace="0"
marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true">
<a href="https://www.eventbrite.de/e/alexa-hackathon-a-four-hour-venture-tickets-32572984674" class="btn btn-default btn-register"><i class="fa fa-ticket"></i> Anmeldung auf eventbrite</a>
</iframe>
<div class="addthis_sharing_toolbox"></div>
<h2 class="alexa">Subscribe</h2>
<p>Get updates as soon as we publish more details:</p>
<!-- Begin MailChimp Signup Form -->
<form action="https://mobilecologne.us10.list-manage.com/subscribe/post?u=73b3b31b27129db5fd5ff59ff&id=899632cf75" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="form-inline validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="form-control email" id="mce-EMAIL" placeholder="mail address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_73b3b31b27129db5fd5ff59ff_899632cf75" tabindex="-1" value=""></div>
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-default subscribe">
</form>
<!--End mc_embed_signup-->
<p> </p>
<p> </p>
<h2>Share this event</h2>
<div class="addthis_sharing_toolbox"></div>
</div>
</div>
</section>
<!-- Orga section -->
<section id="orga" class="container content-section text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="alexa">Orga</h2>
</div>
</div>
<div class="row">
<div class="col-md-3 avatar">
<a href="https://twitter.com/jerolimov"><img src="img/christoph-jerolimov.jpg" alt="Christoph Jerolimov"></a>
<p>
<strong><em>Christoph Jerolimov</em></strong><br/>
Co-Founder of the <a href="http://www.mobilecologne.de">mobile.cologne</a> meetup.
</p>
<a href="https://www.linkedin.com/in/jerolimov"><i class="fa fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Christoph_Jerolimov"><i class="fa fa-xing"></i></a>
<a href="https://twitter.com/jerolimov"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/christoph.jerolimov"><i class="fa fa-facebook"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="http://www.thinkmobile.de/"><img src="img/christian-stahl.jpg" alt="Christian Stahl"></a>
<p>
<strong><em>Christian Stahl</em></strong><br/>
Organizes the <a href="https://twitter.com/mobilecgn">@mobilecgn</a> meetup.
Founder and developer of <a href="http://www.thinkmobile.de/">Think mobile</a>.
</p>
<a href="https://www.linkedin.com/profile/view?id=195608222"><i class="fa fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Christian_Stahl7"><i class="fa fa-xing"></i></a>
<a href="https://www.facebook.com/christian.s.de"><i class="fa fa-facebook"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="http://hack.institute/"><img src="img/jan-kus.jpg" alt="Jan Kus"></a>
<p>
<strong><em>Jan Kus</em></strong><br/>
Coder, Innovator, Entrepreneur. Co-Founder at
<a href="http://www.railslove.com">Railslove</a> and
<a href="http://hack.institute">hack.institute</a>.
</p>
<a href="https://www.linkedin.com/in/jbvkoos"><i class="fa fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Jan_Kus"><i class="fa fa-xing"></i></a>
<a href="https://twitter.com/koos"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/jbvkoos"><i class="fa fa-facebook"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="http://hack.institute"><img src="img/nadja-eminoglu-leuci.jpg" alt="Nadja Eminoğlu-Leuci"></a>
<p>
<strong><em>Nadja Eminoğlu-Leuci</em></strong><br/>
Project assistant and photographer at
<a href="http://hack.institute">hack.institute</a>.
</p>
</div>
</div>
</section>
<section class="container content-section text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="alexa">Hosted by</h2>
</div>
</div>
<div class="row">
<p class="col-md-4">
<a href="http://www.mobilecologne.de/"><img src="img/mobile.cologne.png" alt="mobile.cologne" style="height: 90px; padding-top: 20px; padding-bottom: 25px;"></a><br/>
<!--<a href="http://www.mobilecologne.de/" title="mobilecologne.de" class="btn btn-circle btn-default"><i class="fa fa-external-link"></i></a>-->
<a href="https://twitter.com/mobilecgn" title="twitter.com/mobilecgn" class="btn btn-circle btn-default"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/mobilecgn" title="facebook.com/mobilecgn" class="btn btn-circle btn-default"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/118274408028336548190/posts" title="google.com/+mobilecologne" class="btn btn-circle btn-default"><i class="fa fa-google-plus"></i></a>
</p>
<p class="col-md-4">
<a href="http://hack.institute/"><img src="img/hack.institute-new.png" alt="hack.institute" style="height: 90px; padding-top: 20px; padding-bottom: 25px;"></a><br/>
<!--<a href="http://hack.institute/" title="hack.institute" class="btn btn-circle btn-default"><i class="fa fa-external-link"></i></a>-->
<a href="https://twitter.com/hackinstitute" title="twitter.com/hackinstitute" class="btn btn-circle btn-default"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/hack.institute" title="facebook.com/hack.institute" class="btn btn-circle btn-default"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/+hackinstitute/posts" title="google.com/+hackinstitute" class="btn btn-circle btn-default"><i class="fa fa-google-plus"></i></a>
</p>
<p class="col-md-4">
<a href="http://www.die-wohngemeinschaft.net/"><img src="img/die-wohngemeinschaft.png" alt="die wohngemeinschaft" style="width: 315px; height: 90px;"></a><br/>
<!--<a href="http://www.die-wohngemeinschaft.net/" title="www.die-wohngemeinschaft.net" class="btn btn-circle btn-default"><i class="fa fa-external-link"></i></a>-->
<a href="https://twitter.com/die_wohngemein" title="twitter.com/die_wohngemein" class="btn btn-circle btn-default"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/wohngemeinschaftkoeln/" title="facebook.com/wohngemeinschaftkoeln" class="btn btn-circle btn-default"><i class="fa fa-facebook"></i></a>
</p>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="alexa">Media Partners</h2>
<a href="http://medien.nrw.de/de/"><img src="img/mediennetzwerk-nrw.png" alt="Medien Netzwerk NRW"
style="height: 100px; margin: 15px; padding: 0 0 10px 0;"></a>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<p> </p>
<p> </p>
<p> </p>
<div class="container text-center" style="color: gray;">
contact via mail: <a href="mailto:hackathon@mobilecologne.de">hackathon@mobilecologne.de</a> //
<a href="http://www.mobilecologne.de/impressum.html">Imprint</a>
</div>
</footer>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="js/jquery.easing.min.js"></script>
<!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ -->
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCWYks9hlALQXqdJJJnSDZPrLBO213TVIo&sensor=false"></script>
<!-- Custom Theme JavaScript -->
<script src="js/grayscale.js"></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-31041522-2', 'auto');
ga('send', 'pageview');
</script>
<!-- addthis share buttons -->
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54ea79a260bce9e8" async="async"></script>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54ea79a260bce9e8" async="async"></script>
</body>
</html>