feat(sponsors): add Cuttlesoft as silver sponsor - #227
Merged
Conversation
Add Cuttlesoft with a UTM-tagged website URL for campaign attribution. Use the Midnight Zone wordmark rather than the white one: logos render on a white logobg chip, where the white variant would be invisible. Set remaining silver availability to 7, matching the tier capacity of 10 against the three current silver sponsors.
acabelloj
marked this pull request as ready for review
July 25, 2026 10:17
dukebody
approved these changes
Jul 25, 2026
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
Adds Cuttlesoft as a silver sponsor, with a UTM-tagged website URL for campaign attribution:
https://cuttlesoft.com/?utm_source=pycones&utm_medium=sponsorship&utm_campaign=pycones-2026Changes
public/sponsors/cuttlesoft.svg— sponsor logosrc/data/sponsors/cuttlesoft.md— sponsor entry (tier: silver,logobg: #ffffff)src/i18n/sponsors/{en,es,ca}.ts— silver availability set to 7Reviewer notes
Logo variant. Two wordmarks were provided, byte-identical apart from fill color (
#fffvs#0e061e). I used the Midnight Zone one:SponsorsGroup.astro:43paints every logo onto a per-sponsorlogobgchip, which is#ffffffhere as for nearly all sponsors — the white wordmark would render invisible.Availability count — please sanity-check. Silver capacity is 10 (
src/i18n/sponsors/en.ts:265) and there are now 3 silver sponsors (Preply, Quansight, Cuttlesoft), so 7 is correct. Worth noting the value only landed correctly by coincidence: this branch was written when main had 0 silver sponsors, and the8 → 7edit rebased as text over a main that had since added two silver sponsors without updating the count.Pre-existing drift, not addressed here. These counts are hand-maintained rather than derived from
src/data/sponsors/*.md, and others have drifted on main: gold shows1 avail.with 4 gold sponsors, platinum shows0 avail.with 1 against a capacity of 3. Left out of scope, but they will keep drifting until reconciled.Verification
pnpm buildpasses — 31 pages. Cuttlesoft renders on all four locale homepages with the UTM URL intact.