Add gradient-background logo variants to brand assets#1046
Open
MaxGhenis wants to merge 1 commit into
Open
Conversation
The wide and square logos now have a "white on gradient" variant using the same teal gradient (primary[800] → primary[600]) as the site header, suitable for direct use as social covers and avatars. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Adds new "white on gradient" variants of both the wide wordmark and the square mark, using the same teal gradient (
primary[800]→primary[600]) as the site header. These are useful as direct social covers/avatars (LinkedIn, X, etc.) without needing to composite the logo onto a background separately.New assets in
app/public/assets/logos/policyengine/:gradient.svg/gradient.png— wide wordmark, 996×207 (PNG rendered at 4× = 3984×828)gradient-square.svg/gradient-square.png— square mark, 244×244 (PNG rendered at 4× = 976×976)The website Brand → Assets page (
/us/brand/assets) now surfaces both new variants alongside the existing teal/white options.Test plan
bun run lint(website) — passesbun run typecheck(website) — passes/us/brand/assets— all 6 logo cards render with correct image dimensions; gradient cards show the teal-gradient background with the white wordmark / icon on top