Redesign website and align logo/README branding#35
Merged
Conversation
Rebuild the docs/ landing page around a small live highlighting engine that powers an animated hero terminal, a raw/highlighted compare slider, and interactive profile tabs. Mono-forward visual system, no dependencies or network requests. Add a faithful prism+terminal logo mark (square, used as favicon) and a prism+rays lockup for the header/footer wordmark. Switch the logo wordmark, taglines, and demo headings from Inter to the mono brand stack across docs/ and .github/, and bump the README image cache-busters so GitHub serves the updated SVGs.
The privacy scan rejects IPv4 addresses outside RFC 5737 ranges. The arista and linux-unix demo samples used 10.x addresses; switch them to 198.51.100.0/24 and 203.0.113.0/24.
The redesign replaced the static terminal-demo SVG with JS-driven demos (live terminal, compare slider, profile tabs) and restyled the feedback eyebrow. Update site_pages.test.mjs to assert the interactive demo hooks and match the new copy; revert the page <title> to a hyphen to keep the existing SEO contract.
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
Rebuilds the
docs/landing page and brings the logo and README assets in line with the new mono-forward brand.Website (
docs/)ptty ssh …and streams highlightedshow ip interface briefoutput, with a blinking cursor.show techdump.prefers-reduced-motionpaints the final highlighted frame and disables motion, keyboard-operable slider via a real range input,focus-visible, sr-only descriptions.Logo / brand
prismtty-mark.svg, square — used as favicon) and a prism+rays lockup (prismtty-lockup.svg) for the header/footer wordmark.Fonts / README
docs/assets/and.github/assets/(kept in sync).?v=cache-busters so GitHub serves the updated SVGs.Verification