Added link to IFDSA and added custom CSS for it

This commit is contained in:
xtzws 2025-04-24 01:04:25 -04:00 committed by GitHub
parent aac2fc628e
commit c65799b29b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -7,4 +7,14 @@
html {
font-family: Beast;
}
.terms {
font-family: "Satoshi", "Olympic Sans", "Beast", "Arial", sans-serif;
font-weight: 450;
position: fixed;
bottom: 0;
width: fit-content;
max-width: 500px;
margin-inline: auto;
}

View file

@ -14,6 +14,7 @@
<br>
<p>for personal inquiries</p>
<p>you should already know how to reach me (:</p>
<footer class="terms"><p>By using this site, you agree to <a href="terms/ifdsa/">Isaac&rsquo;s Free or Discounted Services Agreement</a></p>
<script src="oneko.js" integrity="sha512-lauDmX7n4S0lCh1VPRXdi8xbww2QRO9E8MMGa1EJ3RE67QommijBRdTecaQM2rKpxqEGZg/3Gbk6gzZAvcbVUQ=="></script>
</body>
</html>