Add SSWTiger logo to README and dashboard header, plus favicon (#114)#117
Draft
suiyangqiu wants to merge 1 commit into
Draft
Add SSWTiger logo to README and dashboard header, plus favicon (#114)#117suiyangqiu wants to merge 1 commit into
suiyangqiu wants to merge 1 commit into
Conversation
Brought the official SSWTiger brand asset into the repo at docs/images/logos/ (color + dark-mode SVGs, plus a PNG favicon source) and wired the horizontal logo into the README, the vertical logo into the dashboard template header alongside the existing four-square SSW motif, and an SVG/PNG favicon into the dashboard. Updated the deployer to stage docs/images/logos/ next to the dashboard at upload time so the relative refs resolve on the deployed blob. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
📝 Summary of Changes
Brought the official SSWTiger brand asset into the repo: added
docs/images/logos/with the canonical color and dark-mode SVGs (vertical + horizontal) plus a PNG favicon source, then wired the horizontal logo into the README header, the vertical logo into the dashboard template header next to the existing four-square SSW motif, and the SVG/PNG favicon intotemplates/dashboard.html. The pre-existingdocs/images/tiger-example.pngdashboard screenshot is unchanged.🤷♂️ Why
The product had no canonical logo anywhere in the repo - the README and dashboard relied on text and the generic four-square motif, which is inconsistent with the SSW brand assets and means anything generated by Tiger looks unbranded. Pulling the official assets from https://www.ssw.com.au/logo/sswtiger and surfacing them across README, dashboard header, and favicon fixes that without changing any output behavior. Closes #114.
🧪 Test plan
git pulland confirm the new logo files exist underdocs/images/logos/README.mdon GitHub and confirm the logo renders correctly in both light and dark mode🤖 Generated with Claude Code