-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy-policy.html
More file actions
92 lines (92 loc) · 4.01 KB
/
privacy-policy.html
File metadata and controls
92 lines (92 loc) · 4.01 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
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
88
89
90
91
92
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<meta name="robots" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Privacy Policy of diede.dev" />
<meta name="author" content="Christian Diederich" />
<meta name="copyright" content="Christian Diederich" />
<meta name="date" content="2024-07-20" />
<meta property="og:title" content="Privacy Policy of diede.dev" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://diede.dev/android-chrome-512x512.png" />
<meta property="og:description" content="Privacy Policy of diede.dev" />
<meta property="og:url" content="https://diede.dev/privacy-policy" />
<title>Privacy Policy of diede.dev</title>
<link rel="stylesheet" type="text/css" href="/main.css" />
<link rel="preload" href="/rubik-v28-latin-300.woff2" as="font" type="font/woff2" crossorigin />
</head>
<body>
<main>
<h1>Privacy Policy</h1>
<p>Responsible in terms of data protection law is:</p>
<ul>
<li>Christian Diederich, Heinrich-Mann-Str. 1, 44141 Dortmund, Germany</li>
<li>Phone: +49 (0) 231 586 892 40</li>
<li>E-Mail: chrdiede@gmail.com</li>
</ul>
<p>Please contact me if you have any questions about privacy.</p>
<h2>Contacting</h2>
<p>If you contact me, personal data, such as your e-mail address or phone number, will be stored by me.</p>
<p>
The storage of the data is necessary so that I can process your request. Legal basis for processing Art. 6 (1)
lit. f and Art. 6 (1) lit. b GDPR.
</p>
<p>
Your data will be deleted as soon as they are no longer required to achieve the purpose for which they were
collected.
</p>
<h2>Web Hosting</h2>
<p>
This website is hosted by <a href="https://github.com/">GitHub</a> using
<a href="https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages">GitHub Pages</a
>. Your IP address is temporarily stored by the hoster for security reasons. For more information, see
<a href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement"
>GitHub Privacy Statement</a
>.
</p>
<h2>Your Rights</h2>
<p>
You have the right to receive information about the personal data concerning you (Art. 13, 15 GDPR) and, if
necessary, to request a correction.
</p>
<p>
You have the right, under certain conditions, to request the deletion of your data in accordance with Art. 17
GDPR.
</p>
<p>
You have the right, under certain conditions, to request a restriction of the processing of your data in
accordance with Art. 18 GDPR.
</p>
<p>
You have the right, under certain conditions, to request a transfer of your data in accordance with Art. 20
GDPR.
</p>
<p>
You have the right, under certain conditions, to revoke your consent to the future processing of your data in
accordance with Art. 7 (3) GDPR.
</p>
<p>
You have the right to complain to the competent supervisory authority for data protection in accordance with
Art. 77 GDPR if you believe that the processing of your personal data is not lawful.
</p>
</main>
<footer>
<nav>
<div class="underline"></div>
<p>That's it! 😊</p>
<p>
Did you like the content? Then subscribe to my
<a href="https://buttondown.email/diede" target="_blank">newsletter</a> or
<a href="https://buttondown.email/diede/rss" target="_blank">RSS feed</a> and don't miss any new stuff!
</p>
<p><a href="/">← Back home to other stuff</a></p>
<div class="legal-links">
<a href="/privacy-policy">Privacy Policy</a>
<a href="/imprint">Imprint</a>
</div>
</nav>
</footer>
</body>
</html>