From 7afc2fb9cac9547998cd7b4cf3283391e6331799 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 22 Jun 2025 22:40:32 +0300 Subject: Update content for html --- about/resources.html | 190 +++++++++++++++++++++++++-------------------------- index.html | 2 +- style.css | 18 ++--- uptime-stats.html | 2 +- 4 files changed, 106 insertions(+), 106 deletions(-) diff --git a/about/resources.html b/about/resources.html index 7a439948..6561a78e 100644 --- a/about/resources.html +++ b/about/resources.html @@ -50,107 +50,107 @@ In random order:


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

@@ -159,31 +159,31 @@ 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



@@ -192,30 +192,30 @@ 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


@@ -224,27 +224,27 @@

Magazines I like(d)



This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order:


Formal education



diff --git a/index.html b/index.html index 4bc68638..0791825f 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

Hello!



-This site was generated at 2025-06-22T22:34:04+03:00 by Gemtexter
+This site was generated at 2025-06-22T22:39:21+03:00 by Gemtexter

Welcome to the ...

diff --git a/style.css b/style.css index eb871147..f3b75abf 100644 --- a/style.css +++ b/style.css @@ -20,12 +20,12 @@ } :root { - --color-bg: #1a1a2e; - --color-text: #f0f0f5; - --color-primary: #ff3399; - --color-secondary: #33ffff; - --color-accent: #ffff66; - --color-glow: rgba(255, 51, 153, 0.3); + --color-bg: #2a2a3e; + --color-text: #ffffff; + --color-primary: #ff66b2; + --color-secondary: #66ffff; + --color-accent: #ffff99; + --color-glow: rgba(255, 102, 178, 0.4); } * { @@ -53,7 +53,7 @@ html::before { background: linear-gradient( 180deg, transparent 0%, - rgba(51, 255, 255, 0.15) 50%, + rgba(102, 255, 255, 0.08) 50%, transparent 100% ); pointer-events: none; @@ -198,7 +198,7 @@ a:hover::after { border-right: 4px solid var(--color-accent); padding: 1em 2em; margin: 2em 0; - background-color: rgba(255, 255, 255, 0.02); + background-color: rgba(255, 255, 255, 0.05); font-style: italic; position: relative; } @@ -225,7 +225,7 @@ a:hover::after { /* Code blocks with terminal styling */ pre { font-family: code, monospace; - background-color: rgba(0, 0, 0, 0.5); + background-color: rgba(0, 0, 0, 0.3); border: 1px solid var(--color-primary); padding: 1.5em; overflow-x: auto; diff --git a/uptime-stats.html b/uptime-stats.html index db84123a..934ae2d1 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@

My machine uptime stats



-This site was last updated at 2025-06-22T22:34:04+03:00
+This site was last updated at 2025-06-22T22:39:21+03: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