From a872e6f395d7b1f7f4ccccecc6fac3f4a3c3ee13 Mon Sep 17 00:00:00 2001 From: Scott Smitelli Date: Mon, 17 Mar 2025 18:42:49 -0400 Subject: [PATCH 1/8] Add scottsmitelli to webring_data.json --- webring_data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webring_data.json b/webring_data.json index b9568ec..ef8a20d 100644 --- a/webring_data.json +++ b/webring_data.json @@ -52,5 +52,11 @@ "title": "Data Collection", "author": "graphdev", "url": "https://blog.graphicalmethods.com" + }, + { + "id": "scottsmitelli", + "title": "Scott Smitelli - Articles", + "author": "Scott Smitelli", + "url": "https://www.scottsmitelli.com/articles/" } ] From 49be2f7e9d4dd4cc987816ba4aa23b2177638a39 Mon Sep 17 00:00:00 2001 From: Scott Smitelli Date: Mon, 17 Mar 2025 22:00:38 -0400 Subject: [PATCH 2/8] Permit scrolling in small viewports --- templates/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 38d405e..cca30ae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,7 +5,6 @@