diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-28 16:55:41 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-28 16:55:41 +0100 |
| commit | 708fba09fbec806e2dd93f006b16553719d19253 (patch) | |
| tree | 491385f6c876dcde8b75ac5fc2dadae8b120ccd9 /src | |
| parent | 3807c89c02716e945f3f499c87de7482242ee90a (diff) | |
Adds Wullie Hershaw bio
Diffstat (limited to 'src')
| -rw-r--r-- | src/data/committee.ts | 48 |
1 files changed, 46 insertions, 2 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index e8e41a2..1009b40 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -51,8 +51,52 @@ 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>. + `, + }, }, { name: 'Derrick McClure', |
