-
Notifications
You must be signed in to change notification settings - Fork 0
/
dataprivacy.html
34 lines (29 loc) · 1.28 KB
/
dataprivacy.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Fabian Ehlert - Data Privacy</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Fabian Ehlert - Data Privacy">
<meta property="og:description" content="Software Engineer based in Germany.">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div class="container">
<div class="content">
<h1>Data Privacy Statement</h1>
<p>
This website does not collect or store any user specific data. The static contents are stored and served by GitHub Pages, their data privacy statement can be viewed <a href="https://help.github.com/en/github/site-policy/github-privacy-statement">here</a>. <br>
</p>
<p>
Most links on this website redirect to other platforms which have their own data privacy policy. Please check the linked websites for any information about that.
</p>
<p>
If you happen to have any questions regarding your data on my website, please don't hesitate to contact me on <a href="mailto:hello@data.fabianehlert.com">hello@data.fabianehlert.com</a>.
</p>
</div>
<a class="button" href="javascript:history.back()">Go back</a>
</div>
</body>
</html>