diff options
| -rw-r--r-- | src/data/committee.ts | 142 | ||||
| -rw-r--r-- | src/i18n/translations/pages/submit.ts | 14 | ||||
| -rw-r--r-- | src/images/committee/andy-matthews-106w.webp | bin | 0 -> 3902 bytes | |||
| -rw-r--r-- | src/images/committee/andy-matthews-146w.webp | bin | 0 -> 6038 bytes | |||
| -rw-r--r-- | src/images/committee/andy-matthews-192w.webp | bin | 0 -> 9094 bytes | |||
| -rw-r--r-- | src/images/committee/andy-matthews-222w.webp | bin | 0 -> 10482 bytes | |||
| -rw-r--r-- | src/images/committee/andy-matthews.webp | bin | 0 -> 18214 bytes | |||
| -rw-r--r-- | src/pages/[locale]/submit.astro | 2 |
8 files changed, 31 insertions, 127 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 5f935ab..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'; @@ -12,18 +16,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 +41,10 @@ const committee: CommitteeMember[] = [ }, }, { + name: 'Alan Millar', + roles: [CommitteeRole.LallansEiditor], + }, + { name: 'Joe Carstairs', roles: [CommitteeRole.Secretar, CommitteeRole.Wabmaister], bio: { @@ -97,88 +93,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,35 +131,35 @@ const committee: CommitteeMember[] = [ }, }, { - name: 'Colin Robertson', - roles: [], - }, - { - name: 'Jack Stuart', - roles: [], + name: 'Tracy Harvey', + roles: [CommitteeRole.OrdinaryMember], }, { - name: 'George T Watt', - roles: [CommitteeRole.MemmershipSecretar], + name: 'Andy Matthews', + roles: [CommitteeRole.OrdinaryMember], 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. + 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': ` - 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. + 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: GeorgeTWattImg106Src, - width146: GeorgeTWattImg146Src, - width192: GeorgeTWattImg192Src, - width222: GeorgeTWattImg222Src, + width106: AndyMatthewsImg106Src, + width146: AndyMatthewsImg146Src, + width192: AndyMatthewsImg192Src, + width222: AndyMatthewsImg222Src, }, }, ]; 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/images/committee/andy-matthews-106w.webp b/src/images/committee/andy-matthews-106w.webp Binary files differnew file mode 100644 index 0000000..220242b --- /dev/null +++ b/src/images/committee/andy-matthews-106w.webp diff --git a/src/images/committee/andy-matthews-146w.webp b/src/images/committee/andy-matthews-146w.webp Binary files differnew file mode 100644 index 0000000..0c592ec --- /dev/null +++ b/src/images/committee/andy-matthews-146w.webp diff --git a/src/images/committee/andy-matthews-192w.webp b/src/images/committee/andy-matthews-192w.webp Binary files differnew file mode 100644 index 0000000..57cd324 --- /dev/null +++ b/src/images/committee/andy-matthews-192w.webp diff --git a/src/images/committee/andy-matthews-222w.webp b/src/images/committee/andy-matthews-222w.webp Binary files differnew file mode 100644 index 0000000..45ef3d2 --- /dev/null +++ b/src/images/committee/andy-matthews-222w.webp diff --git a/src/images/committee/andy-matthews.webp b/src/images/committee/andy-matthews.webp Binary files differnew file mode 100644 index 0000000..3c12cb6 --- /dev/null +++ b/src/images/committee/andy-matthews.webp 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); <Page title={t(tPage, { key: 'title' })}> <section> <h2 set:html={t(tPage, { key: 'title' })} /> - <p set:html={t(tPage, { key: 'on-pause-para-1' })} /> + <p set:html={t(tPage, { key: 'submit-para-1' })} /> </section> <section> <h2 set:html={t(tPage, { key: 'copyright-heading' })} /> |
