personal-website

source for my personal website regexghost.com
git clone https://git.regexghost.com/personal-website.git
Log | Files | Refs | README

commit c48e6b6905832b1e46c139e408da5245afe12a9d
parent 451d94b7d423f59bf678bb15fb9d6450fef6f5a8
Author: regexghost <dev@regexghost.com>
Date:   Fri,  7 Aug 2026 15:27:19 +0100

table padding in style.css, media-watched.md update and added link to new review

Diffstat:
Mother/media-watched.md | 7++++++-
Mother/reviews/index.md | 1+
Mstatic/style.css | 8++++++++
3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/other/media-watched.md b/other/media-watched.md @@ -16,7 +16,12 @@ Links provided only when something lives on the internet (so not for TV shows, b ## August 2026 -* \c-yellow The Fallout 4 Challenge You Can't START? (Keyboard Only) \c-off (incomplete) - MAGOOdog - [video](https://www.youtube.com/watch?v=d51PoyV-fS0) +* \c-red 2012 \c-off (the disaster film) +* \c-red White House Down \c-off +* \c-magenta Mutualism \c-off (album) - MRCH +* \c-yellow Fallout 4, but Every Bobblehead Makes Me Faster \c-off - MagooHQ - [video](https://www.youtube.com/watch?v=j0v7s9NVFEo) +* \c-magenta Candy Pink Magic Hole Flip Phone \c-off - KiiiKiii +* \c-yellow The Fallout 4 Challenge You Can't START? (Keyboard Only) \c-off - MAGOOdog - [video](https://www.youtube.com/watch?v=d51PoyV-fS0) * \c-yellow Can You Beat Fallout 3 Without ANY Items? \c-off - MAGOOdog - [video](https://www.youtube.com/watch?v=3LqdaJyJZUQ) * \c-magenta Over \c-off - CHVRCHES * \c-yellow Can I BEAT Fallout 4 With only the Mysterious Stranger? \c-off - MAGOOdog - [video](https://www.youtube.com/watch?v=ftcPD__hQBE) diff --git a/other/reviews/index.md b/other/reviews/index.md @@ -7,3 +7,4 @@ Reviews for various things I own. Only physical things or software that costs mo ## Devices * [Anker Soundcore P30i](soundcore-p30i) +* [HP ProDesk 600 G1 DM](hp-prodesk-600) diff --git a/static/style.css b/static/style.css @@ -9,6 +9,14 @@ a { color: #94e2d5; } +td { + padding: 0px 18px 2px 0px; +} + +th { + padding: 0px 18px 4px 0px; +} + div.sidebar a { font-size: 25px; text-decoration: none;