all: add legalese
This commit is contained in:
73
gdpr_notice.html
Normal file
73
gdpr_notice.html
Normal file
@@ -0,0 +1,73 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="GDPR Notice | Veit Heller—Technologist at Large">
|
||||
<meta name="author" content="Veit Heller">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'charterregular';
|
||||
src: url('charter_regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*, *:before, *:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
body {
|
||||
font-family: 'charterregular', Georgia, serif;
|
||||
font-size: 18px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #fafaf3;
|
||||
}
|
||||
.main {
|
||||
max-width: 600px;
|
||||
padding: 2em;
|
||||
margin: auto;
|
||||
padding-top: 1em;
|
||||
}
|
||||
.main h1 {
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.main a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid #d6dde3;
|
||||
}
|
||||
</style>
|
||||
<title>GDPR Notice | Veit Heller—Technologist at Large</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
<h1>GDPR Notice</h1>
|
||||
<p>
|
||||
This is the personal website of Veit Heller. I will provide a notice that
|
||||
helps you find out what this blog stores and knows about you.
|
||||
</p>
|
||||
<p>
|
||||
This website does not store any personally identifiable information
|
||||
except for the requesting party’s IP address, which is necessary for the
|
||||
basic functionality of the web server. The IP addresses will be stored
|
||||
for seven days to be able to detect and respond to malicious activities.
|
||||
</p>
|
||||
<p>For any questions or concerns contact:<br/>
|
||||
Veit Heller<br/>
|
||||
Spreestr. 26<br/>
|
||||
12439 Berlin<br/>
|
||||
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 a mail</a><br/>
|
||||
<a href="./">Head back home</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
62
imprint.html
Normal file
62
imprint.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Imprint | Veit Heller—Technologist at Large">
|
||||
<meta name="author" content="Veit Heller">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'charterregular';
|
||||
src: url('charter_regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*, *:before, *:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
body {
|
||||
font-family: 'charterregular', Georgia, serif;
|
||||
font-size: 18px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
margin: 0;
|
||||
background-color: #fafaf3;
|
||||
}
|
||||
.main {
|
||||
max-width: 600px;
|
||||
padding: 2em;
|
||||
margin: auto;
|
||||
padding-top: 1em;
|
||||
}
|
||||
.main h1 {
|
||||
font-size: 28px;
|
||||
font-weight: 400;
|
||||
}
|
||||
.main a {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
border-bottom: 2px solid #d6dde3;
|
||||
}
|
||||
</style>
|
||||
<title>Imprint | Veit Heller—Technologist at Large</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="main">
|
||||
<h1>Imprint</h1>
|
||||
<p>Veit Heller<br/>
|
||||
Spreestr. 26<br/>
|
||||
12439 Berlin<br/>
|
||||
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>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -114,6 +114,8 @@
|
||||
<li><a href="mailto:veit@veitheller.de">Email</a></li>
|
||||
<li><a href="https://github.com/hellerve">Github</a></li>
|
||||
<li><a href="https://blog.veitheller.de">Blog</a></li>
|
||||
<li><a href="./imprint.html">Imprint</a></li>
|
||||
<li><a href="./gdpr_notice.html">GDPR Notice</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
Nice to meet you! I’m Veit, a programmer from Berlin and a technologist
|
||||
|
Reference in New Issue
Block a user