You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/mahi/workshops.astro
+20-78Lines changed: 20 additions & 78 deletions
Original file line number
Diff line number
Diff line change
@@ -3,49 +3,24 @@ import Layout from "@layouts/Layout.astro";
3
3
import { Icon } from"astro-icon/components";
4
4
5
5
const workshopFormats = [
6
-
{
7
-
title: "School Holiday Intensives",
8
-
description:
9
-
"Multi-day deep dives perfect for school holidays when rangatahi have time to focus",
10
-
duration: "1-5 days",
11
-
icon: "heroicons:calendar-days",
12
-
examples: [
13
-
"Game development bootcamps",
14
-
"Robotics challenges",
15
-
"AI & machine learning introduction",
16
-
"3D design and printing marathons",
17
-
],
18
-
},
6
+
19
7
{
20
8
title: "During-School Workshops",
21
9
description:
22
-
"Tailored sessions that fit within school timetables and curriculum requirements",
10
+
"Tailored sessions that fit within school timetables",
23
11
duration: "1-4 hours",
24
12
icon: "heroicons:academic-cap",
25
13
examples: [
26
14
"Digital technologies curriculum support",
27
15
"Specific skill workshops for classes",
28
16
"Assessment preparation sessions",
29
-
"Technology showcase preparation",
30
-
],
31
-
},
32
-
{
33
-
title: "Weekend Skill Sessions",
34
-
description:
35
-
"Focused sessions for specific skills that families can attend together",
36
-
duration: "2-6 hours",
37
-
icon: "heroicons:clock",
38
-
examples: [
39
-
"3D printing workshops",
40
-
"Electronics and circuits",
41
-
"Web development basics",
42
-
"Cybersecurity for families",
17
+
"Take-home portfolio projects",
43
18
],
44
19
},
45
20
{
46
21
title: "Community Event Workshops",
47
22
description:
48
-
"Special workshops as part of festivals, fairs, and community gatherings",
23
+
"Special workshops as part of community events and gatherings",
49
24
duration: "1-3 hours",
50
25
icon: "heroicons:user-group",
51
26
examples: [
@@ -92,41 +67,14 @@ const workshopTopics = [
92
67
"Artificial Intelligence Basics",
93
68
"Machine Learning Projects",
94
69
"Cybersecurity & Ethical Hacking",
95
-
"Blockchain & Cryptocurrencies",
96
70
"Virtual & Augmented Reality",
97
71
],
98
72
},
99
73
];
100
74
101
-
const schoolSupport = [
102
-
{
103
-
title: "Curriculum Integration",
104
-
description:
105
-
"Workshops designed to support Digital Technologies curriculum objectives",
106
-
icon: "heroicons:document-check",
107
-
},
108
-
{
109
-
title: "Teacher Co-delivery",
110
-
description:
111
-
"Work alongside classroom teachers to enhance their confidence with technology",
112
-
icon: "heroicons:users",
113
-
},
114
-
{
115
-
title: "Assessment Support",
116
-
description:
117
-
"Help prepare students for NCEA assessments and portfolio development",
118
-
icon: "heroicons:clipboard-document-check",
119
-
},
120
-
{
121
-
title: "Equipment Provision",
122
-
description:
123
-
"Bring all necessary technology and materials to your classroom",
124
-
icon: "heroicons:cube",
125
-
},
126
-
];
127
75
---
128
76
129
-
<Layouttitle="Workshops | Wānanga"description="Intensive technology learning workshops for rangatahi - from school holiday bootcamps to during-school curriculum support and weekend family sessions.">
77
+
<Layouttitle="Workshops | Wānanga"description="Intensive technology learning workshops for rangatahi - during-school curriculum support, and community events">
0 commit comments