Spaces:
Running
Running
File size: 1,844 Bytes
cf6c0e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | <!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>Team</title></head>
<body style="font-family:sans-serif; background:#fff; color:#111">
<h1 style="text-align:center; font-size:34px">Meet the Team</h1>
<p style="text-align:center; color:#888">The people building the future of development tooling.</p>
<div style="gap:24px; max-width:960px">
<div style="text-align:center">
<div style="background:#818cf8; color:#fff; font-size:24px; font-weight:700">S</div>
<p style="font-weight:600">Sarah Chen</p>
<p style="font-size:13px; color:#888">CEO & Co-founder</p>
<p style="font-size:13px; color:#555; line-height:1.5">Previously at Google Brain. PhD in ML from Stanford.</p>
</div>
<div style="text-align:center">
<div style="background:#34d399; color:#fff; font-size:24px; font-weight:700">M</div>
<p style="font-weight:600">Marcus Lee</p>
<p style="font-size:13px; color:#888">CTO & Co-founder</p>
<p style="font-size:13px; color:#555; line-height:1.5">Built infra at Stripe. Open source contributor.</p>
</div>
<div style="text-align:center">
<div style="background:#fb923c; color:#fff; font-size:24px; font-weight:700">P</div>
<p style="font-weight:600">Priya Nair</p>
<p style="font-size:13px; color:#888">Head of Design</p>
<p style="font-size:13px; color:#555; line-height:1.5">Design systems expert. Ex-Figma and Notion.</p>
</div>
<div style="text-align:center">
<div style="background:#f472b6; color:#fff; font-size:24px; font-weight:700">J</div>
<p style="font-weight:600">Jake Torres</p>
<p style="font-size:13px; color:#888">Lead Engineer</p>
<p style="font-size:13px; color:#555; line-height:1.5">Full-stack dev. Rust and TypeScript enthusiast.</p>
</div>
</div>
</body>
</html>
|