mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-17 17:00:25 +00:00
intro texts
This commit is contained in:
+1
-2
@@ -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">
|
||||
|
||||
@@ -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" %}
|
||||
|
||||
@@ -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" %}
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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" %}
|
||||
|
||||
Reference in New Issue
Block a user