From 7b2803b69e4412ff1236c790e64c8b737036592a Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 24 Sep 2021 15:19:53 -0400 Subject: [PATCH] Make leading and font-weights more consistent --- server/templates/admin.hbs | 4 +- server/templates/community.hbs | 14 +++---- server/templates/error.hbs | 4 +- server/templates/home.hbs | 4 +- server/templates/partials/layout.hbs | 16 ++++---- server/templates/releases.hbs | 14 +++---- server/templates/signup.hbs | 8 ++-- server/templates/story.hbs | 12 +++--- server/templates/team.hbs | 58 ++++++++++++++-------------- server/templates/updates.hbs | 6 +-- 10 files changed, 70 insertions(+), 70 deletions(-) diff --git a/server/templates/admin.hbs b/server/templates/admin.hbs index 98b9a117b697b3d573a553c0dd04b8acccffe0cc..d992e92c7b566a6b19aa1d152cea25af3945ee2d 100644 --- a/server/templates/admin.hbs +++ b/server/templates/admin.hbs @@ -24,8 +24,8 @@

Admin

diff --git a/server/templates/community.hbs b/server/templates/community.hbs index 74664f4596dd6bfcd15384b5b63f8653c8edc47a..5fb68f2d41754752c7a696821f5f0ed80cbc4760 100644 --- a/server/templates/community.hbs +++ b/server/templates/community.hbs @@ -1,10 +1,10 @@ {{#> layout }} -
+

We’re building a community of passionate developers & advocates.

-

We think there’s a better way to write code, and we hope to share it with you soon.

+

We think there’s a better way to write code, and we hope to share it with you soon.

-

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.

+

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.

    @@ -67,14 +67,14 @@
- + - +
- + - diff --git a/server/templates/error.hbs b/server/templates/error.hbs index 54fd1437ebae8d5d147211969977bb6e29ea5c26..4d0a99d27b5dbd638f16bb9a6b9dd665ddea59af 100644 --- a/server/templates/error.hbs +++ b/server/templates/error.hbs @@ -3,10 +3,10 @@

Sorry!

-

+

Looks like we encountered a {{status}} error: {{reason}}

-

+

Try refreshing or going home.

diff --git a/server/templates/home.hbs b/server/templates/home.hbs index d9d3e68673e20c72f01d0cecf6e8e5d62ac4df80..72292e9fdc4a4ab5395228643630f3cf1c851bdc 100644 --- a/server/templates/home.hbs +++ b/server/templates/home.hbs @@ -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.

-

———

+

———

Early access to Zed will open up mid-2022 for small teams and individuals in our @@ -83,7 +83,7 @@

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.

-

———

+

———

Excited about what we are doing? Sign up for updates to follow along in our development process.

diff --git a/server/templates/partials/layout.hbs b/server/templates/partials/layout.hbs index 9deebf35080ca20144bbc27f203ab1fb169de7bc..94d05acdc9faa7b731c076d7de6fac1cfb8231ef 100644 --- a/server/templates/partials/layout.hbs +++ b/server/templates/partials/layout.hbs @@ -43,39 +43,39 @@
- + Meet Zed · - + The Team · - + Waitlist · {{#if current_user}} - + Updates · - + Releases · {{#if current_user.is_admin }} - + Manage Users · {{/if}} - + {{else}} + class="mr-2 text-lg leading-relaxed"> Log in {{/if}} diff --git a/server/templates/releases.hbs b/server/templates/releases.hbs index 0cee670e15f24df314e9033f8ae8e7218529100a..75b6572d90f1570eb13ef4d2232b8bfce1ba456e 100644 --- a/server/templates/releases.hbs +++ b/server/templates/releases.hbs @@ -1,17 +1,17 @@ {{#> layout }} -
+
{{#if current_user}}

Releases

-

Zed is currently only available on OS X.

-

We are frequently shipping new versions, check back regularly to get the most recent version.

+

Zed is currently only available on OS X.

+

We are frequently shipping new versions, check back regularly to get the most recent version.

{{#if releases}} -
diff --git a/server/templates/signup.hbs b/server/templates/signup.hbs index ed9d02e5af885468aeccdbf54ef967bfd2b5a1e0..5a032f457b2519cf0f85faa1cf76b39fd7fdbc74 100644 --- a/server/templates/signup.hbs +++ b/server/templates/signup.hbs @@ -1,16 +1,16 @@ {{#> layout }} -
+

Thanks for signing up!

-

+

We'll add you to our list and let you know when we have something ready for you to try out.

-

+

Thanks for your interest!

- + Back to Home
diff --git a/server/templates/story.hbs b/server/templates/story.hbs index 48af0a6be64ac832650b71743697b3a301736e48..f2c98b2df476139a28cf43b013d14465bf59ab48 100644 --- a/server/templates/story.hbs +++ b/server/templates/story.hbs @@ -1,22 +1,22 @@ {{#> layout }} -
+

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.

-

+

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.

-

+

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.

-

+

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.

-

+

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!

-
+

Nathan Sobo

diff --git a/server/templates/team.hbs b/server/templates/team.hbs index 2aaad8ba0c56fdc9b19d190422bcb82e882e56f0..1c57bdcccb7041a39c589a9fbf248991ec9e69a0 100644 --- a/server/templates/team.hbs +++ b/server/templates/team.hbs @@ -1,33 +1,33 @@ {{#> layout }} -
+

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.

-

+

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.

-

+

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.

-

+

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.

-

+

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!

-

Our Team

+

Our Team

-
+

Nathan Sobo

-

Nathan joined GitHub in late 2011 to build the Atom text editor, and he led the Atom team until 2018.

+

Nathan joined GitHub in late 2011 to build the Atom text editor, and he led the Atom team until 2018.

-

He also co-led development of Teletype for Atom, pioneering one of the first production uses of conflict-free replicated data types for collaborative text editing.

+

He also co-led development of Teletype for Atom, pioneering one of the first production uses of conflict-free replicated data types for collaborative text editing.

-

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.

+

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.

-

———

+

———

-
+

Antonio Scandurra

-

Antonio joined the Atom team in 2014 while still in university after his outstanding open source contributions caught the attention of the team.

+

Antonio joined the Atom team in 2014 while still in university after his outstanding open source contributions caught the attention of the team.

-

He later joined Nathan in architecting Teletype for Atom and researching the foundations of what has turned into Zed.

+

He later joined Nathan in architecting Teletype for Atom and researching the foundations of what has turned into Zed.

-

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 Ditto.

+

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 Ditto.

-

———

+

———

-
+

Max Brunsfeld

-

Max joined the Atom team in 2013 after working at Pivotal Labs.

+

Max joined the Atom team in 2013 after working at Pivotal Labs.

-

While driving Atom towards its 1.0 launch during the day, Max spent nights and weekends building Tree-sitter, a blazing-fast and expressive incremental parsing framework that currently powers all code analysis at GitHub.

+

While driving Atom towards its 1.0 launch during the day, Max spent nights and weekends building Tree-sitter, a blazing-fast and expressive incremental parsing framework that currently powers all code analysis at GitHub.

-

Before leaving to start Zed, Max helped GitHub's semantic analysis team integrate Tree-sitter to support syntax highlighting and code navigation on github.com.

+

Before leaving to start Zed, Max helped GitHub's semantic analysis team integrate Tree-sitter to support syntax highlighting and code navigation on github.com.

-

———

+

———

-
+

Nate Butler

-

Nate joined the Facebook 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.

+

Nate joined the Facebook 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.

-

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.

+

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.

-

Before leaving to join Zed, Nate spent his last year at Facebook developing a future vision for Stories.

+

Before leaving to join Zed, Nate spent his last year at Facebook developing a future vision for Stories.

-

———

+

———

-
+ diff --git a/server/templates/updates.hbs b/server/templates/updates.hbs index 7e1906574bd6da2c3ad7534a0419e44439dc4740..134962ad22d8309751c2c50cfdcb00e5f58afe1c 100644 --- a/server/templates/updates.hbs +++ b/server/templates/updates.hbs @@ -1,7 +1,7 @@ {{#> layout }} -
+
{{#if current_user}} {{#if releases}} @@ -23,8 +23,8 @@ {{else}}

Hold it!

-

You can't access this without logging in.

-

Try joining our community to get access to updates & releases.

+

You can't access this without logging in.

+

Try joining our community to get access to updates & releases.

{{/if}}