Skip to content

Commit

Permalink
feat: improve content on what we do
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed May 10, 2024
1 parent 99ae629 commit 658f2d7
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ import { Icon } from "astro-icon/components";
>
<Icon
name={social.icon}
class="flex-shrink-0 size-4"
class="flex-shrink-0 size-6"
title={social.label}
/>
</a>
Expand Down
14 changes: 2 additions & 12 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
description:
"After school every Monday from 3:30pm to 5:30pm for students in years 9 to 13;",
type: "After School",
signupLink: "https://example.com",
signupLink: "",
},
],
},
Expand All @@ -398,17 +398,7 @@ export const sessions: { location: string; sessions: Session[] }[] = [
description:
"After school every Monday from 3:30pm to 5:30pm for students in years 9 to 13;",
type: "After School",
signupLink: "https://example.com",
},
{
title: "Ūpane",
ages: "5 - 8",
day: "Tuesday",
time: "3:30pm to 5:30pm",
description:
"After school every Monday from 3:30pm to 5:30pm for students in years 9 to 13;",
type: "After School",
signupLink: "https://example.com",
signupLink: "https://forms.gle/yoC2wsCnsPjwu8nv9",
},
],
},
Expand Down
65 changes: 54 additions & 11 deletions src/pages/support.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,37 +11,80 @@ const tiers = [
title: "Session Sponsor",
description: "Sponsor a session at a location for a year.",
amount: "$5,000",
items: ["8-16 rangatahi", "1 session location for a year"],
items: [
"8-16 rangatahi",
"1 session location for a year",
"Your logo will be featured on the poster at the venue.",
"Any media releases will also mention your sponsorship of the session.",
],
},
{
title: "Supporter",
description: "Sponsor a session at a location for a year.",
description: "Help us upgrade our equipment.",
amount: "$10,000",
items: ["8-16 rangatahi", "1 session location for a year"],
items: [
"~20 rangatahi",
"2 sessions location for a year",
"Your logo will be featured on the poster at the venue",
"Any media releases will also mention your sponsorship of the sessions.",
"Your logo will be associated with any equipment we purchase.",
],
},
{
title: "Bronze",
description: "Sponsor a session at a location for a year.",
description:
"Sponsor a head mentor to run four sessions a week for a year.",
amount: "$25,000",
items: ["8-16 rangatahi", "1 session location for a year"],
items: [
"~50 rangatahi",
"4 sessions location for a year",
"Your logo will be featured on the poster at the venue",
"Any media releases will also mention your sponsorship of the sessions",
"Your logo will also be featured on the staff member’s uniform.",
"Your logo will be featured on the Tuhura Tech sponsor page.",
],
},
{
title: "Silver",
description: "Sponsor a session at a location for a year.",
description:
"Sponsor two staff members to run sessions and develop new public resources.",
amount: "$50,000",
items: ["8-16 rangatahi", "1 session location for a year"],
items: [
"~100 rangatahi",
"8 session location for a year",
"Your logo will be featured on the poster at the venue",
"Any media releases will also mention your sponsorship of the sessions",
"Your logo will also be featured on the staff member’s uniform.",
"Your logo will be featured on the Tuhura Tech sponsor page.",
],
},
{
title: "Gold",
description: "Sponsor a session at a location for a year.",
description: "To help with the operational costs of running Tuhura Tech.",
amount: "$100,000",
items: ["8-16 rangatahi", "1 session location for a year"],
items: [
"~200 rangatahi",
"16 session location for a year",
"Your logo will be featured on the poster at the venue",
"Any media releases will also mention your sponsorship of the sessions",
"Your logo will also be featured on the staff member’s uniform.",
"Your logo will be featured on the Tuhura Tech Home Page.",
],
},
{
title: "Diamond",
description: "Sponsor a session at a location for a year.",
description:
"Your sponsorship will fund the running of sessions across an entire area for a year.",
amount: "$250,000",
items: ["8-16 rangatahi", "1 session location for a year"],
items: [
"~500 rangatahi",
"30 session locations for a year",
"Your logo will be featured on the poster at the venue",
"Any media releases will also mention your sponsorship of the sessions",
"Your logo will also be featured on the staff member’s uniform.",
"Your logo will be featured on the Tuhura Tech Home Page.",
"We will run workshops in conjunction with you in the technology space",
],
},
];
---
Expand Down

0 comments on commit 658f2d7

Please sign in to comment.