-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
216 lines (186 loc) · 6.72 KB
/
index.html
File metadata and controls
216 lines (186 loc) · 6.72 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
<!DOCTYPE html>
<html class="full" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="INTERACTIVE COLOGNE goes to the next round! After the successful start with 3,000 participants last year, the festival is to be continued in May 2014.">
<meta name="author" content="">
<meta property="og:image"
content="http://this-is.interactive-cologne.com/img/mindmap_interactivecologne_share.jpg"/>
<meta property="og:title" content="This is Interactive Cologne 2014: An Overview"/>
<meta property="og:description" content="Get a brief overview on what's
happening at this years INTERACTIVE COLOGNE 2014"/>
<meta property="og:url" content="http://this-is.interactive-cologne.com"/>
<meta property="og:site_name" content="Interactive Cologne 2014 Overview"/>
<meta property="og:type" content="website"/>
<title>This is Interactive Cologne 2014: An Overview</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<style type="text/css">
html {
height: 100%;
}
body {
/* margin-top: 50px; */
margin-bottom: 50px;
background: none;
height: 100%;
overflow-x: hidden;
}
.full {
background: url(img/mindmap_interactivecologne_2.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a {
color: #000;
background: transparent;
font-weight: bold;
text-decoration: none;
}
.container-fluid {
margin-top: 80px;
}
a:hover {
color: #000;
}
.backed {
/*background: rgba(255, 255, 255, 0.9);*/
color: white;
margin-top: 10px;
}
.backed a {
color: white;
text-decoration: underline;
}
.button {
height: 50px;
color: 000;
padding: 10px;
}
.button a {
color: #fff;
background: transparent;
font-weight: bold;
text-decoration: none;
display: block;
}
.button a:hover {
color: #000;
}
.button.red {
background: #c92648;
}
.button.blue {
background: #37b0ca;
}
.button.yellow {
background: #eebd11;
}
.navbar.top {
padding-top: 5px;
border-radius: 0;
height: 80px;
}
.navbar.top a:hover {
text-decoration: underline;
color: #fff;
}
.navbar.top h1 {
margin: 0;
transition: font-size 0.5s;
-webkit-transition: font-size 0.5s;
-moz-transition: font-size 0.5s;
-o-transition: font-size 0.5s;
}
@media screen and (max-width: 1200px) {
.navbar.top h1 {
font-size: 25px;
}
}
@media screen and (max-width: 470px) {
.navbar.top h1 {
font-size: 18px;
}
}
.navbar-fixed-bottom {
border-width: 0;
}
h1 a.button {
height: 800px;
}
</style>
</head>
<body>
<div class="navbar top navbar-fixed-top navbar-inverse">
<div class="container">
<div class="col-md-12 text-center button">
<h1><a href="http://2014.interactive-cologne.com">
INTERACTIVE COLOGNE FESTIVAL -
19.05.2014 - 25.05.2014
</a>
</h1>
</div>
</div>
</div>
<div class="navbar navbar-fixed-bottom navbar-inverse">
<div class="container">
<div class="row text-center" style="display: none;">
<div class="col-md-12">
<p class="smallxi backed">
<a href="http://2014.interactive-cologne.com">INTERACTIVE COLOGNE</a> goes to the next round! After the successful start with
3,000 participants last year, the festival is to be continued in May 2014.
INTERACTIVE COLOGNE offers multiple platforms for players in the internet
industry to exchange ideas in a creative atmosphere, to learn from each other,
to experiment and to gain inspiration for their own projects. The <a href="http://2014.interactive-cologne.com/conference">conference</a>
offers a comprehensive program for designers, thinkers, <a href="http://2014.interactive-cologne.com/hackathon">developers</a>, startups and
investors on current and future relevant digital topics - combined with
workshops, coaching, meetups, networking and a <a href="http://2014.interactive-cologne.com/hackathon">"Hackathon"</a>. An extensive,
satellite and entertainment programme makes up one week brimming with digital
and analogue encounters and experiences of a very special kind.
</p>
</div>
</div>
<div class="col-md-4 text-left button red">
<a href="http://2014.interactive-cologne.com">
VISIT THE INTERACTIVE COLOGNE 2014 WEBSITE!
</a>
</div>
<div class="col-md-4 text-center button blue">
<a href="http://2014.interactive-cologne.com/schedule">
SEE WHOLE SCHEDULE!
</a>
</div>
<div class="col-md-4 text-right button yellow">
<a href="http://2014.interactive-cologne.com/tickets">
BUY A TICKET!
</a>
</div>
</div>
</div>
<div class="row" style="height: 100%">
<div class="container" style="height: 100%">
<div class="col-md-12" style="height: 100%">
<h1 class="text-center" style="height: 100%">
<a href="http://this-is.interactive-cologne.com/img/mindmap_interactivecologne.jpg" class="col-xs-12 button" title="click for full overview" style="height: 100%">
<span style="display: none">Full Overview</span>
</a>
</h1>
</div>
</div>
</div>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/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','//www.google-analytics.com/analytics.js','ga');
ga('require', 'displayfeatures');
ga('create', 'UA-48844055-1', 'interactive-cologne.com');
ga('send', 'pageview');
</script>
</body>
</html>