Files
trianta.dev/pages/current/index.html
T
2026-02-24 08:27:30 -06:00

40 lines
1.7 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>Progress Not Perfection</p>
<h2>Active Personal Projects</h2>
<div class="card">
<h3>Wrench</h3>
<p>Description: A simple application to handle all of your Linux configuration needs.</p>
<p>Language: C++26</p>
<p>Tools: CMake</p>
<p>Frameworks: Qt6</p>
<a href="https://github.com/Trimutex/wrench">[ View Repository ]</a>
</div>
<div class="card">
<h3>Synopsis</h3>
<p>Description: A markdown repository containing details and changes of servers I maintain.</p>
<a href="https://github.com/Trimutex/synopsis">[ View Repository ]</a>
</div>
</div>
</body>
</html>