diff --git a/content/projects/smart-home/index.md b/content/projects/smart-home/index.md index c577774..f164085 100644 --- a/content/projects/smart-home/index.md +++ b/content/projects/smart-home/index.md @@ -9,8 +9,24 @@ tags: - Zigbee image: /img/projects/smart-home/medal.webp description: "Some stuff about my smart home!" +summary: "A brief overview of my Proxmox-based home automation lab." --- +This is the short, punchy sentence that will show up in the box on the projects page. +It shouldn't be more than a line or two. + +This part of the text will ONLY show up once someone clicks into the +actual project page. You can put your full deep dive here. + + + this is my amazing smart home! test image diff --git a/hugo.yaml b/hugo.yaml index 4b788a1..fec980a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -97,11 +97,11 @@ params: content: Working as a Test Engineer featuredItems: customIcons: - - icon: /img/nb.jpeg + - icon: /img/work/nb.jpeg url: "https://nextbase.co.uk/" tooltip: Nextbase - company: "Pointwire" - companyUrl: "https://example.com" + companyUrl: "https://pointwire.com/" jobs: - name: "Technology Associate" date: "June 2024 - June 2025" @@ -109,19 +109,12 @@ params: info: content: Cyber Security featuredItems: - fontAwesomeIcons: - - icon: fa-brands fa-react - url: https://react.dev/ - tooltip: Example tooltip content - - icon: fab fa-x-twitter - url: https://example.com - # tooltip: Example tooltip content - customIcons: - - icon: /fav.png - url: "https://example.com" - tooltip: Example tooltip content + customIcons: + - icon: /img/work/pointwire.png + url: "https://pointwire.com/" + tooltip: Example tooltip content - company: "Panasonic" - companyUrl: "https://example.com" + companyUrl: "https://www.pmuk.co.uk/" jobs: - name: "Embedded Software Engineer" date: "April 2023 - June 2024" @@ -129,17 +122,10 @@ params: info: content: Software Engineer featuredItems: - fontAwesomeIcons: - - icon: fa-brands fa-react - url: https://react.dev/ - tooltip: Example tooltip content - - icon: fab fa-x-twitter - url: https://example.com - # tooltip: Example tooltip content - customIcons: - - icon: /fav.png - url: "https://example.com" - tooltip: Example tooltip content + customIcons: + - icon: /img/work/panasonic.jpg + url: "https://www.pmuk.co.uk/" + tooltip: Example tooltip content education: enable: true diff --git a/static/img/nb.jpeg b/static/img/work/nb.jpeg similarity index 100% rename from static/img/nb.jpeg rename to static/img/work/nb.jpeg diff --git a/static/img/work/panasonic.jpg b/static/img/work/panasonic.jpg new file mode 100644 index 0000000..d93b556 Binary files /dev/null and b/static/img/work/panasonic.jpg differ diff --git a/static/img/work/pointwire.png b/static/img/work/pointwire.png new file mode 100644 index 0000000..7c71bc0 Binary files /dev/null and b/static/img/work/pointwire.png differ