Skip to content

Commit 904847f

Browse files
committed
feat(sponsors): Add partner tier with two sponsors's logo
1 parent 22e4187 commit 904847f

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Loading

public/assets/images/sponsors/partner_mathieu_chevalier.svg

Lines changed: 1 addition & 0 deletions
Loading

src/messages/en/sponsors.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@
4444
"link": "https://manifesto.transitapp.com/fr/jobs"
4545
}
4646
]
47+
},
48+
{
49+
"title": "Partner Sponsor",
50+
"subtitle": "Community partners helping us make DevFest 2026 a success.",
51+
"badge": "Partner",
52+
"items": [
53+
{
54+
"name": "Google",
55+
"logo": "/assets/images/sponsors/partner_google.svg",
56+
"link": "https://gdg.community.dev/"
57+
},
58+
{
59+
"name": "Mathieu Chevalier",
60+
"logo": "/assets/images/sponsors/partner_mathieu_chevalier.svg",
61+
"link": "https://www.mathieuchevalier.com/"
62+
}
63+
]
4764
}
4865
]
4966
}

src/messages/fr/sponsors.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,23 @@
4444
"link": "https://manifesto.transitapp.com/fr/jobs"
4545
}
4646
]
47+
},
48+
{
49+
"title": "Sponsor Partenaire",
50+
"subtitle": "Des partenaires communautaires qui nous aident à faire de DevFest 2026 un succès.",
51+
"badge": "Partenaire",
52+
"items": [
53+
{
54+
"name": "Google",
55+
"logo": "/assets/images/sponsors/partner_google.svg",
56+
"link": "https://gdg.community.dev/"
57+
},
58+
{
59+
"name": "Mathieu Chevalier",
60+
"logo": "/assets/images/sponsors/partner_mathieu_chevalier.svg",
61+
"link": "https://www.mathieuchevalier.com/"
62+
}
63+
]
4764
}
4865
]
4966
}

0 commit comments

Comments
 (0)