website/assets
Jeroen De Meerleer 1c38432467
Add Easter Egg functionality to the page.js file
This commit adds an Easter Egg feature to the page.js file. When the document is fully loaded, the initEasterEgg() function is called, which listens for clicks on the body element. If the clicked element is not an interactive element or does not trigger an event, a random hue shift filter is applied to the body and a random string from a predefined list of strings is displayed in a designated HTML element with class "easter-egg". The commit also includes a helper function, isInteractiveElement(), which checks if an element is interactive or triggers an event.
2024-02-07 12:42:38 +01:00
..
fonts Implemented new design 2023-03-21 15:36:26 +01:00
js Add Easter Egg functionality to the page.js file 2024-02-07 12:42:38 +01:00
scss Refactor HTML and SCSS for improved structure and styling 2024-02-07 12:40:26 +01:00