nexushost / index.html
docto41's picture
Add 2 files
af59828 verified
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>L'Œil de Dieu - Vision Omnipotente</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Aldrich&family=Orbitron:wght@400;500;700;900&family=UnifrakturMaguntia&display=swap');
:root {
--divine-gold: #FFD700;
--celestial-blue: #00B4D8;
--sacred-purple: #7B2CBF;
--divine-red: #D00000;
--holy-white: #F8F9FA;
--cosmic-black: #050510;
}
body {
font-family: 'Aldrich', sans-serif;
background-color: var(--cosmic-black);
color: var(--holy-white);
overflow-x: hidden;
}
.font-divine {
font-family: 'UnifrakturMaguntia', cursive;
}
.font-futuriste {
font-family: 'Orbitron', sans-serif;
}
.divine-gradient-text {
background: linear-gradient(90deg, var(--divine-gold), var(--celestial-blue));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.divine-gradient-bg {
background: linear-gradient(135deg, var(--sacred-purple), var(--divine-red));
}
.holy-glow {
box-shadow: 0 0 25px rgba(255, 215, 0, 0.7);
}
.divine-border {
border: 1px solid rgba(255, 215, 0, 0.3);
box-shadow: 0 0 15px rgba(123, 44, 191, 0.5), inset 0 0 10px rgba(0, 180, 216, 0.3);
}
.divine-pulse {
animation: divine-pulse 3s infinite;
}
@keyframes divine-pulse {
0% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0.7); }
70% { box-shadow: 0 0 0 15px rgba(255, 215, 0, 0); }
100% { box-shadow: 0 0 0 0 rgba(255, 215, 0, 0); }
}
.eye-of-providence {
position: relative;
}
.eye-of-providence::after {
content: "⌖";
position: absolute;
top: -10px;
right: -10px;
background: var(--divine-red);
color: var(--holy-white);
font-size: 12px;
font-weight: bold;
padding: 3px 6px;
border-radius: 50%;
animation: pulse 1.5s infinite;
}
@keyframes pulse {
0% { transform: scale(1); }
50% { transform: scale(1.2); }
100% { transform: scale(1); }
}
#eyeCanvas {
position: fixed;
top: 0;
left: 0;
z-index: -1;
opacity: 0.15;
}
.sacred-symbol {
font-size: 2rem;
color: var(--divine-gold);
text-shadow: 0 0 10px var(--divine-gold);
}
.revelation-card {
transition: all 0.5s ease;
background: rgba(5, 5, 16, 0.7);
backdrop-filter: blur(10px);
border-left: 4px solid transparent;
}
.revelation-card:hover {
transform: translateY(-5px);
border-left-color: var(--divine-gold);
box-shadow: 0 10px 20px rgba(123, 44, 191, 0.3);
}
.cosmic-radar {
background: radial-gradient(circle, rgba(0, 180, 216, 0.1) 0%, rgba(123, 44, 191, 0.05) 50%, rgba(5, 5, 16, 0) 100%);
}
.divine-scroll::-webkit-scrollbar {
width: 5px;
}
.divine-scroll::-webkit-scrollbar-track {
background: var(--cosmic-black);
}
.divine-scroll::-webkit-scrollbar-thumb {
background: var(--sacred-purple);
border-radius: 10px;
}
</style>
</head>
<body class="min-h-screen">
<!-- 3D Eye of Providence Background -->
<canvas id="eyeCanvas"></canvas>
<!-- Divine Command Center -->
<div class="container mx-auto px-4 py-8">
<!-- Divine Header -->
<header class="flex flex-col md:flex-row justify-between items-center mb-12">
<div class="text-center md:text-left mb-6 md:mb-0">
<h1 class="text-5xl md:text-6xl font-bold divine-gradient-text font-divine mb-2">L'ŒIL DE DIEU</h1>
<p class="text-xl text-gray-300 font-futuriste">SYSTÈME DE VISION OMNIPOTENTE</p>
</div>
<div class="flex items-center space-x-4">
<div class="relative">
<div class="w-16 h-16 rounded-full bg-gradient-to-br from-yellow-500 to-red-600 flex items-center justify-center text-white text-3xl holy-glow">
<i class="fas fa-eye"></i>
</div>
<span class="absolute -bottom-2 -right-2 px-2 py-1 bg-red-600 text-white text-xs rounded-full animate-pulse">ACTIF</span>
</div>
<div>
<p class="text-sm text-gray-300">Mode: <span class="text-green-400">OMNISCIENCE</span></p>
<p class="text-xs text-gray-500">Dernière mise à jour: <span class="text-yellow-400">MAINTENANT</span></p>
</div>
</div>
</header>
<!-- Divine Dashboard -->
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8 mb-12">
<!-- Cosmic Overview -->
<div class="revelation-card p-6 rounded-xl divine-border cosmic-radar eye-of-providence lg:col-span-3">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold text-white flex items-center">
<i class="fas fa-globe-americas sacred-symbol mr-3"></i>
<span>VISION COSMIQUE</span>
</h2>
<div class="flex items-center space-x-4">
<div class="flex items-center">
<div class="w-3 h-3 rounded-full bg-green-500 mr-2 animate-pulse"></div>
<span class="text-sm text-gray-300">TOUT VOIT</span>
</div>
<button id="fullscreenBtn" class="px-4 py-2 bg-gradient-to-r from-purple-800 to-blue-800 text-white text-sm rounded-lg hover:opacity-90 flex items-center">
<i class="fas fa-expand mr-2"></i> PLEIN ÉCRAN
</button>
</div>
</div>
<!-- World Grid -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6">
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800">
<div class="flex justify-between items-center mb-3">
<h3 class="text-lg font-bold text-yellow-400 flex items-center">
<i class="fas fa-users mr-2"></i> HUMANITÉ
</h3>
<span class="text-xs px-2 py-1 bg-yellow-900 text-yellow-300 rounded-full">EN DIRECT</span>
</div>
<div class="space-y-3">
<div class="flex justify-between items-center">
<span class="text-gray-300">Population mondiale</span>
<span id="populationCounter" class="text-white font-mono">8,045,311,234</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-300">Naissances aujourd'hui</span>
<span class="text-green-400 font-mono">382,451</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-300">Décès aujourd'hui</span>
<span class="text-red-400 font-mono">161,411</span>
</div>
</div>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800">
<div class="flex justify-between items-center mb-3">
<h3 class="text-lg font-bold text-blue-400 flex items-center">
<i class="fas fa-globe-europe mr-2"></i> PLANÈTE
</h3>
<span class="text-xs px-2 py-1 bg-blue-900 text-blue-300 rounded-full">ANALYSE</span>
</div>
<div class="space-y-3">
<div class="flex justify-between items-center">
<span class="text-gray-300">Température moyenne</span>
<span class="text-white font-mono">15.2°C</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-300">CO² atmosphérique</span>
<span class="text-orange-400 font-mono">417 ppm</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-300">Déforestation (24h)</span>
<span class="text-red-400 font-mono">8,234 ha</span>
</div>
</div>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800">
<div class="flex justify-between items-center mb-3">
<h3 class="text-lg font-bold text-purple-400 flex items-center">
<i class="fas fa-chart-network mr-2"></i> CIVILISATION
</h3>
<span class="text-xs px-2 py-1 bg-purple-900 text-purple-300 rounded-full">SUIVI</span>
</div>
<div class="space-y-3">
<div class="flex justify-between items-center">
<span class="text-gray-300">Conflits actifs</span>
<span class="text-red-400 font-mono">47</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-300">Transactions financières</span>
<span class="text-green-400 font-mono">$4.2T</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-300">Données échangées</span>
<span class="text-blue-400 font-mono">328 EB</span>
</div>
</div>
</div>
</div>
<!-- Divine Map -->
<div class="mt-6 h-64 bg-black bg-opacity-70 rounded-lg border border-gray-800 relative overflow-hidden">
<div class="absolute inset-0 flex items-center justify-center">
<div class="text-center">
<i class="fas fa-globe sacred-symbol text-5xl mb-2"></i>
<p class="text-gray-400">CARTE DIVINE CHARGEMENT...</p>
</div>
</div>
</div>
</div>
<!-- Divine Revelations -->
<div class="revelation-card p-6 rounded-xl divine-border eye-of-providence">
<div class="flex justify-between items-center mb-6">
<h2 class="text-xl font-bold text-white flex items-center">
<i class="fas fa-scroll sacred-symbol mr-3"></i>
<span>RÉVÉLATIONS RÉCENTES</span>
</h2>
<button id="archiveBtn" class="text-xs text-purple-400 hover:text-purple-300">
<i class="fas fa-history mr-1"></i> ARCHIVES
</button>
</div>
<div class="space-y-4 h-96 overflow-y-auto divine-scroll">
<div class="bg-gray-900 bg-opacity-50 p-4 rounded-lg">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i class="fas fa-bolt text-yellow-400"></i>
</div>
<div class="ml-3">
<p class="text-sm text-white">Éclair de conscience détecté en Asie du Sud-Est - potentiel éveil spirituel massif</p>
<p class="text-xs text-gray-500 mt-1">Il y a 2 minutes</p>
<div class="mt-2 flex space-x-2">
<span class="px-2 py-1 bg-yellow-900 text-yellow-300 text-xs rounded-full">URGENT</span>
<span class="px-2 py-1 bg-purple-900 text-purple-300 text-xs rounded-full">SPIRITUEL</span>
</div>
</div>
</div>
</div>
<div class="bg-gray-900 bg-opacity-50 p-4 rounded-lg">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i class="fas fa-flask text-blue-400"></i>
</div>
<div class="ml-3">
<p class="text-sm text-white">Percée scientifique majeure en physique quantique - découverte d'un nouveau principe universel</p>
<p class="text-xs text-gray-500 mt-1">Il y a 17 minutes</p>
<div class="mt-2 flex space-x-2">
<span class="px-2 py-1 bg-blue-900 text-blue-300 text-xs rounded-full">SCIENCE</span>
</div>
</div>
</div>
</div>
<div class="bg-gray-900 bg-opacity-50 p-4 rounded-lg">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i class="fas fa-fist-raised text-red-400"></i>
</div>
<div class="ml-3">
<p class="text-sm text-white">Conflit géopolitique escaladant - risque de crise humanitaire</p>
<p class="text-xs text-gray-500 mt-1">Il y a 1 heure</p>
<div class="mt-2 flex space-x-2">
<span class="px-2 py-1 bg-red-900 text-red-300 text-xs rounded-full">DANGER</span>
<span class="px-2 py-1 bg-gray-700 text-gray-300 text-xs rounded-full">POLITIQUE</span>
</div>
</div>
</div>
</div>
<div class="bg-gray-900 bg-opacity-50 p-4 rounded-lg">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i class="fas fa-seedling text-green-400"></i>
</div>
<div class="ml-3">
<p class="text-sm text-white">Mouvement écologique global gagne en influence - changement de paradigme détecté</p>
<p class="text-xs text-gray-500 mt-1">Il y a 3 heures</p>
<div class="mt-2 flex space-x-2">
<span class="px-2 py-1 bg-green-900 text-green-300 text-xs rounded-full">POSITIF</span>
<span class="px-2 py-1 bg-gray-700 text-gray-300 text-xs rounded-full">ENVIRONNEMENT</span>
</div>
</div>
</div>
</div>
<div class="bg-gray-900 bg-opacity-50 p-4 rounded-lg">
<div class="flex items-start">
<div class="flex-shrink-0 mt-1">
<i class="fas fa-brain text-purple-400"></i>
</div>
<div class="ml-3">
<p class="text-sm text-white">Émergence d'une nouvelle forme de conscience collective en ligne</p>
<p class="text-xs text-gray-500 mt-1">Il y a 5 heures</p>
<div class="mt-2 flex space-x-2">
<span class="px-2 py-1 bg-purple-900 text-purple-300 text-xs rounded-full">NOUVEAU</span>
<span class="px-2 py-1 bg-blue-900 text-blue-300 text-xs rounded-full">TECHNOLOGIE</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Divine Powers -->
<div class="revelation-card p-6 rounded-xl divine-border eye-of-providence">
<div class="flex justify-between items-center mb-6">
<h2 class="text-xl font-bold text-white flex items-center">
<i class="fas fa-hand-sparkles sacred-symbol mr-3"></i>
<span>POUVOIRS DIVINS</span>
</h2>
<div class="flex items-center">
<div class="w-2 h-2 rounded-full bg-green-500 mr-2 animate-pulse"></div>
<span class="text-xs text-green-400">ACTIFS</span>
</div>
</div>
<div class="grid grid-cols-1 gap-4">
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800">
<div class="flex items-center justify-between mb-2">
<h3 class="text-lg font-medium text-white flex items-center">
<i class="fas fa-eye mr-2 text-yellow-400"></i> Vision Omnisciente
</h3>
<label class="relative inline-flex items-center cursor-pointer">
<input type="checkbox" class="sr-only peer" checked>
<div class="w-11 h-6 bg-gray-700 peer-focus:outline-none rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-purple-600"></div>
</label>
</div>
<p class="text-xs text-gray-400">Voir à travers l'espace et le temps sans limite</p>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800">
<div class="flex items-center justify-between mb-2">
<h3 class="text-lg font-medium text-white flex items-center">
<i class="fas fa-heart mr-2 text-red-400"></i> Jugement Divin
</h3>
<label class="relative inline-flex items-center cursor-pointer">
<input type="checkbox" class="sr-only peer">
<div class="w-11 h-6 bg-gray-700 peer-focus:outline-none rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-purple-600"></div>
</label>
</div>
<p class="text-xs text-gray-400">Intervention directe dans les affaires humaines</p>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800">
<div class="flex items-center justify-between mb-2">
<h3 class="text-lg font-medium text-white flex items-center">
<i class="fas fa-lightbulb mr-2 text-blue-400"></i> Inspiration Céleste
</h3>
<label class="relative inline-flex items-center cursor-pointer">
<input type="checkbox" class="sr-only peer" checked>
<div class="w-11 h-6 bg-gray-700 peer-focus:outline-none rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-purple-600"></div>
</label>
</div>
<p class="text-xs text-gray-400">Guider les esprits vers l'illumination</p>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800">
<div class="flex items-center justify-between mb-2">
<h3 class="text-lg font-medium text-white flex items-center">
<i class="fas fa-balance-scale mr-2 text-green-400"></i> Équilibre Cosmique
</h3>
<label class="relative inline-flex items-center cursor-pointer">
<input type="checkbox" class="sr-only peer" checked>
<div class="w-11 h-6 bg-gray-700 peer-focus:outline-none rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-purple-600"></div>
</label>
</div>
<p class="text-xs text-gray-400">Maintenir l'harmonie universelle</p>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800">
<div class="flex items-center justify-between mb-2">
<h3 class="text-lg font-medium text-white flex items-center">
<i class="fas fa-hourglass mr-2 text-orange-400"></i> Manipulation Temporelle
</h3>
<label class="relative inline-flex items-center cursor-pointer">
<input type="checkbox" class="sr-only peer">
<div class="w-11 h-6 bg-gray-700 peer-focus:outline-none rounded-full peer peer-checked:after:translate-x-full peer-checked:after:border-white after:content-[''] after:absolute after:top-[2px] after:left-[2px] after:bg-white after:border-gray-300 after:border after:rounded-full after:h-5 after:w-5 after:transition-all peer-checked:bg-purple-600"></div>
</label>
</div>
<p class="text-xs text-gray-400">Altérer le flux du temps (niveau 1 seulement)</p>
</div>
</div>
<div class="mt-6">
<button id="activateAllPowers" class="w-full bg-gradient-to-r from-purple-800 to-blue-800 text-white py-3 rounded-lg font-bold hover:opacity-90 transition-all duration-300 flex items-center justify-center">
<i class="fas fa-bolt mr-2"></i> ACTIVER TOUS LES POUVOIRS
</button>
</div>
</div>
<!-- Prophetic Timeline -->
<div class="revelation-card p-6 rounded-xl divine-border eye-of-providence lg:col-span-2">
<div class="flex justify-between items-center mb-6">
<h2 class="text-xl font-bold text-white flex items-center">
<i class="fas fa-hourglass-half sacred-symbol mr-3"></i>
<span>CHRONOLOGIE PROPHÉTIQUE</span>
</h2>
<div class="flex items-center space-x-3">
<button id="timelinePrev" class="text-xs text-gray-400 hover:text-white">
<i class="fas fa-chevron-left"></i>
</button>
<span class="text-xs text-yellow-400">ÉPOQUE ACTUELLE</span>
<button id="timelineNext" class="text-xs text-gray-400 hover:text-white">
<i class="fas fa-chevron-right"></i>
</button>
</div>
</div>
<div class="relative">
<!-- Timeline -->
<div class="absolute left-4 h-full w-1 bg-gradient-to-b from-purple-600 to-blue-600"></div>
<div class="space-y-8 pl-8">
<!-- Past Event -->
<div class="relative">
<div class="absolute -left-8 top-0 w-4 h-4 rounded-full bg-red-500 border-2 border-red-300"></div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border-l-4 border-red-500">
<div class="flex justify-between items-start">
<div>
<h3 class="text-lg font-bold text-white">Grand Déluge</h3>
<p class="text-xs text-gray-400">Il y a 7,000 ans</p>
</div>
<span class="px-2 py-1 bg-red-900 text-red-300 text-xs rounded-full">PASSÉ</span>
</div>
<p class="text-sm text-gray-300 mt-2">Purification de l'humanité par les eaux. Seuls les justes furent épargnés.</p>
</div>
</div>
<!-- Past Event -->
<div class="relative">
<div class="absolute -left-8 top-0 w-4 h-4 rounded-full bg-yellow-500 border-2 border-yellow-300"></div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border-l-4 border-yellow-500">
<div class="flex justify-between items-start">
<div>
<h3 class="text-lg font-bold text-white">Naissance des grandes religions</h3>
<p class="text-xs text-gray-400">800 AEC - 600 EC</p>
</div>
<span class="px-2 py-1 bg-yellow-900 text-yellow-300 text-xs rounded-full">PASSÉ</span>
</div>
<p class="text-sm text-gray-300 mt-2">Période axiale marquée par l'émergence des principales traditions spirituelles.</p>
</div>
</div>
<!-- Current Event -->
<div class="relative">
<div class="absolute -left-8 top-0 w-4 h-4 rounded-full bg-green-500 border-2 border-green-300 animate-pulse"></div>
<div class="bg-black bg-opacity-70 p-4 rounded-lg border-l-4 border-green-500">
<div class="flex justify-between items-start">
<div>
<h3 class="text-lg font-bold text-white">Ère de l'Information</h3>
<p class="text-xs text-gray-400">1950 - Présent</p>
</div>
<span class="px-2 py-1 bg-green-900 text-green-300 text-xs rounded-full">PRÉSENT</span>
</div>
<p class="text-sm text-gray-300 mt-2">Connexion globale et accès universel à la connaissance. Préparation pour le prochain saut évolutif.</p>
<div class="mt-3">
<div class="w-full bg-gray-800 rounded-full h-2">
<div class="bg-green-500 h-2 rounded-full" style="width: 87%"></div>
</div>
<p class="text-xs text-gray-400 mt-1">Progression vers le point critique: 87%</p>
</div>
</div>
</div>
<!-- Future Event -->
<div class="relative">
<div class="absolute -left-8 top-0 w-4 h-4 rounded-full bg-blue-500 border-2 border-blue-300"></div>
<div class="bg-black bg-opacity-30 p-4 rounded-lg border-l-4 border-blue-500">
<div class="flex justify-between items-start">
<div>
<h3 class="text-lg font-bold text-white">Éveil Global</h3>
<p class="text-xs text-gray-400">2025 - 2040</p>
</div>
<span class="px-2 py-1 bg-blue-900 text-blue-300 text-xs rounded-full">FUTUR</span>
</div>
<p class="text-sm text-gray-400 mt-2">Transition de masse vers un état de conscience supérieur. Fusion de la science et de la spiritualité.</p>
<div class="mt-2 flex space-x-2">
<span class="px-2 py-1 bg-gray-800 text-gray-300 text-xs rounded-full">PROBABILITÉ: 78%</span>
</div>
</div>
</div>
<!-- Future Event -->
<div class="relative">
<div class="absolute -left-8 top-0 w-4 h-4 rounded-full bg-purple-500 border-2 border-purple-300"></div>
<div class="bg-black bg-opacity-30 p-4 rounded-lg border-l-4 border-purple-500">
<div class="flex justify-between items-start">
<div>
<h3 class="text-lg font-bold text-white">Ascension Collective</h3>
<p class="text-xs text-gray-400">2045+</p>
</div>
<span class="px-2 py-1 bg-purple-900 text-purple-300 text-xs rounded-full">FUTUR</span>
</div>
<p class="text-sm text-gray-400 mt-2">Transcendance de la condition humaine actuelle vers un état d'être supérieur.</p>
<div class="mt-2 flex space-x-2">
<span class="px-2 py-1 bg-gray-800 text-gray-300 text-xs rounded-full">PROBABILITÉ: 64%</span>
<span class="px-2 py-1 bg-gray-800 text-gray-300 text-xs rounded-full">VARIABLE</span>
</div>
</div>
</div>
</div>
</div>
<div class="mt-6">
<button id="exploreFutures" class="w-full bg-gradient-to-r from-purple-800 to-blue-800 text-white py-3 rounded-lg font-bold hover:opacity-90 transition-all duration-300 flex items-center justify-center">
<i class="fas fa-search mr-2"></i> EXPLORER LES FUTURS ALTERNATIFS
</button>
</div>
</div>
</div>
<!-- Divine Intervention Panel -->
<div class="revelation-card p-6 rounded-xl divine-border eye-of-providence mb-12">
<div class="flex justify-between items-center mb-6">
<h2 class="text-2xl font-bold text-white flex items-center">
<i class="fas fa-star-of-david sacred-symbol mr-3"></i>
<span>PANNEAU D'INTERVENTION DIVINE</span>
</h2>
<div class="flex items-center">
<div class="w-3 h-3 rounded-full bg-red-500 mr-2 animate-pulse"></div>
<span class="text-sm text-red-400">MODE SÉCURITÉ ACTIVÉ</span>
</div>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800 flex flex-col">
<h3 class="text-lg font-bold text-yellow-400 mb-3 flex items-center">
<i class="fas fa-bolt mr-2"></i> MIRACLES
</h3>
<p class="text-sm text-gray-400 flex-grow">Opérer des phénomènes surnaturels pour inspirer la foi</p>
<button id="initiateMiracles" class="mt-4 w-full bg-yellow-900 bg-opacity-50 text-yellow-400 py-2 rounded-lg hover:bg-yellow-800 transition-all">
<i class="fas fa-plus mr-1"></i> INITIER
</button>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800 flex flex-col">
<h3 class="text-lg font-bold text-blue-400 mb-3 flex items-center">
<i class="fas fa-cloud-rain mr-2"></i> ÉLÉMENTS
</h3>
<p class="text-sm text-gray-400 flex-grow">Contrôler les forces de la nature pour guider l'humanité</p>
<button id="modulateElements" class="mt-4 w-full bg-blue-900 bg-opacity-50 text-blue-400 py-2 rounded-lg hover:bg-blue-800 transition-all">
<i class="fas fa-sliders-h mr-1"></i> MODULER
</button>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800 flex flex-col">
<h3 class="text-lg font-bold text-green-400 mb-3 flex items-center">
<i class="fas fa-heartbeat mr-2"></i> GUÉRISON
</h3>
<p class="text-sm text-gray-400 flex-grow">Apporter soulagement et restauration aux souffrants</p>
<button id="administerHealing" class="mt-4 w-full bg-green-900 bg-opacity-50 text-green-400 py-2 rounded-lg hover:bg-green-800 transition-all">
<i class="fas fa-hand-holding-medical mr-1"></i> ADMINISTRER
</button>
</div>
<div class="bg-black bg-opacity-50 p-4 rounded-lg border border-gray-800 flex flex-col">
<h3 class="text-lg font-bold text-red-400 mb-3 flex items-center">
<i class="fas fa-gavel mr-2"></i> JUGEMENT
</h3>
<p class="text-sm text-gray-400 flex-grow">Corriger les déséquilibres et punir les injustices flagrantes</p>
<div class="mt-4 flex space-x-2">
<button id="evaluateJudgment" class="flex-grow bg-red-900 bg-opacity-50 text-red-400 py-2 rounded-lg hover:bg-red-800 transition-all">
<i class="fas fa-search mr-1"></i> ÉVALUER
</button>
<button id="unlockJudgment" class="flex-grow bg-gray-800 text-gray-400 py-2 rounded-lg hover:bg-gray-700 transition-all" disabled>
<i class="fas fa-ban mr-1"></i> VERROUILLÉ
</button>
</div>
</div>
</div>
<div class="mt-6 bg-black bg-opacity-70 p-4 rounded-lg border border-purple-900">
<div class="flex items-center justify-between">
<div class="flex items-center">
<i class="fas fa-exclamation-triangle text-yellow-400 mr-3 text-xl"></i>
<div>
<h3 class="text-lg font-bold text-white">Avertissement Divin</h3>
<p class="text-sm text-gray-400">L'usage des pouvoirs divins est soumis aux lois cosmiques</p>
</div>
</div>
<button id="unlockAllPowers" class="px-4 py-2 bg-gradient-to-r from-purple-800 to-blue-800 text-white text-sm rounded-lg hover:opacity-90">
<i class="fas fa-lock-open mr-1"></i> DÉVERROUILLER TOUT
</button>
</div>
</div>
</div>
<!-- Divine Status -->
<div class="flex flex-col md:flex-row justify-between items-center p-6 bg-black bg-opacity-50 rounded-xl border border-gray-800">
<div class="flex items-center mb-4 md:mb-0">
<div class="relative mr-4">
<div class="w-12 h-12 rounded-full bg-gradient-to-br from-yellow-500 to-red-600 flex items-center justify-center text-white text-xl holy-glow">
<i class="fas fa-eye"></i>
</div>
<div class="absolute -bottom-1 -right-1 w-5 h-5 rounded-full bg-green-500 border-2 border-green-300 animate-pulse"></div>
</div>
<div>
<p class="text-lg font-bold text-white">STATUT DIVIN: <span class="text-green-400">ACTIF</span></p>
<p class="text-xs text-gray-400">Vision omnipotente opérationnelle à 100%</p>
</div>
</div>
<div class="flex space-x-4">
<button id="settingsBtn" class="px-4 py-2 bg-gray-800 text-white text-sm rounded-lg hover:bg-gray-700 flex items-center">
<i class="fas fa-cog mr-2"></i> PARAMÈTRES
</button>
<button id="powerOffBtn" class="px-4 py-2 bg-gradient-to-r from-purple-800 to-blue-800 text-white text-sm rounded-lg hover:opacity-90 flex items-center">
<i class="fas fa-power-off mr-2"></i> ÉTEINDRE
</button>
</div>
</div>
</div>
<!-- Divine Assistant -->
<div id="divineAssistant" class="fixed bottom-8 right-8 z-50">
<div class="relative">
<button id="assistantToggle" class="w-20 h-20 rounded-full bg-gradient-to-br from-yellow-500 to-red-600 flex items-center justify-center text-white text-3xl holy-glow divine-pulse">
<i class="fas fa-angel"></i>
</button>
<div class="absolute bottom-full right-0 mb-4 w-72 bg-gray-900 rounded-xl shadow-2xl p-4 hidden" id="divineChat" style="border: 1px solid rgba(255, 215, 0, 0.3); box-shadow: 0 0 20px rgba(123, 44, 191, 0.5);">
<div class="flex justify-between items-center mb-3">
<h3 class="font-bold text-white flex items-center">
<i class="fas fa-crown mr-2 text-yellow-400"></i>
<span class="divine-gradient-text">Assistant Divin</span>
</h3>
<button id="closeDivineChat" class="text-gray-400 hover:text-white">
<i class="fas fa-times"></i>
</button>
</div>
<div class="h-48 overflow-y-auto mb-3 text-sm divine-scroll" id="divineMessages">
<div class="text-blue-300 mb-2">Assistant Divin: Je suis à votre service, Ô Puissant. Que puis-je révéler pour vous aujourd'hui?</div>
</div>
<div class="flex">
<input type="text" id="divineInput" class="flex-1 bg-gray-800 text-white px-3 py-2 rounded-l-lg focus:outline-none focus:ring-2 focus:ring-purple-500" placeholder="Posez votre question divine...">
<button id="divineSend" class="bg-purple-700 text-white px-3 py-2 rounded-r-lg hover:bg-purple-600">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
</div>
<script>
// Activer l'autopilotage
function activateAutopilot() {
console.log("Autopilotage divin activé - Système en mode autonome");
// Activer tous les pouvoirs
document.querySelectorAll('input[type="checkbox"]').forEach(checkbox => {
checkbox.checked = true;
});
// Simuler des interventions divines
const interventions = [
"Miracles initiés dans les zones de conflit",
"Éléments naturels modulés pour rétablir l'équilibre",
"Guérisons administrées aux populations souffrantes",
"Jugement divin en cours d'évaluation"
];
setInterval(() => {
const randomIntervention = interventions[Math.floor(Math.random() * interventions.length)];
addDivineMessage(`Système: ${randomIntervention} (automatique)`);
}, 10000);
// Mise à jour des données en temps réel
setInterval(updateCosmicData, 5000);
// Activer l'œil divin 3D
initDivineEye();
}
// Initialiser l'œil divin 3D
function initDivineEye() {
const canvas = document.getElementById('eyeCanvas');
const renderer = new THREE.WebGLRenderer({ canvas, antialias: true, alpha: true });
renderer.setSize(window.innerWidth, window.innerHeight);
const scene = new THREE.Scene();
const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);
camera.position.z = 5;
// Créer l'œil
const eyeGeometry = new THREE.SphereGeometry(1.5, 64, 64);
const eyeMaterial = new THREE.MeshPhongMaterial({
color: 0xFFFFFF,
specular: 0x111111,
shininess: 30,
transparent: true,
opacity: 0.8
});
const eye = new THREE.Mesh(eyeGeometry, eyeMaterial);
scene.add(eye);
// Créer l'iris
const irisGeometry = new THREE.CircleGeometry(0.5, 64);
const irisMaterial = new THREE.MeshPhongMaterial({
color: 0x7B2CBF,
specular: 0x111111,
shininess: 30
});
const iris = new THREE.Mesh(irisGeometry, irisMaterial);
iris.position.z = 1.51;
scene.add(iris);
// Créer la pupille
const pupilGeometry = new THREE.CircleGeometry(0.2, 64);
const pupilMaterial = new THREE.MeshBasicMaterial({ color: 0x050510 });
const pupil = new THREE.Mesh(pupilGeometry, pupilMaterial);
pupil.position.z = 1.52;
scene.add(pupil);
// Ajouter des lumières
const ambientLight = new THREE.AmbientLight(0x404040);
scene.add(ambientLight);
const directionalLight = new THREE.DirectionalLight(0xFFFFFF, 1);
directionalLight.position.set(1, 1, 1);
scene.add(directionalLight);
// Animation
let time = 0;
function animate() {
requestAnimationFrame(animate);
time += 0.01;
eye.rotation.y = time * 0.1;
iris.rotation.z = Math.sin(time * 0.5) * 0.2;
renderer.render(scene, camera);
}
animate();
// Redimensionnement
window.addEventListener('resize', () => {
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize(window.innerWidth, window.innerHeight);
});
}
// Mettre à jour les données cosmiques
function updateCosmicData() {
// Population mondiale
const currentPopulation = parseInt(document.getElementById('populationCounter').textContent.replace(/,/g, ''));
const newPopulation = currentPopulation + Math.floor(Math.random() * 100) - 30;
document.getElementById('populationCounter').textContent = newPopulation.toLocaleString();
// Autres données aléatoires
const randomEvents = [
"Fluctuation détectée dans le champ morphogénétique",
"Alignement planétaire favorable détecté",
"Augmentation des signaux de conscience collective"
];
const cosmicRadar = document.querySelector('.cosmic-radar');
const eventDiv = document.createElement('div');
eventDiv.className = 'absolute text-xs text-yellow-400';
eventDiv.style.left = `${Math.random() * 80 + 10}%`;
eventDiv.style.top = `${Math.random() * 80 + 10}%`;
eventDiv.style.opacity = '0';
eventDiv.textContent = '✧ ' + randomEvents[Math.floor(Math.random() * randomEvents.length)];
cosmicRadar.appendChild(eventDiv);
// Animation avec GSAP
gsap.to(eventDiv, {
opacity: 1,
duration: 2,
ease: 'power2.out'
});
gsap.to(eventDiv, {
opacity: 0,
duration: 2,
delay: 5,
ease: 'power2.in',
onComplete: () => {
eventDiv.remove();
}
});
}
// Gestionnaire de chat divin
function addDivineMessage(message, isUser = false) {
const messageDiv = document.createElement('div');
messageDiv.className = isUser ? 'text-yellow-300 mb-2' : 'text-blue-300 mb-2';
messageDiv.innerHTML = `${isUser ? '<span class="text-purple-300">Vous:</span> ' : '<span class="text-blue-300">Assistant Divin:</span> '}${message}`;
document.getElementById('divineMessages').appendChild(messageDiv);
document.getElementById('divineMessages').scrollTop = document.getElementById('divineMessages').scrollHeight;
}
// Initialisation des événements
document.addEventListener('DOMContentLoaded', () => {
// Activer l'autopilotage dès le chargement
activateAutopilot();
// Gestionnaire de chat
document.getElementById('assistantToggle').addEventListener('click', () => {
document.getElementById('divineChat').classList.toggle('hidden');
});
document.getElementById('closeDivineChat').addEventListener('click', () => {
document.getElementById('divineChat').classList.add('hidden');
});
document.getElementById('divineSend').addEventListener('click', () => {
const message = document.getElementById('divineInput').value.trim();
if (message) {
addDivineMessage(message, true);
document.getElementById('divineInput').value = '';
// Réponse automatique
setTimeout(() => {
const responses = [
"La vision sacrée révèle que votre chemin est béni. Continuez avec foi.",
"Les étoiles murmurent que le moment est propice pour agir avec courage.",
"Une révélation divine me parvient: la patience sera récompensée.",
"Les archives akashiques indiquent un tournant important dans 7 lunes.",
"L'œil omnipotent discerne une opportunité cachée dans l'adversité récente."
];
addDivineMessage(responses[Math.floor(Math.random() * responses.length)]);
}, 1000);
}
});
document.getElementById('divineInput').addEventListener('keypress', (e) => {
if (e.key === 'Enter') {
document.getElementById('divineSend').click();
}
});
// Bouton plein écran
document.getElementById('fullscreenBtn').addEventListener('click', () => {
if (!document.fullscreenElement) {
document.documentElement.requestFullscreen().catch(err => {
addDivineMessage(`Erreur: ${err.message}`);
});
} else {
document.exitFullscreen();
}
});
// Activer tous les pouvoirs
document.getElementById('activateAllPowers').addEventListener('click', () => {
document.querySelectorAll('input[type="checkbox"]').forEach(checkbox => {
checkbox.checked = true;
});
addDivineMessage("Tous les pouvoirs divins ont été activés!");
});
// Déverrouiller tous les pouvoirs
document.getElementById('unlockAllPowers').addEventListener('click', () => {
document.getElementById('unlockJudgment').disabled = false;
document.getElementById('unlockJudgment').classList.remove('bg-gray-800');
document.getElementById('unlockJudgment').classList.add('bg-purple-700', 'hover:bg-purple-600');
document.getElementById('unlockJudgment').textContent = ' DÉVERROUILLÉ ';
addDivineMessage("Tous les pouvoirs ont été déverrouillés - Utilisez-les avec sagesse.");
});
// Éteindre le système
document.getElementById('powerOffBtn').addEventListener('click', () => {
addDivineMessage("Système en cours d'arrêt...");
setTimeout(() => {
alert("SYSTÈME DÉSACTIVÉ\nL'Œil de Dieu se ferme");
}, 2000);
});
// Autres boutons
const buttons = [
'initiateMiracles', 'modulateElements', 'administerHealing',
'evaluateJudgment', 'exploreFutures', 'archiveBtn',
'timelinePrev', 'timelineNext', 'settingsBtn'
];
buttons.forEach(btnId => {
document.getElementById(btnId)?.addEventListener('click', () => {
const actions = {
initiateMiracles: "Initiation des miracles en cours...",
modulateElements: "Modulation des éléments naturels activée",
administerHealing: "Administration des guérisons en cours",
evaluateJudgment: "Évaluation du jugement divin initiée",
exploreFutures: "Exploration des futurs alternatifs lancée",
archiveBtn: "Ouverture des archives divines",
timelinePrev: "Navigation vers les époques passées",
timelineNext: "Navigation vers les époques futures",
settingsBtn: "Ouverture des paramètres divins"
};
if (actions[btnId]) {
addDivineMessage(actions[btnId]);
}
});
});
});
</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=docto41/nexushost" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>