diff --git a/default.css b/default.css index 2aa20b7..fbd13b4 100644 --- a/default.css +++ b/default.css @@ -66,6 +66,12 @@ canvas { } h1 { + text-align: right; + padding: 8px; + color: rgba(254, 100, 11, 0.7); +} + +h2 { width: 400px; text-align: center; margin: auto; @@ -74,18 +80,12 @@ h1 { border-radius: 24px; } -h2 { +h3 { text-align: center; margin-top: 0; margin-bottom: 0.5rem; } -h3 { - text-align: right; - padding: 8px; - color: rgba(254, 100, 11, 0.7); -} - h4 { color: #8c8fa1; margin-top: 0; diff --git a/index.html b/index.html index 0d12546..dbffedd 100644 --- a/index.html +++ b/index.html @@ -12,15 +12,15 @@ Projects
-

An engineer creating solutions on current problems that enhance the future.

-

Completed Projects

+

An engineer creating solutions on current problems that enhance the future.

+

Completed Projects

-

Pong

+

Pong

-

Snake

+

Snake

@@ -46,9 +46,9 @@

Food Location:

View Code
-

Current Personal Projects

+

Current Personal Projects

-

Wrench

+

Wrench

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

Language: C++26

Tools: CMake

@@ -56,13 +56,13 @@ View Repository
-

Synopsis

+

Synopsis

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

View Repository
-

Other Projects

+

Other Projects

-

Hyprland

+

Hyprland

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

View Repository

Language: C++26

@@ -80,7 +80,7 @@ hyprwm/Hyprland#6652
-

Proxy

+

Proxy

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

View Repository

Language: C++11

@@ -88,7 +88,7 @@

Testing Frameworks: Unity Test (ThrowTheSwitch)

-

Cloudcare

+

Cloudcare

Description: A sample repository that uses downloaded .bed files to train a model on DNA using PyTorch.

View Repository

Languages: Python, Bash

@@ -96,7 +96,7 @@

Tools: Conda

-

N-Queens

+

N-Queens

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

View Repository

Language: C++11