Skip to content

Commit

Permalink
Merge pull request #31 from dddwa/feature/community-sponsors
Browse files Browse the repository at this point in the history
Add community sponsors
  • Loading branch information
JakeGinnivan authored Nov 12, 2024
2 parents d380539 + 127c649 commit 5602c90
Show file tree
Hide file tree
Showing 10 changed files with 91 additions and 0 deletions.
26 changes: 26 additions & 0 deletions website/app/config/years/2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,31 @@ Computing, software and big data will be critical in the success of this mega sc
quote: undefined,
},
],
community: [
{
name: 'WITWA',
website: 'https://www.witwa.org.au/',
logoUrlDarkMode: '/images/sponsors/2024-witwa-dark.svg',
logoUrlLightMode: '/images/sponsors/2024-witwa-light.svg',
},
{
name: 'Bloom',
website: 'https://bloom.org.au/',
logoUrlDarkMode: '/images/sponsors/2024-bloom-dark.svg',
logoUrlLightMode: '/images/sponsors/2024-bloom-light.svg',
},
{
name: 'She Codes',
website: 'https://shecodes.com.au/',
logoUrlDarkMode: '/images/sponsors/2024-she-codes-dark.svg',
logoUrlLightMode: '/images/sponsors/2024-she-codes-light.svg',
},
{
name: 'Breast Cancer Partners',
website: 'https://breastcancerpartners.org/',
logoUrlDarkMode: '/images/sponsors/2024-breast-cancer-partners-dark.svg',
logoUrlLightMode: '/images/sponsors/2024-breast-cancer-partners-light.svg',
},
],
},
}
3 changes: 3 additions & 0 deletions website/public/images/sponsors/2024-bloom-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions website/public/images/sponsors/2024-bloom-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/public/images/sponsors/2024-she-codes-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions website/public/images/sponsors/2024-she-codes-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions website/public/images/sponsors/2024-witwa-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions website/public/images/sponsors/2024-witwa-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5602c90

Please sign in to comment.