Standardize tutorial sign-up CTA across all tutorials#473
Open
nadvolod wants to merge 5 commits into
Open
Conversation
Scaffold a placeholder page for the upcoming "Build a Job Queue with Standalone Activities" Python tutorial so it appears in the sidebar (position 1) and on the /tutorials landing page. Includes a CTA (headline, subheading, button) inviting readers to join the education list. Content to follow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Roll out a consistent call-to-action card (headline, subheading, button) to every tutorial landing page, replacing the prior ad-hoc "Stay Updated" admonitions and inline "Sign up here" links. One CTA per tutorial, placed after the intro, linking to the education updates list. Series sub-pages are left untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Replace the duplicated inline CTA card across all 28 tutorial landing pages with a reusable <TutorialCta /> component. The CTA button now features the Ziggy mascot with a gentle idle float that breaks into an excited wiggle on hover (respecting prefers-reduced-motion). - Add src/components/tutorial-cta/TutorialCta.js and export from barrel - Add Ziggy animation styles to src/css/custom.css - Add static/img/ziggy.png (transparent, cropped mascot) - Swap inline cards for <TutorialCta />, dropping the now-unused per-page Link import Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Switch .ziggy-cta to a centered flex layout so the mascot and label sit in the middle of the button instead of hugging the left edge. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ities Add an opt-in `excited` prop to TutorialCta that swaps Ziggy's gentle idle float for an intense, can't-contain-it shake. Enabled only on the standalone-activities tutorial as a demo; all other pages keep the default float. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Standardizes the "stay updated" call-to-action across all tutorials into a single, consistent CTA card — a headline + subheading + button — replacing the prior ad-hoc mix of
:::tip"Stay Updated" admonitions and inline "Sign up here" links.<Link>patternpages.temporal.io/get-updates-education)Applied to 28 tutorial pages across AI, Go, Java, Nexus, PHP, Python, TypeScript, and Infrastructure — including the new
standalone-activitiesPython tutorial stub created on this branch.Screen.Recording.2026-06-15.at.1.53.31.PM.mov
CTA markup
Verification
yarn buildcompletes successfully🤖 Generated with Claude Code