Files
website/src/legal/index.html
2025-09-29 11:24:54 +02:00

53 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- CSS -->
<link rel="stylesheet" href="https://static.janishutz.com/css/slider.css">
<link rel="stylesheet" href="/css/style.css">
<!-- SEO -->
<title>Legal | janishutz.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta name="keywords" content="" />
<meta name="description" content="The hub for all the things legal at janishutz.com" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://janishutz.com/legal" />
<meta name="og:locale" content="en_GB" />
<meta name="theme-color" content="#152b5c">
<style>
.info {
font-weight: normal;
font-style: italic;
font-size: smaller;
color: var( --color-text-accent );
}
.legal-icon {
font-size: 10rem;
}
</style>
</head>
<body>
<nav></nav>
<div class="content">
<span class="material-symbols-outlined legal-icon">gavel</span>
<h1 class="title">The Legal Stuff</h1>
<p class="text-center;">View all the legal agreements here, which apply whenever you use any of the services on janishutz.com</p>
<div class="inline-elements">
<a class="button" href="/legal/privacy">Privacy Policy</a>
<a class="button" href="/legal/tos">Terms of Service</a>
<a class="button" href="/legal/returns">Return Policy</a>
<a class="button" href="/legal/licences">Licences</a>
<a class="button" href="/support/support-status">Support Status</a>
</div>
<p class="info">Looking to opt out of analytics? Click <i onclick="showAnalytics()" style="cursor: pointer; text-decoration: underline;">here</i></p>
</div>
<footer></footer>
</body>
</html>