40 lines
1.5 KiB
Markdown
40 lines
1.5 KiB
Markdown
---
|
|
title: "Contact Me"
|
|
description: "Get in touch or download my resume."
|
|
layout: "page"
|
|
showDate: false
|
|
showReadingTime: false
|
|
showTaxonomies: false
|
|
showPagination: false
|
|
---
|
|
|
|
If you have a project in mind or just want to chat about homelabs, feel free to reach out!
|
|
|
|
{{< button href="/Ash_Marlow_CV.pdf" target="_blank" >}}
|
|
<i class="fas fa-download"></i> Download My CV
|
|
{{< /button >}}
|
|
|
|
---
|
|
|
|
### Send a Message
|
|
|
|
<form action="https://formspree.io/f/mykndyej" method="POST" class="contact-form">
|
|
<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;">
|
|
Send Message
|
|
</button>
|
|
</form> |