Spaces:
Running
Running
нужно доработать контент сайта
Browse files- components/navigation.js +7 -3
- index.html +123 -61
- script.js +69 -40
components/navigation.js
CHANGED
|
@@ -78,13 +78,17 @@ class CustomNavigation extends HTMLElement {
|
|
| 78 |
</a>
|
| 79 |
<a href="#" class="nav-link text-gray-300 hover:text-white px-3 py-2 rounded-lg hover:bg-gray-800/50 transition-all duration-200">
|
| 80 |
<i data-feather="book" class="w-4 h-4 inline mr-2"></i>
|
| 81 |
-
|
| 82 |
</a>
|
| 83 |
<a href="#" class="nav-link text-gray-300 hover:text-white px-3 py-2 rounded-lg hover:bg-gray-800/50 transition-all duration-200">
|
| 84 |
<i data-feather="users" class="w-4 h-4 inline mr-2"></i>
|
| 85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 86 |
</a>
|
| 87 |
-
|
| 88 |
Join Exploration
|
| 89 |
</button>
|
| 90 |
</div>
|
|
|
|
| 78 |
</a>
|
| 79 |
<a href="#" class="nav-link text-gray-300 hover:text-white px-3 py-2 rounded-lg hover:bg-gray-800/50 transition-all duration-200">
|
| 80 |
<i data-feather="book" class="w-4 h-4 inline mr-2"></i>
|
| 81 |
+
Research Papers
|
| 82 |
</a>
|
| 83 |
<a href="#" class="nav-link text-gray-300 hover:text-white px-3 py-2 rounded-lg hover:bg-gray-800/50 transition-all duration-200">
|
| 84 |
<i data-feather="users" class="w-4 h-4 inline mr-2"></i>
|
| 85 |
+
Research Team
|
| 86 |
+
</a>
|
| 87 |
+
<a href="#" class="nav-link text-gray-300 hover:text-white px-3 py-2 rounded-lg hover:bg-gray-800/50 transition-all duration-200">
|
| 88 |
+
<i data-feather="bar-chart-2" class="w-4 h-4 inline mr-2"></i>
|
| 89 |
+
Data Portal
|
| 90 |
</a>
|
| 91 |
+
<button class="px-5 py-2 bg-gradient-to-r from-primary-500 to-secondary-500 hover:from-primary-600 hover:to-secondary-600 rounded-full font-medium text-sm transition-all duration-300 transform hover:scale-105 shadow-lg hover:shadow-primary-500/30">
|
| 92 |
Join Exploration
|
| 93 |
</button>
|
| 94 |
</div>
|
index.html
CHANGED
|
@@ -52,15 +52,15 @@
|
|
| 52 |
<!-- Hero Section -->
|
| 53 |
<main class="container mx-auto px-4 py-12 md:py-20">
|
| 54 |
<div class="max-w-6xl mx-auto">
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
<a href="#explore" class="px-8 py-4 bg-gradient-to-r from-primary-500 to-secondary-500 hover:from-primary-600 hover:to-secondary-600 rounded-full font-semibold text-lg transition-all duration-300 transform hover:scale-105 shadow-lg hover:shadow-xl">
|
| 65 |
<i data-feather="compass" class="inline mr-2"></i> Start Exploring
|
| 66 |
</a>
|
|
@@ -79,19 +79,20 @@
|
|
| 79 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 80 |
<!-- Insight Card 1 -->
|
| 81 |
<div class="bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-6 border border-gray-700 hover:border-primary-500 transition-all duration-300 hover:shadow-2xl hover:shadow-primary-500/20">
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
|
|
|
| 89 |
</div>
|
| 90 |
-
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
-
|
| 95 |
<span class="text-primary-400 font-semibold">Active Research</span>
|
| 96 |
<button class="text-secondary-400 hover:text-secondary-300 transition-colors">
|
| 97 |
<i data-feather="arrow-right" class="w-5 h-5"></i>
|
|
@@ -101,19 +102,20 @@
|
|
| 101 |
|
| 102 |
<!-- Insight Card 2 -->
|
| 103 |
<div class="bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-6 border border-gray-700 hover:border-secondary-500 transition-all duration-300 hover:shadow-2xl hover:shadow-secondary-500/20">
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
|
|
|
| 111 |
</div>
|
| 112 |
-
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
-
|
| 117 |
<span class="text-secondary-400 font-semibold">New Discovery</span>
|
| 118 |
<button class="text-primary-400 hover:text-primary-300 transition-colors">
|
| 119 |
<i data-feather="arrow-right" class="w-5 h-5"></i>
|
|
@@ -123,19 +125,20 @@
|
|
| 123 |
|
| 124 |
<!-- Insight Card 3 -->
|
| 125 |
<div class="bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-6 border border-gray-700 hover:border-primary-400 transition-all duration-300 hover:shadow-2xl hover:shadow-primary-400/20">
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
|
|
|
| 133 |
</div>
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
<span class="text-primary-300 font-semibold">Ongoing Study</span>
|
| 140 |
<button class="text-secondary-300 hover:text-secondary-200 transition-colors">
|
| 141 |
<i data-feather="arrow-right" class="w-5 h-5"></i>
|
|
@@ -154,9 +157,9 @@
|
|
| 154 |
Interactive Cosmic Explorer
|
| 155 |
</h2>
|
| 156 |
<p class="text-gray-300 mb-8 text-lg">
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
<div class="space-y-4">
|
| 161 |
<div class="flex items-center">
|
| 162 |
<i data-feather="check-circle" class="w-6 h-6 text-green-400 mr-3"></i>
|
|
@@ -184,8 +187,9 @@
|
|
| 184 |
<div id="insightDisplay" class="text-center py-8">
|
| 185 |
<div class="text-6xl mb-4">🌀</div>
|
| 186 |
<p class="text-gray-300 text-lg">
|
| 187 |
-
|
| 188 |
-
|
|
|
|
| 189 |
</div>
|
| 190 |
<div class="text-center text-gray-400 text-sm">
|
| 191 |
<i data-feather="clock" class="inline w-4 h-4 mr-1"></i>
|
|
@@ -205,39 +209,97 @@
|
|
| 205 |
</h2>
|
| 206 |
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
|
| 207 |
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 208 |
-
<img src="http://static.photos/abstract/640x360/1" alt="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 209 |
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 210 |
-
<span class="text-white font-semibold">
|
| 211 |
</div>
|
| 212 |
</div>
|
| 213 |
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 214 |
-
<img src="http://static.photos/
|
| 215 |
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 216 |
-
<span class="text-white font-semibold">
|
| 217 |
</div>
|
| 218 |
</div>
|
| 219 |
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 220 |
-
<img src="http://static.photos/
|
| 221 |
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 222 |
-
<span class="text-white font-semibold">
|
| 223 |
</div>
|
| 224 |
</div>
|
| 225 |
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 226 |
-
<img src="http://static.photos/
|
| 227 |
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 228 |
-
<span class="text-white font-semibold">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
</div>
|
| 230 |
</div>
|
| 231 |
</div>
|
| 232 |
-
|
| 233 |
</div>
|
| 234 |
</main>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 235 |
|
| 236 |
<!-- Footer Component -->
|
| 237 |
<script src="components/footer.js"></script>
|
| 238 |
<custom-footer></custom-footer>
|
| 239 |
-
|
| 240 |
-
<!-- Scripts -->
|
| 241 |
<script src="script.js"></script>
|
| 242 |
<script>
|
| 243 |
feather.replace();
|
|
|
|
| 52 |
<!-- Hero Section -->
|
| 53 |
<main class="container mx-auto px-4 py-12 md:py-20">
|
| 54 |
<div class="max-w-6xl mx-auto">
|
| 55 |
+
<div class="text-center mb-16">
|
| 56 |
+
<h1 class="text-4xl md:text-6xl lg:text-7xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-primary-400 via-secondary-400 to-primary-300">
|
| 57 |
+
MysticVibe Explorer 🌀
|
| 58 |
+
</h1>
|
| 59 |
+
<p class="text-xl md:text-2xl text-gray-300 mb-10 max-w-3xl mx-auto">
|
| 60 |
+
Unlock the secrets of the cosmos with our interactive exploration tools.
|
| 61 |
+
Discover celestial patterns, quantum phenomena, and mystical energies.
|
| 62 |
+
</p>
|
| 63 |
+
<div class="flex flex-wrap justify-center gap-4">
|
| 64 |
<a href="#explore" class="px-8 py-4 bg-gradient-to-r from-primary-500 to-secondary-500 hover:from-primary-600 hover:to-secondary-600 rounded-full font-semibold text-lg transition-all duration-300 transform hover:scale-105 shadow-lg hover:shadow-xl">
|
| 65 |
<i data-feather="compass" class="inline mr-2"></i> Start Exploring
|
| 66 |
</a>
|
|
|
|
| 79 |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 80 |
<!-- Insight Card 1 -->
|
| 81 |
<div class="bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-6 border border-gray-700 hover:border-primary-500 transition-all duration-300 hover:shadow-2xl hover:shadow-primary-500/20">
|
| 82 |
+
<div class="flex items-center mb-4">
|
| 83 |
+
<div class="w-12 h-12 rounded-full bg-gradient-to-r from-primary-500 to-secondary-500 flex items-center justify-center">
|
| 84 |
+
<i data-feather="moon" class="w-6 h-6"></i>
|
| 85 |
+
</div>
|
| 86 |
+
<div class="ml-4">
|
| 87 |
+
<h3 class="text-xl font-bold">Lunar Alignments</h3>
|
| 88 |
+
<p class="text-gray-400 text-sm">Celestial Synchronization</p>
|
| 89 |
+
</div>
|
| 90 |
</div>
|
| 91 |
+
<p class="text-gray-300 mb-6">
|
| 92 |
+
Explore how lunar phases influence energy fields and spiritual connections.
|
| 93 |
+
Our research reveals 8 distinct patterns of lunar impact.
|
| 94 |
+
</p>
|
| 95 |
+
<div class="flex justify-between items-center">
|
| 96 |
<span class="text-primary-400 font-semibold">Active Research</span>
|
| 97 |
<button class="text-secondary-400 hover:text-secondary-300 transition-colors">
|
| 98 |
<i data-feather="arrow-right" class="w-5 h-5"></i>
|
|
|
|
| 102 |
|
| 103 |
<!-- Insight Card 2 -->
|
| 104 |
<div class="bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-6 border border-gray-700 hover:border-secondary-500 transition-all duration-300 hover:shadow-2xl hover:shadow-secondary-500/20">
|
| 105 |
+
<div class="flex items-center mb-4">
|
| 106 |
+
<div class="w-12 h-12 rounded-full bg-gradient-to-r from-secondary-500 to-primary-500 flex items-center justify-center">
|
| 107 |
+
<i data-feather="wind" class="w-6 h-6"></i>
|
| 108 |
+
</div>
|
| 109 |
+
<div class="ml-4">
|
| 110 |
+
<h3 class="text-xl font-bold">Quantum Resonance</h3>
|
| 111 |
+
<p class="text-gray-400 text-sm">Interdimensional Phenomena</p>
|
| 112 |
+
</div>
|
| 113 |
</div>
|
| 114 |
+
<p class="text-gray-300 mb-6">
|
| 115 |
+
Our quantum sensors detect multidimensional vibrations across 12 frequencies.
|
| 116 |
+
These form the foundation of our reality's holographic nature.
|
| 117 |
+
</p>
|
| 118 |
+
<div class="flex justify-between items-center">
|
| 119 |
<span class="text-secondary-400 font-semibold">New Discovery</span>
|
| 120 |
<button class="text-primary-400 hover:text-primary-300 transition-colors">
|
| 121 |
<i data-feather="arrow-right" class="w-5 h-5"></i>
|
|
|
|
| 125 |
|
| 126 |
<!-- Insight Card 3 -->
|
| 127 |
<div class="bg-gradient-to-br from-gray-800 to-gray-900 rounded-2xl p-6 border border-gray-700 hover:border-primary-400 transition-all duration-300 hover:shadow-2xl hover:shadow-primary-400/20">
|
| 128 |
+
<div class="flex items-center mb-4">
|
| 129 |
+
<div class="w-12 h-12 rounded-full bg-gradient-to-r from-primary-400 to-secondary-400 flex items-center justify-center">
|
| 130 |
+
<i data-feather="zap" class="w-6 h-6"></i>
|
| 131 |
+
</div>
|
| 132 |
+
<div class="ml-4">
|
| 133 |
+
<h3 class="text-xl font-bold">Plasma Vortices</h3>
|
| 134 |
+
<p class="text-gray-400 text-sm">Energy Dynamics</p>
|
| 135 |
+
</div>
|
| 136 |
</div>
|
| 137 |
+
<p class="text-gray-300 mb-6">
|
| 138 |
+
Cosmic plasma formations create energy vortices that influence consciousness.
|
| 139 |
+
We've mapped over 200 active vortex points globally.
|
| 140 |
+
</p>
|
| 141 |
+
<div class="flex justify-between items-center">
|
| 142 |
<span class="text-primary-300 font-semibold">Ongoing Study</span>
|
| 143 |
<button class="text-secondary-300 hover:text-secondary-200 transition-colors">
|
| 144 |
<i data-feather="arrow-right" class="w-5 h-5"></i>
|
|
|
|
| 157 |
Interactive Cosmic Explorer
|
| 158 |
</h2>
|
| 159 |
<p class="text-gray-300 mb-8 text-lg">
|
| 160 |
+
Our advanced algorithms analyze cosmic energy patterns in real-time.
|
| 161 |
+
Receive personalized mystical insights based on planetary alignments and quantum fluctuations.
|
| 162 |
+
</p>
|
| 163 |
<div class="space-y-4">
|
| 164 |
<div class="flex items-center">
|
| 165 |
<i data-feather="check-circle" class="w-6 h-6 text-green-400 mr-3"></i>
|
|
|
|
| 187 |
<div id="insightDisplay" class="text-center py-8">
|
| 188 |
<div class="text-6xl mb-4">🌀</div>
|
| 189 |
<p class="text-gray-300 text-lg">
|
| 190 |
+
Current cosmic alignment indicates peak manifestation energy (87% intensity).
|
| 191 |
+
The Jupiter-Pluto conjunction amplifies transformation potential.
|
| 192 |
+
</p>
|
| 193 |
</div>
|
| 194 |
<div class="text-center text-gray-400 text-sm">
|
| 195 |
<i data-feather="clock" class="inline w-4 h-4 mr-1"></i>
|
|
|
|
| 209 |
</h2>
|
| 210 |
<div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
|
| 211 |
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 212 |
+
<img src="http://static.photos/abstract/640x360/1" alt="Quantum Field Pattern" class="w-full h-48 object-cover group-hover:scale-110 transition-transform duration-500">
|
| 213 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 214 |
+
<span class="text-white font-semibold">Torus Field (Type-3)</span>
|
| 215 |
+
</div>
|
| 216 |
+
</div>
|
| 217 |
+
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 218 |
+
<img src="http://static.photos/blue/640x360/2" alt="Plasma Vortex" class="w-full h-48 object-cover group-hover:scale-110 transition-transform duration-500">
|
| 219 |
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 220 |
+
<span class="text-white font-semibold">Ionized Plasma Vortex</span>
|
| 221 |
</div>
|
| 222 |
</div>
|
| 223 |
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 224 |
+
<img src="http://static.photos/gradient/640x360/3" alt="Ley Lines" class="w-full h-48 object-cover group-hover:scale-110 transition-transform duration-500">
|
| 225 |
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 226 |
+
<span class="text-white font-semibold">Earth Energy Grid</span>
|
| 227 |
</div>
|
| 228 |
</div>
|
| 229 |
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 230 |
+
<img src="http://static.photos/black/640x360/4" alt="Dark Matter Web" class="w-full h-48 object-cover group-hover:scale-110 transition-transform duration-500">
|
| 231 |
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 232 |
+
<span class="text-white font-semibold">Dark Matter Network</span>
|
| 233 |
</div>
|
| 234 |
</div>
|
| 235 |
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 236 |
+
<img src="http://static.photos/space/640x360/5" alt="Nebula Formation" class="w-full h-48 object-cover group-hover:scale-110 transition-transform duration-500">
|
| 237 |
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 238 |
+
<span class="text-white font-semibold">Stellar Nursery</span>
|
| 239 |
+
</div>
|
| 240 |
+
</div>
|
| 241 |
+
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 242 |
+
<img src="http://static.photos/energy/640x360/6" alt="Energy Portal" class="w-full h-48 object-cover group-hover:scale-110 transition-transform duration-500">
|
| 243 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 244 |
+
<span class="text-white font-semibold">Dimensional Gateway</span>
|
| 245 |
+
</div>
|
| 246 |
+
</div>
|
| 247 |
+
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 248 |
+
<img src="http://static.photos/quantum/640x360/7" alt="Quantum Strings" class="w-full h-48 object-cover group-hover:scale-110 transition-transform duration-500">
|
| 249 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 250 |
+
<span class="text-white font-semibold">Quantum Strings</span>
|
| 251 |
+
</div>
|
| 252 |
+
</div>
|
| 253 |
+
<div class="relative overflow-hidden rounded-xl group cursor-pointer">
|
| 254 |
+
<img src="http://static.photos/light/640x360/8" alt="Light Codes" class="w-full h-48 object-cover group-hover:scale-110 transition-transform duration-500">
|
| 255 |
+
<div class="absolute inset-0 bg-gradient-to-t from-black/70 to-transparent opacity-0 group-hover:opacity-100 transition-opacity duration-300 flex items-end p-4">
|
| 256 |
+
<span class="text-white font-semibold">Sacred Geometry</span>
|
| 257 |
</div>
|
| 258 |
</div>
|
| 259 |
</div>
|
| 260 |
+
</section>
|
| 261 |
</div>
|
| 262 |
</main>
|
| 263 |
+
<!-- Research Team Section -->
|
| 264 |
+
<section class="py-20 bg-gradient-to-br from-gray-900 to-black">
|
| 265 |
+
<div class="container mx-auto px-4">
|
| 266 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-16 text-center">
|
| 267 |
+
<i data-feather="users" class="inline mr-3 text-primary-400"></i>
|
| 268 |
+
Our Cosmic Research Team
|
| 269 |
+
</h2>
|
| 270 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
|
| 271 |
+
<div class="bg-gray-800/50 backdrop-blur-sm rounded-2xl p-6 border border-gray-700 hover:border-primary-500 transition-all duration-300 text-center">
|
| 272 |
+
<img src="http://static.photos/people/200x200/1" alt="Dr. Elena Marquez" class="w-24 h-24 rounded-full mx-auto mb-4 border-2 border-primary-500">
|
| 273 |
+
<h3 class="text-xl font-bold mb-1">Dr. Elena Marquez</h3>
|
| 274 |
+
<p class="text-primary-400 text-sm mb-4">Quantum Physicist</p>
|
| 275 |
+
<p class="text-gray-300 text-sm">Specializes in interdimensional quantum field theory and consciousness studies.</p>
|
| 276 |
+
</div>
|
| 277 |
+
<div class="bg-gray-800/50 backdrop-blur-sm rounded-2xl p-6 border border-gray-700 hover:border-secondary-500 transition-all duration-300 text-center">
|
| 278 |
+
<img src="http://static.photos/people/200x200/2" alt="Prof. Arjun Patel" class="w-24 h-24 rounded-full mx-auto mb-4 border-2 border-secondary-500">
|
| 279 |
+
<h3 class="text-xl font-bold mb-1">Prof. Arjun Patel</h3>
|
| 280 |
+
<p class="text-secondary-400 text-sm mb-4">Astrophysicist</p>
|
| 281 |
+
<p class="text-gray-300 text-sm">Studies cosmic plasma formations and their effects on human biofields.</p>
|
| 282 |
+
</div>
|
| 283 |
+
<div class="bg-gray-800/50 backdrop-blur-sm rounded-2xl p-6 border border-gray-700 hover:border-primary-500 transition-all duration-300 text-center">
|
| 284 |
+
<img src="http://static.photos/people/200x200/3" alt="Dr. Sofia Chen" class="w-24 h-24 rounded-full mx-auto mb-4 border-2 border-primary-500">
|
| 285 |
+
<h3 class="text-xl font-bold mb-1">Dr. Sofia Chen</h3>
|
| 286 |
+
<p class="text-primary-400 text-sm mb-4">Mystical Anthropologist</p>
|
| 287 |
+
<p class="text-gray-300 text-sm">Researches ancient cosmic knowledge and its modern applications.</p>
|
| 288 |
+
</div>
|
| 289 |
+
<div class="bg-gray-800/50 backdrop-blur-sm rounded-2xl p-6 border border-gray-700 hover:border-secondary-500 transition-all duration-300 text-center">
|
| 290 |
+
<img src="http://static.photos/people/200x200/4" alt="Dr. Kwame Johnson" class="w-24 h-24 rounded-full mx-auto mb-4 border-2 border-secondary-500">
|
| 291 |
+
<h3 class="text-xl font-bold mb-1">Dr. Kwame Johnson</h3>
|
| 292 |
+
<p class="text-secondary-400 text-sm mb-4">Bioenergetics Specialist</p>
|
| 293 |
+
<p class="text-gray-300 text-sm">Studies human energy fields in relation to cosmic phenomena.</p>
|
| 294 |
+
</div>
|
| 295 |
+
</div>
|
| 296 |
+
</div>
|
| 297 |
+
</section>
|
| 298 |
|
| 299 |
<!-- Footer Component -->
|
| 300 |
<script src="components/footer.js"></script>
|
| 301 |
<custom-footer></custom-footer>
|
| 302 |
+
<!-- Scripts -->
|
|
|
|
| 303 |
<script src="script.js"></script>
|
| 304 |
<script>
|
| 305 |
feather.replace();
|
script.js
CHANGED
|
@@ -9,43 +9,49 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
| 9 |
// Generate Insight Button Functionality
|
| 10 |
const generateInsightBtn = document.getElementById('generateInsight');
|
| 11 |
const insightDisplay = document.getElementById('insightDisplay');
|
| 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 |
generateInsightBtn.addEventListener('click', function() {
|
| 50 |
// Add loading state
|
| 51 |
const originalText = this.innerHTML;
|
|
@@ -58,9 +64,32 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
| 58 |
|
| 59 |
// Simulate API call with timeout
|
| 60 |
setTimeout(() => {
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
insightDisplay.style.opacity = '0';
|
| 65 |
|
| 66 |
setTimeout(() => {
|
|
|
|
| 9 |
// Generate Insight Button Functionality
|
| 10 |
const generateInsightBtn = document.getElementById('generateInsight');
|
| 11 |
const insightDisplay = document.getElementById('insightDisplay');
|
| 12 |
+
const cosmicInsights = [
|
| 13 |
+
{
|
| 14 |
+
emoji: "🌌",
|
| 15 |
+
text: "Cosmic alignment (87% intensity) enhances manifestation potential. Current planetary index: 9.2/10"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
emoji: "⚡",
|
| 19 |
+
text: "Quantum flux detected at 12.8Hz - ideal for consciousness expansion. Recommended meditation window: 32 minutes"
|
| 20 |
+
},
|
| 21 |
+
{
|
| 22 |
+
emoji: "🌀",
|
| 23 |
+
text: "3 major energy vortices active today - coordinates: 34.5°N, 118.2°W | 19.7°S, 47.8°E | 56.1°N, 10.2°E"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
emoji: "🌠",
|
| 27 |
+
text: "Meteor shower (Eta Lyrids) peaks tonight - cosmic download window opens at 22:34 local time"
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
emoji: "💫",
|
| 31 |
+
text: "Sacred geometry patterns detected in solar winds - activating 5D consciousness grid points"
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
emoji: "🌙",
|
| 35 |
+
text: "Waning gibbous moon (68% illumination) - optimal for releasing limiting patterns"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
emoji: "☀️",
|
| 39 |
+
text: "Solar activity: M2.4 class flare - amplifying creative frequencies by 22%"
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
emoji: "🌪️",
|
| 43 |
+
text: "Cosmic storm system approaching - expect heightened synchronicities (+47% probability)"
|
| 44 |
+
},
|
| 45 |
+
{
|
| 46 |
+
emoji: "🔭",
|
| 47 |
+
text: "Jupiter-Pluto conjunction exact at 14° Capricorn - transformation energy peaking"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
emoji: "🧿",
|
| 51 |
+
text: "Earth's Schumann resonance spiking at 7.83Hz - global consciousness shift detected"
|
| 52 |
+
}
|
| 53 |
+
];
|
| 54 |
+
if (generateInsightBtn && insightDisplay) {
|
| 55 |
generateInsightBtn.addEventListener('click', function() {
|
| 56 |
// Add loading state
|
| 57 |
const originalText = this.innerHTML;
|
|
|
|
| 64 |
|
| 65 |
// Simulate API call with timeout
|
| 66 |
setTimeout(() => {
|
| 67 |
+
// Get current hour for time-based insights
|
| 68 |
+
const now = new Date();
|
| 69 |
+
const hour = now.getHours();
|
| 70 |
+
|
| 71 |
+
// Choose appropriate insight based on time and random factor
|
| 72 |
+
let randomInsight;
|
| 73 |
+
if (hour >= 4 && hour < 8) {
|
| 74 |
+
// Morning insights
|
| 75 |
+
randomInsight = cosmicInsights.filter(i => ['🌙', '☀️', '🌌'].includes(i.emoji))[
|
| 76 |
+
Math.floor(Math.random() * 3)
|
| 77 |
+
];
|
| 78 |
+
} else if (hour >= 8 && hour < 12) {
|
| 79 |
+
// Midday insights
|
| 80 |
+
randomInsight = cosmicInsights.filter(i => ['⚡', '💫', '🔭'].includes(i.emoji))[
|
| 81 |
+
Math.floor(Math.random() * 3)
|
| 82 |
+
];
|
| 83 |
+
} else if (hour >= 12 && hour < 16) {
|
| 84 |
+
// Afternoon insights
|
| 85 |
+
randomInsight = cosmicInsights.filter(i => ['🌀', '🌠', '🧿'].includes(i.emoji))[
|
| 86 |
+
Math.floor(Math.random() * 3)
|
| 87 |
+
];
|
| 88 |
+
} else {
|
| 89 |
+
// Evening/Night insights
|
| 90 |
+
randomInsight = cosmicInsights[Math.floor(Math.random() * cosmicInsights.length)];
|
| 91 |
+
}
|
| 92 |
+
// Add fade out effect
|
| 93 |
insightDisplay.style.opacity = '0';
|
| 94 |
|
| 95 |
setTimeout(() => {
|