From 105ac52e715728f0fe5b970a0a7a52059f66915e Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 27 Dec 2025 14:57:44 +0200 Subject: Update content for html --- about/resources.html | 198 +++++++++++++++++++++++++-------------------------- index.html | 2 +- style.css | 15 ++-- uptime-stats.html | 2 +- 4 files changed, 110 insertions(+), 107 deletions(-) diff --git a/about/resources.html b/about/resources.html index b2e09a6d..417c5142 100644 --- a/about/resources.html +++ b/about/resources.html @@ -51,111 +51,111 @@

Technical references



I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order:


Self-development and soft-skills books



In random order:


Here are notes of mine for some of the books

@@ -164,30 +164,30 @@ Some of these were in-person with exams; others were online learning lectures only. In random order:


Technical guides



These are not whole books, but guides (smaller or larger) which I found very useful. in random order:


Podcasts


@@ -197,33 +197,33 @@ In random order:


Podcasts I liked



I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests.


Newsletters I like



@@ -231,17 +231,17 @@

Magazines I like(d)



@@ -249,8 +249,8 @@

Formal education


diff --git a/index.html b/index.html index de6c141c..8ba12792 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

Hello!



-This site was generated at 2025-12-26T23:33:35+02:00 by Gemtexter
+This site was generated at 2025-12-27T14:56:36+02:00 by Gemtexter

Welcome to the foo.zone!

diff --git a/style.css b/style.css index 2e6e7239..4d428726 100644 --- a/style.css +++ b/style.css @@ -19,10 +19,11 @@ } html { - background-image: url('data:image/svg+xml;utf8,'), - radial-gradient(#000000 1px, transparent 1px); - background-size: 32px 32px; - background-color: #000000; + background-color: #f0f0f0; + background-image: linear-gradient(45deg, #e6e6e6 25%, transparent 25%, transparent 75%, #e6e6e6 75%, #e6e6e6), + linear-gradient(45deg, #e6e6e6 25%, transparent 25%, transparent 75%, #e6e6e6 75%, #e6e6e6); + background-size: 20px 20px; + background-position: 0 0, 10px 10px; } body { @@ -31,19 +32,20 @@ body { max-width: 1200px; padding: 20px; margin: 20px auto; - border: 5px solid #eeeeee; + border: 5px solid #dddddd; border-radius: 15px; word-wrap: break-word; } h1, h2, h3 { font-family: heading, serif; + color: #6ca0dc; } a { font-family: code, monospace; text-decoration: none; - color: #666666; + color: #8e44ad; padding: 0 0 0 0; } @@ -78,6 +80,7 @@ ul { li:before { content: "★"; padding-right: 5px; + color: #9b59b6; } img { diff --git a/uptime-stats.html b/uptime-stats.html index b20bca2a..693fb928 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@

My machine uptime stats



-This site was last updated at 2025-12-26T23:33:35+02:00
+This site was last updated at 2025-12-27T14:56:36+02:00

The following stats were collected via uptimed on all of my personal computers over many years and the output was generated by guprecords, the global uptime records stats analyser of mine.

-- cgit v1.2.3