-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathimpressum.html
68 lines (65 loc) · 2.42 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
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
<!doctype html>
<!-- Website template by freewebsitetemplates.com -->
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bundesverband Green Software</title>
<link rel="icon" type="image/x-icon" sizes="16x16" href="images/BVGS_Icon_16x16.ico">
<link rel="icon" type="image/x-icon" sizes="32x32" href="images/BVGS_Icon_32x32.ico">
<link rel="icon" type="image/x-icon" sizes="48x48" href="images/BVGS_Icon_48x48.ico">
<link rel="icon" type="image/x-icon" sizes="256x256" href="images/BVGS_Icon_256x256.ico">
<link rel="apple-touch-icon" sizes="180x180" href="images/BVGS_apple_touch_icon_180x180.webp">
<link rel="stylesheet" href="/css/style.css" type="text/css">
<link rel="stylesheet" type="text/css" href="/css/mobile.css">
<script src="js/mobile.js" type="text/javascript"></script>
</head>
<body>
<div id="page">
<div id="header">
<div>
<a href="index.html" class="logo"><img src="images/BVGS_Logo.webp" alt="Logo des Bundesverbands Green Software mit einem grünen Blatt-Symbol, das von zwei spitzen Klammern umgeben ist, und dem Text 'Bundesverband Green Software' in grüner Schrift." width="100" height="50"></a>
<ul id="navigation">
<!-- <li>
<a href="aktuelles.html">Aktuelles</a>
</li>
<li>
<a href="wissen.html">Wissen</a>
</li> -->
<li>
<a href="unsere_mitglieder.html">Unsere Mitglieder</a>
</li>
</ul>
</div>
</div>
<div id="body" class="impressum">
<div>
<h1>Impressum</h1>
<p>
<strong>Bundesverband Green Software e.V.</strong>
</p>
<p>Indianaring 44</p>
<p>76149 Karlsruhe</p>
<p>
<strong>Vereinsregister: VR 704071</strong>
</p>
<p>Beim Vereinsregister des Amtsgerichts Mannheim</p>
<p>
<strong>Vertreten durch die Vorstände:</strong>
</p>
<p>Aydin Mir Mohammadi und Stephanie Kamp</p>
<h2>Kontakt</h2>
<p>Telefon: +49 721 1610874</p>
<p>E-Mail: am@bluehands.de</p>
<h2>Redaktionell verantwortlich</h2>
<p>Bundesverband Green Software e.V., Aydin Mir Mohammadi, Indianaring 44, 76149 Karlsruhe</p>
</div>
</div>
<div id="footer">
<div>
<a href="impressum.html">Impressum</a> <a href="datenschutz.html">Datenschutz</a> <a href="mitgliedschaft.html">Mitgliedschaft</a>
</div>
</div>
</div>
</body>
</html>