Files
town/home/terms-privacy.html
2026-07-24 16:43:49 +01:00

40 lines
2.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>atom.town</title>
<link rel="stylesheet" href="style/fonts.css">
<link rel="stylesheet" href="style/reset.css">
<link rel="stylesheet" href="style/style.css">
<link rel="icon" type="image/avif" href="assets/logo_icon.avif">
<link rel="preload" as="image" href="assets/clouds.avif">
<link rel="preload" as="font" href="assets/InterVariable-Italic.woff2" crossorigin>
</head>
<body>
<img src="assets/logo.avif" class="logo" />
<div class="flex flex-col gap-8 mt-4 max-w-md">
<p class="font-light">atom.town is an exclusive club of like-minded individuals. by using atom.town, you agree to everything stated on this page.</p>
<div class="flex flex-col gap-2">
<h2 class="font-heavy big">terms</h2>
<ul class="font-light">
<li>you will not use atom.town in any way that would negatively impact other users, nor anyone else.</li>
<li>you will not use atom.town for bulk file storage (storing large files, or large volumes of files), even if such capabilities are present.</li>
<li>for any projects you host (or contribute to) on atom.town, llm usage will be <span title="while atom.town welcomes llms as a useful tool, they should be utilised sparingly, as it is all too easy to fall into the pit of overuse." class="hover">sparse</span>. largely unsupervised or unreviewed code is strongly prohibited.</li>
</ul>
</div>
<div class="flex flex-col gap-2">
<h2 class="font-heavy big">privacy</h2>
<ul class="font-light">
<li>atom.town is hosted on a <a href="https://datalix.eu/privacypolicy" target="_blank">datalix</a> server in germany. atom.town uses <a href="https://www.borgbase.com/privacy" target="_blank">borgbase</a> for backups (which are encrypted before upload).</li>
<li>atom.town (for now, indefinitely) collects ip addresses, account details, and any user data only for the purposes of system administration and provision of services.</li>
<li>atom.town does not share, nor ever will share any information it collects with any third parties, beyond what is absolutely necessary to run the service.</li>
</ul>
</div>
<div class="flex justify-between items-center">
<a href="/index.html" class="self-start font-normal pop">← back</a>
<p class="font-extralight small">updated 2026-07-24 (<a href="https://git.atom.town/atom/town/commits/branch/main/home/terms-privacy.html" target="_blank" class="small">history</a>)</p>
</div>
</div>
</body>
</html>