-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimprint.html
46 lines (38 loc) · 1.88 KB
/
imprint.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
<!DOCTYPE html>
<html>
<title>Imprint</title>
<head>
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.3.1.min.js"></script>
<script src="functions.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
</head>
<body>
<!-- Header -->
<div id="header"></div>
<div class="w3-content">
<div class="w3-container w3-padding-32 grey">
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Imprint</h3>
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Data collection</h3>
<p>
I do not collect any data with this website. I would also move away from Github, as soon as I can so
that Microsoft can't have your data either.
</p>
<h3 class="w3-border-bottom w3-border-light-grey w3-padding-16">Data collection by third parties</h3>
<p>
Data collection through the use of GitHub Pages
This website is hosted on servers of Github Inc, 88 Colin P Kelly Jr St, San Francisco, CA 94107, USA
hosted. Please also see GitHub Privacy Policy and GitHub Global Privacy Practices.
Github is certified according to the EU-US Privacy Shield. The privacy shield is a
Agreement between the European Union (EU) and the United States of America, which requires compliance
with European
data protection standards in the USA. See the Privacy Shield Compliance Statement
of Github.
</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>