Add developer spotlight landing page#886
Merged
Merged
Conversation
Replace the /spotlight redirect with a real landing page that showcases each spotlight using its OG preview image, newest as a featured card and the rest in a responsive grid.
Layer the smaller OG preview on top of the wide hero image instead of enlarging the OG card, which scaled poorly at full width.
Mirror the funds page footer link with a call to action inviting readers to apply, since spotlights profile grantees.
The hero image alone reads better for the featured card.
Pair the apply call to action with a donate link so readers can support the developers the spotlights profile.
Place the donate link above the apply link, both right-aligned.
Show the OG-image card at the same size as the rest on mobile, and only switch to the hero background layout from md up. Extract shared compact and hero card variants to keep it DRY.
Generate a spotlight page OG card and pass the slug to PageSEO, and emit CollectionPage/ItemList JSON-LD so the page is treated as a collection.
…t cards Gate the hover zoom behind motion-safe and mark the OG preview decorative since the title is already conveyed by the heading and link label.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Arvin21M
approved these changes
Jul 7, 2026
Arvin21M
left a comment
Contributor
There was a problem hiding this comment.
- Designated spotlight page looks great!
- Links working and pointing to the right place.
- One small change request (might be nit-picky) to point donate link to /funds over the /donate page.
- Otherwise, this is good to go!
Co-authored-by: ARVIN <141419722+Arvin21M@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Turns
/spotlightfrom a bare redirect into a proper landing page that showcases each developer spotlight using its existing preview images. The newest spotlight is a large hero card on desktop, and every entry falls back to a uniformog-imagecard on mobile./spotlightredirect in favor of a responsive featured card plus gridapplyanddonatelinks in the footerBuild preview: