Update contact page
This commit is contained in:
parent
849b29b684
commit
798441bf47
1 changed files with 6 additions and 21 deletions
|
@ -8,28 +8,13 @@ title: Contact
|
|||
description: "Need to get in touch?"
|
||||
---
|
||||
|
||||
Email me at [daniel@lyte.dev][e], [message me on Discord][d], or use the form
|
||||
below.
|
||||
If you want to reach out, please do so via my email at [daniel@lyte.dev][e],
|
||||
[join my Discord server][d], [mesage me on the Matrix fediverse][m], or
|
||||
`@lytedev` across the usual IRC networks.
|
||||
|
||||
<form action="https://formspree.io/f/xbjpnnlg" method="POST">
|
||||
<fieldset>
|
||||
<label name="name">Full Name</label>
|
||||
<input type="text" name="name" placeholder="Daniel Flanagan" />
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<label name="_replyto">Email</label>
|
||||
<input type="email" name="_replyto" placeholder="you@example.com" />
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<label name="content">Message</label>
|
||||
<textarea name="content" rows="4"></textarea>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<input class="button primary" type="submit" value="Send" />
|
||||
</fieldset>
|
||||
<input type="hidden" name="_next" value="/thanks" />
|
||||
<input type="hidden" name="_subject" value="Contact Form Submission - lytedev" />
|
||||
</form>
|
||||
There was once a contact form here, but spam and script kiddies ruin the fun
|
||||
parts of the internet and I wouldn't have it any other way. ❤️
|
||||
|
||||
[e]: mailto:daniel@lyte.dev
|
||||
[d]: https://discord.gg/jUCXCYp
|
||||
[m]: https://matrix.to/#/@lytedev:matrix.org
|
||||
|
|
Loading…
Reference in a new issue