Skip to content

Commit 838d10b

Browse files
committed
Add community partners WiP
1 parent 347c44e commit 838d10b

File tree

15 files changed

+381
-0
lines changed

15 files changed

+381
-0
lines changed

src/components/sponsors/sponsors.astro

Lines changed: 1 addition & 0 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");

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/pycon-at.png

43.1 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

src/content/sponsors/pycon-fr.svg

Lines changed: 284 additions & 0 deletions
Loading

src/content/sponsors/pycon-fr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: PyCon France
2+
url: https://www.pycon.fr/2025
3+
image: ./pycon-fr.svg
4+
tier: Partners

src/content/sponsors/pycon-gr.png

35.4 KB
Loading

src/content/sponsors/pycon-gr.yaml

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

0 commit comments

Comments
 (0)