diff --git a/blog/2026/github-organisation.md b/blog/2026/github-organisation.md
index 6cfe0ba..85b5841 100644
--- a/blog/2026/github-organisation.md
+++ b/blog/2026/github-organisation.md
@@ -70,4 +70,5 @@ If you've been putting it off because it felt like unnecessary ceremony, I'd pus
---
-Fynes Forge is at [github.com/fynes-forge](https://github.com/fynes-forge) if you want to see how it looks in practice. The profile README and repo structure are all there. If you want to see the branding itself — colours, logo variants, typography, and UI elements — the full reference is at [fynes-forge.github.io/branding-pack-v2.html](https://fynes-forge.github.io/branding-pack-v2.html).
+Fynes Forge is at [github.com/fynes-forge](https://github.com/fynes-forge) if you want to see how it looks in practice. The profile README and repo structure are all there. If you want to see the branding itself — colours, logo variants, typography, and UI elements — the full reference can be seen [here](
+/branding-pack-v2.html).
diff --git a/src/components/Universe/index.js b/src/components/Universe/index.js
index 054c7a1..cb3a083 100644
--- a/src/components/Universe/index.js
+++ b/src/components/Universe/index.js
@@ -60,6 +60,16 @@ const milestones = [
isCurrent: false,
r: 8,
},
+ {
+ id: 6,
+ x: 770,
+ y: 86,
+ role: "Lead Data Engineer ",
+ company: "Jet2",
+ period: "2024–2024",
+ isCurrent: false,
+ r: 8,
+ },
{
id: 6,
x: 820,
@@ -91,23 +101,23 @@ function extractStartYear(period) {
/** Static star field — pre-defined to keep SSR safe (no Math.random on server). */
const STARS = [
- { cx: 45, cy: 30, r: 1.2, d: 0.0 },
- { cx: 120, cy: 75, r: 0.8, d: 0.5 },
- { cx: 195, cy: 18, r: 1.0, d: 1.2 },
- { cx: 310, cy: 58, r: 0.7, d: 0.3 },
- { cx: 450, cy: 14, r: 1.1, d: 1.8 },
- { cx: 560, cy: 48, r: 0.9, d: 0.8 },
- { cx: 650, cy: 22, r: 1.0, d: 2.1 },
- { cx: 740, cy: 42, r: 0.8, d: 0.1 },
- { cx: 845, cy: 18, r: 1.1, d: 1.5 },
- { cx: 890, cy: 65, r: 0.7, d: 0.9 },
- { cx: 58, cy: 148, r: 0.8, d: 2.3 },
+ { cx: 45, cy: 30, r: 1.2, d: 0.0 },
+ { cx: 120, cy: 75, r: 0.8, d: 0.5 },
+ { cx: 195, cy: 18, r: 1.0, d: 1.2 },
+ { cx: 310, cy: 58, r: 0.7, d: 0.3 },
+ { cx: 450, cy: 14, r: 1.1, d: 1.8 },
+ { cx: 560, cy: 48, r: 0.9, d: 0.8 },
+ { cx: 650, cy: 22, r: 1.0, d: 2.1 },
+ { cx: 740, cy: 42, r: 0.8, d: 0.1 },
+ { cx: 845, cy: 18, r: 1.1, d: 1.5 },
+ { cx: 890, cy: 65, r: 0.7, d: 0.9 },
+ { cx: 58, cy: 148, r: 0.8, d: 2.3 },
{ cx: 148, cy: 195, r: 1.0, d: 0.6 },
{ cx: 280, cy: 165, r: 0.9, d: 1.1 },
{ cx: 420, cy: 128, r: 0.7, d: 2.7 },
{ cx: 600, cy: 150, r: 1.1, d: 0.4 },
{ cx: 760, cy: 162, r: 0.8, d: 1.9 },
- { cx: 30, cy: 275, r: 0.7, d: 0.7 },
+ { cx: 30, cy: 275, r: 0.7, d: 0.7 },
{ cx: 165, cy: 425, r: 0.9, d: 1.6 },
{ cx: 350, cy: 440, r: 0.8, d: 2.4 },
{ cx: 495, cy: 410, r: 0.7, d: 0.2 },
@@ -117,8 +127,8 @@ const STARS = [
{ cx: 448, cy: 358, r: 0.7, d: 0.8 },
{ cx: 788, cy: 248, r: 0.8, d: 2.5 },
{ cx: 918, cy: 158, r: 0.6, d: 1.0 },
- { cx: 328, cy: 98, r: 0.7, d: 2.2 },
- { cx: 708, cy: 82, r: 0.8, d: 0.3 },
+ { cx: 328, cy: 98, r: 0.7, d: 2.2 },
+ { cx: 708, cy: 82, r: 0.8, d: 0.3 },
];
/**
@@ -181,13 +191,13 @@ export default function Universe() {
+
A quick glimpse of the core technologies in my toolkit.
+
{s.label}