File tree Expand file tree Collapse file tree 21 files changed +512
-3
lines changed Expand file tree Collapse file tree 21 files changed +512
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const tiers = [
2020 " Patron" ,
2121 " Financial Aid" ,
2222 " Supporters" ,
23+ " Partners"
2324] as const ;
2425
2526const sponsors = await getCollection (" sponsors" );
@@ -48,13 +49,13 @@ const topTier = sponsorTiers.find((tier) => tier.name === "Keystone");
4849
4950<Fullbleed className =" bg-white py-24 px-6" >
5051 <section class =" max-w-4xl lg:max-w-6xl mx-auto mb-16" >
51- <Headline id =" sponsors" title =" Sponsors" center =true />
52+ <Headline id =" sponsors" title =" Sponsors & Partners " center =true />
5253 <div >
5354 {
5455 hasSponsors ? (
5556 <p class = " text-center" >
5657 EuroPython wouldn't be such an affordable event without the help
57- of the sponsors. We'd like to thank all of them for their
58+ of the sponsors and partners . We'd like to thank all of them for their
5859 support.
5960 </p >
6061 ) : (
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ const tiers = [
1515 "Patron" ,
1616 "Financial Aid" ,
1717 "Supporters" ,
18+ "Partners" ,
1819] as const ;
1920
2021const pages = defineCollection ( {
Original file line number Diff line number Diff line change 1+ name : DjangoCon Europe
2+ url : https://2025.djangocon.eu/
3+ image : ./djangocon.png
4+ tier : Partners
Original file line number Diff line number Diff line change 1+ name : Numberly
2+ url : https://numberly.com/
3+ image : ./numberly.svg
4+ tier : Gold
Original file line number Diff line number Diff line change 1+ name : PyCon Austria
2+ url : https://pycon.pyug.at/en/
3+ image : ./pycon-at.png
4+ tier : Partners
You can’t perform that action at this time.
0 commit comments