Add legal hub, small updates

This commit is contained in:
2024-04-02 15:09:48 +02:00
parent 68d3778a97
commit 0375d09415
5 changed files with 53 additions and 5 deletions

40
src/legal/index.html Normal file
View File

@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html>
<head>
<title>The Legal Stuff - janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="/css/mainstyle.css">
<script defer src="https://static.janishutz.com/libs/jquery/jquery.min.js"></script>
<script defer src="/js/loader.js"></script>
<style>
.info {
font-weight: normal;
font-style: italic;
font-size: smaller;
color: rgb(41, 41, 41);
}
</style>
</head>
<body>
<div id="nav"></div>
<div class="content-wrapper">
<div class="content">
<img src="/assets/Logo.png" alt="page Logo" class="project-logo">
<h1 class="title">The Legal Stuff</h1>
<p style="text-align: center;">Access my terms of service and privacy policy here. They apply to all my services except they have their own dedicated ones.</p>
<div class="itemsInline">
<a class="button" href="/legal/privacy" target="_blank">Privacy Policy</a>
<a class="button" href="/legal/tos" target="_blank">Terms of Service</a>
</div>
<p class="info">Looking to opt out of analytics? Scroll down to the bottom!</p>
</div>
</div>
<div id="footer"></div>
</body>
</html>