Skip to content

feat(web): switch Runs on wall to official PNG logos#278

Merged
NikolayS merged 1 commit into
mainfrom
feat/runs-on-png-logos
Jun 3, 2026
Merged

feat(web): switch Runs on wall to official PNG logos#278
NikolayS merged 1 commit into
mainfrom
feat/runs-on-png-logos

Conversation

@NikolayS
Copy link
Copy Markdown
Owner

@NikolayS NikolayS commented Jun 3, 2026

Summary

Switches the landing-page Runs on platform wall from SVGs to high-resolution transparent PNG logos, each sourced from the vendor's official brand/icon package. Folds in both maintainer findings:

  1. Amazon RDS & Amazon Aurora were wrong -> now use the current official AWS Architecture-Service-Icons package (Arch_Amazon-RDS / Arch_Amazon-Aurora, 64@5x). Distinct, correct service icons.
  2. Tiger Data was nearly invisible on the light chip -> that tile now gets a dedicated dark chip (.plat-chip--dark) so the pale-yellow tiger badge reads clearly in both themes.

All 21 marks were verified by rendering each PNG and confirming it is the correct, product-specific logo (e.g. Aiven = single-color coral crab, not the rainbow pride crab; Cloud SQL and AlloyDB are distinct four-color marks, not the Google Cloud hexagon).

Verification

  • cd web && npm run build -- green.
  • Screenshots reviewed in light, deep-dusk-dark, and at 360px (no overflow; grid/wrapping preserved).
  • Every logo crisp at tile size (source PNGs 400-512px into a 26px slot, sharp at 2x retina) and legible in both themes.

Per-tile sources (key tiles)

Tile Official reference Saved PNG Product-specific
Amazon RDS AWS Architecture Icons pkg Arch_Amazon-RDS_64@5x logos/png/amazonrds.png yes
Amazon Aurora AWS Architecture Icons pkg Arch_Amazon-Aurora_64@5x logos/png/amazonaurora.png yes
Azure Database for PostgreSQL Azure icons pkg 10131-...-PostgreSQL-Server logos/png/azure.png yes
Google Cloud SQL Google core-products-icons CloudSQL-512-color logos/png/googlecloudsql.png yes
Google AlloyDB Google core-products-icons AlloyDB-512-color logos/png/googlealloydb.png yes
Tiger Data Tiger Data badge (dark chip applied) logos/png/tiger.png yes
+ 15 other vendor marks vendor official brand mark logos/png/*.png yes

Generated with Claude Code

Replace the SVG platform marks with high-resolution transparent PNGs
sourced from each vendor's official brand/icon package. Fixes two
maintainer findings:

- Amazon RDS and Amazon Aurora now use the current official AWS
  Architecture-Service-Icons (Arch_Amazon-RDS / Arch_Amazon-Aurora,
  64@5x) — distinct, correct service icons instead of the rejected marks.
- Tiger Data's pale-yellow badge gets a dedicated dark chip
  (.plat-chip--dark) so it reads clearly on both themes instead of
  vanishing on the light parchment chip.

Cloud SQL and AlloyDB come from Google's official core-products-icons
package (distinct marks), Azure Database for PostgreSQL from Microsoft's
official Azure icons package. All 21 tiles verified by rendering each
PNG and confirming crisp + legible in light, dark, and at 360px.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@NikolayS NikolayS merged commit 6fb563c into main Jun 3, 2026
28 of 29 checks passed
@NikolayS NikolayS deleted the feat/runs-on-png-logos branch June 3, 2026 00:55
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