Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/app/ddd.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ param eventsAirClientId string
@secure()
param eventsAirClientSecret string
param eventsAirTenantId string
param eventsAirEventId string
param eventsAirEventId string = ''
@secure()
param titoSecurityToken string
@secure()
Expand Down
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ param eventsAirClientId string
@secure()
param eventsAirClientSecret string
param eventsAirTenantId string
param eventsAirEventId string
param eventsAirEventId string = ''
@secure()
param titoSecurityToken string
@secure()
Expand Down
2 changes: 1 addition & 1 deletion infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"value": "${EVENTS_AIR_TENANT_ID}"
},
"eventsAirEventId": {
"value": "${EVENTS_AIR_EVENT_ID}"
"value": "${EVENTS_AIR_EVENT_ID=}"
},
"titoSecurityToken": {
"value": "${TITO_SECURITY_TOKEN}"
Expand Down
36 changes: 21 additions & 15 deletions website/app/config/years/2025.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,21 @@ export const conference2025: ConferenceYear = {

sponsors: {
platinum: [
{
name: 'Patient Zero',
website: 'https://www.pz.com.au/',
logoUrlDarkMode: '/images/sponsors/2025-patient-zero-dark.svg',
logoUrlLightMode: '/images/sponsors/2025-patient-zero-light.svg',
quote: "At first, when we heard that DDD Perth was held in a stadium, we thought there was no way that could be true. Turns out it is. Well done, Perth! Once we learned the truth of the matter, we just had to come and check it out ourselves and share our zombie sock love. Yeah, we love zombies if the name didn't give it away. And we love our zombie sock merch. That, plus, our co-CEO Paul loves to hear himself talk and our other one, Demelza, loves a stage.",
},
{
name: 'MakerX',
website: 'https://makerx.com.au/',
logoUrlDarkMode: '/images/sponsors/2025-makerx-dark.svg',
logoUrlLightMode: '/images/sponsors/2025-makerx-light.svg',
quote: "DDD Perth embodies everything we believe in at MakerX - making technology accessible, fostering diversity, and building high-performing teams. These aren't just ideals we talk about; they're the proven foundation of successful technology companies.The conference itself is a masterclass in bringing people together. With 1,600 passionate technologists gathering in one place, we're witnessing real-time ecosystem building - where today's attendees become tomorrow's co-founders, where nervous first-time speakers evolve into industry leaders, and where casual conversations spark the collaborations that define our tech future. At MakerX, we know that helping our partners succeed requires more than writing code. It's about weaving together culture, connections, and capabilities - transforming research breakthroughs and bold ideas into sustainable businesses that create real impact. That's exactly what DDD Perth facilitates at scale and we're proud to be onboard to support the event for another year.",
},
],
{
name: 'Patient Zero',
website: 'https://www.pz.com.au/',
logoUrlDarkMode: '/images/sponsors/2025-patient-zero-dark.svg',
logoUrlLightMode: '/images/sponsors/2025-patient-zero-light.svg',
quote: "At first, when we heard that DDD Perth was held in a stadium, we thought there was no way that could be true. Turns out it is. Well done, Perth! Once we learned the truth of the matter, we just had to come and check it out ourselves and share our zombie sock love. Yeah, we love zombies if the name didn't give it away. And we love our zombie sock merch. That, plus, our co-CEO Paul loves to hear himself talk and our other one, Demelza, loves a stage.",
},
{
name: 'MakerX',
website: 'https://makerx.com.au/',
logoUrlDarkMode: '/images/sponsors/2025-makerx-dark.svg',
logoUrlLightMode: '/images/sponsors/2025-makerx-light.svg',
quote: "DDD Perth embodies everything we believe in at MakerX - making technology accessible, fostering diversity, and building high-performing teams. These aren't just ideals we talk about; they're the proven foundation of successful technology companies.The conference itself is a masterclass in bringing people together. With 1,600 passionate technologists gathering in one place, we're witnessing real-time ecosystem building - where today's attendees become tomorrow's co-founders, where nervous first-time speakers evolve into industry leaders, and where casual conversations spark the collaborations that define our tech future. At MakerX, we know that helping our partners succeed requires more than writing code. It's about weaving together culture, connections, and capabilities - transforming research breakthroughs and bold ideas into sustainable businesses that create real impact. That's exactly what DDD Perth facilitates at scale and we're proud to be onboard to support the event for another year.",
},
],
gold: [
{
name: 'Versent',
Expand Down Expand Up @@ -215,6 +215,12 @@ If you'd like to learn more about the work our computing and software teams are
},
],
community: [
{
name: 'Hello Initative',
website: 'https://www.helloinitiative.org.au/',
logoUrlDarkMode: '/images/sponsors/2025-hello-initative-dark.png',
logoUrlLightMode: '/images/sponsors/2025-hello-initative-light.png',
},
{
name: 'WAITTA',
website: 'https://www.waitta.asn.au/',
Expand Down
12 changes: 11 additions & 1 deletion website/app/routes/_layout.app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,17 @@ export default function AppDownloadPage() {
</styled.a>
</styled.div>

<Box mt={8} p={6} bgColor="blue.50" borderRadius="lg" textAlign="center" maxW="2xl">
<styled.a
href="/agenda"
display="inline-flex"
transition="transform 0.2s"
_hover={{ transform: 'scale(1.05)' }}
textDecoration="underline"
>
View Agenda on Website
</styled.a>

<Box p={6} bgColor="blue.50" borderRadius="lg" textAlign="center" maxW="2xl">
<styled.h3 fontSize="lg" fontWeight="semibold" mb={2} color="blue.900">
Pro Tip
</styled.h3>
Expand Down
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.