mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
Removed logo flipping card on hover
This commit is contained in:
parent
a4c6122a5d
commit
65ae3197c9
1 changed files with 5 additions and 11 deletions
|
@ -10,18 +10,12 @@
|
|||
<title>Jonas_Jones</title>
|
||||
<Padding />
|
||||
<div class="image-wrapper">
|
||||
<div class="card-front">
|
||||
<!-- svelte-ignore a11y-img-redundant-alt -->
|
||||
<img
|
||||
src="/icon_800x800_transparent.webp"
|
||||
alt="My Picture"
|
||||
class="picture"
|
||||
/>
|
||||
</div>
|
||||
<div class="card-back">
|
||||
<!-- svelte-ignore a11y-img-redundant-alt -->
|
||||
<img src="/root_logo.webp" alt="My Picture" class="picture" />
|
||||
</div>
|
||||
<img
|
||||
src="/icon_800x800_transparent.webp"
|
||||
alt="My Picture"
|
||||
class="picture"
|
||||
/>
|
||||
</div>
|
||||
<div class="line">
|
||||
<hr />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue