portfolio: tighten card descriptions to an even length band (EN+NL) - #72
Merged
Conversation
The "what it proves" copy ranged 212-705 chars, a 3.3x spread. Cards sit in a 3-column grid with the description on flex-1, so every card in a row stretches to the tallest one and the short cards left visible dead space. All ten rewritten to 327-410 chars EN (337-440 NL) — a 1.25x spread, and 1.06-1.15x within each grid row. Trimmed the six long ones, mostly enumerations that did not earn their space: marketplace-intel-platform (705 -> 410), identity-service (607 -> 381), skills-coach (622 -> 377), retail-dynamic-pricing, and both contrail demos. Extended the two short ones, which caused the ragged first row: sovereign-llm-gateway gained the choke-point line, sovereign-copilot an explicit "reference architecture, not a running system". Every honest-framing marker is preserved: the maturity claims (docker compose up / make up / make demo), the reference-vs-working distinction, and the headline metrics (+6.4% revenue, +12.7% NDCG@10 over a popularity baseline). Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
Why
The portfolio "what it proves" copy ranged 212–705 characters — a 3.3× spread. Cards sit in a
lg:grid-cols-3grid with the description onflex-1, so every card in a row stretches to the tallest one and the short cards left visible dead space.After
All ten rewritten in EN + NL to 327–410 chars EN (337–440 NL) — a 1.25× spread, and 1.06–1.15× within each grid row, which is where equal-height cards actually matter.
Trimmed the six long ones, mostly enumerations that didn't earn their space —
marketplace-intel-platform(705→410) lost its FastAPI-serving clause and the interference caveat,identity-service(607→381) the full admin-plane object list,skills-coach(622→377) its stack line, plusretail-dynamic-pricingand both contrail demos.Extended the two short ones, the real cause of the ragged first row:
sovereign-llm-gatewaygained the choke-point line,sovereign-copilotan explicit "reference architecture, not a running system."Honesty preserved
No maturity claim moved. The
docker compose up/make up/make demomarkers, the reference-vs-working distinction, and the headline metrics all survive — including the "+12.7% NDCG@10 over a popularity baseline" qualifier in both locales.Verification
npm run typecheck,npm run lint,npm test(9 passing) andnpm run buildall pass.🤖 Generated with Claude Code