site.lyte.dev/content/contact.md

36 lines
1021 B
Markdown
Raw Normal View History

2020-07-14 16:47:54 -05:00
---
2020-07-29 15:27:42 -05:00
# date: 2017-02-22T14:43:02-06:00
2020-07-14 16:47:54 -05:00
image: /img/pen-journal.jpg
imageOverlayColor: "#000"
imageOverlayOpacity: 0.7
heroBackgroundColor: "#333"
title: Contact
description: "Need to get in touch?"
---
2020-09-14 11:00:31 -05:00
Email me at [daniel@lyte.dev][e], [message me on Discord][d], or use the form
below.
2020-07-14 16:47:54 -05:00
2021-03-18 10:12:43 -05:00
<form action="https://formspree.io/f/xbjpnnlg" method="POST">
2020-07-14 17:52:42 -05:00
<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>
2020-09-14 11:00:31 -05:00
[e]: mailto:daniel@lyte.dev
[d]: https://discord.gg/jUCXCYp