about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-12-18 13:33:51 -0600
committergennyble <gen@nyble.dev>2024-12-18 13:33:51 -0600
commitc4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f (patch)
treefa02cd18c178cc1c3635bc0e3a8b3f34d531b821
parentfe31f2e8b67bda0b7a3e456285047d67ceed27d9 (diff)
download∞-c4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f.tar.gz
∞-c4e51fe2ea46c8ac7d73f6a3cd178841f0e0093f.zip
Mrow
-rwxr-xr-xserved/home.html4
-rwxr-xr-xserved/styles/common.css8
-rw-r--r--served/styles/home.css6
-rwxr-xr-xserved/things/memoryleak/memoryleak.css9
-rwxr-xr-xserved/things/memoryleak/memoryleak.html11
-rwxr-xr-xserved/things/things.css2
-rwxr-xr-xserved/things/things.html4
7 files changed, 29 insertions, 15 deletions
diff --git a/served/home.html b/served/home.html
index 5e92a15..3d065e7 100755
--- a/served/home.html
+++ b/served/home.html
@@ -20,6 +20,10 @@ style=/styles/home.css
 			If I write, it's usually in <a href="words/">words/</a>, but sometimes I'll put
 			it in <a href="bits/">bits/</a> if it feels like it wants to be there.
 		</p>
+		<p>
+			There are some <a href="things/">things/</a>, projects i guess, that have their
+			own little pages. These are living pages, updated when needed, about software
+		</p>
 
 		<section id="contact">
 			<h2>Contact~,.</h2>
diff --git a/served/styles/common.css b/served/styles/common.css
index f798e3a..91750cf 100755
--- a/served/styles/common.css
+++ b/served/styles/common.css
@@ -36,7 +36,7 @@ body {
 	margin: 0;
 	padding: 0;
 	width: 100%;
-	height: 100%;
+	min-height: 100%;
 }
 
 body {
@@ -84,12 +84,6 @@ p {
 	margin: 1rem 0;
 }
 
-ul {
-	padding: 0;
-	list-style-position: inside;
-	list-style-type: decimal;
-}
-
 a {
 	color: var(--link);
 }
diff --git a/served/styles/home.css b/served/styles/home.css
index bd23605..c67d711 100644
--- a/served/styles/home.css
+++ b/served/styles/home.css
@@ -1,3 +1,9 @@
+ul {
+	padding: 0;
+	list-style-position: inside;
+	list-style-type: decimal;
+}
+
 #hello {
 	margin: 1rem 0;
 }
diff --git a/served/things/memoryleak/memoryleak.css b/served/things/memoryleak/memoryleak.css
index 1d3470b..2aca4f6 100755
--- a/served/things/memoryleak/memoryleak.css
+++ b/served/things/memoryleak/memoryleak.css
@@ -1,3 +1,12 @@
+h2 {
+	text-decoration: underline;
+	margin-bottom: 0.5rem;
+}
+
+h3 {
+	margin-top: 0.5rem;
+}
+
 #downloads {
 	display: flex;
 	flex-direction: column;
diff --git a/served/things/memoryleak/memoryleak.html b/served/things/memoryleak/memoryleak.html
index 9f25612..fac4723 100755
--- a/served/things/memoryleak/memoryleak.html
+++ b/served/things/memoryleak/memoryleak.html
@@ -6,7 +6,8 @@ style=memoryleak.css
 
 description=A virtual machine slowly decaying.
 art=images/ddr2_closest.png
-art_alt=a DDR2 module broken in half at it's notch. you can see the fibre of the PCB and a memory chip split in half, peaking open.
+art_alt=a DDR2 module broken in half at its notch. you can see the fibre of the PCB and a memory chip split in half,
+peaking open.
 ---
 
 A virtual machine slowly decaying. Every seven hours it would wake up, delete a
@@ -20,10 +21,10 @@ random file, and then go back to sleep. It posted about it at
 <section style="margin: 1rem 0;">
 	<img src="images/ddr2_closest.png"
 		style="width: 10rem; aspect-ratio: 1 / 1; float: left; margin: 0 1rem 0.5rem 0; border: 1px solid var(--text);"
-		alt="a DDR2 module broken in half at it's notch. you can see the fibre of the PCB. on the side facing the camera there is a memory chip split in half and peaking open." />
+		alt="a DDR2 module broken in half at its notch. you can see the fibre of the PCB. on the side facing the camera there is a memory chip split in half and peaking open." />
 
 	<p style="margin: 0">
-		It's face is a RAM module that I broke in half. I processed the raw photo
+		Its face is a RAM module that I broke in half. I processed the raw photo
 		through my perpetually-in-progress image processing project.
 		I am very happy with how it came out! The split-and-<i>just</i>-peaking-open
 		memory chip is my favourite bit of it.</p>
@@ -50,7 +51,7 @@ random file, and then go back to sleep. It posted about it at
 
 	<p>
 		It was really nice watching it run! The 7 hour spacing worked a treat. It was often
-		enough that I wasn't annoyed at it's slowness and it wasn't a factor of 24 which had
+		enough that I wasn't annoyed at its slowness and it wasn't a factor of 24 which had
 		it drifting around the day.
 	</p>
 	<p>
@@ -98,7 +99,7 @@ random file, and then go back to sleep. It posted about it at
 625: /lib/ld-musl-x86_64.so.1
 	</pre>
 
-	<h2 style="text-decoration: underline;">downloads</h2>
+	<h2>downloads</h2>
 	<section id="downloads">
 		<div>
 			<h3>logs</h3>
diff --git a/served/things/things.css b/served/things/things.css
index a97e227..0533f66 100755
--- a/served/things/things.css
+++ b/served/things/things.css
@@ -7,7 +7,7 @@
 
 .profile {
 	display: inline-block;
-	border: 1px solid var(--background-dim);
+	border: 1px solid var(--text-dim);
 	padding: 0.5rem;
 }
 
diff --git a/served/things/things.html b/served/things/things.html
index 3ed1dab..58437ec 100755
--- a/served/things/things.html
+++ b/served/things/things.html
@@ -14,7 +14,7 @@ is not part of the Atom Feed, but project updates published in
 [@paragraphs off]
 
 <section id="things">
-	<section id="memoryleak" class="profile" style="background-color: black; color: white">
+	<section id="memoryleak" class="profile">
 		<div class="profile-heading">
 			<img src="memoryleak/images/ddr2_closest.png"
 				alt="a broken stick of ddr2 ram. one of the memory chips is cracked and peaking open" />
@@ -26,7 +26,7 @@ is not part of the Atom Feed, but project updates published in
 		</p>
 	</section>
 
-	<section id="sitiwera" class="profile" style="background-color: black; color: white">
+	<section id="sitiwera" class="profile">
 		<div class="profile-heading">
 			<img src="sitiwera/out.png" alt="" />
 			<h2><a href="sitiwera/">sitiwera</a></h2>