diff --git a/src/components/Accordion.astro b/src/components/Accordion.astro
index 9708e81..53de57f 100644
--- a/src/components/Accordion.astro
+++ b/src/components/Accordion.astro
@@ -30,9 +30,9 @@ const { institution, qualification, grades, isOpen = false } = Astro.props;
{institution}
-
- {grades.map((grade) => - {grade}
)}
-
+
+ {grades.map((grade) => - {grade}
)}
+
diff --git a/src/components/Skills.astro b/src/components/Skills.astro
index b8385f3..7ff03ce 100644
--- a/src/components/Skills.astro
+++ b/src/components/Skills.astro
@@ -21,7 +21,7 @@ const skills = await Promise.all(
title={entry.data.title}
class="h-6 w-auto text-tertiary transition-colors group-hover:text-accent"
/>
- {entry.data.title}
+ {entry.data.title}
))
}
diff --git a/src/components/Work.astro b/src/components/Work.astro
index 05a000d..51cfed1 100644
--- a/src/components/Work.astro
+++ b/src/components/Work.astro
@@ -19,7 +19,7 @@ const work = await Promise.all(
{
work.map((entry) => (
-
+
{entry.data.role} at{" "}
{entry.data.company}
@@ -30,11 +30,10 @@ const work = await Promise.all(
{entry.data.article ? (
-
- See related project
+
+
+ View project
+
) : null}
diff --git a/src/content/work/camouflage-store.md b/src/content/work/camouflage-store.md
index b36014c..1a5ca7a 100644
--- a/src/content/work/camouflage-store.md
+++ b/src/content/work/camouflage-store.md
@@ -10,5 +10,4 @@ Setup and ongoing management of an
[online e-commerce store](https://camouflagestore.uk) in addition to creating,
editing, and publishing informational
[YouTube](https://www.youtube.com/@camouflagestoreuk) and social media content
-for a family run [outdoors store](/projects/camouflage-store). _Reference:
-[Steve Passmore](mailto:sales@camouflagestore.uk)._
+for a family run outdoors store.
diff --git a/src/content/work/dialled-in-bikes.md b/src/content/work/dialled-in-bikes.md
index 892cbc1..a70a435 100644
--- a/src/content/work/dialled-in-bikes.md
+++ b/src/content/work/dialled-in-bikes.md
@@ -7,5 +7,4 @@ dateEnd: "2022"
Product management of an [online store](https://dialledinbikes.com) using
WordPress. Additionally, various visual design changes were made to the layout
-of the site and its content through the use of custom plugins. _Reference:
-[Simon Pedrick](tel:01803551001)._
+of the site and its content through the use of custom plugins.
diff --git a/src/content/work/paignton-picture-house.md b/src/content/work/paignton-picture-house.md
index b58b00a..2925d71 100644
--- a/src/content/work/paignton-picture-house.md
+++ b/src/content/work/paignton-picture-house.md
@@ -8,4 +8,4 @@ dateEnd: "2023"
Digital capture of the [historic building](https://paigntonpicturehouse.org) and
its artefacts using photogrammetry and 3D laser scanning techniques. Carried out
with a University tutor during the restoration of the building as a means of
-preservation. _Reference: [Joseph Cook](mailto:josephcook@southdevon.ac.uk)._
+preservation.
diff --git a/src/content/work/sdc-radiant-rumble.md b/src/content/work/sdc-radiant-rumble.md
index b653857..0b97867 100644
--- a/src/content/work/sdc-radiant-rumble.md
+++ b/src/content/work/sdc-radiant-rumble.md
@@ -11,4 +11,3 @@ by controlling related media being displayed onto
[The Market Hall](https://real-immersive.realideas.org/market-hall/)’s
‘Immersive Dome’. In addition, technical support was also provided to diagnose
and fix an item of broadcast hardware which was failing to output any signal.
-Reference: [Joseph Cook](mailto:josephcook@southdevon.ac.uk).
diff --git a/src/content/work/service-station.md b/src/content/work/service-station.md
index df78608..2dd3df5 100644
--- a/src/content/work/service-station.md
+++ b/src/content/work/service-station.md
@@ -9,4 +9,3 @@ Whilst in secondary school I worked in two fuel stations, gaining experience in
working with others and communicating with customers. Initially my job was to
unload deliveries, keep products stocked up, and server customers. Later, once I
was older, this progressed to assisting in opening and closing up the shop.
-_Reference: [James Prescott](tel:01803328400)._
diff --git a/src/content/work/webboss.md b/src/content/work/webboss.md
index 87c8460..4761d88 100644
--- a/src/content/work/webboss.md
+++ b/src/content/work/webboss.md
@@ -11,7 +11,7 @@ time there I sat with the designers and developers observing the work they did
before going off to create my own designs. These designs were then later turned
into [templates](https://webboss.uk/ryman) that customers could use as a
launchpad when creating their own site. I used Adobe XD and Photoshop to create
-the [designs](/projects/webboss) which turned out to be different to what the
+the designs which turned out to be different to what the
rest of the team were using, however I was still able to fit into their team.
Upon completion of the week I was invited back to work further over the coming
-holiday. _Reference: [Jake Smith](tel:01803467678)._
+holiday.
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 0250aa1..7630dbd 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -42,7 +42,7 @@ const projects = allProjects
{
allProjects.length > HOME.HOMESETTINGS!.NUM_PROJECTS_ON_HOMEPAGE ? (
-