Skip to content

Commit b97a3b6

Browse files
committed
adds Sign up form page
1 parent c3eeed3 commit b97a3b6

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
@@ -0,0 +1,16 @@
1+
{% include head.html %}
2+
3+
<div class="container">
4+
{% include header.html %}
5+
6+
<h1>Hack Brexit Mailing List</h1>
7+
8+
<p>Sign up on our Hack Brexit contact form for us to keep you updated with all of the latest news </p>
9+
10+
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSftbQrHueHZpjbXyXhWKvR-uixs2J_BFhxJL29ZVp-v9vFoiQ/viewform?embedded=true" width="760" height="500" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
11+
12+
{% endfor %}
13+
</div>
14+
{% include footer.html %}
15+
16+
{% include foot.html %}

0 commit comments

Comments
 (0)