From c0de08f57cb2837129080decfdc7c5a9443bddbe Mon Sep 17 00:00:00 2001 From: will Date: Thu, 12 Jan 2023 06:51:44 -0700 Subject: [PATCH] Update about page I've also added styling for blockquotes. Make sure to press CTRL + F5! --- about/index.php | 6 +++++- style.css | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/about/index.php b/about/index.php index 78a456e..fbf5665 100644 --- a/about/index.php +++ b/about/index.php @@ -15,7 +15,7 @@ uses -

Hello there! They call me Will, but I tend to go by niceopod or deep twisty (more on that later) on the internet. I like to make stuff on the computer, like music, or art, or this website. I've heard rumors calling me such things as "canadian", "autistic", and "incalculably talented". I cannot confirm or deny any of these allegations.

+

Hello there! They call me Will, but I tend to go by deep twisty (more on that later) or some variation of "isopod" or "bathynomus" on the internet. I like to make stuff on the computer, like music, or art, or this website. I've heard rumors calling me such things as "canadian", "autistic", and "incalculably talented". I cannot confirm or deny any of these allegations.

What's a "deep twisty"?

"deep twisty" is a pseudonym I came up with to release music under, because everyone is doing it. It comes from some tweets from an official Subnautica twitter account where they referred to the then-work-in-progress Deep Twisty Bridges biome as just "deep twisty". I thought it sounded funny. Funny enough to brand myself on, apparently.

As for "niceopod", "nice" was the best word I could think of that rhymes with the first syllable of "isopod". I feel like it sounds like I'm trying to say I'm nice. I'm not, it's just that the alternatives were "iceopod" and "sliceopod". Isopods are nice though.

@@ -26,6 +26,10 @@

About the site

This website (and my other one) is hosted using Nginx on a VPS running Ubuntu Server. It's written in pure HTML and CSS with the server-side stuff done in PHP. I'd like to say it's entirely free of Javascript, but the old archived versions use it pretty heavily.

You can read about the history of this thing here.

+

Reviews

+
"Most of it goes over my head, but it's still fun to read and look at, and I am not immune to isopods."-Kalechips
+
"Furry behavior"-Seaslug
+
"fuxk"-f
diff --git a/style.css b/style.css index c99e2df..2ddd188 100644 --- a/style.css +++ b/style.css @@ -155,6 +155,18 @@ table.highlightrows tr:nth-child(2n+1) { table.highlightrows tr:nth-child(2n+1):hover { background-color: #ffffff11; } +blockquote { + padding: 1rem 1.5rem; + margin: 0; + border-left: 3px solid white; + background-color: #fff1; + margin-bottom: 1rem; +} +blockquote .attr { + display: block; + margin-left: 3rem; + margin-top: 1rem; +} @media(max-width: 650px) { body {