Summit 2026: Get Involved cards + top CTA for the participation forms - #1223
Draft
rrrutledge wants to merge 1 commit into
Draft
Summit 2026: Get Involved cards + top CTA for the participation forms#1223rrrutledge wants to merge 1 commit into
rrrutledge wants to merge 1 commit into
Conversation
The three participation forms (CFP, sponsorship, volunteer) were plain text links buried at the bottom of the page, and people had to be told to scroll all the way down to find them. Present them as three cards (Speak / Sponsor / Volunteer) styled like the community page, each with an icon, a short description, and a button to its form. Add a "Get involved in Summit 2026" button near the top that jumps straight to the section, so nobody has to scroll to find it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EBxztNdXf82MWZbvWa9Qfc
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.
What & why
Jeff raised in #summit2026planning that the CFP, sponsorship, and volunteer forms on the Summit 2026 page are hard to find - they were plain text links at the very bottom, and he's had to tell people to scroll all the way down to reach them.
This makes the forms easy to find in two ways:
Only the English page (
content/en/events/isc-2026.md) has a 2026 summit entry, so there are no translations to update.Note
The card and CTA buttons use the theme's
primary-linkclass alongsidebtn btn-primary. Inside the event layout's.contentwrapper, the site-wide link-color rule would otherwise paint the button text the same teal as its background (invisible);primary-linkforces white text, the same pattern already used on the past-summits and sponsors pages.Screenshots
🤖 Generated with Claude Code