Motivation
People like to wish Happy $SPECIAL_DAY very frequently. And special days keep coming. Our website is mostly static. If we can put some creativity in and make it show dynamic wishes on special days:
- It's a reason to share the homepage on social media
- It's a reason for people to repeat visit
One simple way
A very simple way to implement would be, keep a javascript object that maps a date to a corresponding doodle image/text.
Have some javascript check what day it is and show the corresponding image/text in a div.
(Alternatively, we could add that image to the slider we already have)