-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
567 lines (525 loc) · 32.1 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
<!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="#8bc349">
<title>Android Wear Hackathon, March 5th, Cologne</title>
<meta name="title" content="Android Wear Hackathon, March 5th, Cologne" />
<meta name="author" content="hack.institute & mobile.cologne">
<meta name="description" content="Create with other designer and developers new ideas for the smartwatch. Implement your ideas as rapid prototyp within four hours. And sure, 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="Android Wear Hackathon, March 5th, Cologne" />
<meta name="twitter:description" content="Create with other designer and developers new ideas for the smartwatch. Implement your ideas as rapid prototyp within four hours. And sure, 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/android-wear-hackathon/img/banner-1600x800.png" />
<meta property="og:url" content="http://hackathon.mobile.cologne/" />
<meta property="og:site_name" content="Android Wear Hackathon, March 5th, Cologne" />
<meta property="og:title" content="Android Wear Hackathon, March 5th, Cologne" />
<meta property="og:description" content="Create with other designer and developers new ideas for the smartwatch. Implement your ideas as rapid prototyp within four hours. And sure, 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/android-wear-hackathon/img/banner-1600x800.png" />
<meta property="og:locale" content="en" />
<!-- Links -->
<link rel="canonical" href="http://hackathon.mobile.cologne/android-wear-hackathon/en" />
<link rel="alternate" hreflang="x-default" href="http://hackathon.mobile.cologne/android-wear-hackathon/" />
<link rel="alternate" hreflang="de" href="http://hackathon.mobile.cologne/android-wear-hackathon/de" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/ekko-lightbox.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">
<link href='http://fonts.googleapis.com/css?family=Roboto:300,500' 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">
<span class="light">Android Wear</span> Hackathon
</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="#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. Design. Develop.</p>
<h1 class="brand-heading android">Android Wear(able)</h1>
<h2 class="brand-heading">4 hour venture Hackathon</h2>
<p class="intro-text">
Thursday, March 5th in Cologne (near Central Station)
</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 text-center">
<div class="row">
<div class="col-md-6">
<h2 class="android">What you can expect</h2>
<p>Create with other designer and developers new ideas for the
smartwatch. Implement your ideas as rapid prototyp within
<a href="http://4hourventure.com/">four hours</a>.
And sure, you can join other teams with great ideas as
well as pitch your own ideas at the beginning of the hackathon.</p>
<p>We know that <strong>any team / project will profit from people
with different backgrounds!</strong> So, anybody who could constribute
something is absolutly welcome. <strong>Android developers</strong> as well as people with
<strong>Ideas, Concepts, Designs or small backends.</strong></p>
</div>
<h2 class="android">Everything is possible</h2>
<div class="col-md-6">
<p>Adopt your existing Android app to Android Wear or create
something new. Open doors, connect other devices or people,
display your car position, ...<br/>
<strong>Be creative!</strong></p>
<p>With the pleasure of our sponsors we provide you<br/>
<strong>with test devices and other hardware to play</strong>,
like iBeacons.</p>
</div>
</div>
<h2 id="impressions" class="android" style="padding-top: 80px;">Impressions</h2>
<p>Over 40 developers and designers creates 18 ideas and finally 12 apps at the 5th March 2015</p>
<p>We thank our engaged participants, our capably jury, our generous sponsors and our friendly host.</p>
<div class="row">
<div class="col-md-4"><a href="img/1.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/1.jpg" style="width: 100%" alt="Impressions"></a></div>
<div class="col-md-4"><a href="img/2.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/2.jpg" style="width: 100%" alt="Impressions"></a></div>
<div class="col-md-4"><a href="img/3.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/3.jpg" style="width: 100%" alt="Impressions"></a></div>
</div>
<br/>
<div class="row">
<div class="col-md-4"><a href="img/4.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/4.jpg" style="width: 100%" alt="Impressions"></a></div>
<div class="col-md-4"><a href="img/5.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/5.jpg" style="width: 100%" alt="Impressions"></a></div>
<div class="col-md-4"><a href="img/6.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/6.jpg" style="width: 100%" alt="Impressions"></a></div>
</div>
<br/>
<div class="row">
<div class="col-md-4"><a href="img/7.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/7.jpg" style="width: 100%" alt="Impressions"></a></div>
<div class="col-md-4"><a href="img/8.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/8.jpg" style="width: 100%" alt="Impressions"></a></div>
<div class="col-md-4"><a href="img/9.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/9.jpg" style="width: 100%" alt="Impressions"></a></div>
</div>
<br/>
<div class="row">
<div class="col-md-4"><a href="img/12.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/12.jpg" style="width: 100%" alt="Impressions"></a></div>
<div class="col-md-4"><a href="img/13.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/13.jpg" style="width: 100%" alt="Impressions"></a></div>
<div class="col-md-4"><a href="img/14.jpg" data-toggle="lightbox" data-gallery="impression"><img src="img/14.jpg" style="width: 100%" alt="Impressions"></a></div>
</div>
</section>
<!-- Schedule Section -->
<section id="schedule" class="container content-section text-center">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h2 class="android">Schedule</h2>
<p>
We open the doors for you in the Solution Space 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>
<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>The vision talk: Wearables today & tomorrow, Ralph Christoph</td>
</tr>
<tr>
<th>16:00</th>
<td>The tech talk: Android Wear introduction, Pascal Welsch and Frederik Schweiger</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 beers at the Früh brewery next door.</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="android">Speakers</h2>
</div>
</div>
<div class="row">
<!--
<div class="col-md-4">
<h3 class="android">Moderation</h3>
<div class="col-md-4 avatar">
<a href="http://hack.institute/"><img src="img/jan-kus.jpg" alt="Jan Kus"></a>
</div>
<div class="col-md-8 avatar">
<p>
<em>Jan Kus</em> is Coder, Innovator, Entrepreneur. Co-Founder at
<a href="http://www.railslove.com">railslove</a> and
<a href="http://hack.institute">hack.institute</a>.
</p>
</div>
</div>
-->
<div class="col-md-6">
<h3>The vision talk: <span class="android">Wearables today & tomorrow</span></h3>
<div class="col-md-4 avatar">
<a href="http://c-o-pop.de/convention/speaker-info/ralph-christoph"><img src="img/ralph-christoph.jpg" alt="Ralph Christoph"></a>
</div>
<div class="col-md-8 avatar">
<p>
<em>Ralph Christoph</em>
is a founding member and head of strategy of the
<a href="http://c-o-pop.de/festival/">c/o pop festival</a> and
<a href="http://c-o-pop.de/convention/">convention</a> in Cologne.
We are happy that he will give us an short non technical vision
talk about the future of wearables.
</p>
</div>
</div>
<div class="col-md-6">
<h3>The tech talk: <span class="android">Android Wear introduction</span></h3>
<div class="col-md-3 avatar">
<a href="https://plus.google.com/+PascalWelsch/posts"><img src="img/pascal-welsch.jpg" alt="Pascal Welsch"></a>
</div>
<div class="col-md-4 avatar">
<a href="https://plus.google.com/+FrederikSchweiger/posts"><img src="img/frederik-schweiger.jpg" alt="Frederik Schweiger"></a>
</div>
<div class="col-md-5 avatar">
<p>
<em>Pascal Welsch</em> and <em>Frederik Schweiger</em> are great Android developers
and will give us the technical introduction into the
<a href="http://www.android.com/wear/">Android Wear</a> ecosystem.
</p>
</div>
</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="android">Mentors</h2>
<p>We are proud to present some great developer and designer which will support you.</p>
</div>
</div>
<div class="row">
<div class="col-md-3 avatar">
<a href="https://plus.google.com/+PascalWelsch/posts"><img src="img/pascal-welsch.jpg" alt="Pascal Welsch"></a>
<p>
<strong><em>Pascal Welsch</em></strong><br/>
Android and Android Wear<br/>
Developer at <a href="http://www.grandcentrix.net/">Grandcentrix</a>.
</p>
<a href="https://plus.google.com/+PascalWelsch/posts"><i class="fa fa-google-plus"></i></a>
<a href="https://twitter.com/passsy"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/passsy"><i class="fa fa-github"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="https://plus.google.com/+FrederikSchweiger/posts"><img src="img/frederik-schweiger.jpg" alt="Frederik Schweiger"></a>
<p>
<strong><em>Frederik Schweiger</em></strong><br/>
Android Developer<br/>
working at <a href="http://www.grandcentrix.net/">Grandcentrix</a>.
</p>
<a href="https://www.linkedin.com/in/FrederikSchweiger"><i class="fa fa-linkedin"></i></a>
<a href="https://plus.google.com/+FrederikSchweiger/posts"><i class="fa fa-google-plus"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="https://twitter.com/eightslashnine"><img src="img/christoph-kolb.jpg" alt="Christoph Kolb"></a>
<p>
<strong><em>Christoph Kolb</em></strong><br/>
Founder & CCO of <a href="http://www.widjet.de/">widjet</a>.<br/>
Interaction Designer & Lecturer
</p>
<a href="https://www.linkedin.com/pub/christoph-kolb/8/41a/53b"><i class="fa fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Christoph_Kolb"><i class="fa fa-xing"></i></a>
<a href="https://twitter.com/eightslashnine"><i class="fa fa-twitter"></i></a>
</div>
<div class="col-md-3 avatar">
<a href="https://plus.google.com/+ThomasWBonn/posts"><img src="img/thomas-weingardt.jpg" alt="Thomas Weingardt"></a>
<p>
<strong><em>Thomas Weingardt</em></strong><br/>
Android Developer<br/>
working at <a href="http://www.grandcentrix.net/">Grandcentrix</a>.
</p>
<a href="https://de.linkedin.com/pub/thomas-weingardt/50/897/506"><i class="fa fa-linkedin"></i></a>
<a href="https://www.xing.com/profile/Thomas_Weingardt"><i class="fa fa-xing"></i></a>
<a href="https://plus.google.com/+ThomasWBonn/posts"><i class="fa fa-google-plus"></i></a>
</div>
</div>
</section>
<!-- Location Section -->
<section id="location" class="container content-section text-center">
<div class="row">
<h2 class="android">Location</h2>
<div class="col-md-10 col-md-offset-1">
<p><strong>Solution Space</strong>, Innovationshaus am Dom, Am Hof 20-26, 50667 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="android">Prizes with a value of over 1.000 EUR</h2>
<p>We are happy to announce different prizes!</p>
<img src="img/sony-smartwatch-3.jpg" alt="Android Smartwatch">
</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="android">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="http://www.sonymobile.com/"><img src="img/sony.jpg" alt="SONY"
style="height: 80px; margin: 0 1em 1em 1em; padding: 18px 0 13px 0;"></a>
<a href="https://developers.google.com/"><img src="img/google-developers.png" alt="Google Developers"
style="height: 80px; margin: 0 1em 1em 1em; padding: 15px 0 5px 0;"></a>
<a href="http://www.lg.com/mobile"><img src="img/lg.png" alt="LG"
style="height: 80px; margin: 0 1em 1em 1em; padding: 5px 0 5px 0;"></a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="http://developer-media.de/"><img src="img/developer-media.png" alt="developer media"
style="height: 95px; margin: 1em; padding: 0 0 30px 0;"></a>
<a href="http://www.grandcentrix.net/"><img src="img/grandcentrix.png" alt="Grandcentrix"
style="height: 95px; margin: 1em; padding: 0 0 0 0;"></a>
<a href="http://www.oreilly.de/"><img src="img/oreilly.png" alt="O'Reilly"
style="height: 95px; margin: 1em; padding: 10px 0 40px 0;"></a>
<a href="http://www.screengui.de/"><img src="img/screen-guide.png" alt="Screen Guide"
style="height: 95px; margin: 1em; padding: 0px 0 30px 0;"></a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://github.com/"><img src="img/github.png" alt="GitHub"
style="height: 75px; margin: 1em; padding: 8px 0 22px 0;"></a>
<a href="https://www.jetbrains.com/"><img src="img/jetbrains.png" alt="jetbrains"
style="height: 75px; margin: 1em; padding: 0 0 0 0;"></a>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="http://solutionspace.de/"><img src="img/solution-space.jpg" alt="Solution Space"
style="height: 60px; margin: 1em; padding: 5px 0 10px 0;"></a>
<a href="http://www.railslove.com/"><img src="img/railslove.png" alt="railslove"
style="height: 60px; margin: 1em; padding: 5px 0 15px 0;"></a>
<a href="http://www.thinkmobile.de/"><img src="img/think-mobile.jpg" alt="Think mobile"
style="height: 60px; margin: 1em; padding: 0 0 10px 0;"></a>
<a href="http://www.bringnow.com/"><img src="img/bringnow.png" alt="bringnow"
style="height: 60px; margin: 1em; padding: 5px 0 10px 0;"></a>
</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="android">Register now</h2>
<iframe src="http://www.eventbrite.com/tickets-external?eid=15489913749&ref=etckt&v=2"
height="400" width="100%" frameborder="0" vspace="0" hspace="0"
marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true">
<a href="https://www.eventbrite.de/e/android-wearable-4-hour-venture-hackathon-tickets-15489913749" class="btn btn-default btn-register"><i class="fa fa-ticket"></i> Register on eventbrite</a>
</iframe>
<div class="addthis_sharing_toolbox"></div>
<h2 class="android">Subscribe</h2>
<p>Get updates about the Android Wear Hackathon and upcoming
events / hackathons near you:</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="email 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-->
</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="android">Orga</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 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 and
co-founder of <a href="http://www.bringnow.com">bringnow</a>.
</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-4 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-4 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 and
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>
</section>
<section class="container content-section text-center">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="android">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: 50px; padding-top: 6px; padding-bottom: 3px;"></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.png" alt="hack.institute" style="height: 50px; padding-top: 11px; padding-bottom: 12px;"></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://solutionspace.de/"><img src="img/solution-space.jpg" alt="Solution Space" style="height: 50px;"></a><br/>
<!--<a href="http://solutionspace.de/" title="solutionspace.de" class="btn btn-circle btn-default"><i class="fa fa-external-link"></i></a>-->
<a href="https://twitter.com/Solution_Space" title="twitter.com/Solution_Space" class="btn btn-circle btn-default"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/solutionspace" title="facebook.com/solutionspace" class="btn btn-circle btn-default"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/+SolutionspaceDe/posts" title="google.com/+SolutionspaceDe" class="btn btn-circle btn-default"><i class="fa fa-google-plus"></i></a>
</p>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="android">Media Partners</h2>
<a href="http://www.nerdhub.de/"><img src="img/nerdhub.png" alt="nerdhub"
style="height: 80px; margin: 1em; padding: 22px 0 23px 0;"></a>
<a href="http://www.screengui.de/"><img src="img/screen-guide.png" alt="Screen Guide"
style="height: 80px; margin: 1em; padding: 5px 0 15px 0;"></a>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container text-center" style="color: gray;">
contact via mail: <a href="mailto:[email protected]">[email protected]</a> //
<a href="http://www.mobilecologne.de/impressum.html">Imprint</a>
</div>
</footer>
<!-- JavaScript -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/ekko-lightbox.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/grayscale.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=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></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="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-54ea79a260bce9e8" async="async"></script>
</body>
</html>