Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Farry Director | Photographe Professionnel - Sénégal</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| /* Custom CSS */ | |
| .hero { | |
| background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://images.unsplash.com/photo-1522206024047-9c925421675b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1965&q=80'); | |
| background-size: cover; | |
| background-position: center; | |
| height: 100vh; | |
| } | |
| .hovered-element { | |
| transition: all 0.3s ease; | |
| } | |
| .hovered-element:hover { | |
| transform: translateY(-5px); | |
| } | |
| .gallery-item { | |
| transition: all 0.3s ease; | |
| } | |
| .gallery-item:hover { | |
| transform: scale(1.03); | |
| box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); | |
| } | |
| .category-btn.active { | |
| background-color: #000; | |
| color: #fff; | |
| } | |
| .testimonial-card { | |
| background: rgba(255, 255, 255, 0.1); | |
| backdrop-filter: blur(10px); | |
| } | |
| /* Animation for hero text */ | |
| @keyframes fadeInUp { | |
| from { | |
| opacity: 0; | |
| transform: translateY(20px); | |
| } | |
| to { | |
| opacity: 1; | |
| transform: translateY(0); | |
| } | |
| } | |
| .animate-fadeInUp { | |
| animation: fadeInUp 1s ease-out forwards; | |
| } | |
| /* Custom scrollbar */ | |
| ::-webkit-scrollbar { | |
| width: 8px; | |
| } | |
| ::-webkit-scrollbar-track { | |
| background: #f1f1f1; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background: #000; | |
| border-radius: 10px; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans bg-gray-100 text-gray-800"> | |
| <!-- Navigation --> | |
| <nav class="fixed w-full bg-white shadow-md z-50"> | |
| <div class="container mx-auto px-6 py-4"> | |
| <div class="flex justify-between items-center"> | |
| <div class="text-2xl font-bold text-black">Farry Director</div> | |
| <div class="hidden md:flex space-x-8"> | |
| <a href="#home" class="text-black hover:text-gray-600 transition">Accueil</a> | |
| <a href="#portfolio" class="text-black hover:text-gray-600 transition">Portfolio</a> | |
| <a href="#about" class="text-black hover:text-gray-600 transition">À Propos</a> | |
| <a href="#services" class="text-black hover:text-gray-600 transition">Services</a> | |
| <a href="#contact" class="text-black hover:text-gray-600 transition">Contact</a> | |
| </div> | |
| <div class="md:hidden"> | |
| <button id="menu-btn" class="text-black focus:outline-none"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| <!-- Mobile menu --> | |
| <div id="mobile-menu" class="hidden md:hidden bg-white py-4"> | |
| <a href="#home" class="block py-2 text-black hover:bg-gray-100 px-4">Accueil</a> | |
| <a href="#portfolio" class="block py-2 text-black hover:bg-gray-100 px-4">Portfolio</a> | |
| <a href="#about" class="block py-2 text-black hover:bg-gray-100 px-4">À Propos</a> | |
| <a href="#services" class="block py-2 text-black hover:bg-gray-100 px-4">Services</a> | |
| <a href="#contact" class="block py-2 text-black hover:bg-gray-100 px-4">Contact</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <section id="home" class="hero flex items-center justify-center text-white pt-20 hovered-element"> | |
| <div class="container mx-auto px-6 text-center"> | |
| <h1 class="text-4xl md:text-6xl font-bold mb-6 animate-fadeInUp">Farry Director</h1> | |
| <h2 class="text-xl md:text-2xl mb-8 animate-fadeInUp" style="animation-delay: 0.3s;">Photographe Professionnel au Sénégal</h2> | |
| <p class="text-lg md:text-xl max-w-2xl mx-auto mb-10 animate-fadeInUp" style="animation-delay: 0.6s;">Capturer l'essence de chaque moment avec passion et créativité</p> | |
| <a href="#contact" class="bg-black text-white px-8 py-3 rounded-full font-medium hover:bg-gray-800 transition animate-fadeInUp" style="animation-delay: 0.9s;">Contactez-moi</a> | |
| </div> | |
| </section> | |
| <!-- Portfolio Section --> | |
| <section id="portfolio" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Mon Portfolio</h2> | |
| <!-- Category Filters --> | |
| <div class="flex flex-wrap justify-center gap-3 mb-12"> | |
| <button class="category-btn active px-4 py-2 rounded-full border border-black transition" data-category="all">Tous</button> | |
| <button class="category-btn px-4 py-2 rounded-full border border-black hover:bg-black hover:text-white transition" data-category="portrait">Portrait</button> | |
| <button class="category-btn px-4 py-2 rounded-full border border-black hover:bg-black hover:text-white transition" data-category="mariage">Mariage</button> | |
| <button class="category-btn px-4 py-2 rounded-full border border-black hover:bg-black hover:text-white transition" data-category="paysage">Paysage</button> | |
| <button class="category-btn px-4 py-2 rounded-full border border-black hover:bg-black hover:text-white transition" data-category="mode">Mode</button> | |
| </div> | |
| <!-- Gallery Grid --> | |
| <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Portrait --> | |
| <div class="gallery-item overflow-hidden rounded-lg shadow-lg" data-category="portrait"> | |
| <img src="https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" alt="Portrait" class="w-full h-64 md:h-80 object-cover"> | |
| <div class="p-4 bg-white"> | |
| <h3 class="font-bold text-lg mb-2">Portrait Masculin</h3> | |
| <p class="text-gray-600">Dakar, Sénégal</p> | |
| </div> | |
| </div> | |
| <!-- Mariage --> | |
| <div class="gallery-item overflow-hidden rounded-lg shadow-lg" data-category="mariage"> | |
| <img src="https://images.unsplash.com/photo-1520854221256-17451cc331bf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80" alt="Mariage" class="w-full h-64 md:h-80 object-cover"> | |
| <div class="p-4 bg-white"> | |
| <h3 class="font-bold text-lg mb-2">Cérémonie de Mariage</h3> | |
| <p class="text-gray-600">Saint-Louis, Sénégal</p> | |
| </div> | |
| </div> | |
| <!-- Paysage --> | |
| <div class="gallery-item overflow-hidden rounded-lg shadow-lg" data-category="paysage"> | |
| <img src="https://images.unsplash.com/photo-1509316785289-025f5b846b35?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1776&q=80" alt="Paysage" class="w-full h-64 md:h-80 object-cover"> | |
| <div class="p-4 bg-white"> | |
| <h3 class="font-bold text-lg mb-2">Dunes de Lompoul</h3> | |
| <p class="text-gray-600">Lompoul, Sénégal</p> | |
| </div> | |
| </div> | |
| <!-- Mode --> | |
| <div class="gallery-item overflow-hidden rounded-lg shadow-lg" data-category="mode"> | |
| <img src="https://images.unsplash.com/photo-1529139574466-a303027c1d8b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" alt="Mode" class="w-full h-64 md:h-80 object-cover"> | |
| <div class="p-4 bg-white"> | |
| <h3 class="font-bold text-lg mb-2">Session Mode</h3> | |
| <p class="text-gray-600">Dakar Fashion Week</p> | |
| </div> | |
| </div> | |
| <!-- Portrait --> | |
| <div class="gallery-item overflow-hidden rounded-lg shadow-lg" data-category="portrait"> | |
| <img src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=774&q=80" alt="Portrait" class="w-full h-64 md:h-80 object-cover"> | |
| <div class="p-4 bg-white"> | |
| <h3 class="font-bold text-lg mb-2">Portrait Féminin</h3> | |
| <p class="text-gray-600">Dakar, Sénégal</p> | |
| </div> | |
| </div> | |
| <!-- Mariage --> | |
| <div class="gallery-item overflow-hidden rounded-lg shadow-lg" data-category="mariage"> | |
| <img src="https://images.unsplash.com/photo-1519225421980-715cb0215aed?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80" alt="Mariage" class="w-full h-64 md:h-80 object-cover"> | |
| <div class="p-4 bg-white"> | |
| <h3 class="font-bold text-lg mb-2">Mariage Traditionnel</h3> | |
| <p class="text-gray-600">Thiès, Sénégal</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12"> | |
| <button class="bg-black text-white px-8 py-3 rounded-full font-medium hover:bg-gray-800 transition">Voir Plus</button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- About Section --> | |
| <section id="about" class="py-20 bg-gray-100"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> | |
| <img src="https://images.unsplash.com/photo-1560253023-3ec5d502959f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80" alt="Farry Director" class="rounded-lg shadow-xl w-full"> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <h2 class="text-3xl font-bold mb-6">À Propos de Moi</h2> | |
| <p class="text-lg mb-4">Je suis Farry Director, photographe professionnel basé à Dakar, Sénégal. Avec plus de 10 ans d'expérience, je me spécialise dans la capture d'émotions authentiques et de moments uniques.</p> | |
| <p class="text-lg mb-6">Mon approche artistique combine technique et sensibilité pour créer des images qui racontent des histoires et préservent des souvenirs précieux.</p> | |
| <div class="mb-8"> | |
| <h3 class="text-xl font-semibold mb-4">Mon Expertise</h3> | |
| <div class="space-y-3"> | |
| <div class="flex items-center"> | |
| <div class="w-8 h-8 bg-black rounded-full flex items-center justify-center text-white mr-3"> | |
| <i class="fas fa-camera"></i> | |
| </div> | |
| <span>Photographie de Mariage & Événements</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <div class="w-8 h-8 bg-black rounded-full flex items-center justify-center text-white mr-3"> | |
| <i class="fas fa-user"></i> | |
| </div> | |
| <span>Portraits Professionnels & Artistiques</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <div class="w-8 h-8 bg-black rounded-full flex items-center justify-center text-white mr-3"> | |
| <i class="fas fa-tshirt"></i> | |
| </div> | |
| <span>Photographie de Mode & Publicité</span> | |
| </div> | |
| <div class="flex items-center"> | |
| <div class="w-8 h-8 bg-black rounded-full flex items-center justify-center text-white mr-3"> | |
| <i class="fas fa-landmark"></i> | |
| </div> | |
| <span>Photographie de Paysage & Architecture</span> | |
| </div> | |
| </div> | |
| </div> | |
| <a href="#contact" class="bg-black text-white px-8 py-3 rounded-full font-medium hover:bg-gray-800 transition">Travaillons Ensemble</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Services Section --> | |
| <section id="services" class="py-20 bg-white"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Mes Services</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Service 1 --> | |
| <div class="bg-gray-100 p-8 rounded-lg shadow-lg hover:shadow-xl transition"> | |
| <div class="w-16 h-16 bg-black rounded-full flex items-center justify-center text-white text-2xl mb-6"> | |
| <i class="fas fa-ring"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-4">Photographie de Mariage</h3> | |
| <p class="text-gray-600 mb-4">Capturez chaque moment magique de votre journée spéciale avec des photos qui dureront toute une vie.</p> | |
| <p class="font-semibold">À partir de 300,000 FCFA</p> | |
| </div> | |
| <!-- Service 2 --> | |
| <div class="bg-gray-100 p-8 rounded-lg shadow-lg hover:shadow-xl transition"> | |
| <div class="w-16 h-16 bg-black rounded-full flex items-center justify-center text-white text-2xl mb-6"> | |
| <i class="fas fa-user-tie"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-4">Portraits Professionnels</h3> | |
| <p class="text-gray-600 mb-4">Des portraits qui mettent en valeur votre personnalité pour votre branding personnel ou professionnel.</p> | |
| <p class="font-semibold">À partir de 80,000 FCFA</p> | |
| </div> | |
| <!-- Service 3 --> | |
| <div class="bg-gray-100 p-8 rounded-lg shadow-lg hover:shadow-xl transition"> | |
| <div class="w-16 h-16 bg-black rounded-full flex items-center justify-center text-white text-2xl mb-6"> | |
| <i class="fas fa-tshirt"></i> | |
| </div> | |
| <h3 class="text-xl font-bold mb-4">Photographie de Mode</h3> | |
| <p class="text-gray-600 mb-4">Des images percutantes pour vos collections, lookbooks ou campagnes publicitaires.</p> | |
| <p class="font-semibold">À partir de 150,000 FCFA</p> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12"> | |
| <a href="#contact" class="bg-black text-white px-8 py-3 rounded-full font-medium hover:bg-gray-800 transition">Demander un Devis</a> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Testimonials Section --> | |
| <section class="py-20 bg-gray-900 text-white"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Témoignages</h2> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <!-- Testimonial 1 --> | |
| <div class="testimonial-card p-8 rounded-lg"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5cd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=776&q=80" alt="Client" class="w-16 h-16 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold">Aïda Diop</h4> | |
| <p class="text-gray-300">Mariée</p> | |
| </div> | |
| </div> | |
| <p class="italic">"Farry a capturé chaque émotion de notre mariage avec une sensibilité incroyable. Les photos sont magnifiques et nous permettent de revivre cette journée encore et encore."</p> | |
| <div class="flex mt-4 text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 2 --> | |
| <div class="testimonial-card p-8 rounded-lg"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://images.unsplash.com/photo-1560253023-3ec5d502959f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80" alt="Client" class="w-16 h-16 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold">Mamadou Ndiaye</h4> | |
| <p class="text-gray-300">Entrepreneur</p> | |
| </div> | |
| </div> | |
| <p class="italic">"Les portraits professionnels réalisés par Farry ont considérablement amélioré ma présence en ligne. Son œil pour les détails et sa capacité à mettre les gens à l'aise sont exceptionnels."</p> | |
| <div class="flex mt-4 text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| </div> | |
| </div> | |
| <!-- Testimonial 3 --> | |
| <div class="testimonial-card p-8 rounded-lg"> | |
| <div class="flex items-center mb-6"> | |
| <img src="https://images.unsplash.com/photo-1580489944761-15a19d654956?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=761&q=80" alt="Client" class="w-16 h-16 rounded-full object-cover mr-4"> | |
| <div> | |
| <h4 class="font-bold">Fatou Bâ</h4> | |
| <p class="text-gray-300">Designer de Mode</p> | |
| </div> | |
| </div> | |
| <p class="italic">"Travailler avec Farry pour notre campagne de mode a été une expérience incroyable. Il a su capturer parfaitement l'essence de notre collection avec une esthétique unique."</p> | |
| <div class="flex mt-4 text-yellow-400"> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star"></i> | |
| <i class="fas fa-star-half-alt"></i> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Contact Section --> | |
| <section id="contact" class="py-20 bg-gray-100"> | |
| <div class="container mx-auto px-6"> | |
| <h2 class="text-3xl font-bold text-center mb-12">Contactez-moi</h2> | |
| <div class="flex flex-col md:flex-row"> | |
| <div class="md:w-1/2 mb-10 md:mb-0 md:pr-10"> | |
| <h3 class="text-xl font-semibold mb-4">Coordonnées</h3> | |
| <div class="space-y-4"> | |
| <div class="flex items-start"> | |
| <div class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white mr-4"> | |
| <i class="fas fa-map-marker-alt"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium">Adresse</h4> | |
| <p class="text-gray-600">Rue 10, Almadies, Dakar, Sénégal</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white mr-4"> | |
| <i class="fas fa-phone"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium">Téléphone</h4> | |
| <p class="text-gray-600">+221 77 123 45 67</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white mr-4"> | |
| <i class="fas fa-envelope"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium">Email</h4> | |
| <p class="text-gray-600">contact@farrydirector.com</p> | |
| </div> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white mr-4"> | |
| <i class="fas fa-clock"></i> | |
| </div> | |
| <div> | |
| <h4 class="font-medium">Heures d'ouverture</h4> | |
| <p class="text-gray-600">Lundi - Vendredi: 9h - 18h</p> | |
| <p class="text-gray-600">Samedi: 10h - 15h</p> | |
| </div> | |
| </div> | |
| </div> | |
| <h3 class="text-xl font-semibold mt-8 mb-4">Réseaux Sociaux</h3> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white hover:bg-gray-800 transition"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white hover:bg-gray-800 transition"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white hover:bg-gray-800 transition"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white hover:bg-gray-800 transition"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2"> | |
| <form class="bg-white p-8 rounded-lg shadow-lg"> | |
| <div class="mb-6"> | |
| <label for="name" class="block text-gray-700 font-medium mb-2">Nom Complet</label> | |
| <input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black focus:border-transparent"> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="email" class="block text-gray-700 font-medium mb-2">Email</label> | |
| <input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black focus:border-transparent"> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="phone" class="block text-gray-700 font-medium mb-2">Téléphone</label> | |
| <input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black focus:border-transparent"> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="service" class="block text-gray-700 font-medium mb-2">Service Intéressé</label> | |
| <select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black focus:border-transparent"> | |
| <option value="">Sélectionnez un service</option> | |
| <option value="wedding">Photographie de Mariage</option> | |
| <option value="portrait">Portraits Professionnels</option> | |
| <option value="fashion">Photographie de Mode</option> | |
| <option value="landscape">Photographie de Paysage</option> | |
| <option value="other">Autre</option> | |
| </select> | |
| </div> | |
| <div class="mb-6"> | |
| <label for="message" class="block text-gray-700 font-medium mb-2">Message</label> | |
| <textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-black focus:border-transparent"></textarea> | |
| </div> | |
| <button type="submit" class="w-full bg-black text-white px-6 py-3 rounded-lg font-medium hover:bg-gray-800 transition">Envoyer le Message</button> | |
| </form> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-black text-white py-12"> | |
| <div class="container mx-auto px-6"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <div class="mb-6 md:mb-0"> | |
| <h3 class="text-2xl font-bold">Farry Director</h3> | |
| <p class="mt-2">Photographe Professionnel - Dakar, Sénégal</p> | |
| </div> | |
| <div class="flex flex-col items-center md:items-end"> | |
| <div class="flex space-x-4 mb-4"> | |
| <a href="#" class="hover:text-gray-400 transition"> | |
| <i class="fab fa-instagram"></i> | |
| </a> | |
| <a href="#" class="hover:text-gray-400 transition"> | |
| <i class="fab fa-facebook-f"></i> | |
| </a> | |
| <a href="#" class="hover:text-gray-400 transition"> | |
| <i class="fab fa-twitter"></i> | |
| </a> | |
| <a href="#" class="hover:text-gray-400 transition"> | |
| <i class="fab fa-linkedin-in"></i> | |
| </a> | |
| </div> | |
| <p>© 2023 Farry Director. Tous droits réservés.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Mobile menu toggle | |
| const menuBtn = document.getElementById('menu-btn'); | |
| const mobileMenu = document.getElementById('mobile-menu'); | |
| menuBtn.addEventListener('click', () => { | |
| mobileMenu.classList.toggle('hidden'); | |
| }); | |
| // Smooth scrolling for navigation links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| // Close mobile menu if open | |
| if (!mobileMenu.classList.contains('hidden')) { | |
| mobileMenu.classList.add('hidden'); | |
| } | |
| }); | |
| }); | |
| // Gallery filtering | |
| const categoryBtns = document.querySelectorAll('.category-btn'); | |
| const galleryItems = document.querySelectorAll('.gallery-item'); | |
| categoryBtns.forEach(btn => { | |
| btn.addEventListener('click', () => { | |
| // Remove active class from all buttons | |
| categoryBtns.forEach(b => b.classList.remove('active', 'bg-black', 'text-white')); | |
| // Add active class to clicked button | |
| btn.classList.add('active', 'bg-black', 'text-white'); | |
| const category = btn.dataset.category; | |
| // Show/hide gallery items based on category | |
| galleryItems.forEach(item => { | |
| if (category === 'all' || item.dataset.category === category) { | |
| item.style.display = 'block'; | |
| } else { | |
| item.style.display = 'none'; | |
| } | |
| }); | |
| }); | |
| }); | |
| // Form submission | |
| const contactForm = document.querySelector('form'); | |
| if (contactForm) { | |
| contactForm.addEventListener('submit', (e) => { | |
| e.preventDefault(); | |
| // Get form values | |
| const name = document.getElementById('name').value; | |
| const email = document.getElementById('email').value; | |
| const phone = document.getElementById('phone').value; | |
| const service = document.getElementById('service').value; | |
| const message = document.getElementById('message').value; | |
| // Here you would typically send the data to a server | |
| console.log({ name, email, phone, service, message }); | |
| // Show success message | |
| alert('Merci pour votre message! Je vous contacterai bientôt.'); | |
| // Reset form | |
| contactForm.reset(); | |
| }); | |
| } | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=sost/farry-videast" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |