2024-08-09 00:25:49 -05:00
|
|
|
<!DOCTYPE html>
|
2024-08-09 17:39:10 -05:00
|
|
|
<html>
|
2024-08-09 00:25:49 -05:00
|
|
|
<head>
|
2024-12-10 01:15:18 -06:00
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<title>Trianta</title>
|
2024-12-10 01:51:51 -06:00
|
|
|
<link rel="stylesheet" href="/default.css" />
|
2024-08-09 00:25:49 -05:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-12-10 01:02:34 -06:00
|
|
|
<div class="inside">
|
2024-12-10 03:14:56 -06:00
|
|
|
<div>
|
2024-12-10 01:51:51 -06:00
|
|
|
<a href="/" class="trianta">TRIANTA</a>
|
2024-12-10 00:54:17 -06:00
|
|
|
<p>Function over form by design</p>
|
|
|
|
</div>
|
2024-12-29 22:09:20 -06:00
|
|
|
<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>
|
2024-12-29 22:23:00 -06:00
|
|
|
<div class="column gap"></div>
|
|
|
|
<div class="column content"></div>
|
2024-12-09 16:16:45 -06:00
|
|
|
</div>
|
2024-08-09 00:25:49 -05:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|