@@ -1,6 +1,6 @@
{{#> layout }}
-<div class="max-w-screen-lg mx-auto p-20">
+<div class="max-w-screen-lg mx-auto font-thin p-20">
<h1 class="text-white text-4xl font-display font-extralight mb-10">Our Story</h1>
<p class="mt-5 leading-7">We’re the team behind GitHub’s Atom text editor, and we’re building something new:</p>
<p class="mt-5 leading-7">Zed is a fully-native desktop code editor focused on high performance, clean design, and seamless collaboration.</p>
@@ -10,6 +10,40 @@
<p class="mt-5 leading-7">Modern text editors have forgotten the core tentants of software – speed and reliability first, features second.</p>
<p class="mt-5 leading-7">While we are building Zed from the ground up built for collaboration, we are putting in the time to ensure every feature we build is performant and rock solid.</p>
<p class="mt-5 leading-7">New software tends to overpromise and underdeliver—Our goal with Zed is to start small and impress with a singular focus on developer experience.</p>
+
+ <div class="mt-20 leading-7 flex flex-row">
+ <div class="flex-initial mr-40">
+ <h4 class="font-display">Nathan Sobo</h4>
+ <p class="text-sm text-gray-500">Co-founder</p>
+ </div>
+ <div class="flex-initial">
+ <h4 class="font-display">Max Brunsfeld</h4>
+ <p class="text-sm text-gray-500">Co-founder</p>
+ </div>
+ <div class="flex-1"></div>
+ </div>
+
+ <div class="mt-10 opacity-30 hover:opacity-100 cursor-pointer">
+ <a href="mailto:hi@zed.dev">
+ <svg width="180" height="45" viewBox="0 0 180 45" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path d="M26.1837 12.7355L31.4584 6.93335H0.99707V33.043M26.1837 12.7355H6.79922V27.2409M26.1837 12.7355L20.909 18.5377M20.909 18.5377H12.6014V22.2335M20.909 18.5377L12.997 27.2409M12.997 27.2409H21.3046V23.545M12.997 27.2409L7.72229 33.043M7.72229 33.043L2.44761 38.8452H32.9089V12.7355M7.72229 33.043H27.1068V18.5377" stroke="white" stroke-width="1.99449" stroke-linejoin="bevel"/>
+ <path d="M50.931 18.0863V16.8687L57.2102 8.72726C57.4649 8.40892 57.7116 8.09854 57.9503 7.79612C58.205 7.4937 58.396 7.3027 58.5233 7.22312L54.4645 7.29474C53.9393 7.29474 53.5254 7.44595 53.223 7.74837C52.9365 8.03487 52.7216 8.42484 52.5784 8.91826C52.4351 9.39576 52.3237 9.93694 52.2441 10.5418H51.2414L51.5518 6.14873H61.0063V7.15149L54.751 15.4839C54.5441 15.7545 54.3452 15.9933 54.1542 16.2002C53.9791 16.4071 53.7562 16.622 53.4857 16.8448L57.6638 16.9403C58.2846 16.9403 58.77 16.7971 59.1202 16.5106C59.4704 16.2082 59.733 15.8102 59.9081 15.3168C60.0991 14.8075 60.2423 14.2424 60.3378 13.6217H61.2929L60.9825 18.0863H50.931Z" fill="white"/>
@@ -1,39 +1,47 @@
{{#> layout }}
-<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>
+<div class="max-w-screen-lg mx-auto font-thin p-20">
+ <h1 class="text-white text-4xl font-display font-extralight mb-10">The Team</h1>
+ <div class="text-sm grid grid-cols-2 gap-x-10 gap-y-20">
+ <article class="bg-black">
+ <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 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>
+ </div>
+ </article>
+
+ <article class="bg-black">
+ <h3 class="font-display font-extralight">Antonio Scandurra</h3>
+ <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 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 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">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>
- </div>
- </article>
-
- <article class="bg-black p-10 pt-20">
- <h3 class="font-display font-extralight">Antonio Scandurra</h3>
- <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, 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>
- </article>
+ <p class="mt-4 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>
+ </article>
- <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>
-
- <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>
+ <article class="bg-black">
+ <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>
+
+ <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>
- <article class="bg-black p-10">
- <h3 class="font-display font-extralight">Nate Butler</h3>
- <p class="mt-4 leading-7">wip</p>
- </article>
+ <article class="bg-black">
+ <h3 class="font-display font-extralight">Nate Butler</h3>
+ <p class="mt-4 leading-7">wip</p>
+ </article>
+ <article class="bg-black">
+ <h3 class="font-display font-extralight">Are you next?</h3>
+ <p class="mt-4 leading-7">Want to build the future of software development?</p>
+ <p class="mt-4 leading-7">We hope to bring a few more staff level engineers in the near future.</p>
+ <p class="mt-4 leading-7"><a class="underline" href="mailto:nathan@zed.dev">Drop us a line</a>.</p>
+ </article>
+ </div>
</div>
-
{{/layout}}