zed/server/templates/community.hbs

40 lines
2.6 KiB
Handlebars
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{#> layout }}
<div class="max-w-screen-lg p-20 mx-auto font-thin">
<h1 class="mb-10 font-display font-extralight">Were building a community of passionate developers &amp; advocates.</h1>
<p class="mt-5 leading-7">Be the first to join a community of builders that want to make the future.</p>
<form action="/signups" method="post" class="mt-10">
<ul>
<li class="flex flex-row mt-5 text-lg">
<input class="w-8 mr-5" value=true name="wants_releases" type="checkbox" id="form-releases" checked>
<div class="flex-1">
<label for="wants_releases">I want to try Zed when it is available</label>
<p class="mt-1 text-sm leading-6 text-gray-400">Get updates on beta releases, and when Zed launches.</p>
</div>
</li>
<li class="flex flex-row mt-5 text-lg">
<input class="w-8 mr-5" value=true name="wants_updates" type="checkbox" id="form-follow">
<div class="flex-1">
<label for="wants_updates">Im interested in following Zed's development</label>
<p class="mt-1 text-sm leading-6 text-gray-400">Receive occasional email updates on the development of Zed and it's tech</p>
</div>
</li>
<li class="flex flex-row mt-5 text-lg">
<input class="w-8 mr-5" value=true name="wants_community" type="checkbox" id="form-community" name="community">
<div class="flex-1">
<label for="wants_community">I want to join the Zed Universe community</label>
<p class="mt-1 text-sm leading-6 text-gray-400">Join the waitlist for our alpha tester community to get early access to releases and contribute to Zed's development through testing &amp; feedback.</p>
</div>
</li>
</ul>
<input class="block w-2/3 p-5 mt-10 text-lg bg-transparent border border-white" type="text" id="form-email" name="email_address" required minlength="4" placeholder="Your email">
<input class="block w-2/3 p-5 mt-10 text-lg bg-transparent border border-white" type="text" id="form-gh" name="email_address" name="github_login" placeholder="Github Username">
<button href="/story" class="block mt-10 text-lg underline">Join the waitlist.</button>
</form>
<p class="mt-20 text-sm leading-7 text-gray-500">We'll never spam your email &mdash; You can expect an email every 1 to 3 months from us if you sign up for updates, and occasional emails about public testing releases.</p>
</div>
{{/layout}}