Conversation
Wires the heart-with-play brand mark into the app: - Header: icon (logo.svg) beside the wordmark; wordmark gradient retuned to the logo's coral→red so mark + text read as one lockup. - Favicons: SVG + 16/32 PNG; apple-touch-icon (180). - PWA: site.webmanifest with 192/512 + maskable icons (standalone install). - Social: Open Graph / Twitter card tags + og-image (1200×630). Raster sizes generated from the 512px master (icon-512.png) via sips.
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.
Adds the brand mark (heart with a play cutout, coral→red gradient) across the app, using the assets from
logocinemate/.What's wired in
/logo.svg) beside the wordmark; the wordmark gradient is retuned from the old pink to the logo's coral→red (#ff8a5b → #e23755) so the mark and text read as one lockup. Click-to-home still works (handler is on theh1)./logo.svg) +favicon-16/32.png.apple-touch-icon.png(180, solid background so iOS doesn't add its own).site.webmanifestwith 192/512 normal + maskable icons → installable "add to home screen".og-image.png(1200×630).Assets
Raster sizes were generated from the 512px master (
logocinemate/icon-512.png) withsips. The README/manifest inlogocinemate/referenced several files that weren't present (16/32 PNGs, apple-touch, 192, maskable) — those are now generated and live underpublic/icons/.Note:
favicon.icowas skipped (modern browsers use the SVG + PNG favicons); thelogocinemate/source kit is left out of this PR (design source, not needed at runtime).Verification
public/.wrangler deploy --dry-runpasses.