devroom.io/content/contact.md
Ariejan de Vroom b86937da4e
All checks were successful
Deploy / deploy (push) Successful in 1m50s
Add buy-me-a-coffee button to contact form
2024-03-25 14:46:56 +01:00

33 lines
1.1 KiB
Markdown

+++
type = "page"
title = "Contact"
+++
I _love_ hearing from you, especially if any of my posts was helpful to you. Please note, I don't have the time or
resources to diagnose specific issues with your audio or TV equipment.
<div class="buymeacoffee">
<a href="https://www.buymeacoffee.com/ariejan">
<img src="/bmc-full-logo-no-background.png" alt="Buy me a coffee" />
</a>
</div>
_Note: this form is processed through [Fromspree.io](https://formspree.io)_
<form name="contact" method="POST" action="https://formspree.io/ariejan@devroom.io">
<fieldset>
<label for="name">Your name:</label>
<input type="text" name="name" id="inputName" required>
<br />
<label for="email">Your email address:</label>
<input type="email" name="email" id="inputEmail" required>
<br />
<label for="email">Your messages</label>
<textarea name="message" id="inputMessage" rows="12" required></textarea>
<br />
<input type="submit" value="Send it">
</fieldset>
</form>
If you need privacy use my [GPG Key](/gpg/).