diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Schedule.astro | 4 | ||||
| -rw-r--r-- | src/content/news/en-GB/2024-05-17-collogue-programme.mdx | 29 | ||||
| -rw-r--r-- | src/content/news/sco/2024-05-17-collogue-programme.mdx | 29 |
3 files changed, 60 insertions, 2 deletions
diff --git a/src/components/Schedule.astro b/src/components/Schedule.astro index 6b7c405..e4d90db 100644 --- a/src/components/Schedule.astro +++ b/src/components/Schedule.astro @@ -10,8 +10,8 @@ const { entries } = Astro.props; { entries.map((entry) => ( <> - <dt>{entry.time}</dt> - <dd>{entry.description}</dd> + <dt set:html={entry.time} /> + <dd set:html={entry.description} /> </> )) } diff --git a/src/content/news/en-GB/2024-05-17-collogue-programme.mdx b/src/content/news/en-GB/2024-05-17-collogue-programme.mdx new file mode 100644 index 0000000..e6193fa --- /dev/null +++ b/src/content/news/en-GB/2024-05-17-collogue-programme.mdx @@ -0,0 +1,29 @@ +--- +title: Collogue programme 8th June +summary: >- + We have fixed the programme for our annual Collogue on the 8th of June. The + theme is ‘Scots in Education’. +--- +import Schedule from '$components/Schedule.astro'; + +We will be having our Annual Collogue on Saturday 8th June, 2024 in the Sandeman +Room at the AK Bell Library, York Place, Perth. This year's theme is Scots in +Education. + +The programme for the day will be as follows: + +<Schedule entries={[ + { time: '9.30am', description: 'Reception & registration' }, + { time: '10.00am', description: 'Welcome & introduction from Rab Wilson (President)' }, + { time: '10.10am', description: 'Bruce Eunson, Scots Language Co-Ordinator, <i>The New OU Course in Scots fir teachers</i>' }, + { time: '11.10am', description: 'Laura Green, Education Specialist at the Scots Language Centre, <i>Scots in the Early Year Curriculum</i>' }, + { time: '12.10am', description: 'A selection of readings from the Sangschaw and presentation of prizes' }, + { time: '13.00pm', description: 'Buffet lunch' }, + { time: '14.10pm', description: 'Dr Jamie Fairbairn, Head of Humanities at Banff Academy, <i>Scots Scweel an Community</i>' }, + { time: '15.10pm', description: 'Alan Riach, Professor of Scottish Literature at the University of Glasgow, <i>Scots in Tertiary Education</i>' }, + { time: '16.10pm', description: 'Q&A and discussion' }, + { time: '17.00pm', description: 'Close' }, +]} /> + +We hope to see as many members there as can attend! If you're not already a +member, you can buy a membership when you arrive. diff --git a/src/content/news/sco/2024-05-17-collogue-programme.mdx b/src/content/news/sco/2024-05-17-collogue-programme.mdx new file mode 100644 index 0000000..e3bd905 --- /dev/null +++ b/src/content/news/sco/2024-05-17-collogue-programme.mdx @@ -0,0 +1,29 @@ +--- +title: Collogue programme 8t June +summary: >- + We hae set the programme for oor annual Collogue on the 8t o June. The theme + is ‘Scots in Education’. +--- +import Schedule from '$components/Schedule.astro'; + +We will be haein oor Annual Collogue on Saturday 8t June, 2024 in the Sandeman +Room at the AK Bell Library, York Place, Perth. This year's theme is Scots in +Education. + +The programme for the day will be as follaes: + +<Schedule entries={[ + { time: '9.30am', description: 'Reception & registration' }, + { time: '10.00am', description: 'Walcome & introduction frae Rab Wilson (Preses)' }, + { time: '10.10am', description: 'Bruce Eunson, Scots Language Co-Ordinator, <i>The New OU Course in Scots fir teachers</i>' }, + { time: '11.10am', description: 'Laura Green, Education Specialist at the Centre for the Scots Leid, <i>Scots in the Early Year Curriculum</i>' }, + { time: '12.10am', description: 'A walin o readins frae the Sangschaw and presentation o prizes' }, + { time: '13.00pm', description: 'Buffet lunch' }, + { time: '14.10pm', description: 'Dr Jamie Fairbairn, Heid o Humanities at Banff Academy, <i>Scots Scweel an Community</i>' }, + { time: '15.10pm', description: 'Alan Riach, Professor o Scottish Leitratur at the Universitie o Glesca, <i>Scots in Tertiary Education</i>' }, + { time: '16.10pm', description: 'Q&A and discussion' }, + { time: '17.00pm', description: 'Close' }, +]} /> + +We howp tae see as mony members there as can mak it! Gin you're no a member, +you can buy a membership whan you arrive. |
