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

Commit 964b2a2

Browse files
committed
feat: improve wording
1 parent 0cd496c commit 964b2a2

1 file changed

Lines changed: 2 additions & 122 deletions

File tree

src/pages/mahi/sessions.astro

Lines changed: 2 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ const topics = [
8080
8181
const sessionHighlights = [
8282
{
83-
title: "Peer-to-Peer Learning",
83+
title: "Montessori Style Approach",
8484
description:
85-
"Experienced participants mentor newcomers, creating a supportive learning community.",
85+
"Learner-driven exploration focused on interests and curiosity.",
8686
icon: "heroicons:users",
8787
},
8888
{
@@ -174,126 +174,6 @@ const sessionHighlights = [
174174

175175
<SessionWidget />
176176

177-
<!-- Session Types Section - This is covered in overview and multiple other places. This page is also about sessions specifically we don't need this stuff here
178-
<section class="py-20 bg-white">
179-
<div class="container-custom max-w-6xl mx-auto">
180-
<div class="text-center mb-12">
181-
<h2 class="text-3xl md:text-4xl font-bold">Session Types & Formats</h2>
182-
<p class="mt-4 text-xl text-gray-600">
183-
We adapt our delivery to meet different community needs and school requirements.
184-
</p>
185-
</div>
186-
187-
<div class="grid grid-cols-1 lg:grid-cols-2 gap-8">
188-
<div class="bg-tuhura-gray rounded-xl p-8">
189-
<div class="w-16 h-16 bg-tuhura-green/10 rounded-full flex items-center justify-center mb-6">
190-
<Icon name="heroicons:home" class="h-8 w-8 text-tuhura-green" />
191-
</div>
192-
<h3 class="text-2xl font-bold text-tuhura-green mb-4">After-School Community Sessions</h3>
193-
<p class="text-gray-700 mb-4">
194-
<strong>Our primary offering:</strong> Regular weekly sessions in community spaces where rangatahi can explore technology freely.
195-
</p>
196-
<ul class="space-y-2 text-gray-600">
197-
<li class="flex items-start">
198-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
199-
Libraries, community centres, marae
200-
</li>
201-
<li class="flex items-start">
202-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
203-
Self-directed, project-based learning
204-
</li>
205-
<li class="flex items-start">
206-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
207-
Mixed ages and skill levels
208-
</li>
209-
<li class="flex items-start">
210-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
211-
Ongoing weekly commitment
212-
</li>
213-
</ul>
214-
</div>
215-
216-
<div class="bg-tuhura-gray rounded-xl p-8">
217-
<div class="w-16 h-16 bg-tuhura-green/10 rounded-full flex items-center justify-center mb-6">
218-
<Icon name="heroicons:academic-cap" class="h-8 w-8 text-tuhura-green" />
219-
</div>
220-
<h3 class="text-2xl font-bold text-tuhura-green mb-4">In-School Programmes</h3>
221-
<p class="text-gray-700 mb-4">
222-
Curriculum-aligned sessions that fit within school timetables and support classroom learning.
223-
</p>
224-
<ul class="space-y-2 text-gray-600">
225-
<li class="flex items-start">
226-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
227-
Digital Technologies curriculum support
228-
</li>
229-
<li class="flex items-start">
230-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
231-
Co-delivery with classroom teachers
232-
</li>
233-
<li class="flex items-start">
234-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
235-
NCEA assessment preparation
236-
</li>
237-
<li class="flex items-start">
238-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
239-
Flexible session frequency
240-
</li>
241-
</ul>
242-
</div>
243-
244-
</div>
245-
<div class="bg-tuhura-gray rounded-xl p-8">
246-
<div class="w-16 h-16 bg-tuhura-green/10 rounded-full flex items-center justify-center mb-6">
247-
<Icon name="heroicons:user-group" class="h-8 w-8 text-tuhura-green" />
248-
</div>
249-
<h3 class="text-2xl font-bold text-tuhura-green mb-4">Flexible Arrangements</h3>
250-
<p class="text-gray-700 mb-4">
251-
Custom session formats designed around specific community needs and timing constraints.
252-
</p>
253-
<ul class="space-y-2 text-gray-600">
254-
<li class="flex items-start">
255-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
256-
Weekend family sessions
257-
</li>
258-
<li class="flex items-start">
259-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
260-
One-off introduction sessions
261-
</li>
262-
<li class="flex items-start">
263-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
264-
Special event tie-ins
265-
</li>
266-
<li class="flex items-start">
267-
<Icon name="heroicons:check" class="h-4 w-4 text-tuhura-green mr-2 mt-1 flex-shrink-0" />
268-
Community-specific programming
269-
</li>
270-
</ul>
271-
</div>
272-
</div>
273-
274-
<div class="bg-white rounded-xl p-8 shadow-sm border border-gray-100 mt-8">
275-
<h3 class="text-2xl font-bold text-center text-tuhura-green mb-6">What All Sessions Include</h3>
276-
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
277-
<div class="text-center">
278-
<Icon name="heroicons:computer-desktop" class="h-12 w-12 text-tuhura-green mx-auto mb-3" />
279-
<h4 class="font-semibold mb-2">All Equipment Provided</h4>
280-
<p class="text-gray-600 text-sm">Laptops, electronics, robotics kits, and all materials needed for hands-on learning.</p>
281-
</div>
282-
<div class="text-center">
283-
<Icon name="heroicons:users" class="h-12 w-12 text-tuhura-green mx-auto mb-3" />
284-
<h4 class="font-semibold mb-2">Expert Facilitation</h4>
285-
<p class="text-gray-600 text-sm">Trained kaiako and industry volunteers provide guidance and mentorship.</p>
286-
</div>
287-
<div class="text-center">
288-
<Icon name="heroicons:heart" class="h-12 w-12 text-tuhura-green mx-auto mb-3" />
289-
<h4 class="font-semibold mb-2">Completely Free</h4>
290-
<p class="text-gray-600 text-sm">No cost to participants, schools, or communities thanks to our supporters.</p>
291-
</div>
292-
</div>
293-
</div>
294-
</div>
295-
</section>-->
296-
297177
<IconFeatures
298178
features={topics}
299179
title="Session Topics"

0 commit comments

Comments
 (0)