-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
471 lines (457 loc) · 22.7 KB
/
Copy pathindex.html
File metadata and controls
471 lines (457 loc) · 22.7 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<title>:: hack.institute ::</title>
<meta name="description" content="OnEvent Special Event Responsive Landing Page Template can be used for showing the event related information. Its easy to customize and work with.">
<meta name="author" content="saptarang">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Stylesheets -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="css/style.css" />
<!-- Google Font Code -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<link href="fonts/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" title="prettyPhoto main stylesheet" charset="utf-8" />
<style type="text/css"></style>
<!-- Enable this css if you want to override styles-->
<!--<link href="css/override.css" rel="stylesheet" media="screen">-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicon and Apple Icons -->
<link rel="shortcut icon" href="img/icons/favicon.ico">
<link rel="apple-touch-icon" href="img/icons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/icons/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/icons/apple-touch-icon.png">
<script type="text/javascript" src="js/modernizr-1.0.min.js"></script>
</head>
<body onLoad="initialize()">
<!-- start HEADER -->
<section id="top" class="page-block">
<header id="home">
<div class="container clearfix">
<div class="navigation">
<div class="row">
<div class="col-md-4 col-sm-3">
<h1 class="logo">
<a href="/" title="Primo"><img class="img-responsive" src="img/brand.png" alt="OnEvent"></a></h1>
</div>
<div class="col-md-8 col-sm-9">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar navbar-default navbar-header visible-xs" role="navigation">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#Navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<nav>
<ul id="Navigation" class="list-inline collapse navbar-collapse">
<li><a href="#intro" title="About">About</a></li>
<li><a href="#offer" title="Our Offer">Our Offer</a></li>
<li><a href="#venue" title="Our HQ">Who we are</a></li>
<li><a href="#partners" title="Partners">Partners</a></li>
<li><a href="#footer" title="Subscribe to Our Newsletter">Subscribe</a></li>
</ul>
</nav>
</div>
<!-- end col-md-10 -->
</div>
<!--end-row-->
</div>
<!-- end navigation -->
</div>
<!-- end container -->
</header>
<div id="event-slider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/01.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/02.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/03.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/04.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/05.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/06.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/07.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/08.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/09.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/10.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/11.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/gallery/large/12.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item active"> <img src="img/slider/slide0.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item active"> <img src="img/slider/slide1.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/slider/slide2.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/slider/slide3.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/slider/slide4.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/slider/slide5.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
<!-- begin carousel-slide -->
<div class="item"> <img src="img/slider/slide6.jpg" alt="slide" class="img-responsive"> </div>
<!-- end carousel-slide -->
</div>
<!-- end carousel-inner -->
<!-- Controls -->
<a class="left carousel-control" href="#event-slider" data-slide="prev"> <i class="fa fa-chevron-left"></i></a>
<a class="right carousel-control" href="#event-slider" data-slide="next"> <i class="fa fa-chevron-right"></i></a>
</div>
</section>
<!-- end HEADER -->
<!--BEGIN-INTRO-BOX-->
<section id="intro" class="page-block">
<div class="container">
<div class="section">
<header class="page-head clearfix">
<div class="row">
<div class="col-md-10 col-sm-12 text-right">
<div class="venue text-left">
<h2>Next Event: 1st HR Hackathon in Berlin</h2>
<p class="text-muted">Berlin, Germany <a href="http://hrhackathon.com">Click here to learn more...</a></p>
</div>
<div class="countdown styled"></div>
</div>
</div>
<!--end-row-->
</header>
<article>
<h3>About <span>hack.</span>institute</h3>
<p>At Hack.institute we are experienced experts in everything around hackathons and innovation camps. We take great pride in creating the best experiences for our clients, and with our dedication to greatness we always deliver on that promise!</p>
</article>
</div>
</div>
</section>
<!--END-INTRO-BOX-->
<!--BEGIN-SPEAKERS-->
<section id="offer" class="">
<div class="container">
<div class="section clearfix bottom-margin">
<header class="page-head colored clearfix">
<h2>Our Offer</h2>
<p class="text-muted">We’re offering different kind of events, hackathon and fun formats </p>
</header>
<article>
<p>We offer a wide range of workshop formats and hackathons that can be customized to every thinkable setting and need – an office space, a boat, corporate events, universities, schools, a family party? Okay, maybe not a family party, but everything else. Underneath you can see some of out flagship events.</p>
</article>
</div>
<div class="row clearfix speaker-grid">
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="section no-padding">
<figure>
<img src="img/speakers/4hv.jpg" alt="4 Hour Venture" class="img-responsive" />
<figcaption class="speaker-info">
It doesn’t have to take forever to validate or prototype your idea. At least we don’t think so! That’s why we created the 4 Hour Venture format. 4 Hour Venture is an event that allows people to accelerate ideas in only 4 hours! In short the 4 Hour Venture is a hackathon/workshop where techies, designers and business people can meet and build ideas from zero to prototype in 4 hours. Click here to learn more…
</figcaption>
</figure>
<div class="speaker clearfix">
<div class="col-md-10 col-sm-9 col-xs-9">
<h6>4 Hour Venture</h6>
<p>Hackathon</p>
</div>
<div class="col-md-2 col-sm-3 col-xs-3 readIcon"> <i class="fa fa-chevron-circle-down"></i> </div>
</div>
</div>
</div>
<!--end-col-md-4-->
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="section no-padding">
<figure>
<img src="img/speakers/dhf.jpg" alt="Corporate Hackathon" class="img-responsive" />
<figcaption class="speaker-info">As an established company you often turn to already known practices in your field and rely on the mindset of habits. Rarely, this state of mind brings you in new and exiting directions. We plan and carry out hackathons and innovation camps inside your company to change the mindset that’s the key to a more innovative and execution oriented organization. Click here to learn more…
</figcaption>
</figure>
<div class="speaker clearfix">
<div class="col-md-10 col-sm-9 col-xs-9">
<h6>Corporate Hackathon</h6>
<p>Hackathon</p>
</div>
<div class="col-md-2 col-sm-3 col-xs-3 readIcon"> <i class="fa fa-chevron-circle-down"></i> </div>
</div>
</div>
</div>
<!--end-col-md-4-->
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="section no-padding">
<figure>
<img src="img/speakers/dhf.jpg" alt="DevHouseFriday Tech Talks" class="img-responsive" />
<figcaption class="speaker-info">
The technological world is ever changing and at a pace where you need to move fast to follow the latest trends. Through our broad network of technology experts we learn new things everyday. This is the network we rely on for the Tech Talks – we bring the experts you bring the ears! Let’s bring some of our expert network into your company to share their knowledge about the latest trends and opportunities in technology. Click here to learn more…
</figcaption>
</figure>
<div class="speaker clearfix">
<div class="col-md-10 col-sm-9 col-xs-9">
<h6>Tech Talks</h6>
<p>Meetup</p>
</div>
<div class="col-md-2 col-sm-3 col-xs-3 readIcon"> <i class="fa fa-chevron-circle-down"></i> </div>
</div>
</div>
</div>
<!--end-col-md-4-->
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="section no-padding">
<figure>
<img src="img/speakers/dhf.jpg" alt="One & Two Day Hackathon" class="img-responsive" />
<figcaption class="speaker-info">
</figcaption>
</figure>
<div class="speaker clearfix">
<div class="col-md-10 col-sm-9 col-xs-9">
<h6>One & Two Day Hackathon</h6>
<p>Hackathon</p>
</div>
<!-- <div class="col-md-2 col-sm-3 col-xs-3 readIcon"> <i class="fa fa-chevron-circle-down"></i> </div> -->
</div>
</div>
</div>
<!--end-col-md-4-->
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="section no-padding">
<figure>
<img src="img/speakers/datinggame.jpg" alt="Interactive Dating Game" class="img-responsive" />
<figcaption class="speaker-info">
Meet your CTO! Meet your Startup! Meet your VC! Take three ambitious startups, let them pitch to one successful VC, hidden behind a wall ... and watch the magic happen! The Interactive Dating Game has it all: wit, laughter, entertainment - and a matchmaking like you´ve never experienced before. Click here to learn more…
</figcaption>
</figure>
<div class="speaker clearfix">
<div class="col-md-10 col-sm-9 col-xs-9">
<h6>Interactive Dating Game</h6>
<p>Show</p>
</div>
<div class="col-md-2 col-sm-3 col-xs-3 readIcon"> <i class="fa fa-chevron-circle-down"></i> </div>
</div>
</div>
</div>
<!--end-col-md-4-->
<div class="col-md-4 col-sm-6 col-xs-6">
<div class="section no-padding">
<figure>
<img src="img/speakers/dhf.jpg" alt="Festival & Roadshows" class="img-responsive" />
<figcaption class="speaker-info">
</figcaption>
</figure>
<div class="speaker clearfix">
<div class="col-md-10 col-sm-9 col-xs-9">
<h6>Festival & Roadshows</h6>
<p>Hackathon / Meetups / Conference / Parties</p>
</div>
<!-- <div class="col-md-2 col-sm-3 col-xs-3 readIcon"> <i class="fa fa-chevron-circle-down"></i> </div> -->
</div>
</div>
</div>
<!--end-col-md-4-->
</div>
<!--end-row-->
</div>
</section>
<!--END-SPEAKERS-->
<!--BEGIN-VENUE-->
<section id="venue" class="page-block">
<div class="container">
<div class="section clearfix bottom-margin">
<header class="page-head colored clearfix">
<h2>Who we are</h2>
<p class="text-muted">We are a team of super experienced hackathon and innovation experts. Between us we have more than 200 hackathons and innovation camps as participants, organisers and facilitators. We are in love with the energy of hackathons and our mission is to bring the power and passion of hackathons to new highs.</p>
</header>
<article>
<div id="map_canvas"></div>
<div class="row clearfix">
<div class="col-md-4 col-sm-12 column">
<div class="column-content">
<h3>Andreas <span>Dittes</span></h3>
<ul class="address">
<li>
<i class="fa fa-map-marker"></i> <strong>Haid-und-Neu-Str. 18</strong><br>
76131 Karlsruhe, Germany
</li>
<li>
<i class="fa fa-phone"></i> <strong>Phone</strong><br>
+49.178.5549030
</li>
<li>
<i class="fa fa-envelope"></i> <strong>Email</strong><br>
<a href="mailto:andreas@hack.institute">andreas@hack.institute</a>
</li>
<li>
<i class="fa fa-twitter"></i> <strong>Twitter</strong><br>
<a href="http://twitter.com/dittes">@dittes</a>
</li>
<li>
<i class="fa fa-github"></i> <strong>Github</strong><br>
<a href="http://github.com/dittes">http://github.com/dittes</a>
</li>
<li>
<i class="fa fa-facebook"></i> <strong>Facebook</strong><br>
<a href="http://facebook.com/dittes">http://facebook.com/dittes</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-12 column">
<div class="column-content">
<h3>Jan <span>Kus</span></h3>
<ul class="address">
<li>
<i class="fa fa-map-marker"></i> <strong>An der Bottmühle 5</strong><br>
50678 Köln, Germany
</li>
<li>
<i class="fa fa-phone"></i> <strong>Phone</strong><br>
+49.179.1353539
</li>
<li>
<i class="fa fa-envelope"></i> <strong>Email</strong><br>
<a href="mailto:jan@hack.institute">jan@hack.institute</a>
</li>
<li>
<i class="fa fa-twitter"></i> <strong>Twitter</strong><br>
<a href="http://twitter.com/koos">@koos</a>
</li>
<li>
<i class="fa fa-github"></i> <strong>Github</strong><br>
<a href="http://github.com/koos">http://github.com/koos</a>
</li>
<li>
<i class="fa fa-facebook"></i> <strong>Facebook</strong><br>
<a href="http://facebook.com/jbvkoos">http://facebook.com/jbvkoos</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-12 column">
<div class="column-content">
<h3>Lasse <span>Chor</span></h3>
<ul class="address">
<li>
<i class="fa fa-map-marker"></i> <strong>Teglværksgade 10, 4tv</strong><br>
8000 Aarhus
</li>
<li>
<i class="fa fa-phone"></i> <strong>Phone</strong><br>
+45.26.544153
</li>
<li>
<i class="fa fa-envelope"></i> <strong>Email</strong><br>
<a href="mailto:lasse@hack.institute">lasse@hack.institute</a>
</li>
<li>
<i class="fa fa-twitter"></i> <strong>Twitter</strong><br>
<a href="http://twitter.com/chorDK">@chorDK</a>
</li>
<li>
<i class="fa fa-github"></i> <strong>Github</strong><br>
<a href="http://github.com/lassechor">http://github.com/lassechor</a>
</li>
<li>
<i class="fa fa-facebook"></i> <strong>Facebook</strong><br>
<a href="http://facebook.com/lassechor">http://facebook.com/lassechor</a>
</li>
</ul>
</div>
</div>
</div>
<!--end-of-row-->
</article>
</div>
</div>
</section>
<!--END-VENUE-->
<!--BEGIN-PARTNERS-->
<section id="partners" class="page-block">
<div class="container">
<div class="section">
<header class="page-head">
<h2>Partners</h2>
<p class="text-muted">Partners supporting us proudly</p>
</header>
<div class="partner clearfix">
<a href="http://railslove.com" title="Railslove"> <img class="img-responsive" src="img/partners/railslove.png" alt="Railslove" /> </a>
<a href="http://ufa-lab.com" title="UFA LAB"> <img class="img-responsive" src="img/partners/ufalab.png" alt="UFA LAB" /> </a>
<a href="http://dittesventures.com" title="Dittes Ventures"> <img class="img-responsive" src="img/partners/dittesventures.png" alt="Dittes Ventures" /> </a>
<a href="http://hackersandthinkers.vc" title="hackers & thinkers"> <img class="img-responsive" src="img/partners/hackersandthinkers.png" alt="hackers & thinkers" /> </a>
</div>
</div>
</div>
</section>
<!--END-PARTNERS-->
<!--BEGIN-FOOTER-->
<footer id="footer" class="page-block">
<div class="container">
<div class="section no-border">
<header class="page-head colored clearfix">
<div id="subscribeForm" class="col-md-6 col-sm-12">
<h3>Subscribe To Our Newsletter</h3>
<form method="post" action="//institute.us8.list-manage.com/subscribe/post?u=474987b5a1acd84674c9330f5&id=4db5ff32b9" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="required email form-control" id="mce-EMAIL" placeholder="youremail@domain.com" />
<input type="submit" id="mc-embedded-subscribe" name="subscribe" class="btn" value="SIGN UP" />
</form>
</div>
<div class="col-md-5 col-md-offset-1 col-sm-12">
<h3>Let's Get Social</h3>
<div class="social">
<ul class="list-inline">
<li><a class="tips" href="https://www.facebook.com/hack.institute" title="Follow Us on Facebook"><i class="fa fa-facebook"></i></a></li>
<li><a class="tips" href="http://twitter.com/hackinstitute" title="Follow Us on Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a class="tips" href="https://www.youtube.com/channel/UCW9cG_uqdaPPXRXGVaRqgyg" title="Watch Our Videos"><i class="fa fa-youtube-play"></i></a></li>
<li><a class="tips" href="http://pinterest.com/hackinstitute/" title="Follow Us On Pinterest"><i class="fa fa-pinterest-square"></i></a></li>
</ul>
</div>
<!-- end social -->
</div>
</header>
<p class="text-center">hack.institute © <span class="year"></span> . All Rights Reserved.</p>
<a href="#top" class="top"><i class="fa fa-arrow-up fa-lg"></i></a>
</div><!--end-of-section-->
</div>
</footer>
<!--END-FOOTER-->
<script src="js/jquery.js"></script>
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
<script type="text/javascript" src="js/directions.js"></script>
<script src="js/placeholders.js"></script>
<script src="js/jquery.hoverdir.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/custom.js"></script>
<script src="js/onevent.js"></script>
<script src="js/jquery.countdown.js"></script>
<script src="js/jquery.fitvids.js"></script>
</body>
</html>