intro texts

This commit is contained in:
2026-08-15 10:02:57 +02:00
parent f19b15b18f
commit 128339ca51
5 changed files with 14 additions and 2 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ subcategories:
- "Retro"
- "Web Projects"
---
<p>A curated, sorted catalog of my public GitHub projects. Each card links
directly to its repository.</p>
<p class="site-intro">A curated catalog of my public GitHub projects, sorted by topic.</p>
{% for subcat in subcategories %}
<section class="card-section">
+2
View File
@@ -33,4 +33,6 @@ sections:
summary: "Multi-WAN router with WiFi and Powerline failover, plus IoT VLAN 189 isolation."
href: "/openwrt/"
---
<p class="site-intro">A peek under the hood of my homelab. Proxmox, Synology, Docker, and how everything is wired together.</p>
{% include "card-grid.njk" %}
+2
View File
@@ -55,4 +55,6 @@ sections:
href: "/retro-corner-snapshot/"
---
<p class="site-intro">Hardware I've collected and kept running over the years. From Atari ST and Amiga to MiSTer FPGA and DOS towers.</p>
{% include "card-grid.njk" %}
+7
View File
@@ -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;
+2
View File
@@ -69,4 +69,6 @@ sections:
href: "/tubearchivist/"
emoji: "📺"
---
<p class="site-intro">The heart of the homelab. Home Assistant, MQTT sensors, dashboards, and automation projects that make everyday life a little more interesting.</p>
{% include "card-grid.njk" %}