We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3eeed3 commit b97a3b6Copy full SHA for b97a3b6
1 file changed
_layouts/sign_up_form.html
@@ -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