Skip to content

Commit

Permalink
feat: improve session info
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed May 11, 2024
1 parent 3a27c78 commit 8b98118
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/pages/mahi/sessions.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ const title = "Sessions";
<SmallHero
title="Sessions"
featureImage={featureImage}
description="Enrichment and Outreach sessions during school allowing exploration of technology outside of curriculum."
description="In person sessions to explore areas of technology. These are both after school and during school enrichment."
/>
<FAQs
title="What does this look like?"
faqs={[
{
question: "Age ranges",
question: "What ages do you work with?",
answer: "We work with rangatahi from years 5-13",
},
{
question: "Do you cover curriculm",
question: "Do you cover curriculm?",
answer:
"We do not cover any areas of curriculm and instead cover topics outside of school curriculm.",
},
{
question: "What is the cost",
question: "What is the cost?",
answer: "Our sessions are free of charge to all rangatahi and whanau.",
},
{
Expand All @@ -42,6 +42,10 @@ const title = "Sessions";
{
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."
}
]}
/>
Expand Down

0 comments on commit 8b98118

Please sign in to comment.