zed/server/templates/story.hbs

16 lines
1.3 KiB
Handlebars
Raw Normal View History

{{#> layout }}
2021-09-17 19:37:27 +00:00
<div class="max-w-screen-lg mx-auto p-20">
2021-09-16 19:01:50 +00:00
<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>
2021-09-17 19:37:27 +00:00
<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}}