feat(assets): swap in <hype> brand art, fix post-cutover meta URLs - #34
Merged
Conversation
Replace the placeholder GET A JOB art with the delivered <hype> brand set and repoint the absolute URLs left stale by the hostname cutover. Assets: - favicons + apple-touch: the <H> emblem (16/32/.ico/180) - hub logo: hype-logo.svg referenced directly (vector, crisp at any DPI); drop get-a-job-icon.png and let .logo size to the mark's aspect - og-card.png: recomposed 1200x630 — white <hype> mark on the site's pastel-rainbow gradient (palette unchanged; a monochrome mark removes colour rather than introducing one) Meta: - canonical / og:url / og:image / twitter:image: getajob.swagcounty.com -> hype.swagcounty.com (hype is canonical; getajob 301s) - cache-bust ?v=2026-06-24 on every changed asset ref so social/CDN caches refetch the new bytes (the og:image especially) index.html + tbc/index.html rebuilt from source; --check green. The server/app.py APPLY_UA URL is left for a separate backend deploy pass.
Contributor
Author
|
Diff is asset swaps + the getajob→hype meta sweep + cache-bust — nothing functional. Public-LLMATIONS leak grep clean (the lone |
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.
What
<H>emblem (16/32/.ico/180)get-a-job-icon.pngwithhype-logo.svg(vector, referenced directly;.logonow sizes to the mark's aspect ratio)og-card.png: recomposed 1200×630 — white<hype>mark on the pastel-rainbow gradientcanonical/og:url/og:image/twitter:image:getajob.swagcounty.com→hype.swagcounty.comacross all surfaces + both generators?v=2026-06-24on every changed asset refWhy
The placeholder GET A JOB art and the stale
getajob.swagcounty.comabsolute URLs were left over from the hostname cutover. Social previews and CDN-cached favicons were still serving the old brand.Palette is unchanged — the new mark is monochrome, so the rainbow gradient stays as-is rather than gaining a competing colour.
server/app.py'sAPPLY_UAURL still points at getajob (301s fine for now); left for a separate backend deploy pass since it's not a meta tag.Test plan
og-card.pngis exactly 1200×630 (file)index.html+tbc/index.htmlrebuilt from source — both--checkgreen