From 262246e8f0d54ec9a367a63861b442b50d25d4c9 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:47:33 -0600 Subject: [PATCH 1/4] core: make nav bar actually a nav bar and side by side with content --- default.css | 24 ++++++++++++++++++++++-- index.html | 20 +++++++++++++------- 2 files changed, 35 insertions(+), 9 deletions(-) diff --git a/default.css b/default.css index 2ff93d1..104085d 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,14 +15,33 @@ body { } .inside { - max-width: 80rem; + max-width: 45rem; margin: 0 auto; padding: 2rem 1.5rem; } -#navigation { +nav { padding: 1rem; text-align: center; + width: 6rem; +} + +.gap { + width: 3rem; +} + +.content { + width: 36rem; + text-align: right; +} + +@media screen and (max-width: 600px) { + .column { + width: 100%; + } + .gap { + visibility: hidden; + } } .trianta { diff --git a/index.html b/index.html index 1fcb420..d4928c9 100644 --- a/index.html +++ b/index.html @@ -11,13 +11,19 @@ TRIANTA

Function over form by design

- From 4d01c794c072e79c3c491c6368d3abb8e694efbb Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:09:20 -0600 Subject: [PATCH 2/4] core: make main area flex and add changes to contact --- default.css | 12 +++++++++--- index.html | 28 +++++++++++++++------------- pages/contact/index.html | 28 ++++++++++++++++++---------- 3 files changed, 42 insertions(+), 26 deletions(-) diff --git a/default.css b/default.css index 104085d..5e68670 100644 --- a/default.css +++ b/default.css @@ -15,7 +15,7 @@ body { } .inside { - max-width: 45rem; + max-width: 60rem; margin: 0 auto; padding: 2rem 1.5rem; } @@ -26,12 +26,18 @@ nav { width: 6rem; } +nav ul { + list-style: none; + margin: 0; + padding: 0; +} + .gap { - width: 3rem; + width: 4rem; } .content { - width: 36rem; + width: 48rem; text-align: right; } diff --git a/index.html b/index.html index d4928c9..46f973a 100644 --- a/index.html +++ b/index.html @@ -11,19 +11,21 @@ TRIANTA

Function over form by design

- -
-
-
+
+ +
+
+
+
diff --git a/pages/contact/index.html b/pages/contact/index.html index f6bc55c..cc8da2f 100644 --- a/pages/contact/index.html +++ b/pages/contact/index.html @@ -11,17 +11,25 @@ TRIANTA

Function over form by design

- From 785266d0e41adeb640fd4c30c2cc9dd8492acc4b Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:18:56 -0600 Subject: [PATCH 3/4] core: decrease trianta and move content text left --- default.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/default.css b/default.css index 5e68670..86bc633 100644 --- a/default.css +++ b/default.css @@ -38,7 +38,7 @@ nav ul { .content { width: 48rem; - text-align: right; + text-align: left; } @media screen and (max-width: 600px) { @@ -51,9 +51,10 @@ nav ul { } .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; } From dea09e2f50e7c18cca4b770cfd1ad7370c79cc0e Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Sun, 29 Dec 2024 22:23:00 -0600 Subject: [PATCH 4/4] core: match other pages to format --- index.html | 6 +- pages/completed/index.html | 89 ++++++++++++++++-------------- pages/contact/index.html | 3 +- pages/current/index.html | 49 ++++++++++------- pages/other/index.html | 109 ++++++++++++++++++++----------------- 5 files changed, 137 insertions(+), 119 deletions(-) diff --git a/index.html b/index.html index 46f973a..4ac394d 100644 --- a/index.html +++ b/index.html @@ -22,10 +22,8 @@
  • Contact
  • -
    -
    -
    -
    +
    +
    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

    -
    -
    - - - - -

    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

    +
    +