home: amend terms

This commit is contained in:
2026-07-24 10:30:23 +01:00
parent 33eb9d7748
commit fe775a5a7e
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -83,6 +83,11 @@ ul {
transform: scale(1.25); transform: scale(1.25);
} }
.hover {
text-decoration: underline dotted;
text-decoration-thickness: 1px;
}
.logo { .logo {
object-fit: contain; object-fit: contain;
align-self: flex-start; align-self: flex-start;
+2 -2
View File
@@ -18,7 +18,7 @@
<h2 class="font-heavy big">terms</h2> <h2 class="font-heavy big">terms</h2>
<ul class="font-light"> <ul class="font-light">
<li>you agree that you will not use atom.town in any way that would negatively impact other users, nor anyone else.</li> <li>you agree that you will not use atom.town in any way that would negatively impact other users, nor anyone else.</li>
<li>you agree that for any projects you host (or contribute to) on atom.town, llm usage will be sparse. largely unsupervised or unreviewed code is strongly prohibited.</li> <li>you agree that 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> </ul>
</div> </div>
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">
@@ -31,7 +31,7 @@
</div> </div>
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<a href="/" class="self-start font-normal pop">← back</a> <a href="/" class="self-start font-normal pop">← back</a>
<p class="font-light small">last updated 2026-07-23</p> <p class="font-light small">last updated 2026-07-24</p>
</div> </div>
</div> </div>
</body> </body>