-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
660 lines (631 loc) · 36.8 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
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<meta charset="utf-8">
<title>Bothack Berlin – Hacking the Future of Communication</title>
<!-- Google -->
<meta name="Robots" content="index" />
<meta name="Keywords" content="Chatbot, Hackathon, Chatbot Hackathon, Bothack Berlin, Bothack, Berlin, Bots Berlin, Bots, TLGG, Hackerstolz" />
<meta name="Description" content="Chatbots are on the verge of becoming the single most important interfaces, reshaping the way we communicate – welcome to the battle. Join us and 100 Hackers on our quest to Hack the Future of Communication in a 24 hour sprint!" />
<meta name="Copyright" content="(c) 2016 Copyright: Bothack Berlin – Hacking the Future of Communication" />
<!-- Facebook -->
<meta property="og:title" content="Bothack Berlin – Hacking the Future of Communication" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://bothack.berlin" />
<meta property="og:image" content="http://bothack.berlin/assets/images/bothack_logo.jpg"/>
<meta property="og:description" content="Chatbots are on the verge of becoming the single most important interfaces, reshaping the way we communicate – welcome to the battle. Join us and 100 Hackers on our quest to Hack the Future of Communication in a 24 hour sprint!" />
<!-- Styles -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="apple-touch-icon" href="pages/ico/60.png">
<link rel="apple-touch-icon" sizes="76x76" href="pages/ico/76.png">
<link rel="apple-touch-icon" sizes="120x120" href="pages/ico/120.png">
<link rel="apple-touch-icon" sizes="152x152" href="pages/ico/152.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="description" content="">
<meta name="author" content="">
<!-- BEGIN PLUGINS -->
<link href="assets/plugins/pace/pace-theme-flash.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css">
<link href="assets/plugins/swiper/css/swiper.css" rel="stylesheet" type="text/css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<!-- END PLUGINS -->
<!-- BEGIN PAGES CSS -->
<link class="main-stylesheet" href="pages/css/pages.css" rel="stylesheet" type="text/css">
<link class="main-stylesheet" href="pages/css/pages-icons.css" rel="stylesheet" type="text/css">
<!-- BEGIN PAGES CSS -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KJS8TJ');</script>
</head>
<body class="">
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KJS8TJ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- BEGIN HEADER -->
<nav class="header bg-header transparent-dark" data-pages="header" data-pages-header="autoresize" data-pages-resize-class="dark">
<div class="container relative">
<!-- BEGIN LEFT CONTENT -->
<div class="pull-left">
<!-- .header-inner Allows to vertically Align elements to the Center-->
<div class="header-inner">
<!-- BEGIN LOGO -->
<div class="logo logo-text">
<h1 style="float: left">bothack<span>.berlin</span></h1>
</div>
<img src="assets/images/bothack_logo.png" width="39" height="36" data-src-retina="assets/images/bothack_logo.png" class="alt" alt="">
</div>
</div>
<!-- BEGIN HEADER TOGGLE FOR MOBILE & TABLET -->
<div class="pull-right">
<div class="header-inner">
<a href="#" class="search-toggle visible-sm-inline visible-xs-inline p-r-10" data-toggle="search"><i class="fs-14 pg-search"></i></a>
<div class="visible-sm-inline visible-xs-inline menu-toggler pull-right p-l-10" data-pages="header-toggle" data-pages-element="#header">
<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
</div>
</div>
</div>
<!-- END HEADER TOGGLE FOR MOBILE & TABLET -->
<!-- BEGIN RIGHT CONTENT -->
<div class="menu-content mobile-dark pull-right clearfix" data-pages-direction="slideRight" id="header">
<!-- BEGIN HEADER CLOSE TOGGLE FOR MOBILE -->
<div class="pull-right">
<a href="#" class="padding-10 visible-xs-inline visible-sm-inline pull-right m-t-10 m-b-10 m-r-10" data-pages="header-toggle" data-pages-element="#header">
<i class=" pg-close_line"></i>
</a>
</div>
<!-- END HEADER CLOSE TOGGLE FOR MOBILE -->
<!-- BEGIN MENU ITEMS -->
<div class="header-inner">
<ul class="menu">
<li>
<a href="#home" class="active">Home </a>
</li>
<li>
<a href="#format">Format </a>
</li>
<li>
<a href="#location">Location </a>
</li>
<li>
<a href="#partners">Partners</a>
</li>
<li>
<a class="btn sm-m-t-20 sm-m-l-20 sm-m-r-20 btn-bordered" href="https://www.eventbrite.de/e/bothack-berlin-hacking-the-future-of-communication-tickets-28225436039" target="_blank">Get your ticket</a>
</li>
</ul>
</div>
<!-- END MENU ITEMS -->
</div>
</div>
</nav>
<!-- END HEADER -->
<div class="page-wrappers">
<!-- BEGIN JUMBOTRON -->
<section class="jumbotron full-vh" data-pages="parallax" id="home">
<div class="inner full-height">
<!-- BEGIN SLIDER -->
<div class="swiper-container">
<div class="swiper-wrapper">
<!-- BEGIN SLIDE -->
<div class="swiper-slide fit">
<!-- BEGIN IMAGE PARRALAX -->
<div class="slider-wrapper">
<div class="video yellow-shade" data-swiper-parallax="30%">
<video class="video-responsive-width md-video-responsive-height" poster="assets/video/bothack_bg.jpg" id="bgvid" playsinline autoplay muted loop>
<!-- WCAG general accessibility recommendation is that media such as background video play through only once. Loop turned on for the purposes of illustration; if removed, the end of the video will fade in the same way created by pressing the "Pause" button -->
<source src="assets/video/TLGG_Weihnachtsvideo_Hacker-2_2.webm" type="video/webm">
<source src="assets/video/TLGG_Weihnachtsvideo_Hacker-2_2.mp4" type="video/mp4">
</video>
<!-- <img draggable="false" src="assets/images/hero_1.jpg" class="image-responsive-height" alt="" title=""> -->
</div>
</div>
<!-- END IMAGE PARRALAX -->
<!-- BEGIN CONTENT -->
<div class="content-layer">
<div class="inner full-height">
<div class="container-xs-height full-height">
<div class="col-xs-height col-middle text-center">
<div class="container">
<div class="col-md-12 no-padding col-xs-12">
<img src="assets/images/bothack_logo.png" height="100" data-src-retina="assets/images/bothack_logo.png" class="" alt="Bothack Logo">
<h1 class="sm-text-center text-white text-big block-title text-superbold">Hacking the future </br> of communication</h1>
<h5 class="sm-text-center text-white text-bold">18.11.2016 - 20.11.2016</h5>
<a class="btn btn-lg m-t-55 btn-info text-bold" href="https://www.eventbrite.de/e/bothack-berlin-hacking-the-future-of-communication-tickets-28225436039" target="_blank">Join the hack</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
<!-- END SLIDE -->
</div>
<!-- Add Navigation -->
<div class="mouse-wrapper">
<div class="mouse">
<div class="mouse-scroll"></div>
</div>
</div>
</div>
</div>
<!-- END SLIDER -->
</section>
<!-- END JUMBOTRON -->
<!-- BEGIN CONTENT SECTION -->
<section class="bg-master-lightest p-b-85 p-t-75" id="format">
<div class="container">
<div class="md-p-l-20 md-p-r-20 xs-no-padding">
<h5 class="block-title hint-text no-margin">Challenge</h5>
<div class="row">
<div class="col-sm-5 col-md-4">
<br/>
<img src="assets/images/title_chatbot.png">
</div>
<div class="col-sm-7 col-md-8 no-padding xs-p-l-15 xs-p-r-15">
<div class="p-t-20 p-l-35 md-p-l-5 md-p-t-15">
<p style="font-weight: 700; padding-bottom: 20px">Chat{bots} are on the verge of becoming the single most important interfaces, reshaping the way we communicate – welcome to the battle. Join us and 100 "Hackers" on our quest of "Hacking the Future of Communication" in a 24 hour sprint!</p>
<p>Arised from a small group of creatives in Berlin, we joined forces with TLGG and Hackerstolz to turn our idea into a unique platform – bootstrapping <b>The Future of Communication.</b> Together with our friends & fellow creatives we want to elaborate around the possibilities of chat{bots}.</p><br/>
<h5><a href="https://backchannel.com/the-chat-bot-revolution-is-upon-us-f3fa9e0b380#.at6cli2qv" target="_blank">Chat Bots Aren’t a Fad. They’re a Revolution.<i class="pg-arrow_right m-l-10"></i></a></h5>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="p-b-25 p-t-75 p-b-15 p-t-55 bg-master-lightest">
<div class="container">
<div class="md-p-l-20 xs-no-padding clearfix">
<div class="col-sm-4 no-padding">
<div class="md-p-r-40 md-pr-30">
<h5 class="block-title hint-text no-margin">Format</h5>
<br/>
<img src="assets/images/title_hackathon.png">
</div>
<div class="visible-xs b-b b-grey-light m-t-30 m-b-30"></div>
</div>
<div class="col-sm-4 no-padding text-center">
<div class="md-p-r-40 md-pr-30">
<img alt="" class="m-b-20" src="assets/images/horizontal_settings_mixer-96.png">
<h6 class="block-title p-b-5">Interdisciplinary Teams</h6>
<p class="m-b-30">Let’s Rumble! Collaboration across different disciplines is the source for true innovation – We’re looking for Developers, Strategists & Designers to form and storm together.</p>
</div>
<div class="visible-xs b-b b-grey-light m-t-30 m-b-30"></div>
</div>
<div class="col-sm-4 no-padding text-center">
<div class="md-p-r-40 md-pr-30">
<img alt="" class="m-b-20" src="assets/images/carousel-96.png">
<h6 class="block-title p-b-5">24h hours hack</h6>
<p class="m-b-30">In just 24 hours, starting Friday evening, we want to take our challenges apart and accelerate our concepts from vague ideas to working prototypes: Try this!</p>
</div>
</div>
</div>
</div>
</section>
<section class="p-b-85 p-t-25 p-b-65 p-t-15 bg-master-lightest">
<div class="container">
<div class="md-p-l-20 xs-no-padding clearfix">
<div class="col-sm-4 no-padding">
<div class="md-p-r-40 md-pr-30">
</div>
<div class="visible-xs b-b b-grey-light m-t-30 m-b-30"></div>
</div>
<div class="col-sm-4 no-padding text-center">
<div class="md-p-r-40 md-pr-30">
<img alt="" class="m-b-20" src="assets/images/thor-96.png">
<h6 class="block-title p-b-5">Real Challenges</h6>
<p class="m-b-30">We’re eager to elaborate around real-life challenges from diverse-industry-leaders to not only develop concepts but have the potential to drive real impact.</p>
</div>
<div class="visible-xs b-b b-grey-light m-t-30 m-b-30"></div>
</div>
<div class="col-sm-4 no-padding text-center">
<div class="md-p-r-40 md-pr-30">
<img alt="" class="m-b-20" src="assets/images/virtual_reality-96.png">
<h6 class="block-title p-b-5">Tons of Benefits</h6>
<p class="m-b-30">Yes, there will be prizes! But more importantly our ambition is to support you with the most promising technologies available – Check our Partners!</p>
</div>
</div>
</div>
</div>
</section>
<section class="container-fluid b-t b-white">
<div class="row">
<div class="col-md-4 text-center bg-success hover-push demo-story-block">
<div class="hover-backdrop" style="background:url('assets/images/Developer.jpg')"></div>
<div class="hover-caption bottom-left bottom-right p-b-40">
<h4 class="text-white m-b-25">Developer</h4>
</div>
</div>
<div class="col-md-4 text-center bg-success hover-push demo-story-block">
<div class="hover-backdrop" style="background:url('assets/images/bothack_strategist.jpg')"></div>
<div class="hover-caption bottom-left bottom-right p-b-40">
<h4 class="text-white m-b-25">Strategist</h4>
</div>
</div>
<div class="col-md-4 text-center bg-success hover-push demo-story-block">
<div class="hover-backdrop" style="background:url('assets/images/Designer.jpg')"></div>
<div class="hover-caption bottom-left bottom-right p-b-40">
<h4 class="text-white m-b-25">Designer</h4>
</div>
</div>
</div>
</section>
<section class="bg-master p-b-85 p-t-75 darkest" id="tickets">
<div class="container xs-m-b-25 xs-m-t-35 xs-p-b-20">
<div class="col-md-4 sm-m-b-30 sm-p-b-30">
<!-- BEGIN SLIDER -->
<div class="swiper-container " id="inner-conent-slider">
<div class="swiper-wrapper">
<!-- BEGIN SLIDE -->
<div class="swiper-slide fit bg-transparent">
<img src="assets/images/title_tickets.png" />
</div>
</div>
<!-- Add Navigation -->
</div>
</div>
<div class="col-md-8 sm-m-t-30 xs-no-border b-l b-transparent-white count-down xs-m-t-30" data-pages-countdown-date="2016-05-23">
<div class="row">
<div class="col-sm-4 xs-p-t-20 xs-p-b-20">
<div class="pull-center-inner">
<div class="pull-left">
<h5 class="block-title text-white no-margin">Days</h5>
<p class="text-right text-white">Left</p>
</div>
<h1 class="p-l-15 block-title pull-right no-margin text-white day"></h1>
</div>
</div>
<div class="col-sm-4 xs-b-t xs-p-t-20 xs-p-b-20 b-l b-transparent-white">
<div class="pull-center-inner">
<div class="pull-left">
<h5 class="block-title text-white no-margin">Hours</h5>
<p class="text-right text-white">Remaining</p>
</div>
<h1 class="p-l-15 block-title pull-right no-margin text-white hour"></h1>
</div>
</div>
<div class="col-sm-4 xs-b-t xs-p-t-20 xs-p-b-20 b-l b-transparent-white">
<div class="pull-center-inner">
<div class="pull-left">
<h5 class="block-title text-white no-margin">Minutes</h5>
<p class="text-right text-white">Counting</p>
</div>
<h1 class="p-l-15 block-title pull-right no-margin text-white minutes"></h1>
</div>
</div>
</div>
<div class="col-sm-12">
<div class="m-t-40 text-right">
<p class=" small-text hint-text text-white">Get your ticket and <b>Hack the Future of Communication</b> with us.</p>
<a class="btn btn-danger m-t-15" href="https://www.eventbrite.de/e/bothack-berlin-hacking-the-future-of-communication-tickets-28225436039">Join the hack</a>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="sm-p-t-30 sm-m-t-30 p-b-30 bg-master-lighter">
<section class="p-t-40 p-b-75">
<div class="container p-t-20">
<div class="p-l-30 p-r-30 m-t-50">
<div class="row">
<div class="col-sm-4 p-l-5 p-r-5">
<div class="pricing-headingm m-t-45">
<div class="bg-master-light p-t-60 p-b-60">
<h5 class="block-title text-center hint-text no-margin">28.10.2016</h5>
<h1 class="text-center m-b-25 font-againts againts">Friday</h1>
</div>
</div>
<div class="pricing-details bg-white p-t-30 p-b-30 p-l-40 p-r-40 md-p-l-20 md-p-r-20">
<ul class="no-style">
<li class="text-black fs-16 normal m-b-25"><span class="bold">19:00</span> Kick Off</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">00:00</span> appointment</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">00:00</span> appointment</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">00:00</span> appointment</li>
</ul>
<p class="small-text hint-text">Use, by one client, in a single end product which end users are not charged for. </p>
</div>
</div>
<div class="col-sm-4 p-l-5 p-r-5 xs-m-t-40">
<div class="pricing-headingm m-t-45">
<div class="bg-master-light p-t-60 p-b-60">
<h5 class="block-title text-center hint-text no-margin">29.10.2016</h5>
<h1 class="text-center m-b-25 font-againts againts">Satruday</h1>
</div>
</div>
<div class="pricing-details bg-white p-t-30 p-b-30 p-l-40 p-r-40 md-p-l-20 md-p-r-20">
<ul class="no-style">
<li class="text-black fs-16 normal m-b-25"><span class="bold">One</span> End product</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">Single</span> User Selection</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">On-demand</span> product services</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">Full</span> Customer Support</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">One</span> user of Premium plugin</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">Full</span> comment section</li>
</ul>
<p class="small-text hint-text">Use, by one client, in a single end product which end users are not charged for. </p>
</div>
</div>
<div class="col-sm-4 p-l-5 p-r-5">
<div class="pricing-heading m-t-45 ">
<div class="bg-master-light p-t-60 p-b-60">
<h5 class="block-title text-center hint-text no-margin">30.10.2016</h5>
<h1 class="text-center m-b-25 font-againts againts">Sunday</h1>
</div>
</div>
<div class="pricing-details bg-white p-t-30 p-b-30 p-l-40 p-r-40 md-p-l-20 md-p-r-20">
<ul class="no-style">
<li class="text-black fs-16 normal m-b-25"><span class="bold">One</span> End product</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">Single</span> User Selection</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">On-demand</span> product services</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">Full</span> Customer Support</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">One</span> user of Premium plugin</li>
<li class="text-black fs-16 normal m-b-25"><span class="bold">Full</span> comment section</li>
</ul>
<p class="small-text hint-text">Use, by one client, in a single end product which end users are not charged for. </p>
</div>
</div>
</div>
</div>
</div>
</section>
</section> -->
<section class="p-b-85 p-t-75 p-b-65 p-t-55 bg-master-lightest">
<div class="container">
<div class="md-p-l-20 xs-no-padding clearfix">
<div class="col-sm-4 no-padding text-center">
<div class="md-p-r-40 md-pr-30">
<img alt="" class="m-b-20" src="assets/images/ninja_head-96.png">
<h6 class="block-title p-b-5">Best concept</h6>
<p class="m-b-30">The teams that develop the best concept for the challenges set by our partners will be crowned with our “Best Concept Award”.</p>
<p class="small-text text-bold no-padding">Jury Voting</p>
</div>
<div class="visible-xs b-b b-grey-light m-t-30 m-b-30"></div>
</div>
<div class="col-sm-4 no-padding text-center">
<div class="md-p-r-40 md-pr-30">
<img alt="" class="m-b-20" src="assets/images/wizard-96.png">
<h6 class="block-title p-b-5">Best API hack <i class="pg-arrow_right m-l-10"></i></h6>
<p class="m-b-30">The team that uses one of our partner APIs in the most creative way will be rewarded for „Best API Hack“.</p>
<p class="small-text text-bold no-padding">Jury Voting</p>
</div>
<div class="visible-xs b-b b-grey-light m-t-30 m-b-30"></div>
</div>
<div class="col-sm-4 no-padding text-center">
<div class="md-p-r-40 md-pr-30">
<img alt="" class="m-b-20" src="assets/images/joker-96.png">
<h6 class="block-title p-b-5">Best pitch <i class="pg-arrow_right m-l-10"></i></h6>
<p class="m-b-30">The team that delivers the best pitch will be crowned in this category – just for the fun of „giving it all“.</p>
<p class="small-text text-bold no-padding">Audience Voting</p>
</div>
</div>
</div>
</div>
</section>
<section class="p-b-45 p-t-45 bg-black text-center text-white">
<div class="header-inner" style="display: inline-block">
<h3 class="inline text-white text-bold">Join the conversation</h3>
<a href="https://twitter.com/share?text=<3%20bothack%20berlin&hashtags=hackathon,berlin,bothack,chatbot" target="_new" class="btn break-it btn-cons btn-bordered m-l-20 m-b-10 btn-white" type="button">#bothack</a>
</div>
<div class="header-inner break-it-left" style="margin-left: 40px; display: inline-block">
<h3 class="inline text-white text-bold">Connect on</h3>
<a href="https://www.facebook.com/events/1381051358588837/" target="_new" class="btn break-it btn-cons btn-bordered m-l-20 m-b-10 btn-white" type="button">Facebook</a>
</div>
</section>
<section class="p-b-85 p-t-75 ">
<!-- BEGIN TESTIMONIALS SLIDER-->
<div class="swiper-container" id="testimonials_slider">
<div class="swiper-wrapper">
<!-- BEGIN TESTIMONIAL -->
<div class="swiper-slide">
<div class="container">
<div class="col-sm-8 col-sm-offset-2">
<p class="text-center">
Torben, Lucie und die gelbe Gefahr is a Digital Business
Agency – advising multinational corporations on digital
change and connected communications – with a digital mindset,
creative thinking & yellowness. Founded in Berlin in 2008,
TLGG has frown into a 130-strong team recognized and
renowned in the European agency scene.
</p>
<h6 style="padding: 20px 0; font-weight:700;">Torben, Lucie und die gelbe Gefahr</h6>
<img alt="" class="m-t-20" height="96" src="assets/images/tlgg.jpg">
</div>
</div>
</div>
<!-- END TESTIMONIAL -->
<!-- BEGIN TESTIMONIAL -->
<div class="swiper-slide">
<div class="container">
<div class="col-sm-8 col-sm-offset-2">
<p class="text-center">
We are a non-profit that connects coders all over Germany
to build a unique community of like-minded people. Hackerstolz
hosts a variety of events like Hackathons, Coding School
and networking events like our Gruenderbar.
</p>
<h6 style="padding: 20px 0; font-weight:700;">Hackerstolz e.V.</h6>
<img alt="" class="m-t-20" height="48" src="assets/images/hackerstolz-logo.svg">
</div>
</div>
</div>
<!-- END TESTIMONIAL -->
</div>
<!-- Add Navigation -->
<div class="swiper-pagination relative p-t-20"></div>
</div>
<!-- END TESTIMONIALS -->
</section>
<section class="p-b-90 p-t-90 bg-master-darkest m-t-35 sm-no-margin" data-pages-bg-image="assets/images/bothack_office.jpg" data-bg-overlay="black" data-overlay-opacity="0.3" data-pages="parallax">
<div class="container p-b-90 p-t-90 m-t-90 m-b-90">
</div>
</section>
<section class="container-fluid no-padding relative" style="height:500px;" id="location">
<div class="container-xs-height full-height">
<div class="col-xs-height col-middle text-left">
<!-- BEGIN CONTENT -->
<div class="content-layer">
<div class="inner full-height">
<div class="container-xs-height full-height">
<div class="col-xs-height col-middle text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h2 class="text-white"><i class="pg-map"></i></h2>
<h5 class="text-white font-montserrat text-uppercase fs-15 hint-text">TLGG GmbH</h5>
<h5 class="text-white">
Paul-Lincke-Ufer 39/40, 10999 Berlin
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- END CONTENT -->
</div>
</div>
<!-- Map -->
<div id="google-map" class="full-width top-left bottom-right"></div>
</section>
<section class="bg-white p-b-85 p-t-75" id="partners">
<div style="text-align: center;">
<h1 class="m-t-5 p-b-40 againts"><img src="assets/images/title_lineup.png"></h1>
<h5 class="block-title hint-text no-margin">Challenger</h5>
<img src="assets/images/Logos-Telefonica-o2-300dpi.jpg" style="max-height: 120px; opacity: 0.4; width: auto;">
<img src="assets/images/ing_diba_logo_pos_rgb.jpg" style="max-height: 120px; opacity: 0.4; width: auto;">
<img src="assets/images/klogo.jpg" style="max-height: 120px; opacity: 0.4; width: auto;">
<br/>
<br/>
<br/>
<h5 class="block-title hint-text no-margin">API partner</h5>
<img src="assets/images/spotify.jpg" style="max-height: 80px; opacity: 0.4; width: auto;">
<img src="assets/images/dbopendat.jpg" style="max-height: 80px; opacity: 0.4; width: auto;">
<img src="assets/images/lufthansa.jpg" style="max-height: 80px; opacity: 0.4; width: auto;">
<img src="assets/images/LIH_Logo_grau-neu.jpg" style="max-height: 80px; opacity: 0.4; width: auto;">
<br/>
<br/>
<br/>
<h5 class="block-title hint-text no-margin">Cotton-Candy</h5>
<img src="assets/images/fritz-kola-Schriftzug_schwarz.jpg" style="max-height: 80px; opacity: 0.4; width: auto;">
<img src="assets/images/Redbull_logo_png.jpg" style="max-height: 80px; opacity: 0.4; width: auto;">
<img src="assets/images/logo-brot-zeit.jpg" style="max-height: 80px; opacity: 0.4; width: auto;">
<img src="assets/images/4scotty-logo-bothack-berlin.jpg" style="max-height: 80px; opacity: 0.4; width: auto;">
</div>
<div class="container m-t-85">
<div class="md-p-l-20 md-p-r-20 xs-no-padding" style="margin: 0 auto; text-align: center;">
<h3>More partners will be announced soon, stay tuned!</h3>
<div class="row">
<div class="col-sm-7 col-md-8 no-padding xs-p-l-15 xs-p-r-15">
</div>
</div>
</div>
</div>
</section>
<!-- END CONTENT SECTION -->
<!-- BEGIN FOOTER -->
<section class="p-b-55 p-t-75 xs-p-b-20 bg-master-darker ">
<div class="container">
<div class="row">
<div class="col-sm-4 col-xs-12 xs-m-b-40">
<div class="logo logo-text">
<h1 style="float: left">bothack<span>.berlin</span></h1>
</div>
</div>
<div class="col-sm-2 col-xs-6 xs-m-b-20">
<h6 class="font-montserrat text-uppercase fs-14 text-white p-b-10">Sitemap </h6>
<ul class="no-style">
<li class="m-b-5 no-padding"><a href="#home" class="link text-white ">Home</a></li>
<li class="m-b-5 no-padding"><a href="#format" class="link text-white">Format</a></li>
<li class="m-b-5 no-padding"><a href="#tickets" class="link text-white">Tickets</a></li>
<li class="m-b-5 no-padding"><a href="#location" class="link text-white">Location</a></li>
<li class="m-b-5 no-padding"><a href="#partner" class="link text-white">Partners</a></li>
<li class="m-b-5 no-padding"><a href="http://www.tlgg.de/en/imprint/" class="link text-white">Imprint</a></li>
</ul>
</div>
<div class="col-sm-2 col-xs-6 xs-m-b-20">
<h6 class="font-montserrat text-uppercase fs-14 text-white p-b-10">Partners </h6>
<ul class="no-style">
<li class="m-b-5 no-padding"><a class="link text-white " disabled>Telefonica</a></li>
<li class="m-b-5 no-padding"><a class="link text-white " disabled>tba</a></li>
<li class="m-b-5 no-padding"><a class="link text-white " disabled>tba</a></li>
<li class="m-b-5 no-padding"><a class="link text-white " disabled>tba</a></li>
<li class="m-b-5 no-padding"><a class="link text-white " disabled>tba</a></li>
</ul>
</div>
<div class="col-sm-2 col-xs-6 xs-m-b-20">
<h6 class="font-montserrat text-uppercase fs-14 text-white p-b-10">Resources </h6>
<ul class="no-style">
<li class="m-b-5 no-padding"><a class="link text-white " disabled>tba</a></li>
</ul>
</div>
<div class="col-sm-2 col-xs-6 xs-m-b-20">
<h6 class="font-montserrat text-uppercase fs-14 text-white p-b-10">Initiators </h6>
<ul class="no-style">
<li class="m-b-5 no-padding"><a href="http://www.tlgg.de" class="link text-white " target="_blank">TLGG GmbH</a></li>
<li class="m-b-5 no-padding"><a href="http://www.hackerstolz.de" class="link text-white" target="_blank">Hackerstolz e.V.</a></li>
<li class="m-b-5 no-padding"><a href="https://de.linkedin.com/in/danielfiebig" class="link text-white" target="_blank">D. Fiebig</a></li>
<li class="m-b-5 no-padding"><a href="https://de.linkedin.com/in/christoph-speckmann-72b5a893" class="link text-white" target="_blank">C. Speckmann</a></li>
</ul>
</div>
</div>
<div class="p-b-45 p-t-45 text-center text-white">
<div class="header-inner" style="display: inline-block">
<h3 class="inline text-white text-bold">Join the conversation</h3>
<a href="https://twitter.com/share?text=<3%20bothack%20berlin&hashtags=hackathon,berlin,bothack,chatbot" target="_new" class="btn break-it btn-cons btn-bordered m-l-20 m-b-10 btn-white" type="button">#bothack</a>
</div>
<div class="header-inner break-it-left" style="margin-left: 40px; display: inline-block">
<h3 class="inline text-white text-bold">Connect on</h3>
<a href="https://www.facebook.com/events/1381051358588837/" target="_new" class="btn break-it btn-cons btn-bordered m-l-20 m-b-10 btn-white" type="button">Facebook</a>
</div>
</div>
</div>
</section>
<!-- END FOOTER -->
</div>
<!-- BEGIN VENDOR JS -->
<script src="assets/plugins/pace/pace.min.js" type="text/javascript"></script>
<script type="text/javascript" src="pages/js/pages.image.loader.js"></script>
<script type="text/javascript" src="assets/plugins/jquery/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- BEGIN SWIPER DEPENDENCIES -->
<script type="text/javascript" src="assets/plugins/swiper/js/swiper.jquery.min.js"></script>
<script type="text/javascript" src="assets/plugins/velocity/velocity.min.js"></script>
<script type="text/javascript" src="assets/plugins/velocity/velocity.ui.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyBKNLbDauq2WHKN7crMeNJFiFGtpuX3Ifc"></script>
<script type="text/javascript" src="assets/plugins/countdown/jquery.countdown.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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-85279290-1', 'auto');
ga('send', 'pageview');
</script>
<!-- BEGIN RETINA IMAGE LOADER -->
<script type="text/javascript" src="assets/plugins/jquery-unveil/jquery.unveil.min.js"></script>
<!-- BEGIN VIDEO JS -->
<script type="text/javascript" src="assets/plugins/vide/jquery.vide.min.js"></script>
<!-- Waits for the images to be loaded before applying the Isotope plugin -->
<script src="assets/plugins/imagesloaded/imagesloaded.pkgd.min.js"></script>
<!-- Isotope plugin arranges the card layout -->
<script src="assets/plugins/jquery-isotope/isotope.pkgd.min.js" type="text/javascript"></script>
<!-- END VENDOR JS -->
<!-- BEGIN PAGES FRONTEND LIB -->
<script type="text/javascript" src="pages/js/pages.frontend.js"></script>
<script type="text/javascript" src="pages/js/pages.social.js"></script>
<!-- END PAGES LIB -->
<!-- BEGIN YOUR CUSTOM JS -->
<script type="text/javascript" src="assets/js/google_map.js"></script>
<script type="text/javascript" src="assets/js/custom.js"></script>
<!-- END PAGES LIB -->
</body>
</html>