core: match other pages to format
This commit is contained in:
+28
-21
@@ -11,27 +11,34 @@
|
||||
<a href="/" class="trianta">TRIANTA</a>
|
||||
<p>Function over form by design</p>
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<a href="https://www.github.com/trimutex">GitHub</a>
|
||||
<a href="https://lab.trianta.dev/Trianta">Projects</a>
|
||||
<a href="/completed">Completed</a>
|
||||
<a href="/current">Current</a>
|
||||
<a href="/other">Other</a>
|
||||
<a href="/contact">Contact</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 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>
|
||||
|
||||
Reference in New Issue
Block a user