devroom.io/content/contact.md

19 lines
635 B
Markdown
Raw Normal View History

2019-06-05 12:32:16 +00:00
+++
type = "page"
title = "Contact"
+++
Want to share? Feel free to send me a message!
If you need to, use my [GPG Key](/gpg/) to encrypt your message.
<form name="contact" method="POST" action="https://formspree.io/ariejan@devroom.io">
<fieldset>
<p> <input type="text" name="name" id="inputName" placeholder="Name" required> </p>
<p> <input type="email" name="email" id="inputEmail" placeholder="Email address" required> </p>
<p> <textarea name="message" id="inputMessage" rows="5" placeholder="Message" required></textarea> </p>
<button type="submit">Ship it</button>
</fieldset>
</form>