diff options
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 130 |
1 files 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[] = [ { @@ -49,6 +37,10 @@ const committee: CommitteeMember[] = [ }, }, { + name: 'Alan Millar', + roles: [CommitteeRole.LallansEiditor], + }, + { name: 'Joe Carstairs', roles: [CommitteeRole.Secretar, CommitteeRole.Wabmaister], bio: { @@ -97,88 +89,6 @@ const committee: CommitteeMember[] = [ }, }, { - 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 - <a href="https://poetrykilt.bigcartel.com/" class="link"> - poetrykilt.bigcartel.com - </a>. - `, - '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 - <a href="https://poetrykilt.bigcartel.com/" class="link"> - poetrykilt.bigcartel.com - </a>. - `, - }, - 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 - <a - href="http://www.scottishpoetrylibrary.org.uk/poetry/poets/william-hershaw" - > - poet - </a> and - <a - href="https://en-gb.facebook.com/bowhillplayers" - > - singer - </a>. 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 - <a href="mailto:w.hershaw678@btinternet.com"> - w.hershaw678@btinternet.com - </a>. - `, - 'en-GB': ` - William Hershaw is the current editor of Lallans. He is a well-known - <a - href="http://www.scottishpoetrylibrary.org.uk/poetry/poets/william-hershaw" - > - poet - </a> and - <a - href="https://en-gb.facebook.com/bowhillplayers" - > - singer - </a>. 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 - <a href="mailto:w.hershaw678@btinternet.com"> - w.hershaw678@btinternet.com - </a>. - `, - }, - img: { - width106: WilliamHershawImg106Src, - width146: WilliamHershawImg146Src, - width192: WilliamHershawImg192Src, - width222: WilliamHershawImg222Src, - }, - }, - { name: 'Derrick McClure', roles: [CommitteeRole.HonoraryPreses], bio: { @@ -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], }, ]; |
