forked from Eraince/Eraince.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignup.html
More file actions
28 lines (24 loc) · 710 Bytes
/
Signup.html
File metadata and controls
28 lines (24 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Sign up For Northwestern Toastmasters
layout: main
---
<!-- Main -->
<div id="main" class="wrapper style1">
<div class="container">
<section>
<div class="10u -1u">
<p align="center"><img src ="/assets/images/email.png" width="150px"></p>
<br>
<form action="http://formspree.io/arindampaul.bits@gmail.com" method="post">
<label for="LastName">Last Name</label>
<input type="text" name="name"><br>
<label for="FirstName">First Name</label>
<input type="text" name="name"><br>
<label for="Email">Email</label>
<input type="email" name="_replyto"><br>
<p align="center"><input type="submit" value="Send"></p>
</form>
</div>
</section>
</div>
</div>