diff --git a/default.css b/default.css index 2ff93d1..86bc633 100644 --- a/default.css +++ b/default.css @@ -6,6 +6,7 @@ body { font-family: Arial, sans-serif; + font-weight: 800; color: #06CDFF; background: #03001C; line-height: 1.5; @@ -14,20 +15,46 @@ body { } .inside { - max-width: 80rem; + max-width: 60rem; margin: 0 auto; padding: 2rem 1.5rem; } -#navigation { +nav { padding: 1rem; text-align: center; + width: 6rem; +} + +nav ul { + list-style: none; + margin: 0; + padding: 0; +} + +.gap { + width: 4rem; +} + +.content { + width: 48rem; + text-align: left; +} + +@media screen and (max-width: 600px) { + .column { + width: 100%; + } + .gap { + visibility: hidden; + } } .trianta { - font-size: 3.5rem !important; - color: #06CDFF !important; border: none !important; + color: #06CDFF !important; + font-size: 2.5rem !important; + min-width: 12rem; margin: -1rem; } diff --git a/index.html b/index.html index 1fcb420..4ac394d 100644 --- a/index.html +++ b/index.html @@ -11,13 +11,19 @@ TRIANTA

Function over form by design

- diff --git a/pages/completed/index.html b/pages/completed/index.html index fd6d589..ea42da8 100644 --- a/pages/completed/index.html +++ b/pages/completed/index.html @@ -11,50 +11,57 @@ TRIANTA

Function over form by design

- -

Completed Projects

-
-
- - - - diff --git a/pages/current/index.html b/pages/current/index.html index 5ebb764..eb3c893 100644 --- a/pages/current/index.html +++ b/pages/current/index.html @@ -11,27 +11,34 @@ 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 +
+ +
+
+

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 0552553..04e1947 100644 --- a/pages/other/index.html +++ b/pages/other/index.html @@ -11,57 +11,64 @@ 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

+
+ +
+
+

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

+
+