Skip to content
4 changes: 2 additions & 2 deletions src/components/SponsorLogo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const {
} = sponsor.data;

const logo = sponsorLogos[sponsor.id];
const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier==="Platinum" ? `/sponsor/${sponsorId}` : `/sponsors#sponsor-${sponsorId}`
const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier==="Platinum" ? `/sponsor/${sponsorId}` : tier==="Media Partners" ? `/media-partners#sponsor-${sponsorId}` : tier==="Startups" ? `/startups#sponsor-${sponsorId}` : ""

---

Expand All @@ -29,7 +29,7 @@ const slug = tier==="Partners"? `/community-partners#sponsor-${sponsorId}`: tier
>
<div class="w-full flex justify-center items-center md:items-center">
{
website ? (
website && slug ? (

<a href={slug} aria-label={`Link to ${title}`}
>
Expand Down
5 changes: 3 additions & 2 deletions src/components/sections/sponsors/sponsor-tier.astro
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ const { tier, level = 2} = Astro.props;
`level-${level}`,
{
"grid-cols-1 md:grid-cols-2 m-20 [&>*]:scale-110": level===0,
"grid-cols-1 md:grid-cols-2 lg:grid-cols-3 [&>*]:scale-80": level > 0 && level << 6,
"grid-cols-2 md:grid-cols-3 lg:grid-cols-4 [&>*]:scale-80" : level===6,
"grid-cols-1 md:grid-cols-2 lg:grid-cols-3 [&>*]:scale-90": level > 0 && level << 6,
"grid-cols-2 md:grid-cols-3 lg:grid-cols-4 [&>*]:scale-90" : level===6,
"grid-cols-2 md:grid-cols-3 lg:grid-cols-4 [&>*]:scale-85" : level>6,
},
]}
>
Expand Down
4 changes: 3 additions & 1 deletion src/components/sections/sponsors/sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ const tiers = [
"Platinum X",
"Gold",
"Silver",
"Startups",
"Bronze",
"Patron",
"Financial Aid",
"Supporters",
"Partners"
"Partners",
"Media Partners"
] as const;

const sponsors = await getCollection("sponsors");
Expand Down
12 changes: 12 additions & 0 deletions src/content/sponsors/cultrepo/cultrepo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/content/sponsors/cultrepo/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: CultRepo
description: ""
url: https://www.youtube.com/@cultrepo
socials:
twitter: https://x.com/CultRepo
bluesky: https://bsky.app/profile/cultrepo.bsky.social
youtube: https://www.youtube.com/channel/UCsUalyRg43M8D60mtHe6YcA
tier: Media Partners
logo_padding: "0"
---
3 changes: 1 addition & 2 deletions src/content/sponsors/gel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ socials:
youtube: "https://www.youtube.com/@EdgeDB"
tier: Platinum
logo_padding: 5px
draft: true
---

## About Gel
# About Gel

Gel is a scalable, integrated data platform on top of Postgres. Gel gives the
relational model a fresh facelift, solves n+1, simplifies migrations, and
Expand Down
3 changes: 1 addition & 2 deletions src/content/sponsors/google-cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ socials:

tier: Gold
logo_padding: 15px
draft: true
---

## About Google Cloud
# About Google Cloud

The new way to cloud starts here: Build with generative AI, deploy apps fast,
and analyze data in seconds—all with Google-grade security.
10 changes: 10 additions & 0 deletions src/content/sponsors/junior-guru/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Junior Guru
description: ""
url: https://junior.guru/
socials:
youtube: https://www.youtube.com/@juniordotguru

tier: Media Partners
logo_padding: 15px
---
Loading
Loading