Source code for my personal website
Go to file
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
assets Add Easter Egg functionality to the page.js file 2024-02-07 12:42:38 +01:00
bin BUGFIX: using standard symfony framework 2022-04-29 12:04:17 +02:00
config Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
dev-certs Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
public Removed icons 2023-03-22 11:51:49 +01:00
src Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
templates Refactor HTML and SCSS for improved structure and styling 2024-02-07 12:40:26 +01:00
.env.sample ADDED SAMPLE CONF 2022-09-12 16:33:24 +02:00
.gitignore ENHANCEMENT: Using webpack again 2022-09-12 15:18:11 +02:00
LICENSE.md Initial commit 2021-08-05 13:56:02 +02:00
README.md Fix typo in README.md copyright notice 2023-06-27 11:25:49 +02:00
composer.json Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
composer.lock Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
package-lock.json Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
package.json Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
symfony.lock Updated to symfony 7.0 2023-12-07 12:05:21 +01:00
webpack.config.js Update Symfony packages to version 6.3 2023-06-27 12:11:04 +02:00

README.md

Website

Copyright (c) 2021- Jeroen De Meerleer me@jeroened.be

Source code of my personal website