From e1b559d2260c7de351c3dbabf1338e090ac31c8e Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Tue, 10 Dec 2024 00:24:29 -0600 Subject: [PATCH] core: cleanup css and split intro in two --- default.css | 37 +++++++++++++++++++++++-------------- index.html | 50 +++++++++++++++++++++++++++----------------------- 2 files changed, 50 insertions(+), 37 deletions(-) diff --git a/default.css b/default.css index 121ed48..dd9d657 100644 --- a/default.css +++ b/default.css @@ -28,6 +28,16 @@ body { background: #03001C; } +.introLeft { + display: inline-block; + max-width: 40rem; +} + +.introRight { + display: inline-block; + max-width: 10rem; +} + #navigation { text-align: right; padding: 6px; @@ -42,17 +52,6 @@ body { margin-right: auto; } -.navItem { - background-color: #03001C; - border: solid 2px #8200FF; - border-radius: 12px; - color: #8200FF; - display: inline-block; - margin: 6px; - margin-top: 0px; - padding: 8px; -} - #top { margin-bottom: 6px; border-top-left-radius: 0px; @@ -80,12 +79,9 @@ h1 { max-width: 650px; text-align: left; padding: 8px 1.5rem; - color: #301E67; } h2 { - background: #03001C; - color: #03001C; margin: auto; padding: 8px; text-align: center; @@ -103,6 +99,14 @@ p { } a { + background-color: #03001C; + border: solid 2px #06CDFF; + border-radius: 12px; + color: #06CDFF; + display: inline-block; + margin: 6px; + margin-top: 0px; + padding: 8px; text-decoration: none; } @@ -119,6 +123,11 @@ a.button { text-align: center; } +a:visited { + border: solid 2px #8200FF; + color: #8200FF; +} + @keyframes hover { 0% { box-shadow: 0 0 8px 4px #eff1f5; } 15% { box-shadow: 0 0 8px 4px #bcc0cc; } diff --git a/index.html b/index.html index c7487e1..9a5150a 100644 --- a/index.html +++ b/index.html @@ -8,11 +8,15 @@
-

TRIANTA

-

Engineer developing solutions for current problems to enhance the future

-
@@ -34,7 +38,7 @@

Pong

Left Paddle Height:

Right Paddle Height:

- View Code + View Code
@@ -52,7 +56,7 @@

Snake Head Location:

Food Location:

- View Code + View Code
@@ -66,12 +70,12 @@

Language: C++26

Tools: CMake

Frameworks: Qt6

- View Repository + View Repository

Synopsis

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

- View Repository + View Repository
@@ -81,33 +85,33 @@

Hyprland

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

- View Repository + 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 + 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 + View Repository

Language: C++11

Tools: CMake

-

Testing Frameworks: Unity Test (ThrowTheSwitch)

+

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 + View Repository

Languages: Python, Bash

Libraries: PyTorch

Tools: Conda

@@ -115,7 +119,7 @@

N-Queens

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

- View Repository + View Repository

Language: C++11

Tools: CMake