Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 71b325c

Browse files
committed
feat: improve wording
1 parent f8b2856 commit 71b325c

3 files changed

Lines changed: 67 additions & 116 deletions

File tree

src/pages/mahi/index.astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,7 @@ const supportResources = [
250250
>
251251
<h2 class="mb-4 text-3xl font-bold">Ready to Get Involved?</h2>
252252
<p class="mb-8 text-xl opacity-90">
253-
Whether you're looking for regular sessions, special workshops,
254-
teacher training, or community events - we're here to support
255-
rangatahi technology education in your area.
253+
Whether you're looking for regular sessions, specialist workshops, or kura support - we're here to support rangatahi technology education in your area.
256254
</p>
257255
<div class="flex flex-col justify-center gap-4 sm:flex-row">
258256
<a

src/pages/mahi/pld.astro

Lines changed: 37 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -10,47 +10,44 @@ import { Icon } from "astro-icon/components";
1010
1111
const learningFramework = [
1212
{
13-
title: "Technical Mastery",
13+
title: "Curriculum Support",
1414
description:
15-
"Build confidence with technology tools, programming languages, and emerging tech.",
15+
"Resources and guidance aligned with NZ Digital Technologies curriculum requirements.",
1616
},
1717
{
18-
title: "Teaching Approaches",
18+
title: "Workshop Delivery",
1919
description:
20-
"Learn student-centred, project-based teaching methods that engage and inspire.",
20+
"Specialist workshops delivered in schools to support kaiako and enhance student learning.",
2121
},
2222
{
23-
title: "Cultural Responsiveness",
23+
title: "Resource Sharing",
2424
description:
25-
"Integrate te ao Māori perspectives and culturally responsive practices.",
25+
"Access to our educational resources, lesson plans, and project guides.",
2626
},
2727
{
28-
title: "Community Connection",
28+
title: "Ongoing Partnership",
2929
description:
30-
"Build networks with industry professionals and fellow educators.",
30+
"Collaborative relationships with schools to support technology education goals.",
3131
},
3232
];
3333
---
3434

35-
<Layout title="Professional Learning & Development | Ako Ngaiotanga">
35+
<Layout title="Kura & Kaiako Support | Ako Ngaiotanga" description="Supporting schools and teachers with technology education resources, workshops, and curriculum-aligned guidance for enhanced learning outcomes.">
3636
<section class="pt-20 pb-16 md:pt-28 md:pb-24">
3737
<div class="container-custom">
3838
<div class="mb-16 grid grid-cols-1 items-center gap-12 lg:grid-cols-2">
3939
<div>
4040
<h1 class="mb-6 text-4xl leading-tight font-bold md:text-5xl">
41-
Professional Learning & Development
41+
Kura & Kaiako Support
4242
<span class="mt-2 block text-3xl text-tuhura-green md:text-4xl"
4343
>(Ako Ngaiotanga)</span
4444
>
4545
</h1>
4646
<p class="mb-6 text-xl text-gray-700">
47-
Empowering kaiako, volunteers, and community members with skills and
48-
confidence to inspire rangatahi in technology.
47+
Supporting schools and teachers with resources, workshops, and guidance to enhance technology education for akonga.
4948
</p>
5049
<p class="text-lg text-gray-600">
51-
Effective tech education needs both technical knowledge and teaching
52-
expertise. Our PLD combines hands-on training with proven
53-
methodologies.
50+
We work directly with kura and kaiako to provide curriculum-aligned support, resources, and specialist workshops that complement our student sessions.
5451
</p>
5552
</div>
5653
<div>
@@ -74,89 +71,50 @@ const learningFramework = [
7471

7572
<StepsSection
7673
steps={learningFramework}
77-
title="Our Ako (Learning) Framework"
74+
title="How We Support Kura & Kaiako"
7875
columns="4"
7976
/>
8077

8178
<div class="mb-12 rounded-xl bg-tuhura-gray p-8">
82-
<h2 class="mb-6 text-3xl font-bold">PLD Programmes & Opportunities</h2>
79+
<h2 class="mb-6 text-3xl font-bold">Support & Resources Available</h2>
80+
<div class="grid grid-cols-1 gap-8 lg:grid-cols-2">
8381
<div>
8482
<h3 class="mb-4 text-2xl font-semibold">For Kaiako (Teachers)</h3>
8583
<ul class="list-disc space-y-3 pl-6 text-lg">
8684
<li>
87-
<strong>Digital Technologies Curriculum Support:</strong> Align your
88-
teaching with NZ curriculum requirements
85+
<strong>Curriculum Alignment:</strong> Resources aligned with NZ Digital Technologies curriculum
8986
</li>
9087
<li>
91-
<strong>Tool Training:</strong> Master platforms like Scratch, Godot,
92-
Python, and more
88+
<strong>In-School Workshops:</strong> Specialist sessions delivered in your school
9389
</li>
9490
<li>
95-
<strong>Assessment Strategies:</strong> Learn effective ways to assess
96-
student progress in tech
91+
<strong>Resource Access:</strong> Educational materials, lesson plans, and project guides
9792
</li>
9893
<li>
99-
<strong>Project-Based Learning:</strong> Design engaging, real-world
100-
tech projects
94+
<strong>Partnership Support:</strong> Ongoing collaboration to enhance tech education
10195
</li>
10296
</ul>
103-
</div>
104-
</div>
105-
106-
<div class="mb-12">
107-
<h2 class="mb-6 text-3xl font-bold">Resources & Taonga (Tools)</h2>
108-
<div class="grid grid-cols-1 gap-6 md:grid-cols-3">
109-
<div class="rounded-lg border border-gray-100 bg-white p-6 shadow-sm">
110-
<h3 class="mb-3 text-xl font-semibold text-tuhura-green">
111-
Lesson Plans
112-
</h3>
113-
<p class="mb-4 text-gray-600">
114-
Ready-to-use, curriculum-aligned lesson plans for various tech
115-
topics and year levels.
116-
</p>
117-
<!-- TODO: Add icon or small image representing lesson plans -->
11897
</div>
119-
<div class="rounded-lg border border-gray-100 bg-white p-6 shadow-sm">
120-
<h3 class="mb-3 text-xl font-semibold text-tuhura-green">
121-
Project Guides
122-
</h3>
123-
<p class="mb-4 text-gray-600">
124-
Step-by-step guides for projects that students love to build.
125-
</p>
126-
<!-- TODO: Add icon or small image representing project guides -->
127-
</div>
128-
<div class="rounded-lg border border-gray-100 bg-white p-6 shadow-sm">
129-
<h3 class="mb-3 text-xl font-semibold text-tuhura-green">
130-
Skill Training
131-
</h3>
132-
<p class="mb-4 text-gray-600">
133-
Confidence and a personal understanding of the content you're
134-
delivering
135-
</p>
136-
<!-- TODO: Add icon or small image representing assessment tools -->
98+
<div>
99+
<h3 class="mb-4 text-2xl font-semibold">For Kura (Schools)</h3>
100+
<ul class="list-disc space-y-3 pl-6 text-lg">
101+
<li>
102+
<strong>After-School Programs:</strong> Regular sessions hosted at your school
103+
</li>
104+
<li>
105+
<strong>Curriculum Support:</strong> Assistance with Digital Technologies implementation
106+
</li>
107+
<li>
108+
<strong>Industry Connections:</strong> Links to technology professionals and opportunities
109+
</li>
110+
<li>
111+
<strong>Equipment & Resources:</strong> Access to technology tools and educational materials
112+
</li>
113+
</ul>
137114
</div>
138115
</div>
139-
</div>
140-
141-
<div class="rounded-lg bg-tuhura-green p-8 text-center text-white">
142-
<h3 class="mb-4 text-2xl font-bold">Ready to Get Started?</h3>
143-
<p class="mb-6 text-xl opacity-90">
144-
Join our community of educators who are transforming technology
145-
education in Aotearoa New Zealand.
146-
</p>
147-
<div class="flex flex-col justify-center gap-4 sm:flex-row">
148-
<a
149-
href="/contact"
150-
class="rounded-lg bg-white px-6 py-3 font-semibold text-tuhura-green transition hover:bg-gray-100"
151-
>
152-
Join PLD Programme
153-
</a>
154-
<a
155-
href="/mahi/sessions"
156-
class="rounded-lg border-2 border-white bg-transparent px-6 py-3 font-semibold transition hover:bg-white/10"
157-
>
158-
Explore Sessions
159-
</a>
116+
</li>
117+
</ul>
160118
</div>
161119
</div>
162120
</div>

src/pages/mahi/workshops.astro

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,27 @@ import { Icon } from "astro-icon/components";
1313
1414
const workshopFormats = [
1515
{
16-
title: "During-School Workshops",
17-
description: "Tailored sessions that fit within school timetables",
16+
title: "School-Time Workshops",
17+
description: "Specialist workshops delivered in schools during school hours for participating akonga",
1818
duration: "1-4 hours",
1919
icon: "heroicons:academic-cap",
2020
examples: [
2121
"Digital technologies curriculum support",
22-
"Specific skill workshops for classes",
23-
"Assessment preparation sessions",
24-
"Take-home portfolio projects",
22+
"Competition preparation (RoboCup, CTF)",
23+
"Specialist skill development sessions",
24+
"Project showcase preparation",
2525
],
2626
},
2727
{
28-
title: "Community Event Workshops",
29-
description: "Special workshops as part of community events and gatherings",
30-
duration: "1-3 hours",
28+
title: "Intensive Session Workshops",
29+
description: "Deep-dive workshops for rangatahi already participating in our regular sessions",
30+
duration: "Half day to multi-day",
3131
icon: "heroicons:user-group",
3232
examples: [
33-
"Technology demonstrations",
34-
"Hands-on maker activities",
35-
"Coding taster sessions",
36-
"Tech career showcases",
33+
"Holiday intensive workshops",
34+
"Competition training camps",
35+
"Specialist technology deep-dives",
36+
"Collaborative project workshops",
3737
],
3838
},
3939
];
@@ -81,7 +81,7 @@ const workshopTopics = [
8181

8282
<Layout
8383
title="Workshops | Wānanga"
84-
description="Intensive technology learning workshops for rangatahi - during-school curriculum support, and community events"
84+
description="Specialist workshops for rangatahi participating in our sessions - intensive skill-building and collaborative learning experiences"
8585
>
8686
<!-- Visual Hero Section -->
8787
<section
@@ -96,23 +96,20 @@ const workshopTopics = [
9696
Workshops <span class="text-tuhura-green">(Wānanga)</span>
9797
</h1>
9898
<p class="mt-6 text-xl text-gray-600">
99-
Intensive learning experiences diving deep into specific technology
100-
topics. Perfect for skill-building during school holidays or special
101-
events.
99+
Specialist workshops for rangatahi participating in our sessions - diving deep into specific technology topics through intensive, hands-on learning.
102100
</p>
103101
<div
104102
class="mt-8 rounded-xl border border-gray-100 bg-white p-6 shadow-sm"
105103
>
106104
<p class="text-lg text-gray-700">
107-
<strong>Complement regular sessions</strong> with focused, hands-on
108-
workshops lasting hours or days.
105+
<strong>For current participants:</strong> Workshops complement our regular after-school sessions with focused, intensive learning experiences.
109106
</p>
110107
</div>
111108
<div class="mt-8 flex flex-col gap-4 sm:flex-row">
112-
<a href="#workshop-types" class="btn btn-primary">
113-
Explore Workshop Types
109+
<a href="/mahi/sessions" class="btn btn-primary">
110+
Join Our Sessions First
114111
</a>
115-
<a href="/contact" class="btn btn-secondary"> Book a Workshop </a>
112+
<a href="/contact" class="btn btn-secondary"> Contact Us </a>
116113
</div>
117114
</div>
118115

@@ -504,30 +501,28 @@ const workshopTopics = [
504501
</ul>
505502
</div>
506503
<div>
507-
<h3 class="mb-4 text-xl font-semibold">Community Workshops</h3>
504+
<h3 class="mb-4 text-xl font-semibold">Participant Workshops</h3>
508505
<ul class="list-disc space-y-2 pl-6 text-lg">
509-
<li>Open registration through our newsletter</li>
510-
<li>Mixed age groups and skill levels</li>
511-
<li>Various community venue locations</li>
512-
<li>Focused on specialised topics</li>
513-
<li>Free for all participants and families</li>
506+
<li>For rangatahi already in our regular sessions</li>
507+
<li>Holiday intensives and skill deep-dives</li>
508+
<li>Competition preparation workshops</li>
509+
<li>Collaborative project development</li>
510+
<li>Free for all session participants</li>
514511
</ul>
515512
</div>
516513
</div>
517514

518515
<div class="mt-8 rounded-lg bg-tuhura-gray p-6 text-center">
519-
<h3 class="mb-3 text-xl font-bold">Ready to Book or Learn More?</h3>
516+
<h3 class="mb-3 text-xl font-bold">Interested in Workshops?</h3>
520517
<p class="mb-4 text-gray-700">
521-
Whether you want to arrange a custom workshop for your school or
522-
join one of our community workshops, we're here to help create an
523-
amazing learning experience.
518+
Schools can request specialist workshops for their students, while rangatahi in our sessions are invited to participate in intensive workshops.
524519
</p>
525520
<div class="flex flex-col justify-center gap-4 sm:flex-row">
526521
<a href="/contact" class="btn btn-primary">
527-
Request Custom Workshop
522+
Request School Workshop
528523
</a>
529-
<a href="/contact" class="btn btn-secondary">
530-
Join Community Workshops
524+
<a href="/mahi/sessions" class="btn btn-secondary">
525+
Join Our Sessions
531526
</a>
532527
</div>
533528
</div>

0 commit comments

Comments
 (0)