zed/server/templates/home.hbs

18 lines
931 B
Handlebars
Raw Normal View History

{{#> layout }}
2021-09-16 19:01:50 +00:00
<div class="container mx-auto max-w-screen-md text-main p-10 pt-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:
2021-09-16 19:01:50 +00:00
<ul class="mt-2 ml-8 list-disc leading-8">
<li>a <a href="/tech#rust>" class="underline">lightning fast</a> code editor</li>
<li>real time collaboration on any work tree</li>
<li>powerful code annotation tools</li>
<li>the ability to rewind time to any point</li>
</ul>
</p>
2021-09-16 19:01:50 +00:00
<p class="mt-5 leading-7">Early access to Zed will open up mid-2022 for small teams and individuals. Be the <a href="/community" class="underline">first to know</a>.</p>
<p class="mt-5 leading-7">Read <a href="/story>" class="underline">our story</a>.</p>
</div>
{{/layout}}