1{{#> layout }}
2
3<div class="max-w-screen-lg p-10 mx-auto font-thin text-main lg:p-20">
4 <h1 class="mb-10 text-4xl text-white font-display font-extralight">The Team</h1>
5 <div class="text-sm">
6 <article class="mb-10 bg-black">
7 <div class="content">
8 <h3 class="mb-2 font-display font-extralight">Nathan Sobo</h3>
9 <div class="text-columns-2">
10 <p class="mt-3 mb-3 leading-7">Nathan joined GitHub in late 2011 to build the <a href="https://atom.io" class="underline">Atom text editor</a>, and he led the Atom team until 2018.</p>
11
12 <p class="mt-3 mb-3 leading-7">He also co-led development of <a href="https://teletype.atom.io" class="underline">Teletype for Atom</a>, pioneering one of the first production uses of conflict-free replicated data types for collaborative text editing.</p>
13
14 <p class="mt-3 mb-3 leading-7">He's been dreaming about building the world’s best text editor since he graduated from college, and is excited to finally have the knowledge, tools, and resources to achieve this vision.</p>
15
16 <p class="mt-3 mb-3 leading-7 lowercase"><a class="opacity-50 hover:opacity-80" href="https://github.com/nathansobo">Github</a> · <a class="opacity-50 hover:opacity-80" href="https://twitter.com/nathansobo">Twitter</a></p>
17 </div>
18 </div>
19 </article>
20
21 <article class="mb-10 bg-black">
22 <div class="content">
23 <h3 class="mb-2 font-display font-extralight">Antonio Scandurra</h3>
24 <div class="text-columns-2">
25 <p class="mt-3 mb-3 leading-7">Antonio joined the Atom team in 2014 while still in university after his outstanding open source contributions caught the attention of the team.</p>
26
27 <p class="mt-3 mb-3 leading-7">He later joined Nathan in architecting <a href="https://teletype.atom.io" class="underline">Teletype for Atom</a> and researching the foundations of what has turned into Zed.</p>
28
29 <p class="mt-3 mb-3 leading-7">For the last two years, he’s become an expert in distributed systems and conflict-free replicated data types through the development of a real-time, distributed, conflict-free database implemented in Rust for <a href="https://ditto.live" class="underline">Ditto</a>.</p>
30 </div>
31 </div>
32 </article>
33
34 <article class="bg-black">
35 <h3 class="font-display font-extralight">Max Brunsfeld</h3>
36 <p class="mt-4 leading-7">Max joined the Atom team in 2013 after working at Pivotal Labs.</p>
37
38 <p class="mt-4 leading-7">While driving Atom towards its 1.0 launch during the day, Max spent nights and weekends building <a href="https://tree-sitter.github.io" class="underline">Tree-sitter</a>, a blazing-fast and expressive incremental parsing framework that currently powers all code analysis at GitHub.</p>
39
40 <p class="mt-4 leading-7">Before leaving to start Zed, Max helped GitHub's semantic analysis team integrate Tree-sitter to support syntax highlighting and code navigation on <a href="https://github.com" class="underline">github.com</a>.</p>
41 </article>
42
43 <article class="bg-black">
44 <h3 class="font-display font-extralight">Nate Butler</h3>
45 <p class="mt-4 leading-7">wip</p>
46 </article>
47 <article class="bg-black">
48 <h3 class="font-display font-extralight">Are you next?</h3>
49 <p class="mt-4 leading-7">Want to build the future of software development?</p>
50 <p class="mt-4 leading-7">We hope to bring a few more staff level engineers in the near future.</p>
51 <p class="mt-4 leading-7"><a class="underline" href="mailto:nathan@zed.dev">Drop us a line</a>.</p>
52 </article>
53 </div>
54</div>
55{{/layout}}