Skip to content

Easter Egg: Add Seasonal Holiday Themes (Christmas & Halloween) #3

@BarryS27

Description

@BarryS27

Description

The website should automatically detect the current date and apply a temporary theme during specific holidays to increase engagement.

1. Christmas Mode (❄️)

  • Trigger Date: Dec 24th - Dec 26th.
  • Effect:
    • Full-screen falling snow animation using CSS/JS.
    • White snowflakes overlaying the dark glassmorphism background.

2. Halloween Mode (🎃)

  • Trigger Date: Oct 25th - Nov 1st.
  • Effect:
    • Change accent colors (borders/buttons) to Orange.
    • Add a pumpkin emoji (🎃) next to the main profile name.
    • Adjust background filter to a "spooky" tone.

Implementation Details

  • Use new Date() in script.js to check getMonth() and getDate().
  • Toggle CSS classes (e.g., .halloween-mode) on the <body> tag.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions