Skip to content

feat(web): fix/expand 'Runs on' platform wall + section anchors#276

Merged
NikolayS merged 1 commit into
mainfrom
feat/platform-wall-logos
Jun 3, 2026
Merged

feat(web): fix/expand 'Runs on' platform wall + section anchors#276
NikolayS merged 1 commit into
mainfrom
feat/platform-wall-logos

Conversation

@NikolayS
Copy link
Copy Markdown
Owner

@NikolayS NikolayS commented Jun 3, 2026

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)

Tile Source Product-specific? Legible both themes?
Amazon RDS AWS Architecture service icons (gilbarbara mirror, identical to repo's official AWS icon) yes yes
Amazon Aurora AWS Architecture service icons yes yes
Google Cloud SQL cloud.google.com/icons → core-products-icons.zip (CloudSQL-512-color.svg) yes (distinct from generic GCP) yes
Google AlloyDB core-products-icons.zip (AlloyDB-512-color.svg) yes (distinct from Cloud SQL) yes
Azure Database learn.microsoft.com/azure/architecture/icons official package (Azure-Database-PostgreSQL-Server) yes yes
Aiven aiven.io official crab geometry, recoloured to brand coral (single-colour, not pride) yes yes
Crunchy Bridge crunchybridge.com brand mark (Crunchy Data elephant) yes yes
Tiger Data tigerdata.com brand badge (tiger mark) yes yes
ClickHouse Cloud ClickHouse official mark (clickhouse.com) yes yes
IBM Cloud IBM official 8-bar logo (gilbarbara) yes yes
Oracle OCI Oracle official logo (gilbarbara) yes yes
Ubicloud ubicloud.com brand cloud symbol yes yes
Zalando zalando/postgres-operator project mark yes yes

Other tiles audited (already correct)

Supabase, Neon, DigitalOcean, PlanetScale, YugabyteDB, StackGres, CloudNativePG, Percona — verified product-specific and legible.

Layout

  • Managed cloud grows to 14 tiles; grid wraps cleanly (4-col desktop, 2-col at 360px), no overflow (verified tile overflow=false).
  • All marks sit on the existing neutral chip; full-colour native, no fills stripped.
  • Trademark notice in the code comment updated: nominative use for pg_cron compatibility only.

Section anchors

Added kebab-case ids to every top-level section: #top, #why, #features, #compare, #runs-on, #clients, #install, #footer. scroll-margin-top keeps the fixed nav from covering targets; understated hover # anchor links on section headings. Verified #runs-on and #install scroll correctly.

Verification

  • npm run build green.
  • Screenshots captured in light, dark, and narrow (mobile) widths; all 21 tiles correct and legible; AlloyDB vs Cloud SQL confirmed distinct; Zalando tile balanced as 4th operator.

🤖 Generated with Claude Code

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>
@NikolayS NikolayS merged commit 2656d4d into main Jun 3, 2026
25 of 29 checks passed
@NikolayS NikolayS deleted the feat/platform-wall-logos branch June 3, 2026 00:33
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