Added contact form
This commit is contained in:
@@ -4,7 +4,12 @@ description: "My professional experience and education."
|
||||
layout: "simple"
|
||||
---
|
||||
|
||||
## Professional Experience
|
||||
## {{< icon "file-lines" >}} Professional Experience
|
||||
|
||||
{{< button href="/Ash_Marlow_CV.pdf" target="_blank" >}}
|
||||
<i class="fas fa-download"></i> {{< icon "download" >}} Download CV
|
||||
{{< /button >}}
|
||||
|
||||
|
||||
{{< timeline >}}
|
||||
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
---
|
||||
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>
|
||||
Reference in New Issue
Block a user