Skip to content

Commit 86ff5fd

Browse files
committed
updates sign up form layout template
1 parent 021d405 commit 86ff5fd

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<a class="nav-link" href="gallery.html">Gallery</a>
99
</li>
1010
<li class="nav-item">
11-
<a class="nav-link" href="/">Sign up form</a>
11+
<a class="nav-link" href="sign_up_form.html">Sign up form</a>
1212
</li>
1313
</ul>
1414
</nav>

_layouts/sign_up_form.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@ <h1>Hack Brexit Mailing List</h1>
77

88
<p>Sign up on our Hack Brexit contact form for us to keep you updated with all of the latest news </p>
99

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>
10+
<form accept-charset="UTF-8" action="https://docs.google.com/forms/d/e/1FAIpQLSftbQrHueHZpjbXyXhWKvR-uixs2J_BFhxJL29ZVp-v9vFoiQ/viewform" method="POST">
11+
<input type="email" name="email" placeholder="Your Email">
12+
<input type="text" name="name" placeholder="Your Name">
13+
<input type="hidden" name="utf8" value="">
14+
<button type="submit">Submit</button>
15+
</form>
16+
17+
{% comment %}
18+
<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>
19+
{% endcomment %}
1120

12-
{% endfor %}
1321
</div>
1422
{% include footer.html %}
1523

sign_up_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
2-
layout: Sign up form
2+
layout: sign_up_form
33
---

0 commit comments

Comments
 (0)