Skip to content

Commit

Permalink
Sponsor update
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Nov 2, 2024
1 parent 2836b15 commit 301ffb7
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 0 deletions.
35 changes: 35 additions & 0 deletions website/app/config/years/2024.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ export const conference2024: ConferenceYear = {
logoUrlLightMode: '/images/sponsors/2024-woodside-light.svg',
quote: "We’re thrilled to announce Woodside's partnership with DDD Perth 2024 as they celebrate their 10th anniversary and Woodside marks 70 years since its establishment. This collaboration demonstrates our dedication to fostering innovation and collaboration within Australia's tech landscape. We are proud to support the local tech community through DDD Perth and engage with diverse minds who are shaping the future of energy and technology.",
},
{
name: 'SKAO',
website: 'https://www.skao.int/en',
logoUrlDarkMode: '/images/sponsors/2024-skao-dark.svg',
logoUrlLightMode: '/images/sponsors/2024-skao-light.svg',
quote: undefined,
},
{
name: 'Datastax',
website: 'https://www.datastax.com/',
logoUrlDarkMode: '/images/sponsors/2024-datastax-dark.png',
logoUrlLightMode: '/images/sponsors/2024-datastax-light.png',
quote: undefined,
},
],
room: [
{
Expand Down Expand Up @@ -182,6 +196,27 @@ export const conference2024: ConferenceYear = {
website: 'https://www.versegroup.com.au/',
logoUrlDarkMode: '/images/sponsors/2024-verse-group-dark.png',
logoUrlLightMode: '/images/sponsors/2024-verse-group-light.png',
quote: "Verse are super excited to be proudly sponsoring the DDD Perth event this year. As a supporter of diversity and inclusion in tech, we are thrilled to be part of this community-driven conference and we look forward to supporting the growth of Perth's vibrant tech community.",
},
{
name: 'DNX Solutions',
website: 'https://dnx.solutions/',
logoUrlDarkMode: '/images/sponsors/2024-dnx-solutions-dark.png',
logoUrlLightMode: '/images/sponsors/2024-dnx-solutions-light.png',
quote: 'As a sponsor, DNX is committed to supporting the growth and inclusivity of the tech community.',
},
{
name: 'NDC Melbourne',
website: 'https://ndcmelbourne.com/',
logoUrlDarkMode: '/images/sponsors/2024-ndc-melbourne-dark.svg',
logoUrlLightMode: '/images/sponsors/2024-ndc-melbourne-light.svg',
quote: 'NDC Melbourne 2025 is a three-day event for software developers. It includes one day of hands-on workshops, followed by two conference days with multiple tracks. The Early Bird offer ends on 31 December. Secure your tickets now at ndcmelbourne.com.',
},
{
name: 'AWS',
website: 'https://aws.amazon.com/',
logoUrlDarkMode: '/images/sponsors/2024-aws-dark.svg',
logoUrlLightMode: '/images/sponsors/2024-aws-light.svg',
quote: undefined,
},
],
Expand Down
5 changes: 5 additions & 0 deletions website/public/images/sponsors/2024-aws-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions website/public/images/sponsors/2024-aws-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.
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.
8 changes: 8 additions & 0 deletions website/public/images/sponsors/2024-ndc-melbourne-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions website/public/images/sponsors/2024-ndc-melbourne-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/public/images/sponsors/2024-skao-dark.png
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-skao-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

0 comments on commit 301ffb7

Please sign in to comment.