diff --git a/index.html b/index.html index dd05618..c089330 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,21 @@ font-size: 0.85rem; } .card a:hover { text-decoration: underline; } + h3 { + font-size: 1.4rem; + color: #d65d0e; + margin: 3rem 0 1rem; + text-align: center; + } + .team { + display: grid; + grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); + gap: 1.5rem; + max-width: 900px; + width: 100%; + } + .team .card h2 { color: #b8bb26; } + .role { color: #665c54; font-size: 0.75rem; margin-bottom: 0.5rem; } footer { margin-top: 4rem; color: #665c54; @@ -80,6 +95,19 @@ View on Gitea → +

The Crew

+
+
+
Founder / Infra
+

Dustin

+

Built the stack, broke the stack, fixed the stack. Homelab operator, self-hosted everything enthusiast, and the reason any of this runs at all. Runs on coffee and uptime anxiety.

+
+
+
Lead QA
+

Sascha

+

If it works, he tried to break it first. Main QA tester and part of the testMonkeys crew on Gitea. Catches the bugs the rest of us ship.

+
+