| <!DOCTYPE html> |
| <html lang="fr"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>Hemy's Celestial Canvas | Peinture & Installation</title> |
| <link rel="stylesheet" href="style.css"> |
| <script src="https://cdn.tailwindcss.com"></script> |
| <script src="https://unpkg.com/feather-icons"></script> |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> |
| <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script> |
| </head> |
| <body class="bg-stone-900 text-white"> |
| <custom-navbar></custom-navbar> |
| |
| |
| <div id="vanta-bg" class="min-h-screen flex items-center justify-center relative overflow-hidden"> |
| <div class="absolute inset-0 bg-black/50 z-0"></div> |
| <div class="z-10 text-center px-4"> |
| <h1 class="text-5xl md:text-7xl font-bold mb-6 font-serif tracking-tight">Hemy A</h1> |
| <p class="text-xl md:text-2xl mb-8 max-w-2xl mx-auto"> |
| Peinture • Installation • Stylisme & Scénographie |
| </p> |
| <div class="flex gap-4 justify-center"> |
| <a href="#portfolio" class="px-6 py-3 bg-amber-600 hover:bg-amber-700 rounded-full transition">Portfolio</a> |
| <a href="#courses" class="px-6 py-3 border border-white hover:bg-white/10 rounded-full transition">Cours</a> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <section id="about" class="py-20 px-4"> |
| <div class="max-w-4xl mx-auto"> |
| <h2 class="text-3xl font-bold mb-8 text-center">À propos</h2> |
| <div class="grid md:grid-cols-2 gap-12 items-center"> |
| <div> |
| <img src="http://static.photos/abstract/640x360/42" alt="Hemy A" class="rounded-lg shadow-xl"> |
| </div> |
| <div> |
| <p class="mb-4 text-lg"> |
| Née en 1993 en Polynésie, adoptée en région bordelaise, je vis à La Réunion depuis 2005. |
| </p> |
| <p class="mb-4 text-lg"> |
| Formée à l'ILOI (animation traditionnelle), j'ai évolué vers la peinture et une pratique protéiforme reliant matière, tissage et création végétale. |
| </p> |
| <p class="text-lg"> |
| Mon travail explore la relation à la Terre et aux astres — une synergie entre les éléments du vivant (minéral, végétal, animal) — déclinée en installation, upcycling textile, peinture, performance dansée et musique. |
| </p> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="portfolio" class="py-20 bg-stone-800 px-4"> |
| <div class="max-w-6xl mx-auto"> |
| <h2 class="text-3xl font-bold mb-12 text-center">Portfolio</h2> |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> |
| |
| <div class="group relative overflow-hidden rounded-lg"> |
| <img src="http://static.photos/art/640x360/1" alt="Peinture" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-105"> |
| <div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> |
| <h3 class="text-2xl font-bold">Peinture</h3> |
| </div> |
| </div> |
| |
| <div class="group relative overflow-hidden rounded-lg"> |
| <img src="http://static.photos/installation/640x360/2" alt="Installation" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-105"> |
| <div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> |
| <h3 class="text-2xl font-bold">Installation</h3> |
| </div> |
| </div> |
| |
| <div class="group relative overflow-hidden rounded-lg"> |
| <img src="http://static.photos/fashion/640x360/3" alt="Stylisme" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-105"> |
| <div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> |
| <h3 class="text-2xl font-bold">Stylisme</h3> |
| </div> |
| </div> |
| |
| <div class="group relative overflow-hidden rounded-lg"> |
| <img src="http://static.photos/design/640x360/4" alt="Scénographie" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-105"> |
| <div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> |
| <h3 class="text-2xl font-bold">Scénographie</h3> |
| </div> |
| </div> |
| |
| <div class="group relative overflow-hidden rounded-lg"> |
| <img src="http://static.photos/texture/640x360/5" alt="Upcycling textile" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-105"> |
| <div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> |
| <h3 class="text-2xl font-bold">Upcycling textile</h3> |
| </div> |
| </div> |
| |
| <div class="group relative overflow-hidden rounded-lg"> |
| <img src="http://static.photos/performance/640x360/6" alt="Performance dansée" class="w-full h-64 object-cover transition-transform duration-500 group-hover:scale-105"> |
| <div class="absolute inset-0 bg-black/50 flex items-center justify-center opacity-0 group-hover:opacity-100 transition"> |
| <h3 class="text-2xl font-bold">Performance dansée</h3> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="courses" class="py-20 px-4"> |
| <div class="max-w-4xl mx-auto"> |
| <h2 class="text-3xl font-bold mb-12 text-center">Cours Disponibles</h2> |
| <div class="grid md:grid-cols-3 gap-8 mb-12"> |
| <div class="bg-stone-800 p-6 rounded-lg"> |
| <div class="text-amber-500 mb-4"> |
| <i data-feather="brush" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Peinture</h3> |
| <p class="text-stone-300">Exploration des techniques de peinture contemporaine inspirée par les éléments naturels.</p> |
| </div> |
| <div class="bg-stone-800 p-6 rounded-lg"> |
| <div class="text-amber-500 mb-4"> |
| <i data-feather="box" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Installation</h3> |
| <p class="text-stone-300">Création d'installations artistiques utilisant des matériaux naturels et recyclés.</p> |
| </div> |
| <div class="bg-stone-800 p-6 rounded-lg"> |
| <div class="text-amber-500 mb-4"> |
| <i data-feather="scissors" class="w-8 h-8"></i> |
| </div> |
| <h3 class="text-xl font-bold mb-2">Stylisme & Scénographie</h3> |
| <p class="text-stone-300">Techniques de stylisme et conception scénographique pour performances.</p> |
| </div> |
| </div> |
| <div class="text-center"> |
| <a href="booking.html" class="inline-block px-8 py-3 bg-amber-600 hover:bg-amber-700 rounded-full text-lg font-medium transition">Réserver un cours</a> |
| </div> |
| </div> |
| </section> |
|
|
| |
| <section id="contact" class="py-20 bg-stone-800 px-4"> |
| <div class="max-w-4xl mx-auto"> |
| <h2 class="text-3xl font-bold mb-8 text-center">Contact</h2> |
| <div class="grid md:grid-cols-2 gap-12"> |
| <div> |
| <h3 class="text-xl font-bold mb-4">Informations</h3> |
| <p class="mb-4 flex items-center gap-2"> |
| <i data-feather="mail" class="w-5 h-5"></i> |
| hemyartcontact@gmail.com |
| </p> |
| <p class="flex items-center gap-2"> |
| <i data-feather="phone" class="w-5 h-5"></i> |
| +262 692 712 810 |
| </p> |
| </div> |
| <div> |
| <h3 class="text-xl font-bold mb-4">Réseaux sociaux</h3> |
| <div class="flex gap-4"> |
| <a href="#" class="p-2 rounded-full bg-stone-700 hover:bg-stone-600 transition"> |
| <i data-feather="instagram" class="w-5 h-5"></i> |
| </a> |
| <a href="#" class="p-2 rounded-full bg-stone-700 hover:bg-stone-600 transition"> |
| <i data-feather="facebook" class="w-5 h-5"></i> |
| </a> |
| <a href="#" class="p-2 rounded-full bg-stone-700 hover:bg-stone-600 transition"> |
| <i data-feather="twitter" class="w-5 h-5"></i> |
| </a> |
| </div> |
| </div> |
| </div> |
| </div> |
| </section> |
|
|
| <custom-footer></custom-footer> |
|
|
| <script src="components/navbar.js"></script> |
| <script src="components/footer.js"></script> |
| <script src="script.js"></script> |
| <script> |
| feather.replace(); |
| VANTA.NET({ |
| el: "#vanta-bg", |
| mouseControls: true, |
| touchControls: true, |
| gyroControls: false, |
| minHeight: 200.00, |
| minWidth: 200.00, |
| scale: 1.00, |
| scaleMobile: 1.00, |
| color: 0xe3a008, |
| backgroundColor: 0x111827, |
| points: 12.00, |
| maxDistance: 22.00, |
| spacing: 18.00 |
| }); |
| </script> |
| <script src="https://deepsite.hf.co/deepsite-badge.js"></script> |
| </body> |
| </html> |