mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
52 lines
1.6 KiB
HTML
52 lines
1.6 KiB
HTML
---
|
|
title: v1 beta sign up
|
|
layout: playground
|
|
---
|
|
<div class="v1-main">
|
|
<div>
|
|
<h3 class="v1-title">
|
|
<span class="v1-emoji">🎉</span>
|
|
Bulma v1 is coming soon!
|
|
</h3>
|
|
|
|
<form action="https://mail.jgthms.com/subscribe" method="POST" accept-charset="utf-8">
|
|
<div class="content">
|
|
<p>Join the Beta to:</p>
|
|
<ul>
|
|
<li>gain access to the private v1 repository</li>
|
|
<li>be able to run the v1 locally</li>
|
|
<li>provide feedback about the new features</li>
|
|
<li>share suggestions about improvements</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="block">
|
|
<label class="label" for="name">Name</label>
|
|
<div class="form-control">
|
|
<input class="input" type="text" name="name" id="name">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="block">
|
|
<label class="label" for="email">Email</label>
|
|
<div class="form-control">
|
|
<input class="input" type="email" name="email" id="email">
|
|
</div>
|
|
</div>
|
|
|
|
<div class="block" style="display: none;">
|
|
<label class="label" for="hp">HP</label>
|
|
<div class="form-control">
|
|
<input class="input" type="text" name="hp" id="hp">
|
|
</div>
|
|
</div>
|
|
|
|
<input type="hidden" name="list" value="cLsqDIbNTqfozYoXXXBLrw">
|
|
<input type="hidden" name="subform" value="yes">
|
|
<input class="button is-primary" type="submit" name="submit" id="submit">
|
|
|
|
<p class="v1-tsp">No spam. Just a few emails regarding gaining access and providing feedback.</p>
|
|
</form>
|
|
</div>
|
|
</div>
|