-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
139 lines (115 loc) · 6.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="http://hack-germany.de" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Hack Germany 2016 - Where the future happens" />
<meta property="og:description" content="Hack Germany is the biggest hacking event in Germany with multiple hackathons all over the country." />
<meta property="og:site_name" content="Hack Germany" />
<meta property="og:image" content="http://hack-germany.de/images/banner.png" />
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="840" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@hackerstolz">
<meta name="twitter:creator" content="@hackerstolz">
<meta name="twitter:title" content="Hack Germany 2016 - Where the future happens">
<meta name="twitter:description" content="Hack Germany is the biggest hacking event in Germany with multiple hackathons all over the country.">
<meta name="twitter:image" content="http://hack-germany.de/images/banner.jpg">
<title>Hack Germany 2016</title>
<link rel="icon" type="image/png" href="images/favicon.ico" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" href="css.css" />
</head>
<body>
<div class="segment" id="title-block">
</div>
<div class="segment" id="green-block">
</div>
<div class="segment barred" id="content-block">
<div class="inno-hacks">
<a href="http://inno-hacks.de">
<div class="inner-content">
<h3><b>Inno</b>{Hacks}</h3>
<b>Location:</b> Duale Hochschule Baden-Württemberg Karlsruhe<br/><br/>
<b>"Disrupt the tech industry with your innovative ideas"</b> - Inno{Hacks} is one of the biggest
hackathons in Southern Germany with more than 100 participants competing in the categories
Technology
Innovation, UX Innovation and Social Innovation.
<div class="image-container">
<img src="images/hackerstolz_white.png"/>
</div>
<div class="open-icon">
<h3><i class="material-icons">open_in_new</i></h3>
</div>
</div>
</a>
</div>
<div class="mpc-hacks">
<a href="https://mpchack.eventbrite.com/">
<div class="inner-content">
<h3><b>MPC</b> Hackathon</h3>
<b>Location:</b> c-base, Berlin<br/><br/>
<b>"How can we enable more natural interactions with technology?"</b> - This is your opportunity to
design the future of human computer interaction using the latest technology! Work together with
other
creative minds and build cool innovative apps that challenge and inspire.
<div class="image-container">
<img src="images/microsoft.png"/>
</div>
<div class="open-icon">
<h3><i class="material-icons">open_in_new</i></h3>
</div>
</div>
</a>
</div>
<div class="dj-hacks">
<a href="http://medialab-bayern.de/djhack/">
<div class="inner-content">
<h3><b>Digital Journalism</b> Hackathon</h3>
<b>Location:</b> WERK1, Munich<br/><br/>
<b>"How can we innovate digital journalism? Not only improve it but create it from scratch?"</b> - Spend
one weekend thinking outside the box and find new ways of storytelling and new tools.
Become part of a team of journalists, designers and developers and develop a prototype.
Your goal: Create a new kind of journalism that is purely digital and goes beyond improving
the present but radically pushes forward into the future.
<div class="image-container">
<img src="images/Media-Lab-Bayern_logo.png"/>
</div>
<div class="open-icon">
<h3><i class="material-icons">open_in_new</i></h3>
</div>
</div>
</a>
</div>
</div>
<div class="segment" id="footer-block">
<table>
<tr>
<td class="left">
<img src="images/dmbo.png" id="dmbo-logo" class="desktop-only" />
Design support by D M B O - Studio für Gestaltung<br />
<a href="http://www.dmbo.de">www.dmbo.de</a>
</td>
<td class="right">
<a href="http://www.hackerstolz.de/de/impressum/">Impressum</a><br />
Events made with <i class="material-icons icon-love">favorite</i> by
<a href="http://www.hackerstolz.de/">Hackerstolz</a>, <a href="https://www.microsoft.com/">Microsoft</a> & <a href="http://medialab-bayern.de/djhack/">Media Lab Bayern</a>
</td>
</tr>
</table>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<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-76308979-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>