Add Emotion Wheel project card#39
Merged
Merged
Conversation
Adds a dual-link card (live site + GitHub) for the Emotion Wheel project, following the established card pattern from work folder 010, placed in alphabetical order between Clock Practice and Image Colour Contrast Checker.
timdixon82
added a commit
that referenced
this pull request
Jul 25, 2026
timdixon82
added a commit
that referenced
this pull request
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 a new project card for Emotion Wheel to index.html, following the existing dual-link card pattern (live site + GitHub) used by other cards such as Sophie's Escape: The Witch's Castle.
Only index.html was changed. No CSS, fonts, or design-system files were touched.
Accessibility regression suite
Ran the project's automated checks against the updated page before opening this PR:
npm run lint:html(html-validate): no errorspa11y --config pa11y.json --standard WCAG2AAAagainst the local page: no issues foundaxeCLI with wcag2a, wcag2aa, wcag2aaa tags against the local page: 0 violationsnpm test(vitest): 15 tests passedNo manual-only accessibility regression suite entries apply to this change, since it is a static markup addition using an already-tested card pattern (no new interactive behaviour, filters, live regions, or grids introduced).
Test plan