hugo-lunr
Version:
Generate lunr.js index files for Hugo static site search
40 lines (33 loc) • 1.07 kB
HTML
+++
date = "2016-02-13T13:21:31-05:00"
title = "Sign Up"
+++
<div class="container">
<div class="row">
<h2>Start your free 15<br>
day trial in seconds.</h2>
</div>
<div class="row">
<div class="col-x-small-6 offset-x-small-3 well drop-shadow sign-up">
<form method="post" class="form sign-up" action="/process">
<h4>Name</h4>
<input type="text" value="" name="fullName" class="input-xlarge">
<h4>Company Name<br>
<small>leave it blank if you don't have a company</small></h4>
<input type="text" value="" name="company" class="input-xlarge">
<h4>Email</h4>
<input type="text" value="" name="email" class="input-xlarge">
<h4>Password</h4>
<input type="password" value="" name="password" class="input-xlarge">
<div class="btn-bar">
<div class="alert hide">
<ul>
</ul>
</div>
<p><button type="submit" class="signup">Start your free trial</button></p>
<p><small>By signing up you agree to the <a target="_blank" href="/terms-of-service">terms of service</a> and <a target="_blank" href="/privacy-policy">privacy policy</a>.</small></p>
</div>
</form>
</div>
</div>
</div>