Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 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
3 changes: 2 additions & 1 deletion src/components/sponsors/sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const tiers = [
"Patron",
"Financial Aid",
"Supporters",
"Partners"
] as const;

const sponsors = await getCollection("sponsors");
Expand Down Expand Up @@ -48,7 +49,7 @@ const topTier = sponsorTiers.find((tier) => tier.name === "Keystone");

<Fullbleed className="bg-white py-24 px-6">
<section class="max-w-4xl lg:max-w-6xl mx-auto mb-16">
<Headline id="sponsors" title="Sponsors" center=true />
<Headline id="sponsors" title="Sponsors & Partners" center=true />
<div>
{
hasSponsors ? (
Expand Down
1 change: 1 addition & 0 deletions src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const tiers = [
"Patron",
"Financial Aid",
"Supporters",
"Partners",
] as const;

const pages = defineCollection({
Expand Down
Binary file added src/content/sponsors/djangocon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/content/sponsors/djangocon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: DjangoCon Europe
url: https://2025.djangocon.eu/
image: ./djangocon.png
tier: Partners
113 changes: 113 additions & 0 deletions src/content/sponsors/numberly.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/content/sponsors/numberly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: Numberly
url: https://numberly.com/
image: ./numberly.svg
tier: Gold
Binary file added src/content/sponsors/pycon-at.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/content/sponsors/pycon-at.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: PyCon Austria
url: https://pycon.pyug.at/en/
image: ./pycon-at.png
tier: Partners
Loading