Files
trianta.dev/index.html
T

48 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Trianta</title>
<link rel="stylesheet" href="/default.css">
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
</head>
<body>
<div class="inside">
<div>
<a href="/" class="trianta">[ TRIANTA ]</a>
<div class="column">
<a href="https://www.github.com/trimutex" alt="GitHub">[ <i class="nf nf-dev-github"></i> ]</a>
<a href="https://lab.trianta.dev/Trianta" alt="Personal Projects">[ <i class="nf nf-linux-gitea"></i> ]</a>
<a href="/completed" alt="Completed">[ <i class="nf nf-dev-javascript"></i> ]</a>
<a href="/current" alt="Current">[ <i class="nf nf-dev-git_branch"></i> ]</a>
<a href="/other" alt="Other">[ <i class="nf nf-dev-git_merge"></i> ]</a>
<a href="/contact" alt="Contact">[ <i class="nf nf-oct-feed_person"></i> ]</a>
</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>