From 85493f1bd56919ac95c3e50c0b521fd71d2a65fc Mon Sep 17 00:00:00 2001 From: hobokenchicken Date: Thu, 9 Jul 2026 13:53:40 -0400 Subject: [PATCH] add crew avatars --- index.html | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 3778b82..74ace87 100644 --- a/index.html +++ b/index.html @@ -67,6 +67,9 @@ width: 100%; } .team .card h2 { color: #b8bb26; } + .team .card { display: flex; gap: 1rem; align-items: flex-start; } + .team .card img { width: 72px; height: 72px; border-radius: 50%; border: 2px solid #504945; flex-shrink: 0; } + .team .card .bio { flex: 1; } .role { color: #665c54; font-size: 0.75rem; margin-bottom: 0.5rem; } footer { margin-top: 4rem; @@ -99,24 +102,36 @@

The Crew

-
Founder / Infra
-

Dustin chickenWithAManBun

-

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.

+ chickenWithAManBun +
+
Founder / Infra
+

Dustin chickenWithAManBun

+

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 theMissingLink

-

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.

+ theMissingLink +
+
Lead QA
+

Sascha theMissingLink

+

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.

+
-
QA / Chaos Agent
-

Mike failedPerceptionCheck

-

Can never see what's right in front of him, but he stumbles onto bugs nobody else would find. Rolls a nat 1 on perception, nat 20 on reproduction steps.

+ failedPerceptionCheck +
+
QA / Chaos Agent
+

Mike failedPerceptionCheck

+

Can never see what's right in front of him, but he stumbles onto bugs nobody else would find. Rolls a nat 1 on perception, nat 20 on reproduction steps.

+
-
QA / Haunted Hardware
-

Mark unfinishedProjects

-

His PCs are haunted. Reproduces bugs that shouldn't exist, on hardware that shouldn't boot. Starts every side quest, finishes none of them. The final boss of edge cases.

+ unfinishedProjects +
+
QA / Haunted Hardware
+

Mark unfinishedProjects

+

His PCs are haunted. Reproduces bugs that shouldn't exist, on hardware that shouldn't boot. Starts every side quest, finishes none of them. The final boss of edge cases.

+