Skip to content

Add subtle grim reaper caricature easter egg#42

Merged
nitrocode merged 2 commits into
mainfrom
copilot/add-cute-grim-reaper-caricature
Apr 23, 2026
Merged

Add subtle grim reaper caricature easter egg#42
nitrocode merged 2 commits into
mainfrom
copilot/add-cute-grim-reaper-caricature

Conversation

Copilot AI commented Apr 23, 2026

Copy link
Copy Markdown
Contributor

Adds a small, semi-transparent grim reaper SVG fixed to the bottom-left corner — present but unobtrusive, revealed slightly on hover.

SVG design (index.html)

  • Inline SVG caricature: hooded robe with side drapes and ragged hem, crescent scythe, bony arm with fingers, big round eye sockets with red glowing pupils and cute white highlights, creepy-cute W-shaped grin

Behaviour & styling (styles.css)

  • Default state: opacity: 0.22, clipped ~22px off-screen left — barely noticeable
  • Hover: slides fully in, fades up to opacity: 0.55
  • Float animation: gentle 5 s translateY bob
  • Eye pulse: 3 s opacity 70 → 100% cycle; drop-shadow on base rule (not inside keyframe) to avoid per-frame compositing cost
  • Reduced motion: all animations disabled via prefers-reduced-motion
  • Mobile (≤480px): SVG shrinks from 80 px → 55 px

@nitrocode nitrocode marked this pull request as ready for review April 23, 2026 15:54
@nitrocode nitrocode self-requested a review as a code owner April 23, 2026 15:54
@nitrocode nitrocode enabled auto-merge (squash) April 23, 2026 15:54
@github-actions

Copy link
Copy Markdown
Contributor

👁️ PR Preview

🚀 Open Preview

Deployed from commit 67411ef · Updates on every push to this PR
(Preview is removed automatically when the PR is closed.)

@nitrocode nitrocode merged commit b669954 into main Apr 23, 2026
3 checks passed
@nitrocode nitrocode deleted the copilot/add-cute-grim-reaper-caricature branch April 23, 2026 15:56
github-actions Bot added a commit that referenced this pull request Apr 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants