core: redesign website #11

Merged
Trianta merged 122 commits from redesign into main 2024-12-10 03:16:37 -06:00
3 changed files with 9 additions and 11 deletions
Showing only changes of commit 4c21ed0fdf - Show all commits

View File

@ -19,11 +19,9 @@
<a href="/other">Other</a> <a href="/other">Other</a>
<a href="/contact">Contact</a> <a href="/contact">Contact</a>
</div> </div>
<div class="canvas"> <h2>Contact Methods</h2>
<h2>Contact Methods</h2> <p>E-mail: gregcraw2001@gmail.com</p>
<p>E-mail: gregcraw2001@gmail.com</p> <p>Discord: trianta</p>
<p>Discord: trianta</p>
</div>
</div> </div>
</body> </body>
</html> </html>

View File

@ -20,7 +20,7 @@
<a href="/contact">Contact</a> <a href="/contact">Contact</a>
</div> </div>
<h2>Current Personal Projects</h2> <h2>Current Personal Projects</h2>
<div class="card canvas"> <div class="card">
<h3>Wrench</h3> <h3>Wrench</h3>
<p>Description: A simple application to handle all of your Linux configuration needs.</p> <p>Description: A simple application to handle all of your Linux configuration needs.</p>
<p>Language: C++26</p> <p>Language: C++26</p>
@ -28,7 +28,7 @@
<p>Frameworks: Qt6</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>
<div class="card canvas"> <div class="card">
<h3>Synopsis</h3> <h3>Synopsis</h3>
<p>Description: A markdown repository containing details and changes of servers I maintain.</p> <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>

View File

@ -20,7 +20,7 @@
<a href="/contact">Contact</a> <a href="/contact">Contact</a>
</div> </div>
<h2>Other Projects</h2> <h2>Other Projects</h2>
<div class="card canvas"> <div class="card">
<h3>Hyprland</h3> <h3>Hyprland</h3>
<p>Description: An independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks. </p> <p>Description: An independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks. </p>
<a href="https://github.com/hyprwm/Hyprland">View Repository</a> <a href="https://github.com/hyprwm/Hyprland">View Repository</a>
@ -38,7 +38,7 @@
<a href="https://github.com/hyprwm/Hyprland/pull/7458">hyprwm/Hyprland#7458</a> <a href="https://github.com/hyprwm/Hyprland/pull/7458">hyprwm/Hyprland#7458</a>
<a href="https://github.com/hyprwm/Hyprland/pull/6652">hyprwm/Hyprland#6652</a> <a href="https://github.com/hyprwm/Hyprland/pull/6652">hyprwm/Hyprland#6652</a>
</div> </div>
<div class="card canvas"> <div class="card">
<h3>Proxy</h3> <h3>Proxy</h3>
<p>Description: A program written in C++ to act as a proxy for another server.</p> <p>Description: A program written in C++ to act as a proxy for another server.</p>
<a href="https://lab.trianta.dev/Trianta/proxy-network">View Repository</a> <a href="https://lab.trianta.dev/Trianta/proxy-network">View Repository</a>
@ -46,7 +46,7 @@
<p>Tools: CMake</p> <p>Tools: CMake</p>
<p>Testing Frameworks: <a href="https://github.com/ThrowTheSwitch/Unity">Unity Test (ThrowTheSwitch)</a></p> <p>Testing Frameworks: <a href="https://github.com/ThrowTheSwitch/Unity">Unity Test (ThrowTheSwitch)</a></p>
</div> </div>
<div class="card canvas"> <div class="card">
<h3>Cloudcare</h3> <h3>Cloudcare</h3>
<p>Description: A sample repository that uses downloaded .bed files to train a model on DNA using PyTorch.</p> <p>Description: A sample repository that uses downloaded .bed files to train a model on DNA using PyTorch.</p>
<a href="https://github.com/Trimutex/cloudcare">View Repository</a> <a href="https://github.com/Trimutex/cloudcare">View Repository</a>
@ -54,7 +54,7 @@
<p>Libraries: PyTorch</p> <p>Libraries: PyTorch</p>
<p>Tools: Conda</p> <p>Tools: Conda</p>
</div> </div>
<div class="card canvas"> <div class="card">
<h3>N-Queens</h3> <h3>N-Queens</h3>
<p>Description: The N-Queens problem recreated in C++ which gets solved using a Genetic Algorithm.</p> <p>Description: The N-Queens problem recreated in C++ which gets solved using a Genetic Algorithm.</p>
<a href="https://lab.trianta.dev/Trianta/n-queens">View Repository</a> <a href="https://lab.trianta.dev/Trianta/n-queens">View Repository</a>