diff --git a/default.css b/default.css index a037c8b..0214fda 100644 --- a/default.css +++ b/default.css @@ -22,6 +22,9 @@ body { canvas { margin: auto; + display: inline-block; + width: 60rem; + vertical-align: middle; } .inside { @@ -39,14 +42,6 @@ canvas { background: #003161; } -.cardLeft { - display: inline-block; -} - -.cardRight { - display: inline-block; -} - #navigation { text-align: right; padding: 6px; @@ -86,8 +81,11 @@ canvas { margin: auto; } -.cardStats { +.stats { font-size: 18px; + display: inline-block; + width: 12rem; + vertical-align: middle; } h1 { @@ -149,22 +147,14 @@ a.button { } .card { - background: #ccd0da; text-align: center; border-radius: 18px; - animation: card 3s linear infinite; height: 800px; margin: 0px auto; margin-top: 25px; margin-bottom: 25px; } -.cardTop { - background: #acb0be; - border-top-left-radius: 18px; - border-top-right-radius: 18px; -} - #pong { margin: 6px; border-radius: 9px; diff --git a/index.html b/index.html index bb8c4ff..7414593 100644 --- a/index.html +++ b/index.html @@ -20,44 +20,40 @@

Completed Projects

-

Pong

-
-
- - - - +

Pong

+
+ + + +
-
-

Left Paddle Height:

-

Right Paddle Height:

+
+

Left Paddle Height:

+

Right Paddle Height:

View Code
-

Snake

-
-
- - -
-
-
-

+

Snake

+
+

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

-

Snake Head Location:

-

Food Location:

+

Snake Head Location:

+

Food Location:

View Code
+
+ + +
@@ -65,16 +61,16 @@

Current Personal Projects

-

Wrench

-

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

-

Language: C++26

-

Tools: CMake

-

Frameworks: Qt6

+

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.

+

Synopsis

+

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

View Repository
@@ -83,13 +79,13 @@

Other Projects

-

Hyprland

-

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

+

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)

+

Language: C++26

+

Tools: CMake

+

and various libraries.

+

Contributions (newest first)

hyprwm/Hyprland#8323 hyprwm/Hyprland#8044 hyprwm/Hyprland#7959 @@ -101,27 +97,27 @@ hyprwm/Hyprland#6652
-

Proxy

-

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

+

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)

+

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.

+

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

+

Languages: Python, Bash

+

Libraries: PyTorch

+

Tools: Conda

-

N-Queens

-

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

+

N-Queens

+

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

View Repository -

Language: C++11

-

Tools: CMake

+

Language: C++11

+

Tools: CMake