add mcp project marks to the home page#1
Merged
Merged
Conversation
Each MCP card now carries its project's brand mark, sourced from
the live documentation sites and committed locally to keep this
repo self-contained.
Marks:
- mcp-s3 static/images/logos/mcp-s3.svg
(lifted from ../mcp-s3/docs/images/mcp-s3-symbol.svg)
- mcp-trino static/images/logos/mcp-trino.svg
(../mcp-trino/docs/images/mcp-trino-symbol.svg)
- mcp-datahub static/images/logos/mcp-datahub.svg
(../mcp-datahub/docs/images/mcp-datahub-symbol.svg)
- mcp-data-platform static/images/logos/mcp-data-platform.svg
(the concentric-rings + signal-orange offset square
used on the mcp-data-platform.txn2.com homepage,
rebuilt as a standalone 80x80 SVG to match the
three satellite symbols)
All four use the txn2 palette: paper #ECE3CE on signal #FF5A1F,
so they sit on the warm-black canvas without any tinting.
Layout:
- New <header class="mcp__head"> wraps the brand mark and the
existing ID stamp inside every MCP card.
- .mcp__symbol 40x40 default
.mcp__symbol--feature 64x64 for the mcp-data-platform feature card
- Hover rotates the mark slightly (-6deg) and scales 1.06.
- Feature card grid now maps the new header to the existing 'id'
grid area so the layout is unchanged.
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
Each MCP card on the home page now carries its project's brand mark. Marks come from the live documentation sites for each project, recreated as standalone 80x80 viewBox SVGs that share the txn2 palette (paper #ECE3CE on signal #FF5A1F) so they sit on the warm-black canvas without tinting.
static/images/logos/mcp-s3.svg(lifted frommcp-s3/docs/images/mcp-s3-symbol.svg)static/images/logos/mcp-trino.svgstatic/images/logos/mcp-datahub.svgstatic/images/logos/mcp-data-platform.svg(the concentric-rings + signal-orange offset square used onmcp-data-platform.txn2.com's homepage, rebuilt as a standalone SVG to match the three satellite symbols)Layout
<header class="mcp__head">wraps the brand mark and the existing ID stamp inside every MCP card..mcp__symbolis 40x40 by default;.mcp__symbol--featureis 64x64 on the mcp-data-platform feature card.-6degand scales1.06.idgrid area; layout unchanged.Test plan
hugo --minify --gcbuilds clean