mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-11 21:13:02 +00:00
update home
This commit is contained in:
parent
cbb7e882e8
commit
d8ebbd5a51
2 changed files with 6 additions and 3 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
.underline,
|
||||
.hover\:underline:hover {
|
||||
text-underline-offset: 4px;
|
||||
text-underline-offset: 6px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1024px) {
|
||||
|
|
|
@ -12,8 +12,11 @@
|
|||
<li>the ability to rewind time to any point</li>
|
||||
</ul>
|
||||
</p>
|
||||
<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" href="/community">community</a>.</p>
|
||||
<a href="/story" class="inline-block pt-6 pl-10 pr-10 mt-10 mb-10 underline border border-white pb-7">Read our story.</a>
|
||||
<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>
|
||||
<p class="mt-10 leading-relaxed">
|
||||
<span class="inline-block pr-5"><a href="/story" class="inline-block underline hover:no-underline">Read our story</a>.</span>
|
||||
<span class="inline-block pr-5 opacity-50"><a href="/community" class="inline-block no-underline hover:underline">Join the waitlist</a>.</span>
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue