diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:12:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-30 18:12:07 +0100 |
| commit | b28215cdec85e3a28cc3c6284535f339cbfb08f4 (patch) | |
| tree | fc5e134b4a3d2d7032cb4785acdfee058dd16f1c /src/data | |
| parent | 2ea4e338752780fe0c34b1bc77621b308e649d1d (diff) | |
| parent | 85140152e0adcac6cf5d096a4a0f7cc28d81a490 (diff) | |
Merge pull request #2 from Sycamost/dev
Dev
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 66 |
1 files changed, 63 insertions, 3 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 038dd90..1defd45 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -25,7 +25,7 @@ const committee: CommitteeMember[] = [ }, { name: 'David Bleiman', - roles: [], + roles: [CommitteeRole.OrdinaryMember], bio: { sco: ` David bides i Cramond on the Embro Riviera. He is a makar, an is the winner @@ -51,8 +51,53 @@ const committee: CommitteeMember[] = [ roles: [], }, { - name: 'Wullie Hershaw', - roles: [], + name: 'William Hershaw', + roles: [CommitteeRole.LallansEiditor], + bio: { + sco: ` + William Hershaw is the praisent eiditor o Lallans. He is a weill-kent + <a + class="link" + href="http://www.scottishpoetrylibrary.org.uk/poetry/poets/william-hershaw" + > + poet + </a> and + <a + class="link" + 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 class="link" href="mailto:w.hershaw678@btinternet"> + w.hershaw678@btinternet + </a>. + `, + 'en-GB': ` + William Hershaw is the current editor of Lallans. He is a well-known + <a + class="link" + href="http://www.scottishpoetrylibrary.org.uk/poetry/poets/william-hershaw" + > + poet + </a> and + <a + class="link" + 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 class="link" href="mailto:w.hershaw678@btinternet"> + w.hershaw678@btinternet + </a>. + `, + }, + imgSrc: '/images/commattee/william-hershaw.jpg', }, { name: 'Derrick McClure', @@ -73,6 +118,21 @@ const committee: CommitteeMember[] = [ { 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 + <a class="link" href="/en-GB/furthsettins/scotsoun">Scotsoun</a> 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 + <a class="link" href="/en-GB/furthsettins/scotsoun">Scotsoun</a>. + `, + }, + imgSrc: '/images/commattee/george-t-watt.jpg', }, { name: 'Rab Wilson', |
