File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 %}
You can’t perform that action at this time.
0 commit comments