ending code, add 3D illu, all stuff
Before Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 3 MiB |
Before Width: | Height: | Size: 2.8 MiB |
BIN
assets/images/amandine.png
Normal file
After Width: | Height: | Size: 4 MiB |
Before Width: | Height: | Size: 446 KiB |
Before Width: | Height: | Size: 716 KiB |
BIN
assets/images/banceau.png
Normal file
After Width: | Height: | Size: 281 KiB |
BIN
assets/images/banceau@2x.png
Normal file
After Width: | Height: | Size: 779 KiB |
BIN
assets/images/bancs.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
assets/images/bancs@2x.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
assets/images/bancsv2.png
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
assets/images/bancsv2@2x.png
Normal file
After Width: | Height: | Size: 177 KiB |
Before Width: | Height: | Size: 35 KiB |
BIN
assets/images/bloopersPNG.PNG
Normal file
After Width: | Height: | Size: 382 KiB |
BIN
assets/images/celia.png
Normal file
After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.5 MiB |
BIN
assets/images/jessy.png
Normal file
After Width: | Height: | Size: 2.7 MiB |
BIN
assets/images/justin.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/images/patio.png
Normal file
After Width: | Height: | Size: 424 KiB |
BIN
assets/images/patio@2x.png
Normal file
After Width: | Height: | Size: 716 KiB |
Before Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 405 KiB |
Before Width: | Height: | Size: 448 KiB |
Before Width: | Height: | Size: 436 KiB |
Before Width: | Height: | Size: 780 KiB |
Before Width: | Height: | Size: 808 KiB |
BIN
assets/images/pneu.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
assets/images/pneu@2x.png
Normal file
After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 349 KiB |
Before Width: | Height: | Size: 232 KiB |
Before Width: | Height: | Size: 398 KiB |
Before Width: | Height: | Size: 556 KiB |
Before Width: | Height: | Size: 356 KiB |
BIN
assets/images/taboisret.png
Normal file
After Width: | Height: | Size: 592 KiB |
BIN
assets/images/taboisret@2x.png
Normal file
After Width: | Height: | Size: 828 KiB |
Before Width: | Height: | Size: 414 KiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 431 KiB After Width: | Height: | Size: 1,001 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.9 MiB |
Before Width: | Height: | Size: 435 KiB After Width: | Height: | Size: 1 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.9 MiB |
|
@ -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 //
|
||||
|
||||
|
|