quiet redesign yo
This commit is contained in:
+38
-24
@@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="GDPR Notice | Veit Heller—Technologist at Large">
|
||||
@@ -12,6 +12,7 @@
|
||||
src: url('charter_regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
}
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
@@ -25,7 +26,7 @@
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #fafaf3;
|
||||
background-color: #fafaf7;
|
||||
}
|
||||
.main {
|
||||
max-width: 600px;
|
||||
@@ -37,16 +38,31 @@
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.main h2 {
|
||||
font-size: 22px;
|
||||
font-weight: 400;
|
||||
margin-top: 2em;
|
||||
}
|
||||
.main a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid #d6dde3;
|
||||
}
|
||||
.site-link {
|
||||
font-size: 16px;
|
||||
color: #444;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.site-link a {
|
||||
border-bottom: none;
|
||||
color: #444;
|
||||
}
|
||||
</style>
|
||||
<title>GDPR Notice | Veit Heller—Technologist at Large</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
<p class="site-link"><a href="/">← Veit Heller</a></p>
|
||||
<h1>GDPR Notice</h1>
|
||||
<p>
|
||||
This is the personal website of Veit Heller. I will provide a notice that
|
||||
@@ -57,25 +73,25 @@
|
||||
It collects the requesting party’s IP address and user agent from the
|
||||
HTTP request, but does not store them.
|
||||
</p>
|
||||
<h2 id="analytics">Web analytics (Plausible)</h2>
|
||||
<p>
|
||||
This site uses <a href="https://plausible.io">Plausible Analytics</a>. Plausible works without cookies
|
||||
and without cross-site tracking. No personal data is stored.
|
||||
</p>
|
||||
<ul>
|
||||
<li><strong>Per pageview captured:</strong> page URL (without query params except common campaign tags),
|
||||
referrer, and derived browser/OS/device type; city-level location is inferred from the IP.</li>
|
||||
<li><strong>No raw identifiers stored:</strong> Plausible does not store IP addresses or full user-agents.
|
||||
For daily unique counts it uses a hash of a rotating salt + domain + IP + UA; the salt is deleted
|
||||
every 24 hours.</li>
|
||||
<li><strong>Legal basis:</strong> Art. 6(1)(f) GDPR (legitimate interest) in lightweight, privacy-preserving
|
||||
reach measurement and site improvement.</li>
|
||||
<li><strong>Processor & hosting:</strong> Plausible Insights OÜ (Estonia, EU). Data are processed and stored
|
||||
in the EU on servers in Germany (Hetzner). No transfers outside the EU.</li>
|
||||
<li><strong>Retention:</strong> Only aggregated statistics are kept for as long as the site is active.
|
||||
You can contact me if you have questions regarding this processing.</li>
|
||||
<li><strong>Public stats:</strong> For transparency, I made the statistics publicly available <a href="https://plausible.io/veitheller.de">here</a>.</li>
|
||||
</ul>
|
||||
<h2 id="analytics">Web analytics (Plausible)</h2>
|
||||
<p>
|
||||
This site uses <a href="https://plausible.io">Plausible Analytics</a>. Plausible works without cookies
|
||||
and without cross-site tracking. No personal data is stored.
|
||||
</p>
|
||||
<ul>
|
||||
<li><strong>Per pageview captured:</strong> page URL (without query params except common campaign tags),
|
||||
referrer, and derived browser/OS/device type; city-level location is inferred from the IP.</li>
|
||||
<li><strong>No raw identifiers stored:</strong> Plausible does not store IP addresses or full user-agents.
|
||||
For daily unique counts it uses a hash of a rotating salt + domain + IP + UA; the salt is deleted
|
||||
every 24 hours.</li>
|
||||
<li><strong>Legal basis:</strong> Art. 6(1)(f) GDPR (legitimate interest) in lightweight, privacy-preserving
|
||||
reach measurement and site improvement.</li>
|
||||
<li><strong>Processor & hosting:</strong> Plausible Insights OÜ (Estonia, EU). Data are processed and stored
|
||||
in the EU on servers in Germany (Hetzner). No transfers outside the EU.</li>
|
||||
<li><strong>Retention:</strong> Only aggregated statistics are kept for as long as the site is active.
|
||||
You can contact me if you have questions regarding this processing.</li>
|
||||
<li><strong>Public stats:</strong> For transparency, I made the statistics publicly available <a href="https://plausible.io/veitheller.de">here</a>.</li>
|
||||
</ul>
|
||||
<p>For any questions or concerns contact:<br/>
|
||||
Veit Heller<br/>
|
||||
Moltkestr. 5<br/>
|
||||
@@ -83,9 +99,7 @@
|
||||
Germany
|
||||
</p>
|
||||
<p>Don't know what this is? This is a necessity dictated by European law.</p>
|
||||
<hr/>
|
||||
<a href="mailto:veit@veitheller.de">Shoot me an e-mail</a><br/>
|
||||
<a href="./">Head back home</a>
|
||||
<p>See also: <a href="./imprint.html">Imprint</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user