-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b98118
commit 1beb230
Showing
5 changed files
with
139 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,61 @@ | ||
--- | ||
import Layout from "@layouts/Layout.astro"; | ||
import SmallHero from "@components/SmallHero.astro"; | ||
import Contact from "@components/Contact.astro"; | ||
import FAQs from "@components/FAQs.astro"; | ||
const title = "What We Do"; | ||
import featureImage from "@images/hero.avif"; | ||
const title = "Kura and Kaiako Support"; | ||
--- | ||
|
||
<Layout meta={{ title }} /> | ||
<Layout meta={{ title }}> | ||
<SmallHero | ||
title="Kura and Kaiako Support" | ||
featureImage={featureImage} | ||
description="In person after school sessions at schools, libraries and community centers. These are for years 5 (age 9) to years 13 (age 18) with trained mentors." | ||
/> | ||
<FAQs | ||
title="What does this look like?" | ||
faqs={[ | ||
{ | ||
question: "What ages do you work with?", | ||
answer: "We work with rangatahi from years 5-13", | ||
}, | ||
{ | ||
question: "Do you cover school curriculm?", | ||
answer: | ||
"We do not cover any areas of the school curriculm and instead cover topics outside of school curriculm.", | ||
}, | ||
{ | ||
question: "What is the cost?", | ||
answer: "Our sessions are free of charge to all rangatahi and whanau.", | ||
}, | ||
{ | ||
question: "What do I need to bring?", | ||
answer: | ||
"We can provide everything needed including laptops however if you do have a laptop it would be great to bring it.", | ||
}, | ||
{ | ||
question: "Do I need prior knwoledge?", | ||
answer: | ||
"No prior knowledge is needed with rangatahi with no knowledge to those who are experts in the sessions.", | ||
}, | ||
{ | ||
question: "What do we cover?", | ||
answer: | ||
"We cover topic from introduction to programming, cybersecurity, Artificual Intellegence and Machine Learning, robotics and anything else you could be interested in.", | ||
}, | ||
]} | ||
/> | ||
<Contact | ||
title="Sponsor Us" | ||
contactImage={featureImage} | ||
email="contact@tuhuratech.org.nz" | ||
phone="0211990711" | ||
description={[ | ||
"Interested in sponsoring us to enable us to grow and expand our mahi?", | ||
"Want to donate some equipment or have some staff who can volunteer?", | ||
]} | ||
/> | ||
</Layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,62 @@ | ||
--- | ||
import Layout from "@layouts/Layout.astro"; | ||
import SmallHero from "@components/SmallHero.astro"; | ||
import Contact from "@components/Contact.astro"; | ||
import FAQs from "@components/FAQs.astro"; | ||
const title = "What We Do"; | ||
import featureImage from "@images/hero.avif"; | ||
const title = "Workshops"; | ||
--- | ||
|
||
<Layout meta={{ title }} /> | ||
<Layout meta={{ title }}> | ||
<SmallHero | ||
title="Workshops" | ||
featureImage={featureImage} | ||
description="Workshops and coaching for specialist areas, competitions and other events to support our rangatahi." | ||
/> | ||
<FAQs | ||
title="What does this look like?" | ||
faqs={[ | ||
{ | ||
question: "What ages do you work with?", | ||
answer: "We work with rangatahi from years 5-13", | ||
}, | ||
{ | ||
question: "Do you cover school curriculm?", | ||
answer: | ||
"We do not cover any areas of the school curriculm and instead cover topics outside of school curriculm.", | ||
}, | ||
{ | ||
question: "What is the cost?", | ||
answer: "Our sessions are free of charge to all rangatahi and whanau.", | ||
}, | ||
{ | ||
question: "What do I need to bring?", | ||
answer: | ||
"We can provide everything needed including laptops however if you do have a laptop it would be great to bring it.", | ||
}, | ||
{ | ||
question: "Do I need prior knwoledge?", | ||
answer: | ||
"No prior knowledge is needed with rangatahi with no knowledge to those who are experts in the sessions.", | ||
}, | ||
{ | ||
question: "What do we cover?", | ||
answer: | ||
"We cover topic from introduction to programming, cybersecurity, Artificual Intellegence and Machine Learning, robotics and anything else you could be interested in.", | ||
}, | ||
]} | ||
/> | ||
<Contact | ||
title="Sponsor Us" | ||
contactImage={featureImage} | ||
email="contact@tuhuratech.org.nz" | ||
phone="0211990711" | ||
description={[ | ||
"Interested in sponsoring us to enable us to grow and expand our mahi?", | ||
"Want to donate some equipment or have some staff who can volunteer?", | ||
]} | ||
/> | ||
</Layout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters