From 5d7489ead5e6855fd0c013f41709ea1e3e4badf2 Mon Sep 17 00:00:00 2001 From: wilson Date: Mon, 16 Feb 2026 21:57:39 +0000 Subject: [PATCH] page: now; blog post: changelog --- .../2021-02-12-blog-redesign-changelog.md | 1 + ...2025-12-18-website-changelog-2025-12-18.md | 6 +- .../2026-02-16-changelog-added-now-page.md | 12 ++ src/lib/components/Navbar.svelte | 10 +- src/routes/home/HomepageHeader.svelte | 24 ++-- src/routes/now/+page.svelte | 123 ++++++++++++++++++ src/routes/uses/+page.svelte | 1 + 7 files changed, 162 insertions(+), 15 deletions(-) create mode 100644 src/content/blog/2026-02-16-changelog-added-now-page.md create mode 100644 src/routes/now/+page.svelte create mode 100644 src/routes/uses/+page.svelte diff --git a/src/content/blog/2021-02-12-blog-redesign-changelog.md b/src/content/blog/2021-02-12-blog-redesign-changelog.md index 6d26898..f298094 100644 --- a/src/content/blog/2021-02-12-blog-redesign-changelog.md +++ b/src/content/blog/2021-02-12-blog-redesign-changelog.md @@ -5,6 +5,7 @@ author: Thomas Wilson date: 2021-02-12 draft: false tags: + - changelog - redesign - technical slug: "2021-02-12-website-design-2-0-changelog" diff --git a/src/content/blog/2025-12-18-website-changelog-2025-12-18.md b/src/content/blog/2025-12-18-website-changelog-2025-12-18.md index 24ae70b..a032344 100644 --- a/src/content/blog/2025-12-18-website-changelog-2025-12-18.md +++ b/src/content/blog/2025-12-18-website-changelog-2025-12-18.md @@ -2,8 +2,10 @@ title: 'Website Changelog: 2025-12-18' date: 2025-12-18T22:14:47.003Z slug: 2025-12-18-website-changelog-2025-12-18 -author: Thomas Wilson +author: Thomas Wilson-Cook +tags: + - changelog --- - feat: Grouped the Blog Posts on the [blog](/blog) page by "Month Year". -- refactor: Removed some unused code I had for an idea where I'd showcase my me-made clothes here. I never quite got around to it, and the code was taking up space. \ No newline at end of file +- refactor: Removed some unused code I had for an idea where I'd showcase my me-made clothes here. I never quite got around to it, and the code was taking up space. diff --git a/src/content/blog/2026-02-16-changelog-added-now-page.md b/src/content/blog/2026-02-16-changelog-added-now-page.md new file mode 100644 index 0000000..e62215e --- /dev/null +++ b/src/content/blog/2026-02-16-changelog-added-now-page.md @@ -0,0 +1,12 @@ +--- +title: 'Website Changelog: 2026-02-16' +date: 2026-02-16T21:42:30.567Z +slug: 2026-02-16-changelog-added-now-page +author: Thomas Wilson-Cook +tags: + - changelog + +--- + +- New page added: the [now](/now) page, which has a list of current projects. +- Removed broken link from previous employer from homepage diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index c7b3afb..a5adc8a 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -5,7 +5,7 @@ colourSchemeStore, lightColourScheme, darkColourScheme, - } from "../../stores/colourSchemeStore.ts"; + } from "../../stores/colourSchemeStore"; import sunSvg from "./sun.svg"; import moonSvg from "./moon.svg"; @@ -29,6 +29,9 @@
+ / + /now + /blog - /blog
@@ -95,13 +97,13 @@ fill: var(--colour-scheme-text); } - .blog { + .navlink { font-size: 1.1rem; padding: 0; margin: 0; } - .blog:visited { + .navlink:visited { color: var(--colour-scheme-text); } diff --git a/src/routes/home/HomepageHeader.svelte b/src/routes/home/HomepageHeader.svelte index ad55ddb..bc46cb5 100644 --- a/src/routes/home/HomepageHeader.svelte +++ b/src/routes/home/HomepageHeader.svelte @@ -19,11 +19,11 @@

I craft well-meaning things, like photographs, - software, clothes, and words. + software, clothes, and words. You can see what + I'm up to on my now page.

- I want to build a world that is more kind and fair to everyone, even when - it's hard. + I want to build a kinder, fairer world for everyone, even when it's hard.


@@ -61,16 +61,22 @@

I am a Lead Developer in the UK's Civil Service, helping digital teams build - software for our justice system. I have previously helped make bike - insurance more fair at + +

+ I have been building software for over a decade. I worked freelance with founding teams, + was Head of Software Engineering at Oxwash (acquired), + helped make bicyle insurance more fair at Laka, and before that I was Head of Software Engineering at - Oxwash, building tools for actually sustainable laundry and wet cleaning. + >, and founded a front-end team at Privitar (acquired). +

+ +

I am also a freelance photographer, specialising in working with people and community. I do that as Wilson-Cook Photography.

diff --git a/src/routes/uses/+page.svelte b/src/routes/uses/+page.svelte new file mode 100644 index 0000000..916983f --- /dev/null +++ b/src/routes/uses/+page.svelte @@ -0,0 +1 @@ +

Uses