feat(web): fix/expand 'Runs on' platform wall + section anchors#276
Merged
Conversation
Audit every "Runs on" tile to use the correct product-specific official mark (not a generic parent-brand logo), legible on both themes: - Aiven: replace rainbow pride crab with official single-colour coral crab - Cloud SQL / AlloyDB: distinct official Google Cloud product icons (core-products-icons.zip), no longer the shared generic Google Cloud logo - Azure: official "Azure Database for PostgreSQL Server" service icon - RDS / Aurora: official AWS Architecture service icons (verified) Add 6 managed-cloud vendors (Crunchy Bridge, Tiger Data, ClickHouse Cloud, IBM Cloud, Oracle OCI, Ubicloud) and a Zalando postgres-operator tile to the Kubernetes operators group, each with its real full-colour official mark on the neutral chip. Grid wraps cleanly (4-col desktop / 2-col mobile, no overflow at narrow widths). Add kebab-case #-anchor ids to every top-level section (top, why, features, compare, runs-on, clients, install, footer) with scroll-margin-top so the fixed nav never covers a target, plus an understated hover '#' anchor link on section headings. Co-Authored-By: Claude Opus 4.8 (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.
Summary
Audit and fix the "Runs on" platform wall so every tile shows the correct, current, product-specific official mark (not a generic parent-brand logo), full-colour on neutral chips, legible in both light and dark themes. Adds 7 vendors (now 21 tiles) and deep-linkable section anchors.
Logo fixes (per-tile, with official source)
CloudSQL-512-color.svg)AlloyDB-512-color.svg)Azure-Database-PostgreSQL-Server)Other tiles audited (already correct)
Supabase, Neon, DigitalOcean, PlanetScale, YugabyteDB, StackGres, CloudNativePG, Percona — verified product-specific and legible.
Layout
tile overflow=false).Section anchors
Added kebab-case ids to every top-level section:
#top,#why,#features,#compare,#runs-on,#clients,#install,#footer.scroll-margin-topkeeps the fixed nav from covering targets; understated hover#anchor links on section headings. Verified#runs-onand#installscroll correctly.Verification
npm run buildgreen.🤖 Generated with Claude Code