bulma/docs/v1-beta.html

53 lines
1.6 KiB
HTML
Raw Normal View History

2024-01-11 03:58:20 +00:00
---
2024-01-11 04:07:13 +00:00
title: "Bulma v1 Beta: Sign up to the mailing list"
2024-01-11 03:58:20 +00:00
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">
2024-01-11 04:07:13 +00:00
<div class="v1-content">
2024-01-11 03:58:20 +00:00
<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">
2024-01-11 12:57:09 +00:00
<label class="label" for="name">Name <em>(required)</em></label>
2024-01-11 03:58:20 +00:00
<div class="form-control">
<input class="input" type="text" name="name" id="name">
</div>
</div>
<div class="block">
2024-01-11 12:57:09 +00:00
<label class="label" for="email">Email <em>(required)</em></label>
2024-01-11 03:58:20 +00:00
<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">
2024-01-11 12:57:09 +00:00
2024-01-11 03:58:20 +00:00
<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>