imprint & more styling

This commit is contained in:
janis
2023-01-22 19:11:43 +01:00
parent e65b58e5bb
commit 730c111d3c
4 changed files with 31 additions and 1 deletions

29
privacy.html Normal file
View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html>
<head>
<title>Privacy policy :: Development - janishutz.com</title>
<link rel="stylesheet" href="/css/style.css">
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script defer="" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script defer src="/js/loader.js"></script>
</head>
<body>
<div id="nav"></div>
<div class="heading-wrapper">
<h1 class="heading text-centered">Develop&shy;ment</h1>
<h2 class="subheading text-centered">Get your new online presence</h2>
</div>
<div class="centered">
<div class="code-background half-height">
<h2 class="biggest text-centered light-color">Privacy policy</h2>
</div>
<p class="text-centered">Privacy is an important factor for me. Therefore, all data that is being processed by my server is only accessible to me and will never be shared with anybody else. I do not use any third party captcha solution, except you explicitly wish the inclusion of one on your website.</p>
<h5 class="text-centered">What data is being processed?</h5>
<p class="text-centered">The data processed includes your full name, your email address and your message, you, the customer enters into the forms on this website. The data submitted is stored securely on my server and will always be sent in an encrypted form.</p>
<h5 class="text-centered">What is this data used for?</h5>
<p class="text-centered">This data is used for communicating with you in order to fulfill your order.</p>
<p class="lightly-written">Version 1.0.0</p>
</div>
<div id="footer"></div>
</body>
</html>