From 5c32eca77a7c65062fa67fcc1db9a0ae79cd1ff7 Mon Sep 17 00:00:00 2001
From: Troy
Date: Tue, 24 Jun 2025 17:09:28 +0100
Subject: [PATCH] feat: include overall uni grade on about
---
package-lock.json | 16 ++++++++--------
package.json | 4 ++--
src/content/projects/must-find-beans/index.mdx | 4 ++--
src/pages/about.astro | 12 +++++++++---
src/styles/global.css | 2 +-
5 files changed, 22 insertions(+), 16 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 445b0d4..e62dabb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -13,7 +13,7 @@
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "3.4.1",
"@tailwindcss/vite": "^4.1.10",
- "astro": "^5.10.0",
+ "astro": "^5.10.1",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.10",
@@ -24,7 +24,7 @@
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.3",
"npm-check-updates": "^18.0.1",
- "prettier": "^3.5.3",
+ "prettier": "^3.6.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13"
}
@@ -2455,9 +2455,9 @@
}
},
"node_modules/astro": {
- "version": "5.10.0",
- "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.0.tgz",
- "integrity": "sha512-g/t54kVzQnFVijs+GbbbX/NBAFTl/3yNAEA/AQYq4FumLLVv7n4BIF+jKhcPGn9iFGyT1Cjvr7KB/qYyNvHEIg==",
+ "version": "5.10.1",
+ "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.1.tgz",
+ "integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.12.2",
@@ -6545,9 +6545,9 @@
}
},
"node_modules/prettier": {
- "version": "3.5.3",
- "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
- "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
+ "version": "3.6.0",
+ "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.0.tgz",
+ "integrity": "sha512-ujSB9uXHJKzM/2GBuE0hBOUgC77CN3Bnpqa+g80bkv3T3A93wL/xlzDATHhnhkzifz/UE2SNOvmbTz5hSkDlHw==",
"devOptional": true,
"license": "MIT",
"bin": {
diff --git a/package.json b/package.json
index 3eef8d4..f4d4b01 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "3.4.1",
"@tailwindcss/vite": "^4.1.10",
- "astro": "^5.10.0",
+ "astro": "^5.10.1",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"tailwindcss": "^4.1.10",
@@ -28,7 +28,7 @@
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^24.0.3",
"npm-check-updates": "^18.0.1",
- "prettier": "^3.5.3",
+ "prettier": "^3.6.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.13"
}
diff --git a/src/content/projects/must-find-beans/index.mdx b/src/content/projects/must-find-beans/index.mdx
index 6ac89b4..c06e596 100644
--- a/src/content/projects/must-find-beans/index.mdx
+++ b/src/content/projects/must-find-beans/index.mdx
@@ -3,7 +3,7 @@ title: "MUST FIND BEANS"
description: "What would you do if you realised your breakfast was going to be entirely free of beans, and how far would you go to make it right?"
date: 2025-05-08
image: { url: "main-capsule.png", alt: "MUST FIND BEANS Title Logo" }
-tags: ["godot", "blender", "gimp"]
+tags: ["godot", "blender", "gimp", "aseprite"]
categories: ["personal"]
---
@@ -41,7 +41,7 @@ The game is not yet available but can be wishlisted on [Steam](https://store.ste

-> Brute enemy model from current development not yet in the playtest.
+> Brute enemy model from current development not yet in the playtest build.
## Screenshots
diff --git a/src/pages/about.astro b/src/pages/about.astro
index 0aeb55e..133a716 100644
--- a/src/pages/about.astro
+++ b/src/pages/about.astro
@@ -112,6 +112,7 @@ const education = [
image: uopicon,
course: "BA (Hons) Game Arts and Design",
date: "2024 - 2025",
+ grade: "First Class Honours",
},
{
id: 2,
@@ -277,9 +278,14 @@ const sortedEducation = [...education].sort((a, b) => a.id - b.id);
{education.name}
-
- {education.date}
-
+
+
+ {education.date}
+
+ {education.grade ? (
+
{education.grade}
+ ) : null}
+
))
}
diff --git a/src/styles/global.css b/src/styles/global.css
index f8791b4..f48589b 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -32,7 +32,7 @@
:root {
color-scheme: light dark;
- --primary: light-dark(var(--color-neutral-50), var(--color-black));
+ --primary: light-dark(var(--color-neutral-50), var(--color-neutral-950));
--secondary: light-dark(var(--color-neutral-950), var(--color-neutral-50));
--tertiary: light-dark(var(--color-neutral-500), var(--color-neutral-500));