Restructure the partner network into alliances and channel tracks - #261
Merged
Merged
Conversation
… tracks The Global Network section now has two tabs instead of five region tabs. Technology Alliances holds Nutanix, Sysdig, Zensar and Orca Security, whose logo comes from their own 2025 SVG. Zensar was previously listed twice, under Global and North America; it now appears once, as an alliance. Channel Partners covers the remaining 22 companies. Regions become labelled bands inside the panel rather than a second row of tabs, so every partner is visible in one scroll and present in the DOM for crawlers. The View More toggle is gone for the same reason. Sechpoint Tech moves from the Middle East to Africa, at its Nairobi office. Logos were sized by height alone, which let a 6.2:1 wordmark render 274px wide next to a 2.6:1 one at 116px. A max-width caps the wide ones.
Switching tracks took 710ms and ran in two phases. The old panel faded out over 340ms but kept its height, so the reader got 260ms of an empty panel. The DOM then swapped, changing the section height by 1487px in one frame, before the new cards faded in and slid up from 16px below. The panel now swaps in a single frame with an opacity-only fade of 160ms and no exit phase, so the height change happens alongside the content arriving rather than in the middle of an animation. The sliding pill already carries the feedback for the switch itself. The first paint is left un-animated because the section's FadeUp wrapper already owns that entrance.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Africa held a single card, so it read as a stub rather than a region. Folding it into Middle East & Africa matches how the territory is normally split and takes the channel list from five bands to four.
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.
Merges
developmentintomain. Two commits.Partner network restructure (
a0bddbfc)The Global Network section on
/partnersdrops from five region tabs to two tracks.Technology Alliances (4)
Nutanix, Sysdig, Orca Security, Zensar. Orca is new; its logo is the official 2025 SVG from orca.security. Zensar was previously listed twice, under Global and again under North America, and now appears once as an alliance.
Channel Partners (22)
Regions become labelled bands inside the panel instead of a second row of tabs: Asia Pacific 11, Middle East 6, Europe 2, North America 2, Africa 1. Every partner is visible in one scroll and present in the DOM for crawlers, so the
View Moretoggle is gone.Sechpoint Tech moves from the Middle East to Africa, at its Nairobi office.
Card markup is unchanged apart from one fix: logos were sized by height alone, which let a 6.2:1 wordmark render 274px wide beside a 2.6:1 one at 116px. A max-width caps the wide ones.
Heading levels stay valid on both tabs. Card names are
h3under Alliances andh4under each regionh3.Hero H1 alignment (
729f5079)One-line change from another session: left-aligns the home hero H1 on mobile and tablet.
Checks
pnpm --filter @cleanstart/web lint·typecheck·buildall pass./partnersstill prerenders static. Verified at 1440px and 390px.