From afb6fec6878900b8537eb694e8d8e974bf0fef07 Mon Sep 17 00:00:00 2001 From: trianta Date: Tue, 24 Feb 2026 07:30:58 -0600 Subject: [PATCH] html: remove navigation from the side --- default.css | 8 +-- index.html | 6 +- pages/completed/index.html | 92 ++++++++++++++---------------- pages/contact/index.html | 32 +++++------ pages/current/index.html | 52 ++++++++--------- pages/other/index.html | 112 ++++++++++++++++++------------------- 6 files changed, 134 insertions(+), 168 deletions(-) diff --git a/default.css b/default.css index 9b25505..e98ae1e 100644 --- a/default.css +++ b/default.css @@ -56,7 +56,7 @@ nav ul { .trianta { font-size: 2.5rem !important; - min-width: 12rem; + padding: 0px; } .canvas { @@ -98,14 +98,8 @@ p { } a { - border: solid 2px #8c7862; - border-radius: 12px; - display: inline-block; - margin: 6px; - margin-top: 0px; max-width: 8rem; padding: 8px; - text-align: center; text-decoration: none; width: 100%; } diff --git a/index.html b/index.html index e6c7364..80e45b0 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-
+
TRIANTA
@@ -20,10 +20,6 @@

Function over form by design

-
-
-
-
diff --git a/pages/completed/index.html b/pages/completed/index.html index ea42da8..927e613 100644 --- a/pages/completed/index.html +++ b/pages/completed/index.html @@ -4,64 +4,58 @@ Trianta +
TRIANTA -

Function over form by design

+
+ + + + + + +
-
- -
-
-

Completed Projects

-
-
- - - - -
-
-

Pong

-

Left Paddle Height:

-

Right Paddle Height:

- View Code -
+

Function over form by design

+

Completed Projects

+
+
+ + + -
-
- - -
-
-

Snake

-

- Adjust game size -- Width: - - Height: - -

-

Snake Head Location:

-

Food Location:

- View Code -
+
+
+

Pong

+

Left Paddle Height:

+

Right Paddle Height:

+ View Code +
+
+
+
+ + +
+
+

Snake

+

+ Adjust game size -- Width: + + Height: + +

+

Snake Head Location:

+

Food Location:

+ View Code +
diff --git a/pages/contact/index.html b/pages/contact/index.html index 7ac8e55..09c15c2 100644 --- a/pages/contact/index.html +++ b/pages/contact/index.html @@ -4,32 +4,26 @@ Trianta +
TRIANTA -

Function over form by design

-
-
- -
-
-

Contact Methods

-

E-mail: gregcraw2001@gmail.com

-

Discord: trianta

-

Matrix: @trimutex:matrix.org

+
+ + + + + +
+

Function over form by design

+

Contact Methods

+

E-mail: gregcraw2001@gmail.com

+

Discord: trianta

+

Matrix: @trimutex:matrix.org

diff --git a/pages/current/index.html b/pages/current/index.html index eb3c893..1251ee2 100644 --- a/pages/current/index.html +++ b/pages/current/index.html @@ -4,42 +4,36 @@ Trianta +
TRIANTA -

Function over form by design

-
-
- -
-
-

Current Personal Projects

-
-

Wrench

-

Description: A simple application to handle all of your Linux configuration needs.

-

Language: C++26

-

Tools: CMake

-

Frameworks: Qt6

- View Repository -
-
-

Synopsis

-

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

- View Repository -
+
+ + + + + +
+

Function over form by design

+

Current Personal Projects

+
+

Wrench

+

Description: A simple application to handle all of your Linux configuration needs.

+

Language: C++26

+

Tools: CMake

+

Frameworks: Qt6

+ View Repository +
+
+

Synopsis

+

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

+ View Repository +
diff --git a/pages/other/index.html b/pages/other/index.html index 04e1947..1e90142 100644 --- a/pages/other/index.html +++ b/pages/other/index.html @@ -4,72 +4,66 @@ Trianta +
TRIANTA -

Function over form by design

-
-
- -
-
-

Other Projects

-
-

Hyprland

-

Description: An independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

- View Repository -

Language: C++26

-

Tools: CMake

-

and various libraries.

-

Contributions (newest first)

- hyprwm/Hyprland#8323 - hyprwm/Hyprland#8044 - hyprwm/Hyprland#7959 -
- hyprwm/Hyprland#7755 - hyprwm/Hyprland#7683 - hyprwm/Hyprland#7633 -
- hyprwm/Hyprland#7575 - hyprwm/Hyprland#7458 - hyprwm/Hyprland#6652 -
-
-

Proxy

-

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

- View Repository -

Language: C++11

-

Tools: CMake

-

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 -

Languages: Python, Bash

-

Libraries: PyTorch

-

Tools: Conda

-
-
-

N-Queens

-

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

- View Repository -

Language: C++11

-

Tools: CMake

-
+
+ + + + + +
+

Function over form by design

+

Other Projects

+
+

Hyprland

+

Description: An independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks.

+ View Repository +

Language: C++26

+

Tools: CMake

+

and various libraries.

+

Contributions (newest first)

+ hyprwm/Hyprland#8323 + hyprwm/Hyprland#8044 + hyprwm/Hyprland#7959 +
+ hyprwm/Hyprland#7755 + hyprwm/Hyprland#7683 + hyprwm/Hyprland#7633 +
+ hyprwm/Hyprland#7575 + hyprwm/Hyprland#7458 + hyprwm/Hyprland#6652 +
+
+

Proxy

+

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

+ View Repository +

Language: C++11

+

Tools: CMake

+

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 +

Languages: Python, Bash

+

Libraries: PyTorch

+

Tools: Conda

+
+
+

N-Queens

+

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

+ View Repository +

Language: C++11

+

Tools: CMake

+