File size: 2,545 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;font-family:sans-serif;background:#fff;color:#111;padding:60px 20px;">
  <h1 style="text-align:center;font-size:34px;margin:0 0 12px;">Meet the Team</h1>
  <p style="text-align:center;color:#888;margin:0 0 48px;">The people building the future of development tooling.</p>
  <div style="display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:960px;margin:0 auto;">
    <div style="text-align:center;">
      <div style="width:80px;height:80px;border-radius:50%;background:#818cf8;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;">S</div>
      <p style="font-weight:600;margin:0 0 4px;">Sarah Chen</p>
      <p style="font-size:13px;color:#888;margin:0 0 10px;">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="width:80px;height:80px;border-radius:50%;background:#34d399;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;">M</div>
      <p style="font-weight:600;margin:0 0 4px;">Marcus Lee</p>
      <p style="font-size:13px;color:#888;margin:0 0 10px;">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="width:80px;height:80px;border-radius:50%;background:#fb923c;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;">P</div>
      <p style="font-weight:600;margin:0 0 4px;">Priya Nair</p>
      <p style="font-size:13px;color:#888;margin:0 0 10px;">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="width:80px;height:80px;border-radius:50%;background:#f472b6;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;">J</div>
      <p style="font-weight:600;margin:0 0 4px;">Jake Torres</p>
      <p style="font-size:13px;color:#888;margin:0 0 10px;">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>