Skip to content

Commit 43af921

Browse files
committed
adds bootstrap to sign up form
1 parent a5c3d66 commit 43af921

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

_layouts/sign_up_form.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,26 @@ <h1>Hack Brexit Mailing List</h1>
88
<p>Sign up on our Hack Brexit contact form for us to keep you updated with all of the latest news </p>
99

1010
<form method="POST" action="http://formspree.io/hackbrexit@gmail.com">
11+
12+
<form class="form-inline">
13+
<div class="form-group">
14+
<label for="exampleInputName2">Name</label>
15+
<input type="name" name="name" class="form-control" id="exampleInputName2" placeholder="Your name">
16+
17+
</div>
18+
<div class="form-group">
19+
<label for="exampleInputEmail2">Email</label>
20+
<input type="email" email="email" class="form-control" id="exampleInputEmail2" placeholder="Your email">
21+
</div>
22+
<button type="submit" class="btn btn-primary">Sign up for updates on Hack Brexit</button>
23+
</form>
24+
25+
{% comment %}
1126
<input type="email" name="email" placeholder="Your email">
1227
<input type="name" name="name" placeholder="Your name">
1328
<button type="submit">Send</button>
1429
</form>
30+
{% endcomment %}
1531

1632
</div>
1733
{% include footer.html %}

0 commit comments

Comments
 (0)