diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2024-01-11 08:32:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-11 08:32:14 +0000 |
| commit | a4f3cb02befe658594c076144be2e5200f36682a (patch) | |
| tree | c7de78e01fd5d13446cb6d4573677b56275026b0 /src/data | |
| parent | fe9844b8eac1daf3eeedf141e223d0733c892fa0 (diff) | |
Update 2024/01/11 (#61)
* Edit README (#28)
* Corrects Lallans instructions
* Adds instructions for adding a Scotsoun release
* Documents infrastructure
* Better contribution guidance
* Update README (#29)
* Updates references to branch names in README
* ESLint ignores Markdown
* Documents Coding Style
* Specifies upstream branch in README where salient
* Eiks 31 (#41)
* Eiks 31
* Prettier dl's
* Prettier headings
---------
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
* Reorder news (#42)
* Reslugs news items
* Fixes typo in getMostRecentNewsItem()
* Fixes typo in newUtils.getDate()
* Sorts news index from most recent to oldest
* Update production (#37) (#49)
* Edit README (#28)
* Corrects Lallans instructions
* Adds instructions for adding a Scotsoun release
* Documents infrastructure
* Better contribution guidance
* Update README (#29)
* Updates references to branch names in README
* ESLint ignores Markdown
* Documents Coding Style
* Specifies upstream branch in README where salient
* Fixes Sangschaw winners list in Eiks 30 (#35)
* Fixes Sangschaw winners list in Eiks 30 (#36)
* Fixes Sangschaw winners list in Eiks 30 (#38)
* Improve CSS reset (#51)
* Font size inflation
* Removes main adjustment for IE
* Documents hr corrections
* Documents pre corrections
* Documents abbr[title] corrections
* Documents b, strong corrections
* Squishes pre rule with code,kbd,samp
* Documents sub,sub line-height fix
* Removes IE fix for img borders
* Documents form control resets
* Documents details display:block
* Documents summary correction
* Removes [hidden] fix for IE
* Adds border-box sizing rules
* Refactors links
* Adds Sangschaw ad to top of homepage (#59)
Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
---------
Co-authored-by: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Co-authored-by: Joe Carstairs <jcarstairs@scottlogic.com>
Co-authored-by: Joe Carstairs <118172583+jcarstairs-scottlogic@users.noreply.github.com>
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 606268a..9f40691 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -135,13 +135,11 @@ const committee: CommitteeMember[] = [ 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 @@ -149,20 +147,18 @@ const committee: CommitteeMember[] = [ 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"> + <a 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 @@ -170,7 +166,7 @@ const committee: CommitteeMember[] = [ 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"> + <a href="mailto:w.hershaw678@btinternet"> w.hershaw678@btinternet </a>. `, @@ -220,13 +216,13 @@ const committee: CommitteeMember[] = [ 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. + <a 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>. + <a href="/en-GB/furthsettins/scotsoun">Scotsoun</a>. `, }, img: { |
