Skip to content

Commit

Permalink
small update to cv image thing on work page
Browse files Browse the repository at this point in the history
  • Loading branch information
stefkn committed Oct 1, 2024
1 parent 21f3bed commit 8dcdb98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/work.astro
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const pageTitle = "Résumé/CV";
class="cv-image"
onload="this.style.opacity=1; this.style.filter='saturate(1.05)'"
quality="low"
onclick=`window.location="https://docs.google.com/presentation/d/1MhmKj8wS_Q18ItPdRWYEBbGBefBPNjM1YtI5HjcE8sc/edit?usp=sharing"`
/>
<a
href="https://docs.google.com/presentation/d/1MhmKj8wS_Q18ItPdRWYEBbGBefBPNjM1YtI5HjcE8sc/edit?usp=sharing"
Expand Down Expand Up @@ -495,6 +496,11 @@ const pageTitle = "Résumé/CV";
box-shadow: 0 10px 22px 5px #00000073;
border-radius: 4px;
transform: rotate(-2.2deg);
transition: cubic-bezier(0.23, 1, 0.320, 1) 1.2s;
cursor: pointer;
}
.cv-image:hover {
transform: rotate(-5.6deg);
}
main.wrapper {
margin-top: 16rem;
Expand Down

0 comments on commit 8dcdb98

Please sign in to comment.