Update contact page

This commit is contained in:
Ariejan de Vroom 2020-02-27 15:08:43 +01:00
parent c94fdb105d
commit 44f8cf9cbb

View File

@ -3,16 +3,33 @@ type = "page"
title = "Contact"
+++
Want to share? Feel free to send me a message!
I _love_ hearing from you, especially if any of my posts was helpful to you. I know
a lot of you are looking to repair your television or audio equipment. Go for it!
If you need to, use my [GPG Key](/gpg/) to encrypt your message.
I do have to disappoint those who want to send me their gear for repair or request
specific instruction on how to so themselves. I don't have the time to assist you
to a degree that would make either of us happy. I _can_ refer you to
[/r/AskElectronics](https://www.reddit.com/r/AskElectronics/) and
[/r/audiorepair](https://www.reddit.com/r/audiorepair/) on Reddit, where many
helpful (and more knowledgeable) people are ready to help out.
<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>
<p>
<label for="name">Your name:</label>
<input type="text" name="name" id="inputName" required>
</p>
<p>
<label for="email">Your email address:</label>
<input type="email" name="email" id="inputEmail" required>
</p>
<p>
<label for="email">Your messages</label>
<textarea name="message" id="inputMessage" rows="6" required></textarea>
</p>
<button type="submit">Ship it</button>
</fieldset>
</form>
If you need to, use my [GPG Key](/gpg/) or [Keybase](https://keybase.io/adevroom) to
encrypt your message to me.