Update site content

This commit is contained in:
2024-06-10 16:24:53 +01:00
parent a1abb8af68
commit 913edf62f3
13 changed files with 35 additions and 17 deletions

View File

@@ -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

View File

@@ -1,5 +1,24 @@
- title: Finance
link: '#'
tag: Web development
image: /assets/images/project-1.jpg
image_alt: finance
- 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

View File

@@ -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
- name: Software Engineering
value: 82
- name: Web Development and Online Marketing
value: 75
- name: Digital Forensics
value: 30

View File

@@ -53,7 +53,7 @@ permalink: /portfolio
{% for project-item in site.data.portfolio %}
<li class="project-item active" data-filter-item data-category="{{ project-item.tag | downcase }}">
<a href="{{ project-item.link }}">
<a target="_blank" href="{{ project-item.link }}">
<figure class="project-img">
<div class="project-item-icon-box">
@@ -65,7 +65,7 @@ permalink: /portfolio
<h3 class="project-title">{{ project-item.title }}</h3>
<p class="project-category">{{ project-item.tag }}</p>
<p class="project-category">{{ project-item.date }}, {{ project-item.tag }}</p>
</a>
</li>

View File

@@ -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; }
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 KiB