From cbb7e882e8ccc63e0ffda0d626b04a769522c797 Mon Sep 17 00:00:00 2001 From: Nate Date: Mon, 20 Sep 2021 18:23:01 -0400 Subject: [PATCH] update page spacing on mobile --- server/templates/home.hbs | 10 +++++----- server/templates/releases.hbs | 14 +++++++------- server/templates/story.hbs | 10 +++++----- server/templates/team.hbs | 26 +++++++++++++------------- server/templates/updates.hbs | 13 ++++++------- 5 files changed, 36 insertions(+), 37 deletions(-) diff --git a/server/templates/home.hbs b/server/templates/home.hbs index 0b4ab2d02c..184c6b6553 100644 --- a/server/templates/home.hbs +++ b/server/templates/home.hbs @@ -1,19 +1,19 @@ {{#> layout }} -
+

Introducing Zed—A lightning fast code editor written in Rust.

-

+

Level up your development process with: -

    +
    • a lightning fast code editor
    • real time collaboration on any work tree
    • powerful code annotation tools
    • the ability to rewind time to any point

    -

    Early access to Zed will open up mid-2022 for small teams and individuals in our community.

    - Read our story. +

    Early access to Zed will open up mid-2022 for small teams and individuals in our community.

    + Read our story.
diff --git a/server/templates/releases.hbs b/server/templates/releases.hbs index 8bff38cfe8..afa0ee5bb1 100644 --- a/server/templates/releases.hbs +++ b/server/templates/releases.hbs @@ -1,9 +1,9 @@ {{#> layout }} -
+
{{#if current_user}} -

Releases

+

Releases

Zed is currently only available on OS X.

We are frequently shipping new versions, check back reguarly to get the most recent version. If you run into an issue you think we might not know about use the "new issue" links by the appropriate version to let us know about it.

{{#if releases}} @@ -11,8 +11,8 @@
diff --git a/server/templates/story.hbs b/server/templates/story.hbs index ac2ad09bef..6c05cc698c 100644 --- a/server/templates/story.hbs +++ b/server/templates/story.hbs @@ -1,17 +1,17 @@ {{#> layout }} -
-

Our Story

+
+

Our Story

We’re the team behind GitHub’s Atom text editor, and we’re building something new:

Zed is a fully-native desktop code editor focused on high performance, clean design, and seamless collaboration.

We’re in early development, but we’d like to build a small community of developers who care deeply about their tools and are willing to give us feedback.

-

We started Zed for ourselves—To bring joy back to writing code every day.

+

We started Zed for ourselves—To bring joy back to writing code every day.

Modern text editors have forgotten the core tentants of software – speed and reliability first, features second.

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.

New software tends to overpromise and underdeliver—Our goal with Zed is to start small and impress with a singular focus on developer experience.

-
+

Nathan Sobo

Co-founder

@@ -23,7 +23,7 @@
-
+
diff --git a/server/templates/team.hbs b/server/templates/team.hbs index 1f571a3f69..ea2e9cd322 100644 --- a/server/templates/team.hbs +++ b/server/templates/team.hbs @@ -1,32 +1,32 @@ {{#> layout }} -
-

The Team

+
+

The Team

-
+
-

Nathan Sobo

+

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.

-

Github · Twitter

+

Github · Twitter

-
+
-

Antonio Scandurra

+

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.

diff --git a/server/templates/updates.hbs b/server/templates/updates.hbs index 9382ff2281..7e72cfe7c4 100644 --- a/server/templates/updates.hbs +++ b/server/templates/updates.hbs @@ -1,16 +1,15 @@ {{#> layout }} -
+
{{#if current_user}} {{#if releases}} - {{!--

Updates

--}} {{#each releases}}