Commit Graph
5 Commits
Author SHA1 Message Date
Jonathan HefnerandClaude Opus 4.7 278196525d Simplify LogoCarousel and rework "Adoption" section on home.mdx
Collapse the two-row `LogoCarousel` into a single row and compute its
scroll duration from the total cycle width using a fixed
`PX_PER_SECOND`, so scroll speed stays consistent regardless of how many
logos appear or how they are scaled. Drop the now-unneeded vertical
padding on `.logo-carousel-track`.

Rename the "Adoption" heading to "Where can I use Agent Skills?" and
rewrite its blurb to point readers at the Client Showcase page, matching
the question-led style of the neighboring sections.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-19 13:07:38 -05:00
b7442eb9ac Fix logo carousel snap at animation loop boundary (#165)
The `logo-scroll` keyframe translated by `-50%`, but flex `gap: 3rem`
means `2N` duplicated items have `2N - 1` gaps — so the track doesn't
split evenly at 50%. The seam between the two copies sits at
`50% + half a gap`. Adjusting to `calc(-50% - 1.5rem)` aligns the
animation endpoint with the start of the second copy, eliminating the
visible jump every 50 seconds.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-15 16:21:18 -06:00
fe4fecbb43 Remove MCP-specific CSS from style.css (#113)
This file was originally copied from the modelcontextprotocol repo.
These styles were specific to MCP documentation pages and are not used
here:

- `#feature-support-matrix-wrapper` table styling
- `#schema-reference` TypeScript documentation styling

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-15 13:43:31 -06:00
Eric HarmelingandGitHub da24a2bd17 Add logo carousel (#69) 2026-01-06 14:07:13 -05:00
Eric HarmelingandGitHub fb08d608bc Add documentation 2025-12-18 08:46:08 -05:00