-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataprotection.html
More file actions
433 lines (380 loc) · 21.3 KB
/
dataprotection.html
File metadata and controls
433 lines (380 loc) · 21.3 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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Data Protection Declaration - Daniel Hackl</title>
<meta name="description" content="Data protection declaration of Daniel Hackl according to GDPR and Austrian data protection law.">
<meta name="robots" content="noindex, nofollow">
<!-- Favicons -->
<link href="assets/img/Atom_Logo.png" rel="icon" type="image/png">
<link href="assets/img/Atom_Logo.png" rel="apple-touch-icon">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<link href="assets/css/custom.css" rel="stylesheet">
</head>
<body class="service-details-page">
<header id="header" class="header d-flex align-items-center sticky-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<h1 class="sitename">Daniel Hackl</h1>
</a>
<!-- Navigation and Language Switcher Container -->
<div class="nav-container d-flex align-items-center">
<!-- Main Navigation -->
<nav id="navmenu" class="navmenu">
<ul>
<!-- Mobile Language Switcher - Move to TOP of menu -->
<div class="mobile-lang-switcher d-xl-none">
<li class="mobile-lang-item">
<a href="#" onclick="return false;"
class="mobile-lang-link active" id="mobile-lang-en">
<span class="flag">🇺🇸</span>
<span>English</span>
</a>
</li>
<li class="mobile-lang-item">
<a href="#" onclick="window.location.href='de/datenschutz.html'; return false;"
class="mobile-lang-link" id="mobile-lang-de">
<span class="flag">🇩🇪</span>
<span>Deutsch</span>
</a>
</li>
<div class="mobile-lang-divider"></div>
</div>
<!-- Navigation Items -->
<li><a href="index.html#hero">Home</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#services">Services</a></li>
<li><a href="index.html#resume">Resume</a></li>
<li><a href="index.html#engagement">Engagement</a></li>
<li><a href="index.html#portfolio">Portfolio</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<!-- Desktop Language Switcher - Only on Large Screens -->
<div class="language-switcher d-none d-xl-flex">
<a href="#" onclick="return false;"
class="lang-link active" title="English"
id="lang-en">
<span class="flag">🇺🇸</span>
<span class="lang-text">EN</span>
</a>
<a href="#" onclick="window.location.href='de/datenschutz.html'; return false;"
class="lang-link" title="Deutsch"
id="lang-de">
<span class="flag">🇩🇪</span>
<span class="lang-text">DE</span>
</a>
</div>
</div>
</div>
</header>
<main class="main">
<div class="page-title" data-aos="fade" style="padding: 0; margin: 0; background: transparent;">
<div class="container d-lg-flex justify-content-between align-items-center" style="padding: 1rem 1rem;">
<h1 class="mb-2 mb-lg-0 text-center text-lg-start">Data Protection Declaration</h1>
<nav class="breadcrumbs">
<ol>
<li><a href="index.html">Home</a></li>
<li class="current">Data Protection Declaration</li>
</ol>
</nav>
</div>
</div>
<section id="service-details" class="service-details section" style="padding-top: 0; margin-top: 0; padding-bottom: 0; margin-bottom: 0;">
<div class="container-fluid px-0">
<div class="row gy-4 g-0">
<div class="col-lg-3 bg-light border-end" data-aos="fade-up" data-aos-delay="100" style="padding: 2rem 1.5rem;">
<h4>Data Protection Information</h4>
<p>Comprehensive information on data processing according to GDPR and Austrian data protection law.</p>
<div class="services-list d-none d-lg-block" style="position: sticky; top: 120px;">
<a href="#responsible-party" class="active">Responsible Party</a>
<a href="#general-information">General Information</a>
<a href="#contact">Contact & Communication</a>
<a href="#hosting">Hosting & Server</a>
<a href="#your-rights">Your Rights</a>
<a href="#cookies">Cookies & Tracking</a>
</div>
<div class="services-list d-lg-none" style="position: relative; top: auto;">
<a href="#responsible-party" class="active">Responsible Party</a>
<a href="#general-information">General Information</a>
<a href="#contact">Contact & Communication</a>
<a href="#hosting">Hosting & Server</a>
<a href="#your-rights">Your Rights</a>
<a href="#cookies">Cookies & Tracking</a>
</div>
</div>
<div class="col-lg-9" style="padding: 2rem 3rem;">
<div id="responsible-party" data-aos="fade-up" data-aos-delay="200">
<h3><i class="bi bi-person-badge me-2"></i>Responsible Party</h3>
<div class="contact-details">
<p><strong>Daniel Hackl</strong></p>
<p>
<i class="bi bi-envelope me-2"></i>
<a href="mailto:website@daniel-hackl.com">website@daniel-hackl.com</a>
</p>
</div>
</div>
<div id="general-information" class="mt-5" data-aos="fade-up" data-aos-delay="300">
<h3><i class="bi bi-info-circle me-2"></i>General Information</h3>
<p>
This data protection declaration informs you about the type, scope and purpose of the processing
of personal data on this website. Personal data is all data with which you can be personally identified.
</p>
<div class="mt-4 p-4 mb-4" style="background-color: #d1edff; border-radius: 10px; border-left: 4px solid #0073BA;">
<h5><i class="bi bi-check-circle me-2"></i>Privacy-friendly</h5>
<p class="mb-0">This website does not use cookies and collects minimal personal data.</p>
</div>
</div>
<div id="contact" class="mt-5" data-aos="fade-up" data-aos-delay="400">
<h3><i class="bi bi-envelope-open me-2"></i>Contact and Communication</h3>
<div class="mt-4 p-4 mb-4" style="background-color: #d4edda; border-radius: 10px; border-left: 4px solid #28a745;">
<h5><i class="bi bi-shield-check me-2"></i>Maximum Data Protection</h5>
<p class="mb-0">This website deliberately uses <strong>no contact form</strong> to minimize the processing of personal data and maximize your data protection.</p>
</div>
<h4>Direct Email Communication</h4>
<p>For contact, please use direct email communication:</p>
<ul>
<li><i class="bi bi-check-circle"></i> <span><strong>Email address:</strong> website@daniel-hackl.com</span></li>
<li><i class="bi bi-check-circle"></i> <span><strong>No server-side data processing</strong> by us</span></li>
<li><i class="bi bi-check-circle"></i> <span><strong>No storage</strong> of form data on our servers</span></li>
</ul>
<h4>Data Processing During Email Contact</h4>
<p>
When you contact us by email, your data is only processed by the email providers involved:
</p>
<ul>
<li><i class="bi bi-arrow-right"></i> <span>Your email provider (e.g. Gmail, Outlook, etc.)</span></li>
<li><i class="bi bi-arrow-right"></i> <span>My email provider for the response</span></li>
</ul>
<h4>Legal Basis and Storage Duration</h4>
<p>
<strong>Art. 6 para. 1 lit. f GDPR (legitimate interest)</strong><br>
Our legitimate interest lies in answering your inquiry. Emails are only stored for as long
as necessary to process your inquiry.
</p>
</div>
<div id="hosting" class="mt-5" data-aos="fade-up" data-aos-delay="500">
<h3><i class="bi bi-server me-2"></i>Hosting and Technical Processing</h3>
<div class="mt-4 p-4 mb-4" style="background-color: #ffebee; border-radius: 10px; border-left: 4px solid #f44336;">
<h5><i class="bi bi-exclamation-triangle me-2"></i>Important Notice Regarding USA Hosting</h5>
<p class="mb-0">This website is hosted on servers in the USA. This has specific data protection implications that you should be aware of.</p>
</div>
<h4>Server Log Files</h4>
<p>When visiting this website, the following information is automatically collected and stored in the USA:</p>
<ul>
<li><i class="bi bi-check-circle"></i> <span>IP address of the accessing computer</span></li>
<li><i class="bi bi-check-circle"></i> <span>Date and time of access</span></li>
<li><i class="bi bi-check-circle"></i> <span>Name and URL of the retrieved file</span></li>
<li><i class="bi bi-check-circle"></i> <span>Website from which access was made (referrer URL)</span></li>
<li><i class="bi bi-check-circle"></i> <span>Browser used and operating system if applicable</span></li>
<li><i class="bi bi-check-circle"></i> <span>Operating system and language used</span></li>
</ul>
<h4>Hosting Provider and Data Transfer</h4>
<div class="tech-details">
<p>
<strong>Provider:</strong> Netcup GmbH<br>
<strong>Address:</strong> Daimlerstr. 25, 76185 Karlsruhe<br>
<strong>Server location:</strong> Manassas, Virginia, USA<br>
<strong>Data center:</strong> Operated by the Anexia Group<br>
<strong>ISO certification:</strong> ISO 27701 certified data protection management system<br>
<strong>Legal basis:</strong> Art. 6 para. 1 lit. f GDPR (legitimate interest in technical operation)<br>
<strong>Data processing agreement:</strong> Data processing agreement concluded
</p>
</div>
<h4>Legal Particularities of USA Hosting</h4>
<div class="mt-4 p-4 mb-4" style="background-color: #fff3cd; border-radius: 10px; border-left: 4px solid #ffc107;">
<h5><i class="bi bi-globe-americas me-2"></i>Third Country Transfer</h5>
<p class="mb-0">Since the servers are located in the USA, your data is transferred to a third country for which there is no adequacy decision by the EU Commission. US authorities may demand access to data under certain circumstances (CLOUD Act, FISA 702).</p>
</div>
<h4>Additional Data Protection Measures</h4>
<div class="mt-4 p-4 mb-4" style="background-color: #d1edff; border-radius: 10px; border-left: 4px solid #0073BA;">
<h5><i class="bi bi-shield-check me-2"></i>Technical Protection Measures</h5>
<ul class="mb-0">
<li>Daily log rotation to minimize data storage</li>
<li>Web statistics completely disabled</li>
<li>No external tracking services or CDNs</li>
<li>Local delivery of all assets (CSS, JavaScript, fonts)</li>
</ul>
</div>
</div>
<div id="your-rights" class="mt-5" data-aos="fade-up" data-aos-delay="600">
<h3><i class="bi bi-shield-check me-2"></i>Your Rights</h3>
<p>You have the following rights regarding your personal data:</p>
<div class="row">
<div class="col-md-6">
<h4><i class="bi bi-eye me-2"></i>Right to Information</h4>
<p>Right to information about processed data (Art. 15 GDPR)</p>
</div>
<div class="col-md-6">
<h4><i class="bi bi-pencil me-2"></i>Right to Rectification</h4>
<p>Right to correction of incorrect data (Art. 16 GDPR)</p>
</div>
<div class="col-md-6">
<h4><i class="bi bi-trash me-2"></i>Right to Erasure</h4>
<p>Right to deletion of your data (Art. 17 GDPR)</p>
</div>
<div class="col-md-6">
<h4><i class="bi bi-pause me-2"></i>Right to Restriction</h4>
<p>Right to restriction of processing (Art. 18 GDPR)</p>
</div>
<div class="col-md-6">
<h4><i class="bi bi-download me-2"></i>Data Portability</h4>
<p>Right to data portability (Art. 20 GDPR)</p>
</div>
<div class="col-md-6">
<h4><i class="bi bi-x-circle me-2"></i>Right to Object</h4>
<p>Right to object to processing (Art. 21 GDPR)</p>
</div>
</div>
<div class="mt-4 p-4 mb-4" style="background-color: #d1edff; border-radius: 10px; border-left: 4px solid #0073BA;">
<h5><i class="bi bi-envelope me-2"></i>Contact</h5>
<p class="mb-0">To exercise your rights, contact <a href="mailto:website@daniel-hackl.com">website@daniel-hackl.com</a></p>
</div>
<h4>Right to Complain</h4>
<p>
You have the right to lodge a complaint with a data protection supervisory authority about the processing
of your personal data.
</p>
<p>
<strong>Austrian Data Protection Authority</strong><br>
Barichgasse 40-42<br>
1030 Wien<br>
Phone: +43 1 52 152-0<br>
Email: dsb@dsb.gv.at<br>
Website: <a href="https://www.dsb.gv.at" target="_blank">www.dsb.gv.at</a>
</p>
</div>
<div id="cookies" class="mt-5" data-aos="fade-up" data-aos-delay="700">
<h3><i class="bi bi-cookie me-2"></i>Cookies and Tracking</h3>
<div class="mt-4 p-4 mb-4" style="background-color: #d1edff; border-radius: 10px; border-left: 4px solid #0073BA;">
<h5><i class="bi bi-check-circle me-2"></i>Cookie-free and tracking-free</h5>
<p class="mb-0">This website does not use cookies for tracking or analysis. All external services have been deliberately removed to protect your privacy.</p>
</div>
<p>
<strong>Technically necessary cookies:</strong> Not used<br>
<strong>Analysis cookies:</strong> Not used<br>
<strong>Marketing cookies:</strong> Not used<br>
<strong>Social media cookies:</strong> Not used
</p>
<div class="mt-4 p-4 mb-4" style="background-color: #f8f9fa; border-radius: 10px; border-left: 4px solid #0073BA;">
<h5><i class="bi bi-calendar3 me-2"></i>Currency and Changes</h5>
<p>
This data protection declaration is currently valid and has the status of July 2025.
Due to the further development of our website and offers or due to changed
legal provisions, it may become necessary to change this data protection declaration.
</p>
<p class="mb-0">
<strong>Recommendation:</strong> Visit this page regularly to inform yourself about the
current status of the data protection declaration.
</p>
</div>
<div class="mt-4 p-4 mb-4" style="background-color: #f8f9fa; border-radius: 10px; border-left: 4px solid #0073BA;">
<h5><i class="bi bi-file-earmark-text me-2"></i>Further Legal Documents</h5>
<p>
<a href="legal-notice.html" class="btn btn-outline-primary" style="border-color: #0073BA; color: #0073BA;" onmouseover="this.style.backgroundColor='#0073BA'; this.style.borderColor='#0073BA'; this.style.color='white';" onmouseout="this.style.backgroundColor='transparent'; this.style.borderColor='#0073BA'; this.style.color='#0073BA';">
<i class="bi bi-file-text me-2"></i>Legal Notice
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer id="footer" class="footer position-relative light-background">
<div class="container">
<div class="copyright text-center">
<p>© <span>Copyright</span> <strong class="px-1 sitename">Daniel Hackl</strong> <span>All Rights Reserved</span></p>
</div>
<div class="legal-links text-center mt-2">
<a href="legal-notice.html">Legal Notice</a>
<span class="mx-2">|</span>
<a href="dataprotection.html">Data Protection</a>
</div>
<div class="social-links d-flex justify-content-center">
<a href="https://github.com/danielhackl-tu" target="_blank"><i class="bi bi-github"></i></a>
<a href="https://www.linkedin.com/in/daniel-hackl-vienna" target="_blank"><i class="bi bi-linkedin"></i></a>
</div>
</div>
</footer>
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<div id="preloader"></div>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
<!-- Language switching functionality -->
<script>
function switchServiceLanguage(lang) {
const currentPage = 'dataprotection.html';
if (lang === 'de') {
window.location.href = 'de/datenschutz.html';
} else {
window.location.href = currentPage;
}
}
// Update active language indicators
document.addEventListener('DOMContentLoaded', function() {
// Update desktop switcher
document.querySelectorAll('.lang-link').forEach(link => {
link.classList.remove('active');
});
document.getElementById('lang-en').classList.add('active');
// Update mobile switcher
document.querySelectorAll('.mobile-lang-link').forEach(link => {
link.classList.remove('active');
});
document.getElementById('mobile-lang-en').classList.add('active');
});
</script>
<!-- Dynamic Table of Contents Script -->
<script>
document.addEventListener('DOMContentLoaded', function() {
// Get all service list links and sections
const serviceLinks = document.querySelectorAll('.services-list a');
const sections = document.querySelectorAll('#responsible-party, #general-information, #contact, #hosting, #your-rights, #cookies');
// Function to update active link
function updateActiveLink() {
let currentSection = '';
sections.forEach(section => {
const sectionTop = section.offsetTop - 150; // Offset for header
const sectionHeight = section.offsetHeight;
const scrollPosition = window.pageYOffset;
if (scrollPosition >= sectionTop && scrollPosition < sectionTop + sectionHeight) {
currentSection = section.getAttribute('id');
}
});
// Update active states
serviceLinks.forEach(link => {
link.classList.remove('active');
const href = link.getAttribute('href');
if (href === '#' + currentSection) {
link.classList.add('active');
}
});
}
// Add scroll event listener
window.addEventListener('scroll', updateActiveLink);
// Call once on load
updateActiveLink();
});
</script>
</body>
</html>