File size: 21,480 Bytes
e732608 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 |
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Professeur Abiba - Marabout Voyant Médium</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>
.hero-bg {
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1518655048521-f130df041f66?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80') no-repeat center center/cover;
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.testimonial-card {
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
.crystal-ball {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="font-sans bg-gray-50">
<!-- Header -->
<header class="bg-purple-900 text-white shadow-lg">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2">
<i class="fas fa-crystal text-2xl text-yellow-400"></i>
<h1 class="text-2xl font-bold">Professeur Abiba</h1>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#accueil" class="hover:text-yellow-400 transition">Accueil</a>
<a href="#services" class="hover:text-yellow-400 transition">Services</a>
<a href="#about" class="hover:text-yellow-400 transition">À Propos</a>
<a href="#temoignages" class="hover:text-yellow-400 transition">Témoignages</a>
<a href="#contact" class="hover:text-yellow-400 transition">Contact</a>
</nav>
<div class="md:hidden">
<button id="menu-btn" class="text-2xl focus:outline-none">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden bg-purple-800 md:hidden px-4 py-2">
<a href="#accueil" class="block py-2 hover:text-yellow-400">Accueil</a>
<a href="#services" class="block py-2 hover:text-yellow-400">Services</a>
<a href="#about" class="block py-2 hover:text-yellow-400">À Propos</a>
<a href="#temoignages" class="block py-2 hover:text-yellow-400">Témoignages</a>
<a href="#contact" class="block py-2 hover:text-yellow-400">Contact</a>
</div>
</header>
<!-- Hero Section -->
<section id="accueil" class="hero-bg text-white py-20 md:py-32">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl font-bold mb-4">Professeur Abiba</h1>
<h2 class="text-2xl md:text-3xl font-semibold mb-6 text-yellow-400">Marabout Voyant Médium</h2>
<p class="text-lg mb-8">Découvrez les secrets de votre avenir et trouvez des solutions à vos problèmes grâce à mes dons exceptionnels de voyance et de médiumnité.</p>
<div class="bg-purple-800 p-4 rounded-lg inline-block mb-6">
<div class="flex items-center">
<i class="fas fa-phone-volume text-2xl mr-3 text-yellow-400"></i>
<div>
<p class="text-sm">Contactez-moi maintenant</p>
<a href="tel:0602255777" class="text-2xl font-bold hover:text-yellow-400">06 02 25 57 77</a>
</div>
</div>
</div>
<a href="#contact" class="bg-yellow-500 hover:bg-yellow-600 text-purple-900 font-bold py-3 px-6 rounded-lg transition duration-300 inline-block">
Prendre Rendez-vous
</a>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative">
<img src="https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Boule de cristal" class="crystal-ball w-64 h-64 md:w-80 md:h-80 rounded-full object-cover border-4 border-yellow-400 shadow-xl">
<div class="absolute -bottom-5 -right-5 bg-purple-800 p-3 rounded-full shadow-lg">
<i class="fas fa-star text-3xl text-yellow-400"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-purple-900 mb-4">Mes Services Spirituels</h2>
<div class="w-24 h-1 bg-yellow-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Je mets à votre disposition mes dons exceptionnels pour vous guider dans tous les aspects de votre vie.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="service-card bg-gray-50 p-8 rounded-lg border border-gray-200 transition duration-300">
<div class="text-purple-800 mb-4">
<i class="fas fa-eye text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-purple-900 mb-3">Voyance Pure</h3>
<p class="text-gray-600 mb-4">Découvrez votre avenir à travers une lecture précise de votre destinée. Je vous révèle les événements à venir avec une grande clarté.</p>
<div class="flex items-center text-yellow-500 font-semibold">
<span>En savoir plus</span>
<i class="fas fa-arrow-right ml-2"></i>
</div>
</div>
<!-- Service 2 -->
<div class="service-card bg-gray-50 p-8 rounded-lg border border-gray-200 transition duration-300">
<div class="text-purple-800 mb-4">
<i class="fas fa-hand-holding-magic text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-purple-900 mb-3">Rituels de Protection</h3>
<p class="text-gray-600 mb-4">Protégez-vous contre les énergies négatives, le mauvais œil et les sorts malveillants avec des rituels puissants et personnalisés.</p>
<div class="flex items-center text-yellow-500 font-semibold">
<span>En savoir plus</span>
<i class="fas fa-arrow-right ml-2"></i>
</div>
</div>
<!-- Service 3 -->
<div class="service-card bg-gray-50 p-8 rounded-lg border border-gray-200 transition duration-300">
<div class="text-purple-800 mb-4">
<i class="fas fa-heart text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-purple-900 mb-3">Retour d'Affection</h3>
<p class="text-gray-600 mb-4">Retrouvez l'amour perdu ou renforcez les liens avec votre partenaire grâce à des rituels d'amour puissants et respectueux.</p>
<div class="flex items-center text-yellow-500 font-semibold">
<span>En savoir plus</span>
<i class="fas fa-arrow-right ml-2"></i>
</div>
</div>
<!-- Service 4 -->
<div class="service-card bg-gray-50 p-8 rounded-lg border border-gray-200 transition duration-300">
<div class="text-purple-800 mb-4">
<i class="fas fa-briefcase text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-purple-900 mb-3">Réussite Professionnelle</h3>
<p class="text-gray-600 mb-4">Débloquez les opportunités, attirez la prospérité et surmontez les obstacles dans votre carrière professionnelle.</p>
<div class="flex items-center text-yellow-500 font-semibold">
<span>En savoir plus</span>
<i class="fas fa-arrow-right ml-2"></i>
</div>
</div>
<!-- Service 5 -->
<div class="service-card bg-gray-50 p-8 rounded-lg border border-gray-200 transition duration-300">
<div class="text-purple-800 mb-4">
<i class="fas fa-shield-alt text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-purple-900 mb-3">Désenvoûtement</h3>
<p class="text-gray-600 mb-4">Libérez-vous des mauvais sorts, des malédictions et des attaques occultes qui pèsent sur votre vie.</p>
<div class="flex items-center text-yellow-500 font-semibold">
<span>En savoir plus</span>
<i class="fas fa-arrow-right ml-2"></i>
</div>
</div>
<!-- Service 6 -->
<div class="service-card bg-gray-50 p-8 rounded-lg border border-gray-200 transition duration-300">
<div class="text-purple-800 mb-4">
<i class="fas fa-home text-4xl"></i>
</div>
<h3 class="text-xl font-bold text-purple-900 mb-3">Harmonisation du Foyer</h3>
<p class="text-gray-600 mb-4">Purifiez et protégez votre maison des mauvaises énergies pour y instaurer paix, harmonie et prospérité.</p>
<div class="flex items-center text-yellow-500 font-semibold">
<span>En savoir plus</span>
<i class="fas fa-arrow-right ml-2"></i>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-purple-900 text-white">
<div class="container mx-auto px-4">
<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-1589998059171-988d322b23dd?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80" alt="Professeur Abiba" class="rounded-lg shadow-xl w-full h-auto max-w-lg mx-auto">
</div>
<div class="md:w-1/2">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Qui est Professeur Abiba ?</h2>
<div class="w-24 h-1 bg-yellow-500 mb-6"></div>
<p class="text-lg mb-4">Je suis Professeur Abiba, marabout voyant médium de renom, héritier d'une longue lignée de guérisseurs et de voyants africains. Depuis plus de 25 ans, je mets mes dons exceptionnels au service de ceux qui cherchent des réponses et des solutions à leurs problèmes.</p>
<p class="text-lg mb-6">Ma pratique combine les traditions ancestrales africaines avec une approche moderne et personnalisée pour chaque client. Mon taux de réussite exceptionnel témoigne de l'efficacité de mes interventions.</p>
<div class="grid grid-cols-2 gap-4 mb-8">
<div class="flex items-center">
<div class="bg-yellow-500 p-2 rounded-full mr-3">
<i class="fas fa-check text-white"></i>
</div>
<span>Voyance précise</span>
</div>
<div class="flex items-center">
<div class="bg-yellow-500 p-2 rounded-full mr-3">
<i class="fas fa-check text-white"></i>
</div>
<span>Discret et professionnel</span>
</div>
<div class="flex items-center">
<div class="bg-yellow-500 p-2 rounded-full mr-3">
<i class="fas fa-check text-white"></i>
</div>
<span>Rituels puissants</span>
</div>
<div class="flex items-center">
<div class="bg-yellow-500 p-2 rounded-full mr-3">
<i class="fas fa-check text-white"></i>
</div>
<span>Résultats garantis</span>
</div>
</div>
<a href="#contact" class="bg-yellow-500 hover:bg-yellow-600 text-purple-900 font-bold py-3 px-6 rounded-lg transition duration-300 inline-block">
Me Contacter
</a>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="temoignages" class="py-16 bg-gray-100">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-purple-900 mb-4">Témoignages de Clients</h2>
<div class="w-24 h-1 bg-yellow-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Découvrez ce que disent ceux qui ont déjà fait appel à mes services.</p>
</div>
<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-4">
<div class="text-yellow-500 mr-3">
<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>
<p class="text-gray-700 mb-6">"Professeur Abiba m'a aidée à retrouver mon mari après 3 ans de séparation. Ses rituels d'amour ont fonctionné en seulement 3 semaines. Je recommande à 100% !"</p>
<div class="flex items-center">
<div class="w-12 h-12 rounded-full bg-purple-200 mr-4 overflow-hidden">
<img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-purple-900">Sophie D.</h4>
<p class="text-sm text-gray-500">Paris</p>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card p-8 rounded-lg">
<div class="flex items-center mb-4">
<div class="text-yellow-500 mr-3">
<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>
<p class="text-gray-700 mb-6">"Grâce au travail de purification de Professeur Abiba, j'ai enfin pu vendre ma maison qui était sur le marché depuis 2 ans. Les résultats ont été immédiats !"</p>
<div class="flex items-center">
<div class="w-12 h-12 rounded-full bg-purple-200 mr-4 overflow-hidden">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-purple-900">Marc L.</h4>
<p class="text-sm text-gray-500">Lyon</p>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card p-8 rounded-lg">
<div class="flex items-center mb-4">
<div class="text-yellow-500 mr-3">
<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>
<p class="text-gray-700 mb-6">"La voyance de Professeur Abiba est d'une précision incroyable. Tout ce qu'il m'a prédit s'est réalisé à la lettre. Je consulte régulièrement maintenant pour prendre les bonnes décisions."</p>
<div class="flex items-center">
<div class="w-12 h-12 rounded-full bg-purple-200 mr-4 overflow-hidden">
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Client" class="w-full h-full object-cover">
</div>
<div>
<h4 class="font-bold text-purple-900">Élodie R.</h4>
<p class="text-sm text-gray-500">Marseille</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-purple-900 mb-4">Contactez Professeur Abiba</h2>
<div class="w-24 h-1 bg-yellow-500 mx-auto mb-6"></div>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Prenez contact avec moi pour une consultation ou pour toute question concernant mes services.</p>
</div>
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<div class="bg-purple-50 p-8 rounded-lg shadow-md">
<h3 class="text-2xl font-bold text-purple-900 mb-6">Informations de contact</h3>
<div class="flex items-start mb-6">
<div class="bg-purple-800 p-3 rounded-full mr-4">
<i class="fas fa-phone text-white"></i>
</div>
<div>
<h4 class="font-bold text-purple-900 mb-1">Téléphone</h4>
<a href="tel:0602255777" class="text-gray-700 hover:text-purple-800">06 02 25 57 77</a>
</div>
</div>
<div class="flex items-start mb-6">
<div class="bg-purple-800 p-3 rounded-full mr-4">
<i class="fas fa-envelope text-white"></i>
</div>
<div>
<h4 class="font-bold text-purple-900 mb-1">Email</h4>
<a href="mailto:[email protected]" class="text-gray-700 hover:text-purple-800">[email protected]</a>
</div>
</div>
<div class="flex items-start mb-6">
<div class="bg-purple-800 p-3 rounded-full mr-4">
<i class="fas fa-clock text-white"></i>
</div>
<div>
<h4 class="font-bold text-purple-900 mb-1">Horaires</h4>
<p class="text-gray-700">Lundi - Vendredi: 9h - 20h</p>
<p class="text-gray-700">Samedi: 10h - 18h</p>
<p class="text-gray-700">Dimanche: Urgences uniquement</p>
</div>
</div>
<
</html> |