From 18ca32b20266c6bece7022a52534d448ddd91214 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 16 May 2024 15:29:00 +0100 Subject: Improve Schedule component --- src/components/Schedule.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) => ( <> -
{entry.time}
-
{entry.description}
+
+
)) } -- cgit v1.2.3 From 99ee79834c77dec7eeda6e980f831cc304eba4f2 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 16 May 2024 15:29:53 +0100 Subject: Collogue programme --- .../news/en-GB/2024-05-17-collogue-programme.mdx | 29 ++++++++++++++++++++++ .../news/sco/2024-05-17-collogue-programme.mdx | 29 ++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 src/content/news/en-GB/2024-05-17-collogue-programme.mdx create mode 100644 src/content/news/sco/2024-05-17-collogue-programme.mdx (limited to 'src') 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: + +The New OU Course in Scots fir teachers' }, + { time: '11.10am', description: 'Laura Green, Education Specialist at the Scots Language Centre, Scots in the Early Year Curriculum' }, + { 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, Scots Scweel an Community' }, + { time: '15.10pm', description: 'Alan Riach, Professor of Scottish Literature at the University of Glasgow, Scots in Tertiary Education' }, + { 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: + +The New OU Course in Scots fir teachers' }, + { time: '11.10am', description: 'Laura Green, Education Specialist at the Centre for the Scots Leid, Scots in the Early Year Curriculum' }, + { 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, Scots Scweel an Community' }, + { time: '15.10pm', description: 'Alan Riach, Professor o Scottish Leitratur at the Universitie o Glesca, Scots in Tertiary Education' }, + { 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. -- cgit v1.2.3