-
Notifications
You must be signed in to change notification settings - Fork 5
/
contact.html
87 lines (87 loc) · 3.74 KB
/
contact.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="de-CH">
<head>
<meta charset="UTF-8">
<title>OpenStreetMap Schweiz</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript">
window.liveSettings = {
api_key: "09532b8c99274efca5c33b069c22122c",
detectlang: true,
dynamic: true,
autocollect: true,
picker: "top-right",
staging: false
};
</script>
<script type="text/javascript" src="//cdn.transifex.com/live.js"></script>
</head>
<body>
<div class="site">
<div class="header">
<div>
<div>
<div>
<h1>Impressum</h1>
<a href="index.html"><img src="mainLogo.png" /></a>
</div>
</div>
</div>
<nav class="desktop">
<a href="index.html">Zur Karte</a>
<div> </div>
<a href="osm.html">Was ist OSM?</a>
<div> </div>
<a href="nutze-osm.html">Nutze OSM</a>
<div> </div>
<a href="hilfe.html">Hilfe/Kontakt</a>
<div> </div>
<a href="verbessern.html">Hilf mit</a>
<div> </div>
<a href="projekte.html">Weitere Projekte</a>
<div> </div>
<a href="entwickler.html">Für Entwickler</a>
</nav>
<div tabindex="0" class="mobile menuButton"><div>☰ Menü</div>
<nav>
<a href="index.html">Zur Karte</a>
<a href="osm.html">Was ist OSM?</a>
<a href="nutze-osm.html">Nutze OSM</a>
<a href="hilfe.html">Hilfe/Kontakt</a>
<a href="verbessern.html">Hilf mit</a>
<a href="projekte.html">Weitere Projekte</a>
<a href="entwickler.html">Für Entwickler</a>
</nav>
</div>
</div>
<div class="main">
<p>
Die OpenStreetMap-Site Schweiz wird betrieben von der Swiss OpenStreetMap Association.
</p>
<h4>Kontakt</h4>
<p>
Fragen zur Seite: <a href="mailto:[email protected]">[email protected]</a><br>
Allgemeine Fragen zu SOSM: <a href="mailto:[email protected]">[email protected]</a>
</p>
<h4>Adresse</h4>
<p>
Swiss OpenStreetMap Association<br>
Heitersbergstrasse 1<br>
8962 Bergdietikon<br>
Schweiz
</p><p>
<b>email:</b> [email protected]
</p><p>
<b>web:</b> <a href="//sosm.ch/">sosm.ch</a>
</p>
<h4>Lizenz</h4>
<p>
Die Website ist unter der
<a href="https://creativecommons.org/licenses/by-sa/4.0/">cc-by-sa 4.0</a>
Lizenz veröffentlicht. Autoren sind Flavio Piagno, Claudia Löckher
</div>
<div class="footer"><a href="contact.html">Operated by SOSM, Contact/Imprint</a> <a href="https://sosm.ch/about/terms-of-service/">Nutzungsbedingungen und Datenschutz.</a> Hosting sponsored by <a href="https://adfinis.com">Adfinis</a> and <a href="https://nine.ch/">nine</a></div>
</div>
</body>
</html>