Mise à jour de la photo de profil et suppression du cercle décoratif animé

This commit is contained in:
Jalil Arfaoui 2026-02-16 15:37:08 +01:00
parent e0cffad911
commit a86c3d27e0
3 changed files with 1 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

View file

@ -30,11 +30,10 @@ import Layout from "../layouts/main.astro";
<div class="relative justify-end w-full mt-12 md:flex md:pl-10 md:w-1/2 md:mt-0"> <div class="relative justify-end w-full mt-12 md:flex md:pl-10 md:w-1/2 md:mt-0">
<div class="relative z-50 w-full max-w-sm mx-auto"> <div class="relative z-50 w-full max-w-sm mx-auto">
<div class="absolute top-6 right-6 z-40 w-20 h-20 rounded-full bg-gradient-to-br from-blue-400 to-purple-600 animate-pulse"></div>
<div class="relative z-30 p-1 bg-gradient-to-br from-blue-500 via-purple-500 to-pink-500 rounded-3xl"> <div class="relative z-30 p-1 bg-gradient-to-br from-blue-500 via-purple-500 to-pink-500 rounded-3xl">
<div class="bg-white dark:bg-neutral-950 rounded-3xl p-4"> <div class="bg-white dark:bg-neutral-950 rounded-3xl p-4">
<img <img
src="/assets/images/photo.png" src="/assets/images/jalil-2.jpg"
alt="Jalil Arfaoui" alt="Jalil Arfaoui"
loading="eager" loading="eager"
decoding="auto" decoding="auto"