From 09b9d8f768e3485bd7ad86e115fbc0d03df917e3 Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 4 Mar 2026 05:30:38 +0100 Subject: [PATCH] Changed /Hannah sub-routes, added a Projects page, and changed the /Hannah main page :] --- app/Hannah/CV/page.tsx | 10 +++ app/Hannah/Portfolio/CV/page.tsx | 7 -- app/Hannah/Portfolio/Projects/page.tsx | 7 -- app/Hannah/Projects/page.tsx | 120 +++++++++++++++++++++++++ app/Hannah/{Portfolio => }/layout.tsx | 2 +- app/Hannah/page.tsx | 26 +++++- public/Missy.jpg | Bin 0 -> 303756 bytes public/ServerUML.png | Bin 0 -> 195281 bytes 8 files changed, 154 insertions(+), 18 deletions(-) create mode 100644 app/Hannah/CV/page.tsx delete mode 100644 app/Hannah/Portfolio/CV/page.tsx delete mode 100644 app/Hannah/Portfolio/Projects/page.tsx create mode 100644 app/Hannah/Projects/page.tsx rename app/Hannah/{Portfolio => }/layout.tsx (83%) create mode 100644 public/Missy.jpg create mode 100644 public/ServerUML.png diff --git a/app/Hannah/CV/page.tsx b/app/Hannah/CV/page.tsx new file mode 100644 index 0000000..6af6b4a --- /dev/null +++ b/app/Hannah/CV/page.tsx @@ -0,0 +1,10 @@ +import Referencelink from "@/components/ui/Referencelink"; + +export default function CVPage(){ + return ( +
+