zed/server/templates/story.hbs

11 lines
647 B
Handlebars
Raw Normal View History

{{#> layout }}
<div class="container mx-auto max-w-screen-md p-10 pt-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>
</div>
{{/layout}}