From ce583415436c43c73c839b2b94ef577d70f6ac23 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 18 Oct 2025 08:56:49 +0100 Subject: andy matthews bio --- src/data/committee.ts | 28 +++++++++++++++++++++++++++ src/images/committee/andy-matthews-106w.webp | Bin 0 -> 3902 bytes src/images/committee/andy-matthews-146w.webp | Bin 0 -> 6038 bytes src/images/committee/andy-matthews-192w.webp | Bin 0 -> 9094 bytes src/images/committee/andy-matthews-222w.webp | Bin 0 -> 10482 bytes src/images/committee/andy-matthews.webp | Bin 0 -> 18214 bytes 6 files changed, 28 insertions(+) create mode 100644 src/images/committee/andy-matthews-106w.webp create mode 100644 src/images/committee/andy-matthews-146w.webp create mode 100644 src/images/committee/andy-matthews-192w.webp create mode 100644 src/images/committee/andy-matthews-222w.webp create mode 100644 src/images/committee/andy-matthews.webp (limited to 'src') diff --git a/src/data/committee.ts b/src/data/committee.ts index f7b16c3..ec3aed6 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -1,5 +1,9 @@ import type { CommitteeMember } from '$types/CommitteeMember'; import CommitteeRole from '$enums/CommitteeRole'; +import AndyMatthewsImg106Src from '$images/committee/andy-matthews-106w.webp'; +import AndyMatthewsImg146Src from '$images/committee/andy-matthews-146w.webp'; +import AndyMatthewsImg192Src from '$images/committee/andy-matthews-192w.webp'; +import AndyMatthewsImg222Src from '$images/committee/andy-matthews-222w.webp'; import RabWilsonImg106Src from '$images/committee/rab-wilson-106w.webp'; import RabWilsonImg146Src from '$images/committee/rab-wilson-146w.webp'; import RabWilsonImg192Src from '$images/committee/rab-wilson-192w.webp'; @@ -133,6 +137,30 @@ const committee: CommitteeMember[] = [ { name: 'Andy Matthews', roles: [CommitteeRole.OrdinaryMember], + bio: { + sco: ` + Born, brought up and schooled in Lochgelly and Cowdenbeath. Worked as a + Veterinary Surgeon for equine and ‘out of hours’ farm animals, in + clinical practice and in academia, based mainly in Ayrshire, until + retiring to Angus. Retirin’ lat him rekennle a lifelang interaist in + Scots Leid an Leeterature, tae the stent o pittin pen tae paper, an + haein an auld cowan’s ettle at the screivin o’t. + `, + 'en-GB': ` + Born, brought up and schooled in Lochgelly and Cowdenbeath. Worked as a + Veterinary Surgeon for equine and ‘out of hours’ farm animals, in + clinical practice and in academia, based mainly in Ayrshire, until + retiring to Angus. Retirin’ lat him rekennle a lifelang interaist in + Scots Leid an Leeterature, tae the stent o pittin pen tae paper, an + haein an auld cowan’s ettle at the screivin o’t. + `, + }, + img: { + width106: AndyMatthewsImg106Src, + width146: AndyMatthewsImg146Src, + width192: AndyMatthewsImg192Src, + width222: AndyMatthewsImg222Src, + }, }, ]; diff --git a/src/images/committee/andy-matthews-106w.webp b/src/images/committee/andy-matthews-106w.webp new file mode 100644 index 0000000..220242b Binary files /dev/null and b/src/images/committee/andy-matthews-106w.webp differ diff --git a/src/images/committee/andy-matthews-146w.webp b/src/images/committee/andy-matthews-146w.webp new file mode 100644 index 0000000..0c592ec Binary files /dev/null and b/src/images/committee/andy-matthews-146w.webp differ diff --git a/src/images/committee/andy-matthews-192w.webp b/src/images/committee/andy-matthews-192w.webp new file mode 100644 index 0000000..57cd324 Binary files /dev/null and b/src/images/committee/andy-matthews-192w.webp differ diff --git a/src/images/committee/andy-matthews-222w.webp b/src/images/committee/andy-matthews-222w.webp new file mode 100644 index 0000000..45ef3d2 Binary files /dev/null and b/src/images/committee/andy-matthews-222w.webp differ diff --git a/src/images/committee/andy-matthews.webp b/src/images/committee/andy-matthews.webp new file mode 100644 index 0000000..3c12cb6 Binary files /dev/null and b/src/images/committee/andy-matthews.webp differ -- cgit v1.2.3