zed/server/templates/team.hbs

40 lines
2.8 KiB
Handlebars
Raw Normal View History

{{#> layout }}
2021-09-16 21:12:24 +00:00
<div class="text-sm font-extralight grid grid-cols-2 gap-px bg-white border-r border-white">
<article class="bg-black p-10 pt-20">
<div class="content">
<h3 class="font-display font-extralight">Nathan Sobo</h3>
<p class="mt-4 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>
<p class="mt-4 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>
<p class="mt-4 leading-7">He's been dreaming about building the worlds best text editor since he graduated from college, and is excited to finally have the knowledge, tools, and resources to achieve this vision.</p>
</div>
2021-09-16 19:01:50 +00:00
</article>
2021-09-16 21:12:24 +00:00
<article class="bg-black p-10 pt-20">
<h3 class="font-display font-extralight">Antonio Scandurra</h3>
2021-09-16 19:01:50 +00:00
<p class="mt-4 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>
<p class="mt-4 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>
<p class="mt-4 leading-7">For the last two years, hes 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>
</article>
2021-09-16 21:12:24 +00:00
<article class="bg-black p-10">
<h3 class="font-display font-extralight">Max Brunsfeld</h3>
<p class="mt-4 leading-7">Max joined the Atom team in 2013 after working at Pivotal Labs.</p>
<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>
2021-09-16 19:01:50 +00:00
<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>
</article>
2021-09-16 21:12:24 +00:00
<article class="bg-black p-10">
<h3 class="font-display font-extralight">Nate Butler</h3>
2021-09-16 19:01:50 +00:00
<p class="mt-4 leading-7">wip</p>
</article>
</div>
{{/layout}}