copy(website): credit Callum Adamson on hero byline as collaborator#84
Merged
Conversation
Hero eyebrow byline extended from "by Samyakh (Sam) Tukra" to a two-line credit that adds "with Callum Adamson" as a faded secondary line beneath the main author. New .author-secondary CSS rule uses display: block to guarantee the credit reads as a single unit regardless of viewport width, with font-size: 0.9em + opacity: 0.55 producing a clearly subsidiary read while keeping the LinkedIn link discoverable (hover lifts to 0.85). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Deploying zero-operators with
|
| Latest commit: |
042f06a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3a208648.zero-operators.pages.dev |
| Branch Preview URL: | https://claude-website-byline-callum.zero-operators.pages.dev |
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
by Samyakh (Sam) Tukrato a two-line credit:by Samyakh (Sam) Tukraon top,with Callum Adamsonas a faded sub-line beneath. Callum's name links to the same LinkedIn URL already used in the footer Contributors list (index.html:1053)..author-secondaryCSS rule in website/public/styles.css:display: blockforces the credit onto its own line below the main byline,font-size: 0.9em(renders 9px against the eyebrow's 10px) +opacity: 0.55produce a clearly subsidiary read while keeping the link discoverable; hover transitions opacity to 0.85 matching the existing.author-linkaffordance.display: blockguarantees the clause reads as a single unit regardless of viewport width.main).Test plan
bash scripts/validate-docs.sh— 9/11 passing, 2 pre-existing warnings (test-count grep vs pytest, client-blocklist intentional skip), 0 failuresgetComputedStyle('.author-secondary'):display: block,font-size: 9px,opacity: 0.55,margin-top: 2px— matches intent🤖 Generated with Claude Code