update home + story

Nate created

Change summary

server/templates/home.hbs  | 10 ++--------
server/templates/story.hbs |  7 ++++++-
2 files changed, 8 insertions(+), 9 deletions(-)

Detailed changes

server/templates/home.hbs 🔗

@@ -1,6 +1,6 @@
 {{#> layout }}
 
-<div class="max-w-screen-md text-main font-extralight p-20">
+<div class="max-w-screen-lg mx-auto text-main font-extralight p-20">
     <h1 class="text-white text-4xl font-display font-extralight mb-10">Meet Zed&mdash;A lightning fast code editor written natively in Rust.</h1>
     <p class="leading-7">
         Level up your development process with:
@@ -11,13 +11,7 @@
             <li>the ability to rewind time to any point</li>
         </ul>
     </p>
-    <p class="mt-5 leading-7">Early access to Zed will open up mid-2022 for small teams and individuals.</p>
-    <a href="/community" class="underline inline-block border border-white mt-10 mb-10 p-5">Be the first to know.</a>
-
-    <h2 class="text-white font-display font-extralight mt-20">We started Zed for ourselves&mdash;To bring joy back to writing code every day.</h1>
-    <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&mdash;Our goal with Zed is to start small and impress with a singular focus on developer experience.</p>
+    <p class="mt-5 leading-7">Early access to Zed will open up mid-2022 for small teams and individuals in our <a class="underline" href="/community">community</a>.</p>
     <a href="/story" class="underline inline-block border border-white mt-10 mb-10 p-5">Read our story.</a>
 </div>
 

server/templates/story.hbs 🔗

@@ -1,10 +1,15 @@
 {{#> layout }}
 
-<div class="container mx-auto max-w-screen-md p-10 pt-20">
+<div class="max-w-screen-lg mx-auto 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>
     <p class="mt-5 leading-7">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.</p>    
+
+    <h2 class="text-white font-display font-extralight mt-20">We started Zed for ourselves&mdash;To bring joy back to writing code every day.</h1>
+    <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&mdash;Our goal with Zed is to start small and impress with a singular focus on developer experience.</p>
 </div>
 
 {{/layout}}