docs(readme): link the Cosyte lockup to cosyte.com (ASSETS) - #36
Merged
Conversation
Wraps the existing <picture> lockup above the H1 in an anchor to https://cosyte.com, per the founder requirement of 2026-08-06. Nothing inside the block moved. The anchor's behaviour was measured on both surfaces by fhir #62 rather than assumed. On GitHub it works and the colour-scheme switch survives, because the img stays a direct child of picture, which is what the HTML spec requires for source selection to run at all. On an npm package page the anchor is lost, because npm wraps the image in its own anchor and a nested anchor is not representable. Shipped anyway by founder decision of 2026-08-07: on npm this is no worse than the unlinked lockup it replaces, and GitHub is where these READMEs are actually read.
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.
Wraps the existing lockup above the H1 in an anchor to https://cosyte.com, per thefounder requirement of 2026-08-06. Nothing inside the block moved.
The anchor's behaviour was measured on both surfaces by fhir #62 rather than assumed. On GitHub
it works and the colour-scheme switch survives, because the img stays a direct child of picture,
which is what the HTML spec requires for source selection to run at all. On an npm package page
the anchor is lost, because npm wraps the image in its own anchor and a nested anchor is not
representable. Shipped anyway by founder decision of 2026-08-07: on npm this is no worse than the
unlinked lockup it replaces, and GitHub is where these READMEs are actually read.