From 24774d9f05a0fa594d1f32e3c95aeb641b3971ff Mon Sep 17 00:00:00 2001 From: Shipwreckt Date: Sun, 30 Jun 2024 19:41:04 +0100 Subject: fixed a few bugs and added hr tag to the sidebars --- public/about/hardware | 8 ++++---- public/about/software | 10 +++++----- public/articles/0How_To_Stay_Safe_Online.html | 2 +- public/articles/1Learning_C.html | 2 +- public/index.html | 3 ++- public/projects/WeeklyByte/2024/issue0WB.html | 4 ++-- public/projects/WeeklyByte/2024/issue1WB.html | 4 ++-- public/projects/WeeklyByte/2024/issue2WB.html | 4 ++-- public/projects/WeeklyByte/WeeklyByte.html | 4 ++-- public/projects/programs/Dotfiles.html | 4 ++-- public/projects/programs/Fakefetch.html | 6 +++--- public/styles.css | 4 ++++ 12 files changed, 30 insertions(+), 25 deletions(-) diff --git a/public/about/hardware b/public/about/hardware index 4e01d61..34eed21 100644 --- a/public/about/hardware +++ b/public/about/hardware @@ -9,21 +9,21 @@
-

Shipwreckt

+

Shipwreckt


diff --git a/public/about/software b/public/about/software index 27385b6..b7917db 100644 --- a/public/about/software +++ b/public/about/software @@ -9,21 +9,21 @@
-

Shipwreckt

+

Shipwreckt


@@ -31,7 +31,7 @@

Software

Linux distro

- I use arch, mainly because I am making my own work environment and I can pick what + I use arch, mainly because I am making my own work environment and I can pick what applications I want to install instead of some linux distro that does it for me, the beauty of Arch Linux is that you're held responsible nothing happens unless you let it happen. There is a learning curve but when you break it, it is more than worth it for diff --git a/public/articles/0How_To_Stay_Safe_Online.html b/public/articles/0How_To_Stay_Safe_Online.html index 2ecf4aa..f487a61 100644 --- a/public/articles/0How_To_Stay_Safe_Online.html +++ b/public/articles/0How_To_Stay_Safe_Online.html @@ -9,7 +9,7 @@
-

Fakefetch

+

Fakefetch


@@ -38,7 +39,6 @@

Background

-

Fakefetch is the first real program I have ever created that I use daily apart from config files. I made fakefetch when I saw people complaining about neofetch being slow that is why diff --git a/public/styles.css b/public/styles.css index de2cdce..02ebeba 100644 --- a/public/styles.css +++ b/public/styles.css @@ -21,6 +21,9 @@ body { transition: width 0.3s ease; } +.sidebar hr { + width: 72%; +} .sidebar:hover { width: 300px; } @@ -37,6 +40,7 @@ body { margin: 0; } + .sidebar ul li { padding: 10px; text-align: center; -- cgit v1.2.3