-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
200 lines (169 loc) · 8.09 KB
/
privacy.html
File metadata and controls
200 lines (169 loc) · 8.09 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy — PhpCodeArcheology</title>
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="assets/css/styles.css" />
<script>
(function(){var s=localStorage.getItem('theme');var t=s||'auto';if(t==='auto')t=window.matchMedia('(prefers-color-scheme:light)').matches?'light':'dark';document.documentElement.setAttribute('data-theme',t);document.documentElement.setAttribute('data-theme-setting',s||'auto')})();
</script>
</head>
<body>
<!-- ═══════════════ NAVBAR ═══════════════ -->
<header class="navbar">
<div class="site-container">
<a href="/" class="navbar-brand brand-name font-oswald" aria-label="PhpCodeArcheology home">PhpCodeArcheology</a>
<nav class="legal-nav" aria-label="Navigation">
<a href="/" class="navbar-link">← Back</a>
<button class="theme-toggle" aria-label="Toggle theme" title="Toggle theme">
<svg data-icon="auto" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="2" y="3" width="20" height="14" rx="2"/><path d="M8 21h8M12 17v4"/></svg>
<svg data-icon="light" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:none"><circle cx="12" cy="12" r="5"/><path d="M12 1v2M12 21v2M4.22 4.22l1.42 1.42M18.36 18.36l1.42 1.42M1 12h2M21 12h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/></svg>
<svg data-icon="dark" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="display:none"><path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"/></svg>
</button>
</nav>
</div>
</header>
<main>
<section class="legal-section">
<div class="site-container">
<div class="legal-content">
<div class="legal-header">
<p class="eyebrow">Legal</p>
<h1 class="section-title">Privacy Policy</h1>
</div>
<article class="panel feature-card">
<h2>1. Controller</h2>
<address>
Marcus Kober<br>
Vogelsanger Str. 199b<br>
50825 Köln, Germany<br>
E-Mail: <a href="mailto:hello@marcuskober.de">hello@marcuskober.de</a>
</address>
<hr class="section-divider">
<h2>2. Hosting</h2>
<p>
This website is hosted via <strong class="text-strong">GitHub Pages</strong>
(GitHub Inc., 88 Colin P Kelly Jr Street, San Francisco, CA 94107, USA).
</p>
<p>
When you access this website, GitHub may log technical access data in server logs,
including IP addresses and browser information. This is handled solely by GitHub.
For details, please refer to
<a href="https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement" target="_blank" rel="noopener noreferrer">GitHub's Privacy Statement</a>.
</p>
<hr class="section-divider">
<h2>3. Cookies and Local Storage</h2>
<p>
This website uses <strong class="text-strong">no cookies</strong>.
</p>
<p>
The browser's <code class="code-inline">localStorage</code>
is used exclusively to remember your theme preference (Light / Dark / Auto).
This information never leaves your device and is not shared with any third party.
</p>
<hr class="section-divider">
<h2>4. Tracking and Analytics</h2>
<p>
No tracking, analytics, or advertising services of any kind are used.
</p>
<hr class="section-divider">
<h2>5. External Resources</h2>
<p>
This website loads no external resources. All fonts are self-hosted.
No CDNs, external scripts, or third-party content are included.
</p>
<hr class="section-divider">
<h2>6. SSL Encryption</h2>
<p>
Data transmitted between your browser and this website is encrypted via
HTTPS (SSL/TLS), provided by GitHub Pages.
</p>
<hr class="section-divider">
<h2>7. Legal Basis</h2>
<p>
To the extent that GitHub processes personal data (e.g. IP addresses) in the course
of hosting this website, this is based on Art. 6(1)(f) GDPR (legitimate interest
in the secure and stable operation of the website).
</p>
<hr class="section-divider">
<h2>8. Your Rights</h2>
<p>Under the GDPR, you have the following rights with respect to the controller:</p>
<ul>
<li><strong class="text-strong">Right of access</strong> to your stored data (Art. 15 GDPR)</li>
<li><strong class="text-strong">Right to rectification</strong> of inaccurate data (Art. 16 GDPR)</li>
<li><strong class="text-strong">Right to erasure</strong> of your data (Art. 17 GDPR)</li>
<li><strong class="text-strong">Right to restriction</strong> of processing (Art. 18 GDPR)</li>
<li><strong class="text-strong">Right to data portability</strong> (Art. 20 GDPR)</li>
<li><strong class="text-strong">Right to object</strong> to processing (Art. 21 GDPR)</li>
</ul>
<p>
To exercise your rights, please contact:
<a href="mailto:hello@marcuskober.de">hello@marcuskober.de</a>
</p>
<hr class="section-divider">
<h2>9. Right to Lodge a Complaint</h2>
<p>
You have the right to lodge a complaint with a data protection supervisory authority
pursuant to Art. 77 GDPR if you believe that the processing of your personal data
violates the GDPR.
</p>
</article>
</div>
</div>
</section>
</main>
<!-- ═══════════════ FOOTER ═══════════════ -->
<footer class="footer footer--compact">
<div class="site-container">
<div class="footer-simple">
<span class="footer-copyright">© 2026 Marcus Kober · MIT License</span>
<div class="footer-simple-links">
<a href="legal.html" class="footer-bottom-link">Legal Notice</a>
<a href="privacy.html" class="footer-bottom-link">Privacy Policy</a>
</div>
</div>
</div>
</footer>
<script>
// Theme toggle
(function(){
var html = document.documentElement;
var btns = document.querySelectorAll('.theme-toggle');
var order = ['auto','light','dark'];
var labels = {auto:'Auto', light:'Light', dark:'Dark'};
function applyTheme(setting) {
var theme = setting;
if (setting === 'auto') {
theme = window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark';
}
html.setAttribute('data-theme', theme);
html.setAttribute('data-theme-setting', setting);
localStorage.setItem('theme', setting);
btns.forEach(function(btn) { updateIcon(btn, setting); });
}
function updateIcon(btn, setting) {
btn.querySelectorAll('[data-icon]').forEach(function(svg) {
svg.style.display = svg.getAttribute('data-icon') === setting ? 'block' : 'none';
});
btn.setAttribute('aria-label', 'Theme: ' + setting + '. Click to change.');
}
btns.forEach(function(btn) {
btn.addEventListener('click', function() {
var current = html.getAttribute('data-theme-setting') || 'auto';
var next = order[(order.indexOf(current) + 1) % 3];
applyTheme(next);
});
});
window.matchMedia('(prefers-color-scheme: light)').addEventListener('change', function() {
if ((html.getAttribute('data-theme-setting') || 'auto') === 'auto') {
applyTheme('auto');
}
});
var s = html.getAttribute('data-theme-setting') || 'auto';
btns.forEach(function(btn) { updateIcon(btn, s); });
})();
</script>
</body>
</html>