feat: add Cloudways as a tier-4 sponsor - #498
Merged
Merged
Conversation
Cloudways by DigitalOcean joins at the top sponsorship tier, so the entry sits alongside SerpApi in the tier-4 group rendered at the head of the organizations page. The logo was supplied as a PNG. Every other asset in public/organizations/ is SVG, and the mark is a single flat colour (#2F39BF), so it was traced to vector and optimised with svgo. A rasterised diff against the source at 900px wide differs on 0.02% of pixels, all edge antialiasing. No `invert` flag is needed: the mark is dark blue, so it reads on the light plate as-is, and dark mode's brightness(0) invert(1) turns it into a clean white silhouette. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01T87D2iabTicpEbeKo79P4C
ilteoood
approved these changes
Sep 11, 2026
This branch is waiting to be deployed
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.
Adds Cloudways by DigitalOcean at the top sponsorship tier (
tier_4), so it renders in the strategic-sponsors section at the head of/organizationsalongside SerpApi, and in the hero marquee.Changes
src/data/site.ts— newSPONSORSentry,tier: "tier_4".public/organizations/cloudways.svg— new logo asset (14 KB).On the logo asset
The logo was supplied as a PNG, but every other asset in
public/organizations/is SVG, so it was vectorised rather than checked in as a raster. The mark is a single flat colour (#2F39BF), which traces cleanly:--multipass),viewBoxre-addedRendered checks at both sizes the site uses, in both themes:
h-12 max-w-[210px]h-7 max-w-[150px]No
invert: trueflag is needed — the mark is dark blue so it reads on the white plate as-is, and dark mode'sbrightness(0) invert(1)produces a clean white silhouette (the traced SVG has no background rect).Notes for reviewers
h-12it is ~84px wide while horizontal logos like SerpApi reach the full 210px. It will read smaller than its tier-mate. There is precedent for a non-horizontal logo (Photon is portrait at 0.82:1), but if Cloudways can supply a horizontal lockup, that would give the top tier better visual weight.node_modulesin my checkout is a stale Docusaurus install rather than the current Astro tree, soastro check/astro builddid not run. Leaving that to CI.🤖 Generated with Claude Code
https://claude.ai/code/session_01T87D2iabTicpEbeKo79P4C