Files
trianta.dev/pages/current/index.html
T

40 lines
1.7 KiB
HTML
Raw Normal View History

2024-12-10 01:31:36 -06:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Trianta</title>
<link rel="stylesheet" href="/default.css" />
2026-02-24 07:30:58 -06:00
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
2024-12-10 01:31:36 -06:00
</head>
<body>
<div class="inside">
<div>
2026-02-24 07:46:10 -06:00
<a href="/" class="trianta">[ TRIANTA ]</a>
2026-02-24 07:30:58 -06:00
<div class="column">
2026-02-24 07:46:10 -06:00
<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>
2024-12-29 22:23:00 -06:00
</div>
2024-12-10 01:31:36 -06:00
</div>
2026-02-24 08:27:30 -06:00
<p>Progress Not Perfection</p>
<h2>Active Personal Projects</h2>
2026-02-24 07:30:58 -06:00
<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>
2026-02-24 07:46:10 -06:00
<a href="https://github.com/Trimutex/wrench">[ View Repository ]</a>
2026-02-24 07:30:58 -06:00
</div>
<div class="card">
<h3>Synopsis</h3>
<p>Description: A markdown repository containing details and changes of servers I maintain.</p>
2026-02-24 07:46:10 -06:00
<a href="https://github.com/Trimutex/synopsis">[ View Repository ]</a>
2026-02-24 07:30:58 -06:00
</div>
2024-12-10 01:31:36 -06:00
</div>
</body>
</html>