nuovo logo
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 8s

This commit is contained in:
Freek Kettone 2025-08-28 23:32:34 +02:00
parent f091a8aa71
commit cb65d509dd
3 changed files with 2 additions and 2 deletions

View file

@ -21,13 +21,13 @@ Ciao! 👋
// If it's Thursday (4) and between 18:0023:59
if (day === 4 && hour >= 18 && hour < 24) {
img.src = "/hackinpovo-active.jpg"; // <-- special image
img.src = "/default_logo.png"; // <-- special image
}
else if (day === 5 && hour>=0 && hour < 3){
img.src = "/steve-jobs-bill-gates.jpg";
}
else {
img.src = "/hackinpovo.jpg"; // default image
img.src = "/default_logo.png"; // default image
}
});
</script>

BIN
content/default_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB