diff --git a/src/data.ts b/src/data.ts index 60687014..0bf83f92 100644 --- a/src/data.ts +++ b/src/data.ts @@ -326,12 +326,22 @@ export const sessions: { location: string; sessions: Session[] }[] = [ { title: "Te Tūhunga Rau Community Centre", ages: "5 - 8", - day: "Monday", + day: "Tuesday", time: "3:30pm to 5:30pm", description: "Introduction to programming using Python.", type: "After School", signupLink: "https://forms.gle/uCXEsoksTq3tSEBfA", }, + { + title: "Cummings Park (Ngaio) Library", + ages: "5 - 8", + day: "Tuesday", + starts: "Tuesday 29th July", + time: "3:30pm to 5:30pm", + description: "Introduction to programming using Scratch.", + type: "After School", + signupLink: "", + }, { title: "Wellington College", ages: "9 - 13", @@ -341,7 +351,6 @@ export const sessions: { location: string; sessions: Session[] }[] = [ "Session to explore all areas of technology, work on projects and explore. This term there is a focus on Cybersecurity/Ethical Hacking.", type: "After School", }, - { title: "Te Whare Pukapuka o Te Māhanga - Karori Library", ages: "5 - 8", @@ -351,12 +360,21 @@ export const sessions: { location: string; sessions: Session[] }[] = [ type: "After School", signupLink: "https://forms.gle/PqwLGaTZJPuT4tLc6", }, + { + title: "Johnsonville Library Makerspace", + ages: "5 - 8", + day: "Wednesday", + time: "3:30pm to 5:30pm", + starts: "Wednseday 30th July", + description: "Introduction to programming using Scratch.", + type: "After School", + signupLink: "", + }, { title: "Ruakawa Community Centre", ages: "5 - 8", day: "Thursday", time: "3:30pm to 5:30pm", - starts: "Thursday 16th May", description: "Introduction to programming using Scratch.", type: "After School", signupLink: "https://forms.gle/yxiPE7ccqQ6SZ5DZ9", @@ -381,7 +399,6 @@ export const sessions: { location: string; sessions: Session[] }[] = [ time: "3:30pm to 5:30pm", description: "Introduction to programming using Scratch.", type: "After School", - starts: "Monday 27th May", signupLink: "https://forms.gle/mP16ndSfZwrTnYYw6", }, ], @@ -394,12 +411,20 @@ export const sessions: { location: string; sessions: Session[] }[] = [ ages: "9 - 13", day: "Monday", time: "3:30pm to 5:30pm", - starts: "Monday 27th May", description: "Session to explore all areas of technology, work on projects and explore. This term there is a focus on Cybersecurity/Ethical Hacking.", type: "After School", signupLink: "https://forms.gle/yoC2wsCnsPjwu8nv9", }, + { + title: "Porirua College", + ages: "9 - 10", + day: "Tuesday", + time: "In School Enrichment", + description: + "Exploring robotics, microelectronics and programming", + type: "During School Enrichment", + }, ], }, ];