This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.xhtml
208 lines (204 loc) · 8.76 KB
/
index.xhtml
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Chaos Cologne 2015</title>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body>
<header>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="headlogo">
<use xlink:href="#mainlogo" />
</svg>
<div id="organizers">
<a href="//koeln.ccc.de"><img id="c4_logo" alt="Chaos Computer Club Cologne" src="hexogen.svg" /></a>
<a href="//khm.de"><img id="khm_logo" alt="Academy of Media Arts Cologne" src="logo_khm.png" /></a>
</div>
<nav>
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#travel">Travel</a>
<a href="/schedule.html">Schedule</a>
<a href="/participate.xhtml">Participate</a>
<a href="#contact">Contact</a>
</nav>
</header>
<main>
<section>
<span class="target" id="home" />
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 7 27 12" id="mainlogo">
<style type="text/css">
path { fill: #000000; stroke-width: 2; stroke-opacity: 0 }
#bg { fill: #fff }
#one, #cee, #two {
animation-duration: 5s;
animation-iteration-count: infinite;
-webkit-animation-duration: 5s;
-webkit-animation-iteration-count: infinite
}
#one {
stroke: #f00;
animation-name: red;
-webkit-animation-name: red
}
#cee {
stroke: #0f0;
animation-name: green;
-webkit-animation-name: green
}
#two {
stroke: #66f;
animation-name: blue;
-webkit-animation-name: blue
}
#dot1 {
fill: #f0f;
animation: dotwalk 23s linear 5s infinite alternate;
-webkit-animation: dotwalk 23s linear 5s infinite alternate
}
@keyframes red {
from { fill: #000; stroke-opacity: 0 }
25% { fill: #f00; stroke-opacity: 0.5 }
50% { fill: #000; stroke-opacity: 0 }
}
@keyframes green {
25% { fill: #000; stroke-opacity: 0 }
50% { fill: #0f0; stroke-opacity: 0.5 }
75% { fill: #000; stroke-opacity: 0 }
}
@keyframes blue {
50% { fill: #000; stroke-opacity: 0 }
75% { fill: #66f; stroke-opacity: 0.5 }
to { fill: #000; stroke-opacity: 0 }
}
@keyframes dotwalk {
5% { transform: translate(0px, 3px) }
33% { transform: translate(-16px, 3px) }
37% { transform: translate(-16px, 1px) }
40% { transform: translate(-14px, 1px) }
43% { transform: translate(-14px, -2px) }
45% { transform: translate(-15px, -2px) }
47% { transform: translate(-15px, -4px) }
49% { transform: translate(-14px, -4px) }
51% { transform: translate(-14px, -5px) }
56% { transform: translate(-11px, -5px) }
58% { transform: translate(-11px, -4px) }
63% { transform: translate(-8px, -4px) }
65% { transform: translate(-8px, -5px) }
75% { transform: translate(-2px, -5px) }
77% { transform: translate(-2px, -4px) }
81% { transform: translate(0px, -4px) }
86% { transform: translate(0px, -1px) }
93% { transform: translate(-5px, -1px) }
to { transform: translate(0px, -1px) }
}
@-webkit-keyframes red {
from { fill: #000; stroke-opacity: 0 }
25% { fill: #f00; stroke-opacity: 0.5 }
50% { fill: #000; stroke-opacity: 0 }
}
@-webkit-keyframes green {
25% { fill: #000; stroke-opacity: 0 }
50% { fill: #0f0; stroke-opacity: 0.5 }
75% { fill: #000; stroke-opacity: 0 }
}
@-webkit-keyframes blue {
50% { fill: #000; stroke-opacity: 0 }
75% { fill: #66f; stroke-opacity: 0.5 }
to { fill: #000; stroke-opacity: 0 }
}
@-webkit-keyframes dotwalk {
5% { transform: translate(0px, 3px) }
33% { transform: translate(-16px, 3px) }
37% { transform: translate(-16px, 1px) }
40% { transform: translate(-14px, 1px) }
43% { transform: translate(-14px, -2px) }
45% { transform: translate(-15px, -2px) }
47% { transform: translate(-15px, -4px) }
49% { transform: translate(-14px, -4px) }
51% { transform: translate(-14px, -5px) }
56% { transform: translate(-11px, -5px) }
58% { transform: translate(-11px, -4px) }
63% { transform: translate(-8px, -4px) }
65% { transform: translate(-8px, -5px) }
75% { transform: translate(-2px, -5px) }
77% { transform: translate(-2px, -4px) }
81% { transform: translate(0px, -4px) }
86% { transform: translate(0px, -1px) }
93% { transform: translate(-5px, -1px) }
to { transform: translate(0px, -1px) }
}
</style>
<rect id="bg" x="0.1" y="8" width="26.8" height="10" />
<path id="top-border" d="m 0,14 2,0 0,-2 -1,0 0,-3 1,0 0,-1 4,0 0,1 2,0 0,-1 7,0 0,1 2,0 0,-1 8,0 0,1 1,0 0,1 1,0 L 27,0 0,0 z" />
<path id="dot1" d="m 16,13 1,0 0,1 -1,0 z" />
<path id="dot2" d="m 26,14 1,0 0,1 -1,0 z" />
<path id="one" d="m 2,10 1,0 0,-1 2,0 0,6 2,0 0,1 -6,0 0,-1 2,0 0,-4 -1,0 z" />
<path id="cee" d="m 8,10 1,0 0,-1 5,0 0,1 1,0 0,1 -2,0 0,-1 -3,0 0,5 3,0 0,-1 2,0 0,1 -1,0 0,1 -5,0 0,-1 -1,0 z" />
<path id="two" d="m 17,12 0,-2 1,0 0,-1 5,0 0,1 1,0 0,2 -1,0 0,1 -1,0 0,1 -1,0 0,1 4,0 0,1 -8,0 0,-1 1,0 0,-1 1,0 0,-1 1,0 0,-1 1,0 0,-1 1,0 0,-1 -3,0 0,2 z" />
<path id="bottom-border" d="m 0,27 27,0 0,-9 -10,0 0,-1 -1,0 0,1 -15,0 0,-1 -1,0 z" />
</svg>
<h1 id="tagline">The <span class="lc">edge</span> of control</h1>
<span id="sub">Coming to KHM Cologne May 15th 2015</span>
</section>
<section>
<span class="target" id="about" />
<h2>About</h2>
<p>
The <span class="sc">Chaos Cologne</span> Conference brings<br />
“<a href="//en.wikipedia.org/wiki/Hackers_%26_Painters">hackers and painters</a>”
together to celebrate<br />
what both cultures have in common.
</p>
<p>
We artfully break through barriers of conventions.<br />
We have fun with things.<br />
We build art on the edges of control.
</p>
<p>
We live in a world of chances and changes.<br />
We are in constant need of information and inspiration<br />
to find and create our ways through a giant maze<br />
of borders, barriers and expectations.
</p>
<p>
We share, we steal.<br />
We build and rebuild.<br />
We create.
</p>
<p class="sc">
Join Us.<br />
May 15th 'til 17th<br />
KHM Cologne
</p>
<p>
Find your way to the maze, have fun, conquer it<br />
and become what you are.
</p>
<p>
<span style="float: left; font-size: 5ex">⚠</span>
<span style="float: right; font-size: 5ex">⚠</span>
Be aware! This is not an Exhibition.<br />
This is a Challenge.
</p>
<p>
<span class="sc">Follow us:</span> <a href="//twitter.com/chaos_cologne">Twitter</a>
</p>
</section>
<section>
<span class="target" id="travel" />
<h2>Travel</h2>
<iframe id="osm" src="//www.openstreetmap.org/export/embed.html?bbox=6.954528093338013%2C50.9307312617681%2C6.96557879447937%2C50.93593767229412&layer=mapnik&marker=50.93333453988655%2C6.960053443908691"></iframe><br/><span class="small"><a href="//www.openstreetmap.org/?mlat=50.93333&mlon=6.96005#map=17/50.93333/6.96005">View Larger Map</a></span>
</section>
<section>
<span class="target" id="contact" />
<h2>Contact</h2>
<ul>
<li>Twitter: <a href="//twitter.com/chaos_cologne">chaos_cologne</a></li>
<li>Mail: <a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</section>
</main>
<script type="text/javascript" src="scroll.js" />
</body>
</html>