Files
trianta.dev/index.html
T

30 lines
1.2 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2024-12-10 01:15:18 -06:00
<meta charset="utf-8"/>
<title>Trianta</title>
2026-02-24 06:23:46 -06:00
<link rel="stylesheet" href="/default.css">
2026-02-24 06:51:36 -06:00
<link rel="stylesheet" href="https://www.nerdfonts.com/assets/css/webfont.css">
</head>
<body>
2024-12-10 01:02:34 -06:00
<div class="inside">
2026-02-02 04:20:06 -06:00
<div style="display: flex;">
2024-12-10 01:51:51 -06:00
<a href="/" class="trianta">TRIANTA</a>
2026-02-02 04:20:06 -06:00
<div class="column">
2026-02-24 06:36:53 -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>
2026-02-02 04:20:06 -06:00
</div>
2024-12-10 00:54:17 -06:00
</div>
2026-02-02 04:20:06 -06:00
<p>Function over form by design</p>
<div style="display: flex;">
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>
</div>
</body>
</html>