trianta.dev/pages/current/index.html

35 lines
1.2 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" />
2024-12-10 01:31:36 -06:00
</head>
<body>
<div class="inside">
<div id="introLeft">
2024-12-10 01:47:06 -06:00
<a href="/" style="font-size: 3.5rem;">TRIANTA</a>
2024-12-10 01:31:36 -06:00
<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>