Spaces:
Running
Running
File size: 1,967 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="margin:0; background:#fff; padding:60px 20px">
<h1 style="text-align:center; margin:0 0 12px">Meet the Team</h1>
<p style="text-align:center; margin:0 0 48px">The people building the future of development tooling.</p>
<div style="display:grid; gap:24px; margin:0 auto">
<div style="text-align:center">
<div style="width:80px; border-radius:50%; margin:0 auto 14px; align-items:center; color:#fff; font-weight:700">S</div>
<p style="font-weight:600">Sarah Chen</p>
<p style="font-size:13px; margin:0 0 10px">CEO & Co-founder</p>
<p style="font-size:13px; line-height:1.5">Previously at Google Brain. PhD in ML from Stanford.</p>
</div>
<div style="text-align:center">
<div style="width:80px; border-radius:50%; margin:0 auto 14px; align-items:center; color:#fff; font-weight:700">M</div>
<p style="font-weight:600">Marcus Lee</p>
<p style="font-size:13px; margin:0 0 10px">CTO & Co-founder</p>
<p style="font-size:13px; line-height:1.5">Built infra at Stripe. Open source contributor.</p>
</div>
<div style="text-align:center">
<div style="width:80px; border-radius:50%; margin:0 auto 14px; align-items:center; color:#fff; font-weight:700">P</div>
<p style="font-weight:600">Priya Nair</p>
<p style="font-size:13px; margin:0 0 10px">Head of Design</p>
<p style="font-size:13px; line-height:1.5">Design systems expert. Ex-Figma and Notion.</p>
</div>
<div style="text-align:center">
<div style="width:80px; border-radius:50%; margin:0 auto 14px; align-items:center; color:#fff; font-weight:700">J</div>
<p style="font-weight:600">Jake Torres</p>
<p style="font-size:13px; margin:0 0 10px">Lead Engineer</p>
<p style="font-size:13px; line-height:1.5">Full-stack dev. Rust and TypeScript enthusiast.</p>
</div>
</div>
</body>
</html>
|