html: add sitemap and improve contact section

This commit is contained in:
2026-02-24 08:25:30 -06:00
parent 656e850595
commit d8605ca7c3
5 changed files with 68 additions and 7 deletions
+22
View File
@@ -20,6 +20,28 @@
</div>
</div>
<p>Function over form by design</p>
<h2> Welcome! </h2>
<div class="card">
<h3>What is this place?</h3>
<p>My name is Greg, also known as Trianta in online spaces.
This is my personal home page, hosted on my own server hardware.
All of my code is 100% self-produced with no AI (LLM) code.
Enjoy a look around! </p>
<p>If you want to contact me, see my <a href="/contact">[ contact ]</a> page.</p>
</div>
<div class="card">
<h3>Sitemap</h3>
<a href="/completed">[ Completed Projects ]</a> .
<a href="/current">[ Current Personal Projects ]</a> .
<a href="/other">[ Other Projects and Contributions ]</a> .
<a href="/contact">[ Contact Methods ]</a>
<br>
<a href="https://lab.trianta.dev/Trianta">[ Gitea ]</a> .
<a href="https://clips.trianta.dev">[ Gaming Clips ]</a> .
<a href="https://draw.trianta.dev">[ Excalidraw ]</a> .
<a href="https://pdf.trianta.dev">[ Stirling-pdf ]</a>
<p>If you want to contact me, see my <a href="/contact">[ contact ]</a> page.</p>
</div>
</div>
</body>
</html>