html: make links more apparent
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
<body>
|
||||
<div class="inside">
|
||||
<div>
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<a href="/" class="trianta">[ TRIANTA ]</a>
|
||||
<div class="column">
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<p>Function over form by design</p>
|
||||
@@ -27,12 +27,12 @@
|
||||
<p>Language: C++26</p>
|
||||
<p>Tools: CMake</p>
|
||||
<p>Frameworks: Qt6</p>
|
||||
<a href="https://github.com/Trimutex/wrench">View Repository</a>
|
||||
<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>
|
||||
<a href="https://github.com/Trimutex/synopsis">[ View Repository ]</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user