-
Notifications
You must be signed in to change notification settings - Fork 0
/
legal.html
52 lines (45 loc) · 1.59 KB
/
legal.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>A Space Is A Space</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1> <a href="index.html">A <i>Space</i> is a <i>Space</i> (1)</a> </h1>
<p>
'A space is a space' is a group project that tries to open up unused spaces for cultural use in Berlin. Members
so far:
</p>
<ul>
<li>Lisa Hoffmann</li>
<li>Daniel Schellongowski</li>
<li>Matthias Schäfer</li>
<li>Lena Skrabs</li>
<li>Paloma Sanchez-Palencia</li>
<li>Mila Panic</li>
<li>Sasha Tatic</li>
<li>Rebecca A. Layton</li>
<li>Jeremy Wiles-Young</li>
<li>Antonij Buric</li>
<li>Francis Kamprath</li>
</ul>
<p>
We do not collect <i>any</i> data and we stand for a free and anonymous internet <br>
The site is hosted on github with minimal footprint in mind.<br>
We use the amazing libre font <a href="http://velvetyne.fr/fonts/happy-times/">Happy Times</a> by Lucas Le Bihan.
</p>
<p>
If you want to contact us write to: <br>
Matthias Schäfer <br>
Mozartstr. 56 <br>
4020 Linz <br>
Austria <br>
<a href="mailto:[email protected]">matthias [at] pitscher.net</a>
</p>
</body>
<!-- <script src="js/filler.js"></script> -->
</html>