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

Commit 4daa5c8

Browse files
committed
modified : privacy and safety page
1 parent ca106b4 commit 4daa5c8

2 files changed

Lines changed: 39 additions & 22 deletions

File tree

src/pages/privacy.astro

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,39 @@ import Layout from "@layouts/Layout.astro";
44

55
<Layout title="Privacy" description="How Tūhura Tech handles your data and protects your privacy.">
66
<section class="pt-20 pb-16 md:pt-28 md:pb-24">
7-
<div class="container-custom prose prose-slate max-w-3xl">
8-
<h1>Privacy</h1>
7+
<div class="container-custom prose prose-slate max-w-3xl flex flex-col gap-5 ">
8+
<div>
9+
<h1 class="font-bold">Privacy</h1>
910
<p>We respect your privacy. We collect only the minimum information required to run our programmes and improve the website.</p>
10-
11-
<h2>What we collect</h2>
12-
<ul>
11+
</div>
12+
<div>
13+
<h2 class="font-bold">What we collect</h2>
14+
<ul class="list-disc list-inside">
1315
<li>Contact details you provide in forms (name, email, organisation)</li>
1416
<li>Anonymous website analytics via Plausible (no cookies, no personal data)</li>
1517
<li>Basic session attendance information for programme delivery</li>
1618
</ul>
17-
18-
<h2>How we use it</h2>
19-
<ul>
19+
</div>
20+
21+
<div>
22+
<h2 class="font-bold">How we use it</h2>
23+
<ul class="list-disc list-inside">
2024
<li>Replying to enquiries and coordinating programmes</li>
2125
<li>Improving our services and reporting anonymised impact</li>
2226
<li>Complying with legal and safety obligations</li>
2327
</ul>
24-
25-
<h2>Data sharing</h2>
28+
</div>
29+
30+
<div>
31+
<h2 class="font-bold">Data sharing</h2>
2632
<p>We never sell your data. We only share information with service providers as needed to operate our programmes (e.g., email, forms), under confidentiality obligations.</p>
27-
28-
<h2>Your rights</h2>
33+
</div>
34+
<div>
35+
36+
<h2 class="font-bold">Your rights</h2>
2937
<p>You can request, correct, or delete your personal information at any time. Contact <a href="mailto:privacy@tuhuratech.org.nz">privacy@tuhuratech.org.nz</a>.</p>
38+
</div>
39+
3040

3141
<p class="text-sm text-gray-600">Last updated: {new Date().toISOString().slice(0, 10)}</p>
3242
</div>

src/pages/safety.astro

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,27 @@ import Layout from "@layouts/Layout.astro";
44

55
<Layout title="Safety" description="Our commitment to keeping rangatahi safe in all Tūhura Tech activities.">
66
<section class="pt-20 pb-16 md:pt-28 md:pb-24">
7-
<div class="container-custom prose prose-slate max-w-3xl">
8-
<h1>Safety</h1>
9-
<p>We put the safety and wellbeing of rangatahi first. Our kaiako are trained and police vetted, and we have clear processes for safeguarding.</p>
7+
<div class="container-custom prose prose-slate max-w-3xl flex flex-col gap-5 ">
8+
<div>
9+
<h1 class="font-bold">Safety</h1>
10+
<p>We put the safety and well-being of rangatahi first. Our kaiako are trained, first aid certified, and police vetted, with clear processes in place for safeguarding.</p>
11+
</div>
1012

11-
<h2>Our commitments</h2>
12-
<ul>
13-
<li>All staff and regular volunteers are police vetted</li>
14-
<li>Clear codes of conduct for staff, volunteers and participants</li>
15-
<li>Two-adult rule for sessions and events</li>
16-
<li>Incident reporting and follow-up processes</li>
13+
<div>
14+
<h2 class="font-bold">Our commitments</h2>
15+
<ul class="list-disc list-inside">
16+
<li>All staff and regular volunteers are police vetted.</li>
17+
<li>At least one first aid certified person is present at every session and event.</li>
18+
<li>Clear codes of conduct for staff, volunteers, and participants.</li>
19+
<li>Two-adult rule for all sessions and events.</li>
20+
<li>Incident reporting and follow-up processes.</li>
1721
</ul>
22+
</div>
1823

19-
<h2>Contact</h2>
24+
<div>
25+
<h2 class="font-bold">Contact</h2>
2026
<p>If you have any safety concerns or feedback, email <a href="mailto:safety@tuhuratech.org.nz">safety@tuhuratech.org.nz</a>.</p>
27+
</div>
2128

2229
<p class="text-sm text-gray-600">Last updated: {new Date().toISOString().slice(0, 10)}</p>
2330
</div>

0 commit comments

Comments
 (0)