This commit is contained in:
Marc 2015-12-24 02:49:13 -05:00
parent 71cc723528
commit 29fcb640ab

View file

@ -86,11 +86,11 @@
<p class="primarytext basesize">You can also send me an <span class="accent accentsize oswald">email</span> at <a href="mailto:c.marcandre@gmail.com">c.marcandre[at]gmail.com</a>, or fill the form below!</p>
<form action="http://formspree.io/c.marcandre@gmail.com" method="POST">
<form action="https://formspree.io/c.marcandre@gmail.com" method="POST">
<p class="accentsize accent oswald">About you:</p>
<p class="basesize">My name is <input type="text" class="accent" placeholder="Johnny Appleseed"required>, I'm a <input type="text" class="accent" placeholder="fellow tinkerer">. You can come back to me at <input type="text" class="accent" placeholder="foo@bar.baz" required></p>
<p class="basesize">I'd like to tell you about ...</p>
<p class="basesize"><textarea placeholder="... this new cool thing I'm working on." required></textarea></p>
<p class="basesize"><textarea class="accent"placeholder="... this new cool thing I'm working on." required></textarea></p>
<div class="ta-center">
<input type="submit" value="Send message">
</div>