From 99ce2e2ad0d3859a034ac9c686e44362b4df9faa Mon Sep 17 00:00:00 2001 From: lynxize Date: Tue, 11 Mar 2025 22:38:02 -0600 Subject: [PATCH] update stuff --- content/stuff.md | 2 ++ static/main.css | 8 ++++---- templates/index.html | 5 ++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/content/stuff.md b/content/stuff.md index 46a0f75..2e20fa0 100644 --- a/content/stuff.md +++ b/content/stuff.md @@ -29,6 +29,8 @@ Maybe you'll find some of them cool too :) [Portal 2 Community Edition](https://portal2communityedition.com/) [Questionable Content](https://questionablecontent.net/) [Roshar Interactive Map](https://roshar.17thshard.com/#/en-US) +[SDL](https://www.libsdl.org/) +[seekl](https://robobarbie.itch.io/seekl) [the_miracle_aligner](https://www.youtube.com/@the_miracle_aligner) [The Grown-Up Detective Agency](https://bphennessy.itch.io/grown-up-detective-agency) [Trigaea](https://ryngm.itch.io/trigaea) diff --git a/static/main.css b/static/main.css index 397d545..da1ea7b 100644 --- a/static/main.css +++ b/static/main.css @@ -129,13 +129,13 @@ figcaption { #new-site-warning { margin-top: 10px; - padding: 8px 8px 8px 15px; - - border-color: hsl(343deg, 81%, 50%); border-radius: 5px; border-style: solid; -} + border-color: #e71853; + background-color: #42242c; + padding: 8px 8px 8px 15px; +} /* Suggested css snippet for making code blocks suck less diff --git a/templates/index.html b/templates/index.html index 23159b9..99ff007 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,13 +2,12 @@ {% block content %}

- New Website!! (Still very WIP) + New Website!!

Hey! This is a new version of my site rewritten from scratch! - I still don't really know what I'm doing with web dev, and this is still very WIP. - Stuff is still very broken/incomplete relative to the old site, but I'm working on it! + I still don't really know what I'm doing with web dev, and this is still extremely WIP.