diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-27 09:28:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-27 09:28:53 +0100 |
| commit | 80ac940c0869c78be45a3aa6f204cd89137fe4a2 (patch) | |
| tree | 12ea7ff2b6ea93854a316bcac759e8413b6b90be /src/data | |
| parent | 14f928d49a2fb47fada574c568021ecf3a6d1c0d (diff) | |
Adds Bleiman bio and photo
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index da936b8..038dd90 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -26,6 +26,25 @@ const committee: CommitteeMember[] = [ { name: 'David Bleiman', roles: [], + 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>. + `, + }, + imgSrc: '/images/commattee/david-bleiman.jpg', }, { name: 'Michael Everson', |
