From 656e850595e730109134a0e29b6d87077cbf4ecc Mon Sep 17 00:00:00 2001 From: trianta Date: Tue, 24 Feb 2026 07:46:10 -0600 Subject: [PATCH] html: make links more apparent --- index.html | 14 ++++++------- pages/completed/index.html | 18 ++++++++-------- pages/contact/index.html | 14 ++++++------- pages/current/index.html | 18 ++++++++-------- pages/other/index.html | 42 +++++++++++++++++++------------------- 5 files changed, 53 insertions(+), 53 deletions(-) diff --git a/index.html b/index.html index 80e45b0..45a21ae 100644 --- a/index.html +++ b/index.html @@ -9,14 +9,14 @@
- TRIANTA + [ TRIANTA ]
- - - - - - + [ ] + [ ] + [ ] + [ ] + [ ] + [ ]

Function over form by design

diff --git a/pages/completed/index.html b/pages/completed/index.html index 927e613..cbcc3fd 100644 --- a/pages/completed/index.html +++ b/pages/completed/index.html @@ -9,14 +9,14 @@
- TRIANTA + [ TRIANTA ]
- - - - - - + [ ] + [ ] + [ ] + [ ] + [ ] + [ ]

Function over form by design

@@ -36,7 +36,7 @@

Pong

Left Paddle Height:

Right Paddle Height:

- View Code + [ View Code ]
@@ -54,7 +54,7 @@

Snake Head Location:

Food Location:

- View Code + [ View Code ]
diff --git a/pages/contact/index.html b/pages/contact/index.html index 09c15c2..57455a8 100644 --- a/pages/contact/index.html +++ b/pages/contact/index.html @@ -9,14 +9,14 @@
- TRIANTA + [ TRIANTA ]
- - - - - - + [ ] + [ ] + [ ] + [ ] + [ ] + [ ]

Function over form by design

diff --git a/pages/current/index.html b/pages/current/index.html index 1251ee2..77371a1 100644 --- a/pages/current/index.html +++ b/pages/current/index.html @@ -9,14 +9,14 @@
- TRIANTA + [ TRIANTA ]
- - - - - - + [ ] + [ ] + [ ] + [ ] + [ ] + [ ]

Function over form by design

@@ -27,12 +27,12 @@

Language: C++26

Tools: CMake

Frameworks: Qt6

- View Repository + [ View Repository ]

Synopsis

Description: A markdown repository containing details and changes of servers I maintain.

- View Repository + [ View Repository ]
diff --git a/pages/other/index.html b/pages/other/index.html index 1e90142..2143794 100644 --- a/pages/other/index.html +++ b/pages/other/index.html @@ -9,14 +9,14 @@
- TRIANTA + [ TRIANTA ]
- - - - - - + [ ] + [ ] + [ ] + [ ] + [ ] + [ ]

Function over form by design

@@ -24,35 +24,35 @@

Proxy

Description: A program written in C++ to act as a proxy for another server.

- View Repository + [ View Repository ]

Language: C++11

Tools: CMake

-

Testing Frameworks: Unity Test (ThrowTheSwitch)

+

Testing Frameworks: [ Unity Test (ThrowTheSwitch) ]

Cloudcare

Description: A sample repository that uses downloaded .bed files to train a model on DNA using PyTorch.

- View Repository + [ View Repository ]

Languages: Python, Bash

Libraries: PyTorch

Tools: Conda

@@ -60,7 +60,7 @@

N-Queens

Description: The N-Queens problem recreated in C++ which gets solved using a Genetic Algorithm.

- View Repository + [ View Repository ]

Language: C++11

Tools: CMake