diff --git a/_data/photos.yml b/_data/photos.yml index 9c6bde6..1de7d17 100644 --- a/_data/photos.yml +++ b/_data/photos.yml @@ -3,7 +3,7 @@ alt: Black and white portrait photo with sunlight shining on one half of the face - file: Album-Cover.jpg tag: Portrait - alt: A woman sat on a bench in the dark, with two flourescent lines of light horizontally across the image + alt: A woman sat on a bench in the dark, with two horizontal flourescent lines of light in the background - file: 2023-02-05-16-26-31_018.jpg tag: Portrait alt: A man stood by a metal fence on the beach, looking at the ocean diff --git a/_data/portfolio.yml b/_data/portfolio.yml index 1f6e692..e43deac 100644 --- a/_data/portfolio.yml +++ b/_data/portfolio.yml @@ -1,5 +1,24 @@ -- title: Finance - link: '#' - tag: Web development - image: /assets/images/project-1.jpg - image_alt: finance \ No newline at end of file +- title: BRECcIA Network Mapper + date: 2023 + link: https://github.com/southampton-rsg/breccia-mapper + tag: Web Development + image: /assets/images/breccia-graph.png + image_alt: BRECcIA Network Mapper graph +- title: Parandum + date: 2020 + link: https://github.com/mgrove36/parandum + tag: Web Development + image: /assets/images/parandum-banner.png + image_alt: Parandum dashboard +- title: Swifts Junior Badminton Club website + date: 2022 + link: https://swiftsjbc.org.uk + tag: Web Development + image: /assets/images/sjbc-banner.png + image_alt: Swifts Junior Badminton Club website +- title: BBC Young Reporter Website + date: 2019 + link: https://github.com/mgrove36/bbc-young-reporter + tag: Web Development + image: /assets/images/bbc-young-reporter-banner.png + image_alt: BBC Young Reporter website \ No newline at end of file diff --git a/_data/skills.yml b/_data/skills.yml index d2348e5..12d6bbb 100644 --- a/_data/skills.yml +++ b/_data/skills.yml @@ -1,8 +1,8 @@ -- name: Web design +- name: Cyber Security (esp. web and network) value: 80 -- name: Graphic design - value: 70 -- name: Branding - value: 90 -- name: WordPress - value: 50 \ No newline at end of file +- name: Software Engineering + value: 82 +- name: Web Development and Online Marketing + value: 75 +- name: Digital Forensics + value: 30 \ No newline at end of file diff --git a/_subpages/03-portfolio.md b/_subpages/03-portfolio.md index 9419d8e..8df5924 100644 --- a/_subpages/03-portfolio.md +++ b/_subpages/03-portfolio.md @@ -53,7 +53,7 @@ permalink: /portfolio {% for project-item in site.data.portfolio %}