diff options
| author | Joe Carstairs <me@joeac.net> | 2025-10-18 08:56:49 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2025-10-18 08:56:49 +0100 |
| commit | ce583415436c43c73c839b2b94ef577d70f6ac23 (patch) | |
| tree | 1e44fb20ce846487b07449a9f2f2b3ea760994b1 /src/data/committee.ts | |
| parent | 95267c0b6a3a0f71e11b5d32903485b321dac9dc (diff) | |
andy matthews bio
Diffstat (limited to 'src/data/committee.ts')
| -rw-r--r-- | src/data/committee.ts | 28 |
1 files changed, 28 insertions, 0 deletions
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, + }, }, ]; |
