46 lines
1.7 KiB
HTML
46 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Trianta</title>
|
|
<link rel="stylesheet" href="/default.css" />
|
|
</head>
|
|
<body>
|
|
<div class="inside">
|
|
<div>
|
|
<a href="/" class="trianta">TRIANTA</a>
|
|
<p>Function over form by design</p>
|
|
</div>
|
|
<div style="display: flex;">
|
|
<nav class="column">
|
|
<ul>
|
|
<li><a href="https://www.github.com/trimutex">GitHub</a></li>
|
|
<li><a href="https://lab.trianta.dev/Trianta">Projects</a></li>
|
|
<li><a href="/completed">Completed</a></li>
|
|
<li><a href="/current">Current</a></li>
|
|
<li><a href="/other">Other</a></li>
|
|
<li><a href="/contact">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div class="column gap"></div>
|
|
<div class="column content">
|
|
<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>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|