From 95267c0b6a3a0f71e11b5d32903485b321dac9dc Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 10 Oct 2025 07:55:32 +0100 Subject: committee changes --- src/data/committee.ts | 130 ++++---------------------------------------------- 1 file changed, 8 insertions(+), 122 deletions(-) diff --git a/src/data/committee.ts b/src/data/committee.ts index 5f935ab..f7b16c3 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -12,18 +12,6 @@ import TonyBeekmanImg106Src from '$images/committee/tony-beekman-106w.webp'; import TonyBeekmanImg146Src from '$images/committee/tony-beekman-146w.webp'; import TonyBeekmanImg192Src from '$images/committee/tony-beekman-192w.webp'; import TonyBeekmanImg222Src from '$images/committee/tony-beekman-222w.webp'; -import DavidBleimanImg106Src from '$images/committee/david-bleiman-106w.webp'; -import DavidBleimanImg146Src from '$images/committee/david-bleiman-146w.webp'; -import DavidBleimanImg192Src from '$images/committee/david-bleiman-192w.webp'; -import DavidBleimanImg222Src from '$images/committee/david-bleiman-222w.webp'; -import WilliamHershawImg106Src from '$images/committee/william-hershaw-106w.webp'; -import WilliamHershawImg146Src from '$images/committee/william-hershaw-146w.webp'; -import WilliamHershawImg192Src from '$images/committee/william-hershaw-192w.webp'; -import WilliamHershawImg222Src from '$images/committee/william-hershaw-222w.webp'; -import GeorgeTWattImg106Src from '$images/committee/george-t-watt-106w.webp'; -import GeorgeTWattImg146Src from '$images/committee/george-t-watt-146w.webp'; -import GeorgeTWattImg192Src from '$images/committee/george-t-watt-192w.webp'; -import GeorgeTWattImg222Src from '$images/committee/george-t-watt-222w.webp'; const committee: CommitteeMember[] = [ { @@ -48,6 +36,10 @@ const committee: CommitteeMember[] = [ width222: RabWilsonImg222Src, }, }, + { + name: 'Alan Millar', + roles: [CommitteeRole.LallansEiditor], + }, { name: 'Joe Carstairs', roles: [CommitteeRole.Secretar, CommitteeRole.Wabmaister], @@ -96,88 +88,6 @@ const committee: CommitteeMember[] = [ width222: TonyBeekmanImg222Src, }, }, - { - name: 'David Bleiman', - roles: [CommitteeRole.OrdinaryMember], - bio: { - sco: ` - David bides i Cramond on the Embro Riviera. He is a makar, an is the winner - o the 2020 Sangschaw Prize an 2023 McCash Prize fur poyums in Scots. He - sells buiks on - - poetrykilt.bigcartel.com - . - `, - 'en-GB': ` - David lives in Cramond on the Edinburgh Riviera. He is a poet, and is the - winner of the 2020 Sangschaw Prize and 2023 McCash Prize for poems in Scots. - He sells books on - - poetrykilt.bigcartel.com - . - `, - }, - img: { - width106: DavidBleimanImg106Src, - width146: DavidBleimanImg146Src, - width192: DavidBleimanImg192Src, - width222: DavidBleimanImg222Src, - }, - }, - { - name: 'Michael Everson', - roles: [], - }, - { - name: 'William Hershaw', - roles: [CommitteeRole.LallansEiditor], - bio: { - sco: ` - William Hershaw is the praisent eiditor o Lallans. He is a weill-kent - - poet - and - - singer - . Brocht up as a native Scots speiker in a Fife - mining community he trowes that ‘the Scots leid is for aabody’ and - “gin ye tint your leid ye tint your sel’. Aa Scots leid has a feir in - Lallans. William can be contacted at - - w.hershaw678@btinternet.com - . - `, - 'en-GB': ` - William Hershaw is the current editor of Lallans. He is a well-known - - poet - and - - singer - . Brought up as a native Scots speaker in a Fife mining - community, he believes that ‘the Scots language is for everyone’ and - “if you lose your language you lose your self.’ All Scots language can - give it a shot in Lallans. William can be contacted at - - w.hershaw678@btinternet.com - . - `, - }, - img: { - width106: WilliamHershawImg106Src, - width146: WilliamHershawImg146Src, - width192: WilliamHershawImg192Src, - width222: WilliamHershawImg222Src, - }, - }, { name: 'Derrick McClure', roles: [CommitteeRole.HonoraryPreses], @@ -217,36 +127,12 @@ const committee: CommitteeMember[] = [ }, }, { - name: 'Colin Robertson', - roles: [], - }, - { - name: 'Jack Stuart', - roles: [], + name: 'Tracy Harvey', + roles: [CommitteeRole.OrdinaryMember], }, { - name: 'George T Watt', - roles: [CommitteeRole.MemmershipSecretar], - bio: { - sco: ` - George T Watt is a writer in Scots poesie, cutty tales and airticles. - This cheil haes been published in mony anthologies an magazines as weel - as Lallans. He haes produced seiveral recordings fur - Scotsoun anaa. - `, - 'en-GB': ` - George T Watt is a writer in Scots poetry, short stories and articles. - He has been published in many anthologies and magazines as well as - Lallans. He has also produced several recordings for - Scotsoun. - `, - }, - img: { - width106: GeorgeTWattImg106Src, - width146: GeorgeTWattImg146Src, - width192: GeorgeTWattImg192Src, - width222: GeorgeTWattImg222Src, - }, + name: 'Andy Matthews', + roles: [CommitteeRole.OrdinaryMember], }, ]; -- cgit v1.2.3