quiet redesign yo

This commit is contained in:
2026-05-01 15:29:05 +02:00
parent 9832565fbb
commit 3c1dfde620
4 changed files with 123 additions and 49 deletions
+12 -4
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Imprint | Veit Heller—Technologist at Large">
@@ -43,11 +43,21 @@
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>Imprint | Veit Heller—Technologist at Large</title>
</head>
<body>
<div class="main">
<p class="site-link"><a href="/">← Veit Heller</a></p>
<h1>Imprint</h1>
<p>Veit Heller<br/>
Moltkestr. 5<br/>
@@ -55,9 +65,7 @@
Germany
</p>
<p>Don't know what this is? This is a necessity dictated by German 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="./gdpr_notice.html">GDPR Notice</a></p>
</div>
</body>
</html>