mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-13 05:42:59 +00:00
20 lines
No EOL
1 KiB
Handlebars
20 lines
No EOL
1 KiB
Handlebars
{{#> layout }}
|
|
|
|
<div class="max-w-screen-lg mx-auto text-main font-extralight p-20">
|
|
<article class="max-w-xl">
|
|
<h1 class="text-white text-4xl font-display font-extralight mb-10">Introducing Zed—A lightning fast code editor written natively in Rust.</h1>
|
|
<p class="leading-7">
|
|
Level up your development process with:
|
|
<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>
|
|
<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>
|
|
</article>
|
|
</div>
|
|
|
|
{{/layout}} |