mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 09:20:24 +00:00
intro texts
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ subcategories:
|
|||||||
- "Retro"
|
- "Retro"
|
||||||
- "Web Projects"
|
- "Web Projects"
|
||||||
---
|
---
|
||||||
<p>A curated, sorted catalog of my public GitHub projects. Each card links
|
<p class="site-intro">A curated catalog of my public GitHub projects, sorted by topic.</p>
|
||||||
directly to its repository.</p>
|
|
||||||
|
|
||||||
{% for subcat in subcategories %}
|
{% for subcat in subcategories %}
|
||||||
<section class="card-section">
|
<section class="card-section">
|
||||||
|
|||||||
@@ -33,4 +33,6 @@ sections:
|
|||||||
summary: "Multi-WAN router with WiFi and Powerline failover, plus IoT VLAN 189 isolation."
|
summary: "Multi-WAN router with WiFi and Powerline failover, plus IoT VLAN 189 isolation."
|
||||||
href: "/openwrt/"
|
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" %}
|
{% include "card-grid.njk" %}
|
||||||
|
|||||||
@@ -55,4 +55,6 @@ sections:
|
|||||||
href: "/retro-corner-snapshot/"
|
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" %}
|
{% include "card-grid.njk" %}
|
||||||
|
|||||||
@@ -40,6 +40,13 @@ body {
|
|||||||
|
|
||||||
main { max-width: 1100px; margin: 0 auto; padding: 2rem; }
|
main { max-width: 1100px; margin: 0 auto; padding: 2rem; }
|
||||||
|
|
||||||
|
.site-intro {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
color: #555;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
.intro {
|
.intro {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 2.5rem;
|
gap: 2.5rem;
|
||||||
|
|||||||
@@ -69,4 +69,6 @@ sections:
|
|||||||
href: "/tubearchivist/"
|
href: "/tubearchivist/"
|
||||||
emoji: "📺"
|
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" %}
|
{% include "card-grid.njk" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user