easter is coming (dont look it's not fun)
All checks were successful
deploy to production / deploy-frontend (push) Successful in 26s
Build and test backend / Build-backend (push) Successful in 2m13s
Build and test backend / Test-backend (push) Successful in 1m23s
deploy to production / deploy-backend (push) Successful in 2m20s
Build and test FrontEnd / Build-frontend (push) Successful in 25s

This commit is contained in:
Debucquoy Anthony 2024-03-13 23:28:25 +01:00
parent cead1188ab
commit 6228e21d38
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
2 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<ul class="horizontal">
<li title=home>
<a class="icon" href="#home">
<img @click="draw" src="./assets/Clyde.png" style="width: 40px; height: auto; margin-top:4px">
<img class="clyde" src="./assets/Clyde.png" style="width: 40px; height: auto; margin-top:4px">
</a></li>
<li title=home>
<a class="icon" href="#home">
@ -267,5 +267,9 @@
transition-duration: .3s;
padding-left: 15px;
}
.clyde:hover{
content: url("./assets/angry_clyde.png")
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB