Skip to content

Commit

Permalink
sponsors: Add Optimising.com.au
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Sep 11, 2024
1 parent 6f169ad commit cc51947
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/landing/faq.astro
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@
<td>Bronze</td>
<td>USD $5,000</td>
</tr>
<tr>
<td>Copper</td>
<td>USD $1,000</td>
</tr>
</table>
<br />
Sponsorships run for one year, then you are welcome to renew.
Expand Down
9 changes: 9 additions & 0 deletions src/components/landing/sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ const sponsors = [
},
],
},
{
name: "Copper",
sponsors: [
{
name: "Optimising.com.au",
href: "https://www.optimising.com.au/?utm_source=ladybird&utm_medium=website&utm_campaign=sponsor",
},
],
},
];
---

Expand Down

0 comments on commit cc51947

Please sign in to comment.