add team bios: Dustin + Sascha
This commit is contained in:
+28
@@ -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 @@
|
||||
<a href="https://git.dustin.coffee/LobotomyLabs/coop">View on Gitea →</a>
|
||||
</div>
|
||||
</div>
|
||||
<h3>The Crew</h3>
|
||||
<div class="team">
|
||||
<div class="card">
|
||||
<div class="role">Founder / Infra</div>
|
||||
<h2>Dustin</h2>
|
||||
<p>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.</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<div class="role">Lead QA</div>
|
||||
<h2>Sascha</h2>
|
||||
<p>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.</p>
|
||||
</div>
|
||||
</div>
|
||||
<footer>
|
||||
<a href="https://git.dustin.coffee/LobotomyLabs">All repos on Gitea</a>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user