From a3bb18153a33a4053128b767323ed28c48a0d375 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Fri, 10 Oct 2025 07:52:17 +0100 Subject: open submissions to 108 --- src/i18n/translations/pages/submit.ts | 14 ++------------ src/pages/[locale]/submit.astro | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) (limited to 'src') diff --git a/src/i18n/translations/pages/submit.ts b/src/i18n/translations/pages/submit.ts index c220be7..2fac2a7 100644 --- a/src/i18n/translations/pages/submit.ts +++ b/src/i18n/translations/pages/submit.ts @@ -5,22 +5,12 @@ const tPage = { sco: () => 'Submit', 'en-GB': () => 'Submit', }, - 'on-pause-para-1': { - sco: () => ` - As o July 2025, submissions are on haud due tae staffin issues. We leuk - forrit tae acceptin your submissions til Lallans 107 in the near futur. - `, - 'en-GB': () => ` - As of July 2025, submissions are on hold due to staffing issues. We look - forward to accepting your submissions to Lallans 107 in the near future. - `, - }, 'submit-para-1': { sco: () => ` - We ar acceptin submeissions til Lallans 107. + We ar acceptin submeissions til Lallans 108. `, 'en-GB': () => ` - We are accepting submissions to Lallans 107. + We are accepting submissions to Lallans 108. `, }, 'submit-para-2': { diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro index 1a7d267..d86e9ef 100644 --- a/src/pages/[locale]/submit.astro +++ b/src/pages/[locale]/submit.astro @@ -16,7 +16,7 @@ const t = translate(locale);

-

+

-- cgit v1.2.3 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(-) (limited to 'src') 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 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