nuovo logo
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 8s
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 8s
This commit is contained in:
parent
f091a8aa71
commit
cb65d509dd
3 changed files with 2 additions and 2 deletions
|
@ -21,13 +21,13 @@ Ciao! 👋
|
||||||
|
|
||||||
// If it's Thursday (4) and between 18:00–23:59
|
// If it's Thursday (4) and between 18:00–23:59
|
||||||
if (day === 4 && hour >= 18 && hour < 24) {
|
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){
|
else if (day === 5 && hour>=0 && hour < 3){
|
||||||
img.src = "/steve-jobs-bill-gates.jpg";
|
img.src = "/steve-jobs-bill-gates.jpg";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
img.src = "/hackinpovo.jpg"; // default image
|
img.src = "/default_logo.png"; // default image
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
BIN
content/default_logo.png
Normal file
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 |
Loading…
Add table
Add a link
Reference in a new issue