From 87d2781a0e347d1b6493876d3550ce41831fc9b2 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 26 Jun 2025 23:21:24 -0400 Subject: [PATCH] add a people section --- index.php | 18 ++++++++++++++++++ style.css | 3 +++ 2 files changed, 21 insertions(+) diff --git a/index.php b/index.php index 82ebf22..6865b22 100644 --- a/index.php +++ b/index.php @@ -64,6 +64,24 @@

more... +
+
+

Interesting People

+

+ (nvim users) +

+
+ +
diff --git a/style.css b/style.css index 396ecce..9633cb0 100644 --- a/style.css +++ b/style.css @@ -49,6 +49,9 @@ html, body { float: right; text-align: right; width: var(--lr-width); + ul { + text-align: left !important; + } } p#blogpreview a { max-width: 30ch;