forked from FortyTooMuch/OHDM-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
34 lines (34 loc) · 1.47 KB
/
privacy.html
File metadata and controls
34 lines (34 loc) · 1.47 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Datenschutzrichtlinie</title>
<link rel="stylesheet" href="css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<nav class="navbar navbar-light" id="navbarprivacy">
<!-- replace OHDM LOGO here !-->
<span class="navbar-brand navbar-brand-long"> <img
src="https://dummyimage.com/30x30/76B90/fff.png&text=LOGO"
width="30" height="30" class="d-inline-block align-top" alt="">
OpenHistoricalDataMap
</nav>
<h2 id="header">Datenschutzrichtlinie</h2>
<div class="privacy-container">
<ul id="privacyUl">
<br>
<h4>Inhaltsverzeichnis</h4>
<li><a href="">Einleitung</a></li>
<li><a href="">Warum speichern und verarbeiten wir personenbezogene Daten?</a></li>
<li><a href="">Um welche Daten handelt es sich?</a></li>
<li><a href="">Wo werden meine Daten gespeichert?</a></li>
<li><a href="">Wer hat Zugang zu meinen Daten?</a></li>
<li><a href="">Hier könnte was zu Cookies stehen</a></li>
<li><a href="">Andere wichtige Richtlinien (AGB's..)</a></li>
<li><a href="">Kontakt</a></li>
</ul>
</div>
</body>
</html>