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 %}
  • - +
  • diff --git a/assets/css/style.css b/assets/css/style.css index 94fc0a1..87ddf96 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -957,7 +957,7 @@ main { .project-img { position: relative; width: 100%; - height: 200px; + height: 184px; border-radius: 16px; overflow: hidden; margin-bottom: 15px; @@ -1248,7 +1248,6 @@ textarea.form-input::-webkit-resizer { display: none; } * #PORTFOLIO, BLOG */ - .project-img, .blog-banner-box { height: auto; } } diff --git a/assets/images/avatar-1.png b/assets/images/avatar-1.png deleted file mode 100644 index def748f..0000000 Binary files a/assets/images/avatar-1.png and /dev/null differ diff --git a/assets/images/avatar-2.png b/assets/images/avatar-2.png deleted file mode 100644 index 8168ced..0000000 Binary files a/assets/images/avatar-2.png and /dev/null differ diff --git a/assets/images/avatar-3.png b/assets/images/avatar-3.png deleted file mode 100644 index d583013..0000000 Binary files a/assets/images/avatar-3.png and /dev/null differ diff --git a/assets/images/avatar-4.png b/assets/images/avatar-4.png deleted file mode 100644 index 63532f5..0000000 Binary files a/assets/images/avatar-4.png and /dev/null differ diff --git a/assets/images/bbc-young-reporter-banner.png b/assets/images/bbc-young-reporter-banner.png new file mode 100644 index 0000000..57a3029 Binary files /dev/null and b/assets/images/bbc-young-reporter-banner.png differ diff --git a/assets/images/breccia-graph.png b/assets/images/breccia-graph.png new file mode 100644 index 0000000..4367c8a Binary files /dev/null and b/assets/images/breccia-graph.png differ diff --git a/assets/images/parandum-banner.png b/assets/images/parandum-banner.png new file mode 100644 index 0000000..b1461b3 Binary files /dev/null and b/assets/images/parandum-banner.png differ diff --git a/assets/images/sjbc-banner.png b/assets/images/sjbc-banner.png new file mode 100644 index 0000000..f1ec17b Binary files /dev/null and b/assets/images/sjbc-banner.png differ