2024-12-10 01:31:36 -06:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<title>Trianta</title>
|
2024-12-10 01:37:37 -06:00
|
|
|
<link rel="stylesheet" href="/default.css" />
|
2024-12-10 01:31:36 -06:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="inside">
|
|
|
|
<div id="introLeft">
|
|
|
|
<p style="font-size: 3.5rem;">TRIANTA</p>
|
|
|
|
<p>Function over form by design</p>
|
|
|
|
</div>
|
|
|
|
<div id="introRight">
|
|
|
|
<a href="https://www.github.com/trimutex">GitHub</a>
|
|
|
|
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
|
|
|
</div>
|
|
|
|
<h2>Current 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>
|