Skip to content

copy(website): credit Callum Adamson on hero byline as collaborator#84

Merged
SamPlvs merged 1 commit into
mainfrom
claude/website-byline-callum
May 28, 2026
Merged

copy(website): credit Callum Adamson on hero byline as collaborator#84
SamPlvs merged 1 commit into
mainfrom
claude/website-byline-callum

Conversation

@SamPlvs
Copy link
Copy Markdown
Owner

@SamPlvs SamPlvs commented May 28, 2026

Summary

  • Extends the hero eyebrow byline from by Samyakh (Sam) Tukra to a two-line credit: by Samyakh (Sam) Tukra on top, with Callum Adamson as a faded sub-line beneath. Callum's name links to the same LinkedIn URL already used in the footer Contributors list (index.html:1053).
  • New .author-secondary CSS rule in website/public/styles.css: display: block forces the credit onto its own line below the main byline, font-size: 0.9em (renders 9px against the eyebrow's 10px) + opacity: 0.55 produce a clearly subsidiary read while keeping the link discoverable; hover transitions opacity to 0.85 matching the existing .author-link affordance.
  • Two-line layout chosen over inline same-line credit after Astro dev preview verification — an inline credit with a comma separator strands "with" at the end of line 1 on narrow viewports, breaking the visual unit of "with Callum Adamson". display: block guarantees the clause reads as a single unit regardless of viewport width.
  • No code, tests, agents, commands, version, or model tiers touched — pure copy + styling. validate-docs 9/11 (2 pre-existing warnings, 0 failures — identical state to 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 failures
  • Astro dev preview at 1280×720: main byline renders full coral at 10px, secondary line at 9px / opacity 0.55, both links underlined, hover lifts secondary opacity to 0.85
  • Computed style snapshot via getComputedStyle('.author-secondary'): display: block, font-size: 9px, opacity: 0.55, margin-top: 2px — matches intent
  • Visual smoke-test on Mintlify deploy preview once PR check kicks off
  • Mobile viewport spot-check (~375px width) — secondary line stays as own block, no awkward re-wraps

🤖 Generated with Claude Code

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>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying zero-operators with  Cloudflare Pages  Cloudflare Pages

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

View logs

@SamPlvs SamPlvs merged commit 52cdece into main May 28, 2026
5 checks passed
@SamPlvs SamPlvs deleted the claude/website-byline-callum branch May 28, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant