From d2c7df9b34775368e88b4ae06e320c16265ab236 Mon Sep 17 00:00:00 2001 From: Callum Watkins Date: Fri, 13 Feb 2026 23:26:37 +0000 Subject: [PATCH 01/11] Hide old work experience --- app/components/ResumeSection.vue | 28 +++++++++++++++------------- content/work.json | 3 ++- 2 files changed, 17 insertions(+), 14 deletions(-) diff --git a/app/components/ResumeSection.vue b/app/components/ResumeSection.vue index 887d416..e4d3ddc 100644 --- a/app/components/ResumeSection.vue +++ b/app/components/ResumeSection.vue @@ -13,20 +13,22 @@
-
-
- -
-
-

{{ w.role }}

-

{{ w.period }}

-
-
-

{{ w.company }}

-

{{ d }}

- +
diff --git a/content/work.json b/content/work.json index d1b2187..18a8e31 100644 --- a/content/work.json +++ b/content/work.json @@ -34,6 +34,7 @@ "role": "Clerical Assistant", "period": "July 2015 – August 2015", "company": "H H Burke & Co", - "description": "School work experience in an accountancy office during which I improved my communication, organisation, and time management skills." + "description": "School work experience in an accountancy office during which I improved my communication, organisation, and time management skills.", + "hide": true } ] From 22a024ec76d4d1621b84c7aae2a868a2fd933e9a Mon Sep 17 00:00:00 2001 From: Callum Watkins Date: Sat, 14 Feb 2026 02:07:56 +0000 Subject: [PATCH 02/11] chore: move about section text to content file --- app/components/AboutSection.vue | 13 +++++++------ content/about.json | 3 +++ 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 content/about.json diff --git a/app/components/AboutSection.vue b/app/components/AboutSection.vue index f138891..c5f7c7b 100644 --- a/app/components/AboutSection.vue +++ b/app/components/AboutSection.vue @@ -6,12 +6,9 @@

Let me introduce myself.

My profile picture. -

- I am a Software Engineer working in London, having graduated from - King's College London with a First Class Honours degree in Computer - Science. I have had a passion for developing software since I was 14 - years old. -

+
+

{{ p }}

+
@@ -25,6 +22,10 @@ + +