Skip to content

Add current and past sponsor logos to the sponsor page#20

Open
argyleink wants to merge 1 commit into
mainfrom
sponsor-logos
Open

Add current and past sponsor logos to the sponsor page#20
argyleink wants to merge 1 commit into
mainfrom
sponsor-logos

Conversation

@argyleink
Copy link
Copy Markdown
Collaborator

What

Adds Currently sponsored by and past partners sections to the sponsor page, populated with real brand logos that link out to each brand's site.

How

A new SponsorLogo.astro component renders each logo with the contrast strategy that keeps it legible against the page:

Strategy Shape Use
per-theme { name, light, dark } separate light/dark artwork, swapped via dark: utilities
on a background { name, src, background } a one-color logo on a fixed bg color for guaranteed contrast
plain { name, src } a full-color logo that already reads on light and dark
wordmark { name, wordmark } styled-text placeholder

Add an optional href to any entry to link the logo to the brand's site (opens in a new tab, rel="noopener noreferrer").

Both sections are driven by a single sponsors config object ({ current, past }) at the top of sponsor.astro, so moving a brand between sections is a cut/paste.

Logos

  • Current: Denver & Liely (bg), GitKraken (bg)
  • Past: Warp (per-theme), Microsoft, CodeRabbit, Clerk (bg), Redwood Empire (bg), Norlan (bg, dark)

Artwork added under public/images/sponsors/.

Verification

  • astro check — 0 errors
  • Rendered locally and confirmed in the browser: all logos load, theme swap works for Warp (light/dark), background boxes apply, and every logo links to the correct official domain.

🤖 Generated with Claude Code

Introduce a SponsorLogo component that renders each logo with the
contrast strategy that keeps it legible against the page:

- per-theme: separate light/dark artwork, swapped via dark: utilities
- on a background: a one-color logo on a fixed bg color for contrast
- plain: a full-color logo that already reads on light and dark
- wordmark: a styled-text placeholder

An optional `href` links the logo to the brand's site (opens in a new
tab). Both sections are driven by a single `sponsors` config object, so
moving a brand between current and past is a cut/paste.

Current: Denver & Liely, GitKraken.
Past: Warp, Microsoft, Clerk, CodeRabbit, Redwood Empire, Norlan.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
www-starpod Building Building Preview, Comment Jun 2, 2026 7:05pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 2, 2026

Warning

Review limit reached

@argyleink, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 55 minutes and 40 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: f9ae6190-7ee5-4208-9854-49619f7052c9

📥 Commits

Reviewing files that changed from the base of the PR and between b35febb and 4afff7a.

⛔ Files ignored due to path filters (9)
  • public/images/sponsors/GitKraken.svg is excluded by !**/*.svg
  • public/images/sponsors/clerk.svg is excluded by !**/*.svg
  • public/images/sponsors/coderabbit.jpeg is excluded by !**/*.jpeg
  • public/images/sponsors/denver-and-liely.png is excluded by !**/*.png
  • public/images/sponsors/microsoft.svg is excluded by !**/*.svg
  • public/images/sponsors/norlan.png is excluded by !**/*.png
  • public/images/sponsors/redwood-empire.png is excluded by !**/*.png
  • public/images/sponsors/warp-dark.svg is excluded by !**/*.svg
  • public/images/sponsors/warp-light.svg is excluded by !**/*.svg
📒 Files selected for processing (2)
  • src/components/SponsorLogo.astro
  • src/pages/sponsor.astro
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sponsor-logos

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@argyleink
Copy link
Copy Markdown
Collaborator Author

@RobbieTheWagner i know you were hoping for uniform solid and adaptive light/dark logos for this PR, but can we make that a TODO instead of blocking? be nice to start showcasing these folks and have the links on the page, good clout booster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant