39 lines
1.7 KiB
Markdown
39 lines
1.7 KiB
Markdown
---
|
|
title: "Contact Me"
|
|
description: "Get in touch or download my resume."
|
|
layout: "page"
|
|
showDate: false
|
|
showReadingTime: false
|
|
showTaxonomies: false
|
|
showPagination: false
|
|
showTableOfContents: true
|
|
showAuthor: true
|
|
---
|
|
|
|
{{< button href="/Ash_Marlow_CV.pdf" target="_blank" >}}
|
|
<i class="fas fa-download"></i> Download My CV
|
|
{{< /button >}}
|
|
|
|
---
|
|
|
|
<form action="https://formspree.io/f/mykndyej" method="POST" style="width: 100%; box-sizing: border-box;">
|
|
|
|
<div style="margin-bottom: 20px;">
|
|
<label style="display: block; margin-bottom: 8px; font-weight: bold;">Name</label>
|
|
<input type="text" name="name" required style="width: 100%; padding: 12px; border-radius: 5px; border: 1px solid #3d3d4d; background: transparent; color: inherit; box-sizing: border-box;">
|
|
</div>
|
|
|
|
<div style="margin-bottom: 20px;">
|
|
<label style="display: block; margin-bottom: 8px; font-weight: bold;">Email</label>
|
|
<input type="email" name="_replyto" required style="width: 100%; padding: 12px; border-radius: 5px; border: 1px solid #3d3d4d; background: transparent; color: inherit; box-sizing: border-box;">
|
|
</div>
|
|
|
|
<div style="margin-bottom: 20px;">
|
|
<label style="display: block; margin-bottom: 8px; font-weight: bold;">Message</label>
|
|
<textarea name="message" rows="5" required style="width: 100%; padding: 12px; border-radius: 5px; border: 1px solid #3d3d4d; background: transparent; color: inherit; box-sizing: border-box; resize: vertical;"></textarea>
|
|
</div>
|
|
|
|
<button type="submit" style="background-color: #3d3d4d; color: white; padding: 12px 30px; border: none; border-radius: 5px; cursor: pointer; font-size: 16px; transition: opacity 0.2s;">
|
|
Send Message
|
|
</button>
|
|
</form> |