Added contact form
This commit is contained in:
@@ -15,5 +15,18 @@ pageRef = "about"
|
|||||||
identifier = "edI3anu9xS"
|
identifier = "edI3anu9xS"
|
||||||
weight = 9_999
|
weight = 9_999
|
||||||
|
|
||||||
|
[[main]]
|
||||||
|
name = "Contact"
|
||||||
|
pre = "envelope"
|
||||||
|
pageRef = "contact"
|
||||||
|
identifier = "oriHnkl6eh"
|
||||||
|
weight = 9_999
|
||||||
|
|
||||||
[[footer]]
|
[[footer]]
|
||||||
none = "none"
|
none = "none"
|
||||||
|
|
||||||
|
[[footer]]
|
||||||
|
name = "Contact"
|
||||||
|
pageRef = "contact"
|
||||||
|
identifier = "Lo51dRK78A"
|
||||||
|
weight = 1
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ cardView = false
|
|||||||
cardViewScreenWidth = false
|
cardViewScreenWidth = false
|
||||||
|
|
||||||
[author]
|
[author]
|
||||||
name = "Ash"
|
name = "Ash Marlow"
|
||||||
image = "img/me.jpg"
|
image = "img/me.jpg"
|
||||||
headline = "Software Engineer | Electronics | Cyber Security"
|
headline = "Software Engineer | Electronics | Cyber Security"
|
||||||
bio = "Building cool things with Docker and Tanium."
|
bio = "Building cool things with Docker and Tanium."
|
||||||
|
|||||||
@@ -4,7 +4,12 @@ description: "My professional experience and education."
|
|||||||
layout: "simple"
|
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 >}}
|
{{< 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>
|
||||||
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user