-
Notifications
You must be signed in to change notification settings - Fork 1
/
impressum.html
40 lines (37 loc) · 1.15 KB
/
impressum.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
<html lang="de">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta
name="description"
content="Feministisches Tech Kollektiv in Köln; Workshops, Vorträge und Skill Sharing für FNTI"
/>
<title>Fuck Cologne - Feministisches Tech Kollektiv in Köln</title>
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<article>
<div class="content-wrapper">
<div class="content title">
<h1>Impressum</h1>
<h2>Anbieter:</h2>
<p>KalkSpace e.V.</p>
<p>Olpener Str. 33</p>
<p>51103 Köln</p>
<h2>Kontakt:</h2>
<p>Telefon: 0221-98653919</p>
<p>E-Mail: hallo@kalk.space</p>
<p>Website: https://kalk.space/</p>
<h2>Bei redaktionellen Inhalten:</h2>
<p>Verantwortlich nach § 55 Abs.2 RStV</p>
<p>KalkSpace e.V.</p>
<p>Olpener Str. 33</p>
<p>51103 Köln</p>
</div>
</div>
</article>
<footer>
<a class="navigation-link" href="index.html">zurück</a>
</footer>
</body>
</html>