zed/server/templates/story.hbs
2021-09-17 15:37:27 -04:00

16 lines
1.3 KiB
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{#> layout }}
<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">Were the team behind GitHubs Atom text editor, and were 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">Were in early development, but wed 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}}