Skip to content

Commit 44de56b

Browse files
Add more sponsors (#1177)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ae3e613 commit 44de56b

21 files changed

+512
-3
lines changed

src/components/sponsors/sponsors.astro

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ const tiers = [
2020
"Patron",
2121
"Financial Aid",
2222
"Supporters",
23+
"Partners"
2324
] as const;
2425
2526
const 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
) : (

src/content/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const tiers = [
1515
"Patron",
1616
"Financial Aid",
1717
"Supporters",
18+
"Partners",
1819
] as const;
1920

2021
const pages = defineCollection({

src/content/sponsors/djangocon.png

93 KB
Loading
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: DjangoCon Europe
2+
url: https://2025.djangocon.eu/
3+
image: ./djangocon.png
4+
tier: Partners

src/content/sponsors/numberly.svg

Lines changed: 113 additions & 0 deletions
Loading

src/content/sponsors/numberly.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: Numberly
2+
url: https://numberly.com/
3+
image: ./numberly.svg
4+
tier: Gold

src/content/sponsors/pycon-at.png

76.3 KB
Loading

src/content/sponsors/pycon-at.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: PyCon Austria
2+
url: https://pycon.pyug.at/en/
3+
image: ./pycon-at.png
4+
tier: Partners

0 commit comments

Comments
 (0)