File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11---
2- layout: Sign up form
2+ layout: sign_up_form
33---
You can’t perform that action at this time.
0 commit comments