home.hbs

 1{{#> layout }}
 2
 3<div class="max-w-screen-lg p-10 mx-auto font-thin text-main lg:p-20">
 4    <article class="max-w-xl">
 5        <h1 class="mb-10 text-4xl leading-tight text-white font-display font-extralight">Introducing Zed&mdash;A lightning fast code editor written in Rust.</h1>
 6        <p class= leading-relaxed">
 7            Level up your development process with:
 8            <ul class="mt-4 ml-8 leading-loose list-disc">
 9                <li>a <a href="/tech#rust>" class="underline">lightning fast</a> code editor</li>
10                <li>real time collaboration on any work tree</li>
11                <li>powerful code annotation tools</li>
12                <li>the ability to rewind time to any point</li>
13            </ul>
14        </p>
15        <p class="mt-5 leading-relaxed">Early access to Zed will open up mid-2022 for small teams and individuals in our <a class="underline hover:no-underline" href="/community">community</a>.</p>
16        <p class="mt-10 leading-relaxed">
17            <span class="inline-block pr-5"><a href="/story" class="inline-block underline hover:no-underline">Read our story</a>.</span>
18            <span class="inline-block pr-5 opacity-50"><a href="/community" class="inline-block no-underline hover:underline">Join the waitlist</a>.</span>
19        </p>
20    </article>
21    <article class="max-w-xl mt-32">
22        <h2 class="mb-10 text-3xl leading-tight text-white font-display font-extralight">What we are building.</h1>
23        <p class="mt-5 leading-relaxed"></p>
24    </article>
25</div>
26
27{{/layout}}