-
Notifications
You must be signed in to change notification settings - Fork 1
/
impressum.html
57 lines (54 loc) · 2.06 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
<!doctype html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<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="Green leaf in angle brackets logo besides text Bundesverband Green Software" width="100" height="50"></a>
</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>Ayden Mir Mohammadi und Stephanie Kamp</p>
<h2>Kontakt</h2>
<p>Telefon: +49 721 1610874</p>
<p>E-Mail: [email protected]</p>
<h2>Redaktionell verantwortlich</h2>
<p>Bundesverband Green Software e.V., Ayden 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>