diff --git a/default.css b/default.css index 857b8f3..2343ee0 100644 --- a/default.css +++ b/default.css @@ -20,29 +20,32 @@ body { padding: 2rem 1.5rem; } -.first { - background: #03001C; -} - -.second { - background: #03001C; +#introduction { + height: 100%; + width: 50%; + position: fixed; + z-index: 1; + top: 0; + overflow-x: hidden; + padding-top: 20px; } #introLeft { display: inline-block; max-width: 40rem; + left: 0; } #introRight { display: inline-block; max-width: 10rem; + right: 0; } .navigation { - text-align: right; - padding: 6px; + text-align: center; max-width: 4rem; - margin: auto; + width: 100%; } .canvas { diff --git a/index.html b/index.html index 285d475..8452ed8 100644 --- a/index.html +++ b/index.html @@ -6,21 +6,19 @@ -
-
-
-

TRIANTA

-

Function over form by design

-
- +
+
+

TRIANTA

+

Function over form by design

+
+
-
+
-

Completed Projects

+

Completed Projects

@@ -59,68 +57,64 @@
-
-
-

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
-
-
-

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