Files
website/content/contact.md
T
2026-04-04 11:44:10 +01:00

41 lines
1.6 KiB
Markdown

---
title: "Contact Me"
description: "Get in touch or download my resume."
layout: "page"
showDate: false
showReadingTime: false
showTaxonomies: false
showPagination: false
showTableOfContents: false
showAuthor: true
---
{{< button href="/Ash_Marlow_CV.pdf" target="_blank" >}}
<i class="fas fa-download"></i> &nbsp; Download My CV
{{< /button >}}
---
### Send a Message
<form action="https://formspree.io/f/mykndyej" method="POST" class="contact-form" style="width: 100%; max-width: 650px; margin: 20px auto;">
<div style="margin-bottom: 15px;">
<label style="display: block; margin-bottom: 5px;">Name</label>
<input type="text" name="name" required style="width: 100%; padding: 8px; border-radius: 5px; border: 1px solid #3d3d4d; background: transparent; color: inherit;">
</div>
<div style="margin-bottom: 15px;">
<label style="display: block; margin-bottom: 5px;">Email</label>
<input type="email" name="_replyto" required style="width: 100%; padding: 8px; border-radius: 5px; border: 1px solid #3d3d4d; background: transparent; color: inherit;">
</div>
<div style="margin-bottom: 15px;">
<label style="display: block; margin-bottom: 5px;">Message</label>
<textarea name="message" rows="5" required style="width: 100%; padding: 8px; border-radius: 5px; border: 1px solid #3d3d4d; background: transparent; color: inherit;"></textarea>
</div>
<button type="submit" style="background-color: #3d3d4d; color: white; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; width: 100%; max-width: 200px;">
Send Message
</button>
</form>