Add logo assets: PNG, SVG, JPEG for light and dark theme - #1
Open
SinachPat wants to merge 1 commit into
Open
Conversation
Adds assets/logo/ with the F1visa.Net wordmark in both theme variants (Trust Purple mark for light backgrounds, white "reversed" mark for dark backgrounds per Brand Support Document §3) and three formats: - PNG: the existing production assets, copied verbatim from f1visa.net (already transparent, pixel-perfect) - SVG: vector-traced from those same PNGs at 4x resolution via potrace, then verified pixel-for-pixel identical to the originals when rasterized back down -- not a fresh redraw - JPEG: each variant flattened onto the background it's designed to be viewed against (white for light, Deep Navy #1A1A2E for dark, since white-on-white would be invisible) Colors match the documented palette exactly: Trust Purple #6C3BAA, Deep Navy #1A1A2E. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a dedicated assets/logo/ directory containing the F1visa.Net wordmark for both light/dark theme contexts, provided in SVG/PNG/JPEG formats, plus a short README documenting intended usage.
Changes:
- Added theme-specific logo assets in SVG/PNG/JPEG formats under
assets/logo/. - Added
assets/logo/README.mddescribing formats, backgrounds, and usage guidance.
Reviewed changes
Copilot reviewed 1 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| assets/logo/README.md | Documents the new logo assets, intended backgrounds, and format-specific usage guidance. |
| assets/logo/logo-light.svg | Adds a vector (scalable) light-context wordmark in Trust Purple. |
| assets/logo/logo-dark.svg | Adds a vector (scalable) dark-context wordmark in white. |
| assets/logo/logo-light.png | Adds a raster PNG light-context wordmark with transparency. |
| assets/logo/logo-dark.png | Adds a raster PNG dark-context wordmark with transparency. |
| assets/logo/logo-light.jpg | Adds a raster JPEG light-context wordmark flattened onto white background. |
| assets/logo/logo-dark.jpg | Adds a raster JPEG dark-context wordmark flattened onto Deep Navy background. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
assets/logo/with the F1visa.Net wordmark in both theme variants and three formats — 6 files total plus a short README documenting them.#6C3BAAlogo-light.pnglogo-dark.pnglogo-light.svglogo-dark.svglogo-light.jpg(white bg)logo-dark.jpg(Deep Navy#1A1A2Ebg)Provenance
f1visalogo-light.png/f1visalogo.png). Already transparent, pixel-perfect, in active use.potrace, at 4x upscale for clean curve fitting) rather than redrawing the mark by eye. Verified by rasterizing the result back down and diffing against the original pixel-for-pixel — the traced shape is an exact match, not an approximation. Colors are applied as flat fills matching the documented palette exactly (sampled the source PNGs directly: both are single flat colors,#6c3baaand#ffffff).Note on folder structure
The current README describes a top-level
logo/folder; this PR places the new files underassets/logo/instead, per the request that prompted this contribution. Flagging this in case a maintainer prefers to reconcile the two — happy to move the files iflogo/(or another path) is preferred.Test plan
#6c3baa,#ffffff), matching the documented Trust Purple / white reversed-logo palettewidth/height+viewBoxfor consistent rasterization across viewers/tools