From 128339ca51b77a70979f6ae83dde8b4f126aeb28 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 15 Aug 2026 10:02:57 +0200 Subject: [PATCH] intro texts --- code/index.njk | 3 +-- infra/index.njk | 2 ++ retro/index.njk | 2 ++ shared/base.css | 7 +++++++ smarthome/index.njk | 2 ++ 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/code/index.njk b/code/index.njk index e00fa7e..ed565e9 100644 --- a/code/index.njk +++ b/code/index.njk @@ -11,8 +11,7 @@ subcategories: - "Retro" - "Web Projects" --- -

A curated, sorted catalog of my public GitHub projects. Each card links -directly to its repository.

+

A curated catalog of my public GitHub projects, sorted by topic.

{% for subcat in subcategories %}
diff --git a/infra/index.njk b/infra/index.njk index bbc258c..82ac590 100644 --- a/infra/index.njk +++ b/infra/index.njk @@ -33,4 +33,6 @@ sections: summary: "Multi-WAN router with WiFi and Powerline failover, plus IoT VLAN 189 isolation." href: "/openwrt/" --- +

A peek under the hood of my homelab. Proxmox, Synology, Docker, and how everything is wired together.

+ {% include "card-grid.njk" %} diff --git a/retro/index.njk b/retro/index.njk index 63e4e08..9f3ba86 100644 --- a/retro/index.njk +++ b/retro/index.njk @@ -55,4 +55,6 @@ sections: href: "/retro-corner-snapshot/" --- +

Hardware I've collected and kept running over the years. From Atari ST and Amiga to MiSTer FPGA and DOS towers.

+ {% include "card-grid.njk" %} diff --git a/shared/base.css b/shared/base.css index 5013d86..9bba6eb 100644 --- a/shared/base.css +++ b/shared/base.css @@ -40,6 +40,13 @@ body { main { max-width: 1100px; margin: 0 auto; padding: 2rem; } +.site-intro { + margin-bottom: 2rem; + font-size: 1rem; + color: #555; + line-height: 1.6; +} + .intro { display: flex; gap: 2.5rem; diff --git a/smarthome/index.njk b/smarthome/index.njk index 0d62f02..6ddf671 100644 --- a/smarthome/index.njk +++ b/smarthome/index.njk @@ -69,4 +69,6 @@ sections: href: "/tubearchivist/" emoji: "📺" --- +

The heart of the homelab. Home Assistant, MQTT sensors, dashboards, and automation projects that make everyday life a little more interesting.

+ {% include "card-grid.njk" %}