File size: 834 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>
  <h1>Meet the Team</h1>
  <p>The people building the future of development tooling.</p>
  <div>
    <div>
      <div>S</div>
      <p>Sarah Chen</p>
      <p>CEO & Co-founder</p>
      <p>Previously at Google Brain. PhD in ML from Stanford.</p>
    </div>
    <div>
      <div>M</div>
      <p>Marcus Lee</p>
      <p>CTO & Co-founder</p>
      <p>Built infra at Stripe. Open source contributor.</p>
    </div>
    <div>
      <div>P</div>
      <p>Priya Nair</p>
      <p>Head of Design</p>
      <p>Design systems expert. Ex-Figma and Notion.</p>
    </div>
    <div>
      <div>J</div>
      <p>Jake Torres</p>
      <p>Lead Engineer</p>
      <p>Full-stack dev. Rust and TypeScript enthusiast.</p>
    </div>
  </div>
</body>
</html>