Detailed changes
@@ -24,8 +24,8 @@
<div class="flex flex-row items-center justify-between p-5 border-b border-white pl-7 pr-7 admin-nav">
<h1 class="font-display font-extralight">Admin</h1>
<ul class="flex flex-row">
- <li><a href="#userlist" class="mr-4 leading-loose no-underline lowercase text-main hover:underline">Users</a></li>
- <li><a href="#signuplist" class="leading-loose no-underline lowercase text-main hover:underline">Signups</a></li>
+ <li><a href="#userlist" class="mr-4 leading-relaxed no-underline lowercase text-main hover:underline">Users</a></li>
+ <li><a href="#signuplist" class="leading-relaxed no-underline lowercase text-main hover:underline">Signups</a></li>
</ul>
</div>
@@ -1,10 +1,10 @@
{{#> layout }}
-<div class="max-w-screen-lg p-10 mx-auto font-thin text-main lg:p-20">
+<div class="max-w-screen-lg p-10 mx-auto font-extralight text-main lg:p-20">
<h1 class="mb-10 font-display font-extralight">We’re building a community of passionate developers & advocates.</h1>
- <p class="mt-5 leading-7">We think there’s a better way to write code, and we hope to share it with you soon.</p>
+ <p class="mt-5 leading-relaxed">We think there’s a better way to write code, and we hope to share it with you soon.</p>
- <p class="mt-5 leading-7">If you would like to get involved early, sign up for the Zed Universe community below and we will let you know when it opens.</p>
+ <p class="mt-5 leading-relaxed">If you would like to get involved early, sign up for the Zed Universe community below and we will let you know when it opens.</p>
<form action="/signups" method="post" class="mt-10">
<ul>
@@ -67,14 +67,14 @@
</li>
</ul>
<div class="lg:flex lg:flex-row lg:mt-10">
- <input class="block w-full p-5 mt-10 font-thin bg-transparent border border-white lg:mt-0 lg:mr-5" type="text" id="form-email" name="email_address" required minlength="4" placeholder="Your email">
+ <input class="block w-full p-5 mt-10 font-extralight bg-transparent border border-white lg:mt-0 lg:mr-5" type="text" id="form-email" name="email_address" required minlength="4" placeholder="Your email">
- <input class="block w-full p-5 mt-5 font-thin bg-transparent border border-white lg:mt-0" type="text" id="form-gh" name="github_login" placeholder="Github Username">
+ <input class="block w-full p-5 mt-5 font-extralight bg-transparent border border-white lg:mt-0" type="text" id="form-gh" name="github_login" placeholder="Github Username">
</div>
- <textarea class="block w-full h-40 p-5 mt-5 font-thin leading-relaxed bg-transparent border border-white" type="text" name="about" placeholder="Tell us a bit about yourself, and your interest Zed. What do you love or hate about your current code editor?"></textarea>
+ <textarea class="block w-full h-40 p-5 mt-5 font-extralight leading-relaxed bg-transparent border border-white" type="text" name="about" placeholder="Tell us a bit about yourself, and your interest Zed. What do you love or hate about your current code editor?"></textarea>
- <button class="block mt-10 text-lg font-thin opacity-100 hover:opacity-80">
+ <button class="block mt-10 text-lg font-extralight opacity-100 hover:opacity-80">
Join the waitlist →
</button>
@@ -3,10 +3,10 @@
<div class="max-w-screen-lg p-10 mx-auto text-main font-extralight lg:p-20">
<article class="max-w-xl">
<h1 class="mb-5 text-4xl text-white font-display font-extralight">Sorry!</h1>
- <p class="mb-5 leading-7">
+ <p class="mb-5 leading-relaxed">
Looks like we encountered a {{status}} error: {{reason}}
</p>
- <p class="leading-7">
+ <p class="leading-relaxed">
Try refreshing or going <a class="underline hover:no-underline" href="/">home</a>.
</p>
</article>
@@ -47,7 +47,7 @@
Do we need an icon? Do we need a gradient? We all want to achieve mastery. Our goal is to find the most efficient way to accomplish each coding task and make it accessible. We will never dumb things down.
</p>
- <p class="mt-10 mb-10 leading-7">———</p>
+ <p class="mt-10 mb-10 leading-relaxed">———</p>
<p class="mt-5 leading-relaxed">Early access to Zed will open up mid-2022 for small teams and individuals in our
@@ -83,7 +83,7 @@
<p class="mt-5 leading-relaxed">Often the best way to understand code is to experience it's creation chronologically. Imagine if you could jump to the point a piece of code was created and watch it be written in real time.</p>
- <p class="mt-10 mb-10 leading-7">———</p>
+ <p class="mt-10 mb-10 leading-relaxed">———</p>
<p class="mt-5 leading-relaxed">Excited about what we are doing? <a class="underline hover:no-underline" href="/community">Sign up for updates</a> to follow along in our development process.</p>
</article>
@@ -43,39 +43,39 @@
</a>
<div class="flex flex-row flex-wrap mt-10">
- <a href="/" class="mr-2 text-lg leading-loose">
+ <a href="/" class="mr-2 text-lg leading-relaxed">
Meet Zed <span class="pt-1 mr-1 text-lg text-gray-500">·</span>
</a>
- <a href="/team" class="mr-2 text-lg leading-loose">
+ <a href="/team" class="mr-2 text-lg leading-relaxed">
The Team <span class="pt-1 mr-1 text-lg text-gray-500">·</span>
</a>
- <a href="/community" class="mr-2 text-lg leading-loose">
+ <a href="/community" class="mr-2 text-lg leading-relaxed">
Waitlist <span class="pt-1 mr-1 text-lg text-gray-500">·</span>
</a>
{{#if current_user}}
- <a href="/updates" class="mr-2 text-lg leading-loose">
+ <a href="/updates" class="mr-2 text-lg leading-relaxed">
Updates <span class="pt-1 mr-1 text-lg text-gray-500">·</span>
</a>
- <a href="/releases" class="mr-2 text-lg leading-loose">
+ <a href="/releases" class="mr-2 text-lg leading-relaxed">
Releases <span class="pt-1 mr-1 text-lg text-gray-500">·</span>
</a>
{{#if current_user.is_admin }}
- <a href="/admin" class="inline-block mr-2 text-lg leading-loose">
+ <a href="/admin" class="inline-block mr-2 text-lg leading-relaxed">
Manage Users <span class="pt-1 mr-1 text-lg text-gray-500">·</span>
</a>
{{/if}}
<form id="sign_out" action="/sign_out" method="post" class="inline m-0 mr-2 font-extralight text-gray-50">
- <button class="text-lg leading-loose no-underline font-extralight text-gray-50 hover:underline">Log Out</button>
+ <button class="text-lg leading-relaxed no-underline font-extralight text-gray-50 hover:underline">Log Out</button>
</form>
{{else}}
<!-- Otherwise let user log in -->
<a href=" /sign_in"
- class="mr-2 text-lg leading-loose">
+ class="mr-2 text-lg leading-relaxed">
Log in
</a>
{{/if}}
@@ -1,17 +1,17 @@
{{#> layout }}
-<div class="max-w-screen-lg p-10 mx-auto font-thin text-main lg:p-20">
+<div class="max-w-screen-lg p-10 mx-auto font-extralight text-main lg:p-20">
{{#if current_user}}
<h1 class="mb-10 font-display font-extralight">Releases</h1>
- <p class="mt-5 leading-7">Zed is currently only available on OS X.</p>
- <p class="mt-5 leading-7">We are frequently shipping new versions, check back regularly to get the most recent version.</p>
+ <p class="mt-5 leading-relaxed">Zed is currently only available on OS X.</p>
+ <p class="mt-5 leading-relaxed">We are frequently shipping new versions, check back regularly to get the most recent version.</p>
{{#if releases}}
- <ul class="mt-10 leading-7">
+ <ul class="mt-10 leading-relaxed">
{{#each releases}}
<li id="release-{{name}}" class="mb-5">
- <a class="text-lg leading-7 underline hover:text-gray-300" href="/releases/{{tag_name}}/{{assets.0.name}}">Zed {{name}}</a></h2>
+ <a class="text-lg leading-relaxed underline hover:text-gray-300" href="/releases/{{tag_name}}/{{assets.0.name}}">Zed {{name}}</a></h2>
<p class="mt-2 text-gray-400">
<a class="hover:text-white" href="https://github.com/zed-industries/zed/releases/tag/{{tag_name}}">Release Notes</a>
</p>
@@ -24,8 +24,8 @@
{{else}}
<h1 class="mb-10 font-display font-extralight">Hold it!</h1>
- <p class="mt-5 leading-7">You can't access this without <a href=" /sign_in" class="mt-5 leading-7 underline hover:text-white">logging in</a>.</p>
- <p class="mt-5 leading-7">Try <a href="/community" class="mt-5 leading-7 underline hover:text-white">joining our community</a> to get access to updates & releases.</p>
+ <p class="mt-5 leading-relaxed">You can't access this without <a href=" /sign_in" class="mt-5 leading-relaxed underline hover:text-white">logging in</a>.</p>
+ <p class="mt-5 leading-relaxed">Try <a href="/community" class="mt-5 leading-relaxed underline hover:text-white">joining our community</a> to get access to updates & releases.</p>
{{/if}}
</div>
@@ -1,16 +1,16 @@
{{#> layout }}
-<div class="max-w-screen-lg p-10 mx-auto font-thin text-main lg:p-20">
+<div class="max-w-screen-lg p-10 mx-auto font-extralight text-main lg:p-20">
<h1 class="mb-10 font-display font-extralight">Thanks for signing up!</h1>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
We'll add you to our list and let you know when we have something ready for you to try out.
</p>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
Thanks for your interest!
</p>
- <a href="/" class="block mt-10 text-lg font-thin underline opacity-100 hover:opacity-80">
+ <a href="/" class="block mt-10 text-lg font-extralight underline opacity-100 hover:opacity-80">
Back to Home
</a>
</div>
@@ -1,22 +1,22 @@
{{#> layout }}
-<div class="max-w-screen-lg p-10 mx-auto font-thin lg:p-20">
+<div class="max-w-screen-lg p-10 mx-auto font-extralight lg:p-20">
<h1 class="mb-10 text-4xl text-white font-display font-extralight">
We think there’s a better way to write code–and we've been working for more than a decade to bring it into existence.
</h1>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
Our first attempt was Atom, which we loved like a child but which ultimately fell short of our original vision. When we created Electron in 2012 to serve as Atom's runtime, there weren't a lot of great options for building cross-platform desktop apps.
</p>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
Had we tried to write Atom in C or C++, it never would have shipped, and we loved the idea of developers extending their editor with the familiar tools of JavaScript, HTML, and CSS.
</p>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
In the end, however, we reached the conclusion that the editor we wanted to use couldn't be built in a single-threaded scripting language. It was time to start over. Now we're back from the wilderness, this time with the knowledge and tools we need to execute without compromise.
</p>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
We're leveraging Rust, conflict-free replicated data types, and every core of your CPU and GPU to deliver an editor that will make coding more productive, fun, and collaborative. We look forward to sharing our best with you!
</p>
- <div class="flex flex-row mt-16 leading-7">
+ <div class="flex flex-row mt-16 leading-relaxed">
<div class="flex-initial mr-12">
<h4 class="font-display">Nathan Sobo</h4>
</div>
@@ -1,33 +1,33 @@
{{#> layout }}
-<div class="max-w-screen-lg p-10 mx-auto font-thin text-main lg:p-20">
+<div class="max-w-screen-lg p-10 mx-auto font-extralight text-main lg:p-20">
<h1 class="mb-10 text-4xl text-white font-display font-extralight">
We think there’s a better way to write code–and we've been working for more than a decade to bring it into existence.
</h1>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
Our first attempt was Atom, which we loved like a child but which ultimately fell short of our original vision. When we created Electron in 2012 to serve as Atom's runtime, there weren't a lot of great options for building cross-platform desktop apps.
</p>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
Had we tried to write Atom in C or C++, it never would have shipped, and we loved the idea of developers extending their editor with the familiar tools of JavaScript, HTML, and CSS.
</p>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
In the end, however, we reached the conclusion that the editor we wanted to use couldn't be built in a single-threaded scripting language. It was time to start over. Now we're back from the wilderness, this time with the knowledge and tools we need to execute without compromise.
</p>
- <p class="mt-5 leading-7">
+ <p class="mt-5 leading-relaxed">
We're leveraging Rust, conflict-free replicated data types, and every core of your CPU and GPU to deliver an editor that will make coding more productive, fun, and collaborative. We look forward to sharing our best with you!
</p>
- <h1 class="mt-20 mb-10 text-4xl text-white font-display font-extralight">Our Team</h1>
+ <h1 class="mt-20 mb-5 text-4xl text-white font-display font-extralight">Our Team</h1>
<div class="">
- <article class="mb-16 bg-black">
+ <article class="mb-10 bg-black">
<div class="content">
<h3 class="mb-2 font-display font-extralight">Nathan Sobo</h3>
<div class="">
- <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>
+ <p class="mt-3 mb-3 leading-relaxed">Nathan joined GitHub in late 2011 to build the <a href="https://atom.io" class="underline hover:no-underline">Atom text editor</a>, and he led the Atom team until 2018.</p>
- <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>
+ <p class="mt-3 mb-3 leading-relaxed">He also co-led development of <a href="https://teletype.atom.io" class="underline hover:no-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-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>
+ <p class="mt-3 mb-3 leading-relaxed">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 class="flex flex-row mt-6 mb-3">
<a class="block mr-4 opacity-60 hover:opacity-100" href="https://github.com/nathansobo">
@@ -42,19 +42,19 @@
</a>
</div>
</div>
- <p class="mt-5 mb-3 leading-7 cursor-default">———</p>
+ <p class="mt-5 mb-3 leading-relaxed cursor-default">———</p>
</div>
</article>
- <article class="mb-16 bg-black">
+ <article class="mb-10 bg-black">
<div class="content">
<h3 class="mb-2 font-display font-extralight">Antonio Scandurra</h3>
<div class="">
- <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>
+ <p class="mt-3 mb-3 leading-relaxed">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-3 mb-3 leading-7">He later joined Nathan in architecting <a href="https://teletype.atom.io" class="underline hover:no-underline">Teletype for Atom</a> and researching the foundations of what has turned into Zed.</p>
+ <p class="mt-3 mb-3 leading-relaxed">He later joined Nathan in architecting <a href="https://teletype.atom.io" class="underline hover:no-underline">Teletype for Atom</a> and researching the foundations of what has turned into Zed.</p>
- <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 hover:no-underline">Ditto</a>.</p>
+ <p class="mt-3 mb-3 leading-relaxed">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 hover:no-underline">Ditto</a>.</p>
<div class="flex flex-row mt-6 mb-3">
<a class="block mr-4 opacity-60 hover:opacity-100" href="https://github.com/as-cii">
@@ -65,18 +65,18 @@
</div>
</div>
</div>
- <p class="mt-5 mb-3 leading-7 cursor-default">———</p>
+ <p class="mt-5 mb-3 leading-relaxed cursor-default">———</p>
</article>
- <article class="mb-16 bg-black">
+ <article class="mb-10 bg-black">
<div class="content">
<h3 class="mb-2 font-display font-extralight">Max Brunsfeld</h3>
<div class="">
- <p class="mt-3 mb-3 leading-7">Max joined the Atom team in 2013 after working at Pivotal Labs.</p>
+ <p class="mt-3 mb-3 leading-relaxed">Max joined the Atom team in 2013 after working at Pivotal Labs.</p>
- <p class="mt-3 mb-3 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 hover:no-underline">Tree-sitter</a>, a blazing-fast and expressive incremental parsing framework that currently powers all code analysis at GitHub.</p>
+ <p class="mt-3 mb-3 leading-relaxed">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 hover:no-underline">Tree-sitter</a>, a blazing-fast and expressive incremental parsing framework that currently powers all code analysis at GitHub.</p>
- <p class="mt-3 mb-3 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 hover:no-underline">github.com</a>.</p>
+ <p class="mt-3 mb-3 leading-relaxed">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 hover:no-underline">github.com</a>.</p>
<div class="flex flex-row mt-6 mb-3">
<a class="block mr-4 opacity-60 hover:opacity-100" href="https://github.com/maxbrunsfeld">
@@ -87,18 +87,18 @@
</div>
</div>
</div>
- <p class="mt-5 mb-3 leading-7 cursor-default">———</p>
+ <p class="mt-5 mb-3 leading-relaxed cursor-default">———</p>
</article>
- <article class="mb-16 bg-black">
+ <article class="mb-10 bg-black">
<div class="content">
<h3 class="mb-2 font-display font-extralight">Nate Butler</h3>
<div class="">
- <p class="mt-3 mb-3 leading-7">Nate joined the <a class="underline hover:no-underline" href="https://design.facebook.com/">Facebook</a> team in 2015 as a product designer on News Feed, after spending the previous few years working on sites like Format.com and Lookbook.com.</p>
+ <p class="mt-3 mb-3 leading-relaxed">Nate joined the <a class="underline hover:no-underline" href="https://design.facebook.com/">Facebook</a> team in 2015 as a product designer on News Feed, after spending the previous few years working on sites like Format.com and Lookbook.com.</p>
- <p class="mt-3 mb-3 leading-7">He spent three years shipping creative tools and projects like Facebook Avatars. He later moved on to working on dev tools and design systems, focused on developer efficiency.</p>
+ <p class="mt-3 mb-3 leading-relaxed">He spent three years shipping creative tools and projects like Facebook Avatars. He later moved on to working on dev tools and design systems, focused on developer efficiency.</p>
- <p class="mt-3 mb-3 leading-7">Before leaving to join Zed, Nate spent his last year at Facebook developing a future vision for Stories.</p>
+ <p class="mt-3 mb-3 leading-relaxed">Before leaving to join Zed, Nate spent his last year at Facebook developing a future vision for Stories.</p>
<div class="flex flex-row mt-6 mb-3">
<a class="block mr-4 opacity-60 hover:opacity-100" href="https://github.com/iamnbutler">
@@ -120,16 +120,16 @@
</div>
</div>
</div>
- <p class="mt-5 mb-3 leading-7 cursor-default">———</p>
+ <p class="mt-5 mb-3 leading-relaxed cursor-default">———</p>
</article>
- <article class="mb-16 bg-black">
+ <article class="mb-10 bg-black">
<div class="content">
<h3 class="mb-2 font-display font-extralight">Want to join us?</h3>
<div class="">
- <p class="mt-3 mb-3 leading-7">We hope to bring a few more staff level engineers in the near future. Come join us in building the next generation of software.</p>
+ <p class="mt-3 mb-3 leading-relaxed">We hope to bring a few more staff level engineers in the near future. Come join us in building the next generation of software.</p>
- <p class="mt-3 mb-3 leading-7"><a class="underline" href="mailto:nathan@zed.dev">Drop us a line</a>.</p>
+ <p class="mt-3 mb-3 leading-relaxed"><a class="underline" href="mailto:nathan@zed.dev">Drop us a line</a>.</p>
</div>
</div>
</article>
@@ -1,7 +1,7 @@
{{#> layout }}
-<div class="max-w-screen-lg p-10 mx-auto font-thin text-main lg:p-20">
+<div class="max-w-screen-lg p-10 mx-auto font-extralight text-main lg:p-20">
{{#if current_user}}
{{#if releases}}
@@ -23,8 +23,8 @@
{{else}}
<h1 class="mb-10 font-display font-extralight">Hold it!</h1>
- <p class="mt-5 leading-7">You can't access this without <a href=" /sign_in" class="mt-5 leading-7 underline">logging in</a>.</p>
- <p class="mt-5 leading-7">Try <a href="/community" class="mt-5 leading-7 underline">joining our community</a> to get access to updates & releases.</p>
+ <p class="mt-5 leading-relaxed">You can't access this without <a href=" /sign_in" class="mt-5 leading-relaxed underline">logging in</a>.</p>
+ <p class="mt-5 leading-relaxed">Try <a href="/community" class="mt-5 leading-relaxed underline">joining our community</a> to get access to updates & releases.</p>
{{/if}}
</div>