This commit is contained in:
JLEROY
2025-04-24 15:01:48 +02:00
parent 1c21c8539f
commit b989852a8e
4 changed files with 183 additions and 147 deletions

View File

@@ -16,9 +16,10 @@
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<!-- Image de profil avec animation -->
<div class="w-64 h-64 rounded-full overflow-hidden border-4 border-primary-dark dark:border-primary-light shadow-xl transition duration-300 transform hover:scale-105 profile-shadow"
#profileImage>
<div
class="profile-container w-64 h-64 rounded-full overflow-hidden border-4 border-primary-dark dark:border-primary-light shadow-xl transition duration-300 transform hover:scale-105 profile-shadow"
[class.rotate-3d]="isRotating"
(click)="toggleRotation()">
<img
src="img/pp.jpeg"
alt="Johan Leroy"