ending code, add 3D illu, all stuff

This commit is contained in:
Petite Flamby 2023-03-01 22:19:35 +01:00
parent 573cb54ee0
commit b496133192
47 changed files with 992 additions and 368 deletions

View file

@ -29,20 +29,6 @@ if(activeTheme !== null){
// permet de prendre en compte la dernière modification du theme.
// navigation
let navButton = document.querySelector(".btn--burger")
navButton.addEventListener("click", toggleNavigation)
function toggleNavigation() {
if (!document.body.hasAttribute("data-menu")) {
document.body.setAttribute("data-menu", true);
} else {
document.body.removeAttribute("data-menu");
}
}
//BURGER MENU // FERMER NAV QUAND ON CLIQUE SUR UN LIEN //