diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index bbb41c5..a2b5ae7 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -15,5 +15,18 @@ pageRef = "about" identifier = "edI3anu9xS" weight = 9_999 +[[main]] +name = "Contact" +pre = "envelope" +pageRef = "contact" +identifier = "oriHnkl6eh" +weight = 9_999 + [[footer]] none = "none" + +[[footer]] +name = "Contact" +pageRef = "contact" +identifier = "Lo51dRK78A" +weight = 1 diff --git a/config/_default/params.toml b/config/_default/params.toml index 2cf01be..83df704 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -109,7 +109,7 @@ cardView = false cardViewScreenWidth = false [author] -name = "Ash" +name = "Ash Marlow" image = "img/me.jpg" headline = "Software Engineer | Electronics | Cyber Security" bio = "Building cool things with Docker and Tanium." diff --git a/content/about/index.md b/content/about/index.md index 2c34a67..d1d1bf8 100644 --- a/content/about/index.md +++ b/content/about/index.md @@ -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" >}} + {{< icon "download" >}} Download CV +{{< /button >}} + {{< timeline >}} diff --git a/content/contact.md b/content/contact.md new file mode 100644 index 0000000..605e5ac --- /dev/null +++ b/content/contact.md @@ -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" >}} + Download My CV +{{< /button >}} + +--- + +### Send a Message + +
\ No newline at end of file diff --git a/hugo.yaml b/old.yaml similarity index 100% rename from hugo.yaml rename to old.yaml diff --git a/static/cv.pdf b/static/Ash_Marlow_CV.pdf similarity index 100% rename from static/cv.pdf rename to static/Ash_Marlow_CV.pdf diff --git a/assets/img/AM.ico b/static/img/favicon.ico similarity index 100% rename from assets/img/AM.ico rename to static/img/favicon.ico