Spaces:
Running
Running
Add 1 files
Browse files- index.html +257 -135
index.html
CHANGED
@@ -4,70 +4,168 @@
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Microbiome Explorer | Award-Winning Holistic Search Engine</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
.microbiome-gradient {
|
11 |
-
background:
|
|
|
12 |
}
|
|
|
|
|
13 |
.cell-pattern {
|
14 |
background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
|
15 |
background-size: 20px 20px;
|
|
|
16 |
}
|
|
|
|
|
17 |
.glow-effect {
|
18 |
box-shadow: 0 0 15px rgba(0, 198, 251, 0.5);
|
19 |
}
|
|
|
|
|
20 |
.dna-animation {
|
|
|
21 |
animation: dnaFloat 8s ease-in-out infinite;
|
22 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
@keyframes dnaFloat {
|
24 |
-
0%, 100% { transform: translateY(0) rotate(0deg); }
|
25 |
-
25% { transform: translateY(-10px) rotate(2deg); }
|
26 |
-
50% { transform: translateY(0) rotate(0deg); }
|
27 |
-
75% { transform: translateY(10px) rotate(-2deg); }
|
28 |
}
|
|
|
|
|
29 |
.search-focus {
|
|
|
30 |
transition: all 0.3s ease;
|
31 |
}
|
|
|
32 |
.search-focus:focus {
|
|
|
33 |
transform: scale(1.02);
|
34 |
box-shadow: 0 5px 15px rgba(0, 91, 234, 0.2);
|
35 |
}
|
|
|
|
|
36 |
.microbe-hover {
|
|
|
37 |
transition: all 0.3s ease;
|
38 |
}
|
|
|
39 |
.microbe-hover:hover {
|
|
|
40 |
transform: scale(1.1) rotate(5deg);
|
41 |
}
|
|
|
|
|
42 |
.typewriter {
|
43 |
overflow: hidden;
|
44 |
border-right: .15em solid #00c6fb;
|
45 |
white-space: nowrap;
|
|
|
46 |
animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
|
47 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
@keyframes typing {
|
49 |
from { width: 0 }
|
50 |
to { width: 100% }
|
51 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
@keyframes blink-caret {
|
53 |
from, to { border-color: transparent }
|
54 |
50% { border-color: #00c6fb; }
|
55 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
</style>
|
57 |
</head>
|
58 |
-
<body class="bg-gray-50
|
59 |
<!-- Award Badge -->
|
60 |
-
<div class="absolute top-4 right-4 z-50">
|
61 |
<div class="relative">
|
62 |
<div class="bg-yellow-400 text-yellow-900 px-4 py-2 rounded-full font-bold text-sm transform rotate-12 shadow-lg">
|
63 |
-
<i class="fas fa-trophy mr-1"></i> 2024 BioTech Innovation Award
|
64 |
</div>
|
65 |
<div class="absolute -bottom-1 left-1/2 transform -translate-x-1/2 w-0 h-0 border-l-8 border-r-8 border-t-8 border-l-transparent border-r-transparent border-t-yellow-400"></div>
|
66 |
</div>
|
67 |
</div>
|
68 |
|
69 |
-
<!-- Hero Section -->
|
70 |
-
<header class="microbiome-gradient text-white pt-24 pb-32 relative overflow-hidden">
|
71 |
<div class="cell-pattern absolute inset-0 opacity-10"></div>
|
72 |
<div class="container mx-auto px-6 relative z-10">
|
73 |
<div class="flex flex-col lg:flex-row items-center">
|
@@ -79,30 +177,30 @@
|
|
79 |
<div class="text-sm opacity-90">Patent Pending Technology</div>
|
80 |
</div>
|
81 |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
|
82 |
-
Explore the <span class="typewriter inline-block">Human Microbiome</span>
|
83 |
</h1>
|
84 |
<p class="text-xl opacity-90 mb-8 max-w-lg">
|
85 |
The world's first holistic search engine for microbiome research, connecting symptoms, treatments, and microbial relationships.
|
86 |
</p>
|
87 |
<div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
|
88 |
-
<button class="bg-white text-blue-700 px-6 py-3 rounded-full font-semibold hover:bg-opacity-90 transition-all transform hover:scale-105 flex items-center justify-center">
|
89 |
-
<i class="fas fa-flask mr-2"></i> Start Research
|
90 |
</button>
|
91 |
-
<button class="border-2 border-white border-opacity-50 text-white px-6 py-3 rounded-full font-semibold hover:bg-white hover:bg-opacity-10 transition-all transform hover:scale-105 flex items-center justify-center">
|
92 |
-
<i class="fas fa-play-circle mr-2"></i> Watch Demo
|
93 |
</button>
|
94 |
</div>
|
95 |
</div>
|
96 |
<div class="lg:w-1/2 flex justify-center">
|
97 |
<div class="relative">
|
98 |
-
<img src="https://www.svgrepo.com/show/530537/dna.svg" alt="DNA Strand" class="w-64 h-64 dna-animation">
|
99 |
<div class="absolute -top-10 -left-10">
|
100 |
-
<div class="bg-white bg-opacity-20 rounded-full w-32 h-32 flex items-center justify-center microbe-hover">
|
101 |
<i class="fas fa-bacterium text-4xl text-white"></i>
|
102 |
</div>
|
103 |
</div>
|
104 |
<div class="absolute -bottom-5 -right-5">
|
105 |
-
<div class="bg-white bg-opacity-20 rounded-full w-24 h-24 flex items-center justify-center microbe-hover">
|
106 |
<i class="fas fa-virus text-3xl text-white"></i>
|
107 |
</div>
|
108 |
</div>
|
@@ -112,44 +210,45 @@
|
|
112 |
</div>
|
113 |
</header>
|
114 |
|
115 |
-
<!-- Search Interface -->
|
116 |
-
<section class="container mx-auto px-6 -mt-16 relative z-20 mb-24">
|
117 |
<div class="bg-white rounded-xl shadow-2xl p-6">
|
118 |
<div class="flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-4">
|
119 |
<div class="flex-1 relative">
|
|
|
120 |
<div class="absolute left-4 top-1/2 transform -translate-y-1/2 text-blue-500">
|
121 |
-
<i class="fas fa-search"></i>
|
122 |
</div>
|
123 |
-
<input type="text" placeholder="Search symptoms, microbes, or treatments..."
|
124 |
class="search-focus w-full pl-12 pr-4 py-4 border border-gray-200 rounded-lg focus:outline-none focus:border-blue-400">
|
125 |
</div>
|
126 |
-
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-4 rounded-lg font-semibold transition-all flex items-center justify-center">
|
127 |
-
<i class="fas fa-dna mr-2"></i> Analyze
|
128 |
</button>
|
129 |
</div>
|
130 |
|
131 |
<div class="mt-6 grid grid-cols-2 md:grid-cols-4 gap-4">
|
132 |
-
<
|
133 |
-
<div class="text-blue-600 mb-1"><i class="fas fa-heartbeat"></i></div>
|
134 |
<div class="text-sm font-medium text-blue-800">Gut Health</div>
|
135 |
-
</
|
136 |
-
<
|
137 |
-
<div class="text-purple-600 mb-1"><i class="fas fa-brain"></i></div>
|
138 |
<div class="text-sm font-medium text-purple-800">Mental Health</div>
|
139 |
-
</
|
140 |
-
<
|
141 |
-
<div class="text-green-600 mb-1"><i class="fas fa-weight"></i></div>
|
142 |
<div class="text-sm font-medium text-green-800">Metabolism</div>
|
143 |
-
</
|
144 |
-
<
|
145 |
-
<div class="text-amber-600 mb-1"><i class="fas fa-allergies"></i></div>
|
146 |
<div class="text-sm font-medium text-amber-800">Immunity</div>
|
147 |
-
</
|
148 |
</div>
|
149 |
</div>
|
150 |
</section>
|
151 |
|
152 |
-
<!-- Unique Value Proposition -->
|
153 |
<section class="container mx-auto px-6 mb-24">
|
154 |
<div class="text-center mb-16">
|
155 |
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Why Our Technology is Revolutionary</h2>
|
@@ -158,38 +257,38 @@
|
|
158 |
</p>
|
159 |
</div>
|
160 |
|
161 |
-
<div class="grid md:grid-cols-3 gap-8">
|
162 |
-
<
|
163 |
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
|
164 |
-
<i class="fas fa-project-diagram text-blue-600 text-2xl"></i>
|
165 |
</div>
|
166 |
<h3 class="text-xl font-bold text-center mb-3">Holistic Connections</h3>
|
167 |
<p class="text-gray-600 text-center">
|
168 |
Our AI maps complex relationships between 10,000+ microbial species and human health conditions.
|
169 |
</p>
|
170 |
-
</
|
171 |
-
<
|
172 |
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
|
173 |
-
<i class="fas fa-chart-network text-purple-600 text-2xl"></i>
|
174 |
</div>
|
175 |
<h3 class="text-xl font-bold text-center mb-3">Predictive Analytics</h3>
|
176 |
<p class="text-gray-600 text-center">
|
177 |
Anticipate health trends and microbiome changes before symptoms appear with our predictive models.
|
178 |
</p>
|
179 |
-
</
|
180 |
-
<
|
181 |
<div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
|
182 |
-
<i class="fas fa-user-md text-green-600 text-2xl"></i>
|
183 |
</div>
|
184 |
<h3 class="text-xl font-bold text-center mb-3">Clinical Applications</h3>
|
185 |
<p class="text-gray-600 text-center">
|
186 |
Directly applicable to patient care with personalized microbiome intervention recommendations.
|
187 |
</p>
|
188 |
-
</
|
189 |
</div>
|
190 |
</section>
|
191 |
|
192 |
-
<!-- Data Visualization -->
|
193 |
<section class="bg-gray-100 py-16 mb-24">
|
194 |
<div class="container mx-auto px-6">
|
195 |
<div class="flex flex-col lg:flex-row items-center">
|
@@ -200,11 +299,11 @@
|
|
200 |
Each node represents a microbial species or health factor - click to discover relationships.
|
201 |
</p>
|
202 |
<div class="flex space-x-4">
|
203 |
-
<button class="bg-blue-600 text-white px-6 py-2 rounded-full text-sm font-semibold hover:bg-blue-700 transition-colors">
|
204 |
-
<i class="fas fa-play mr-1"></i> Tutorial
|
205 |
</button>
|
206 |
-
<button class="border border-blue-600 text-blue-600 px-6 py-2 rounded-full text-sm font-semibold hover:bg-blue-50 transition-colors">
|
207 |
-
<i class="fas fa-download mr-1"></i> Sample Data
|
208 |
</button>
|
209 |
</div>
|
210 |
</div>
|
@@ -212,14 +311,14 @@
|
|
212 |
<div class="bg-gray-200 rounded-lg overflow-hidden" style="height: 350px;">
|
213 |
<div class="flex items-center justify-center h-full">
|
214 |
<div class="text-center">
|
215 |
-
<i class="fas fa-network-wired text-5xl text-gray-400 mb-4"></i>
|
216 |
<p class="text-gray-600">Interactive microbiome network visualization</p>
|
217 |
<div class="mt-4 flex justify-center space-x-2">
|
218 |
-
<div class="w-3 h-3 rounded-full bg-blue-500"></div>
|
219 |
-
<div class="w-3 h-3 rounded-full bg-green-500"></div>
|
220 |
-
<div class="w-3 h-3 rounded-full bg-purple-500"></div>
|
221 |
-
<div class="w-3 h-3 rounded-full bg-yellow-500"></div>
|
222 |
-
<div class="w-3 h-3 rounded-full bg-red-500"></div>
|
223 |
</div>
|
224 |
</div>
|
225 |
</div>
|
@@ -229,7 +328,7 @@
|
|
229 |
</div>
|
230 |
</section>
|
231 |
|
232 |
-
<!-- Testimonials -->
|
233 |
<section class="container mx-auto px-6 mb-24">
|
234 |
<div class="bg-white rounded-xl shadow-lg overflow-hidden">
|
235 |
<div class="md:flex">
|
@@ -240,7 +339,7 @@
|
|
240 |
</p>
|
241 |
<div class="flex space-x-2">
|
242 |
<div class="bg-white bg-opacity-20 rounded-full w-10 h-10 flex items-center justify-center">
|
243 |
-
<i class="fas fa-quote-left"></i>
|
244 |
</div>
|
245 |
<div>
|
246 |
<div class="font-bold">4.9/5</div>
|
@@ -250,10 +349,10 @@
|
|
250 |
</div>
|
251 |
<div class="md:w-2/3 p-8">
|
252 |
<div class="grid md:grid-cols-2 gap-8">
|
253 |
-
<
|
254 |
<div class="flex items-center mb-4">
|
255 |
<div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
|
256 |
-
<i class="fas fa-user-md text-blue-600"></i>
|
257 |
</div>
|
258 |
<div>
|
259 |
<div class="font-bold">Dr. Sarah Chen</div>
|
@@ -263,11 +362,11 @@
|
|
263 |
<p class="text-gray-600">
|
264 |
"This platform has revolutionized how we approach microbiome research. The connections it reveals between microbial populations and chronic conditions are game-changing."
|
265 |
</p>
|
266 |
-
</
|
267 |
-
<
|
268 |
<div class="flex items-center mb-4">
|
269 |
<div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center mr-4">
|
270 |
-
<i class="fas fa-flask text-green-600"></i>
|
271 |
</div>
|
272 |
<div>
|
273 |
<div class="font-bold">Prof. James Wilson</div>
|
@@ -277,14 +376,14 @@
|
|
277 |
<p class="text-gray-600">
|
278 |
"The predictive analytics capabilities have helped us identify potential microbiome-based interventions months before traditional methods would."
|
279 |
</p>
|
280 |
-
</
|
281 |
</div>
|
282 |
</div>
|
283 |
</div>
|
284 |
</div>
|
285 |
</section>
|
286 |
|
287 |
-
<!-- CTA Section -->
|
288 |
<section class="microbiome-gradient text-white py-16 mb-12 rounded-3xl mx-6">
|
289 |
<div class="container mx-auto px-6 text-center">
|
290 |
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Microbiome Research?</h2>
|
@@ -292,23 +391,23 @@
|
|
292 |
Join hundreds of researchers and clinicians using our award-winning platform to unlock new discoveries.
|
293 |
</p>
|
294 |
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
|
295 |
-
<button class="bg-white text-blue-700 px-8 py-4 rounded-full font-bold hover:bg-opacity-90 transition-all transform hover:scale-105">
|
296 |
Start Free Trial
|
297 |
</button>
|
298 |
-
<button class="border-2 border-white border-opacity-50 px-8 py-4 rounded-full font-bold hover:bg-white hover:bg-opacity-10 transition-all transform hover:scale-105">
|
299 |
Schedule Demo
|
300 |
</button>
|
301 |
</div>
|
302 |
</div>
|
303 |
</section>
|
304 |
|
305 |
-
<!-- Footer -->
|
306 |
<footer class="bg-gray-900 text-white py-12">
|
307 |
<div class="container mx-auto px-6">
|
308 |
<div class="grid md:grid-cols-4 gap-8 mb-8">
|
309 |
<div>
|
310 |
<h3 class="text-xl font-bold mb-4 flex items-center">
|
311 |
-
<i class="fas fa-dna mr-2"></i> Microbiome Explorer
|
312 |
</h3>
|
313 |
<p class="text-gray-400">
|
314 |
The world's most advanced holistic search engine for human microbiome research.
|
@@ -335,14 +434,14 @@
|
|
335 |
<div>
|
336 |
<h4 class="font-bold mb-4">Connect</h4>
|
337 |
<div class="flex space-x-4 mb-4">
|
338 |
-
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-600 transition-colors">
|
339 |
-
<i class="fab fa-twitter"></i>
|
340 |
</a>
|
341 |
-
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-700 transition-colors">
|
342 |
-
<i class="fab fa-linkedin-in"></i>
|
343 |
</a>
|
344 |
-
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-gray-700 transition-colors">
|
345 |
-
<i class="fab fa-github"></i>
|
346 |
</a>
|
347 |
</div>
|
348 |
<p class="text-gray-400">[email protected]</p>
|
@@ -355,68 +454,91 @@
|
|
355 |
</footer>
|
356 |
|
357 |
<script>
|
358 |
-
//
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
374 |
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
381 |
}
|
382 |
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
currentPhrase = (currentPhrase + 1) % phrases.length;
|
390 |
-
setTimeout(typeWriter, 500);
|
391 |
-
} else {
|
392 |
-
const speed = isDeleting ? 100 : 150;
|
393 |
-
setTimeout(typeWriter, speed);
|
394 |
}
|
395 |
-
}
|
396 |
-
|
397 |
-
// Start the typewriter effect
|
398 |
-
setTimeout(typeWriter, 1000);
|
399 |
-
|
400 |
-
// Microbe hover animations
|
401 |
-
const microbes = document.querySelectorAll('.microbe-hover');
|
402 |
-
microbes.forEach(microbe => {
|
403 |
-
microbe.addEventListener('mouseenter', function() {
|
404 |
-
this.style.transform = 'scale(1.1) rotate(5deg)';
|
405 |
-
});
|
406 |
-
microbe.addEventListener('mouseleave', function() {
|
407 |
-
this.style.transform = 'scale(1) rotate(0deg)';
|
408 |
-
});
|
409 |
-
});
|
410 |
-
|
411 |
-
// Search focus effect
|
412 |
-
const searchInput = document.querySelector('.search-focus');
|
413 |
-
searchInput.addEventListener('focus', function() {
|
414 |
-
this.style.transform = 'scale(1.02)';
|
415 |
-
this.style.boxShadow = '0 5px 15px rgba(0, 91, 234, 0.2)';
|
416 |
-
});
|
417 |
-
searchInput.addEventListener('blur', function() {
|
418 |
-
this.style.transform = 'scale(1)';
|
419 |
-
this.style.boxShadow = 'none';
|
420 |
});
|
421 |
</script>
|
422 |
<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=Neomyst/microbiome-explorer" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
|
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
<title>Microbiome Explorer | Award-Winning Holistic Search Engine</title>
|
7 |
+
<!-- Improved compatibility with older browsers -->
|
8 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
9 |
+
<!-- Preload critical resources -->
|
10 |
+
<link rel="preload" href="https://cdn.tailwindcss.com" as="script">
|
11 |
+
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" as="style">
|
12 |
+
<!-- Fallback fonts -->
|
13 |
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
14 |
+
<!-- Favicon for better compatibility -->
|
15 |
+
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🧫</text></svg>">
|
16 |
<script src="https://cdn.tailwindcss.com"></script>
|
17 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
18 |
<style>
|
19 |
+
/* Improved font stack with system fonts as fallback */
|
20 |
+
body {
|
21 |
+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
22 |
+
}
|
23 |
+
|
24 |
+
/* Microbiome gradient with fallback */
|
25 |
.microbiome-gradient {
|
26 |
+
background-color: #005bea; /* Fallback */
|
27 |
+
background-image: linear-gradient(135deg, #00c6fb 0%, #005bea 100%);
|
28 |
}
|
29 |
+
|
30 |
+
/* Cell pattern with better browser support */
|
31 |
.cell-pattern {
|
32 |
background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
|
33 |
background-size: 20px 20px;
|
34 |
+
background-repeat: repeat;
|
35 |
}
|
36 |
+
|
37 |
+
/* Glow effect with fallback */
|
38 |
.glow-effect {
|
39 |
box-shadow: 0 0 15px rgba(0, 198, 251, 0.5);
|
40 |
}
|
41 |
+
|
42 |
+
/* Animation with proper prefixes */
|
43 |
.dna-animation {
|
44 |
+
-webkit-animation: dnaFloat 8s ease-in-out infinite;
|
45 |
animation: dnaFloat 8s ease-in-out infinite;
|
46 |
}
|
47 |
+
|
48 |
+
@-webkit-keyframes dnaFloat {
|
49 |
+
0%, 100% { -webkit-transform: translateY(0) rotate(0deg); transform: translateY(0) rotate(0deg); }
|
50 |
+
25% { -webkit-transform: translateY(-10px) rotate(2deg); transform: translateY(-10px) rotate(2deg); }
|
51 |
+
50% { -webkit-transform: translateY(0) rotate(0deg); transform: translateY(0) rotate(0deg); }
|
52 |
+
75% { -webkit-transform: translateY(10px) rotate(-2deg); transform: translateY(10px) rotate(-2deg); }
|
53 |
+
}
|
54 |
+
|
55 |
@keyframes dnaFloat {
|
56 |
+
0%, 100% { -webkit-transform: translateY(0) rotate(0deg); transform: translateY(0) rotate(0deg); }
|
57 |
+
25% { -webkit-transform: translateY(-10px) rotate(2deg); transform: translateY(-10px) rotate(2deg); }
|
58 |
+
50% { -webkit-transform: translateY(0) rotate(0deg); transform: translateY(0) rotate(0deg); }
|
59 |
+
75% { -webkit-transform: translateY(10px) rotate(-2deg); transform: translateY(10px) rotate(-2deg); }
|
60 |
}
|
61 |
+
|
62 |
+
/* Search focus with proper prefixes */
|
63 |
.search-focus {
|
64 |
+
-webkit-transition: all 0.3s ease;
|
65 |
transition: all 0.3s ease;
|
66 |
}
|
67 |
+
|
68 |
.search-focus:focus {
|
69 |
+
-webkit-transform: scale(1.02);
|
70 |
transform: scale(1.02);
|
71 |
box-shadow: 0 5px 15px rgba(0, 91, 234, 0.2);
|
72 |
}
|
73 |
+
|
74 |
+
/* Microbe hover with better compatibility */
|
75 |
.microbe-hover {
|
76 |
+
-webkit-transition: all 0.3s ease;
|
77 |
transition: all 0.3s ease;
|
78 |
}
|
79 |
+
|
80 |
.microbe-hover:hover {
|
81 |
+
-webkit-transform: scale(1.1) rotate(5deg);
|
82 |
transform: scale(1.1) rotate(5deg);
|
83 |
}
|
84 |
+
|
85 |
+
/* Typewriter effect with better compatibility */
|
86 |
.typewriter {
|
87 |
overflow: hidden;
|
88 |
border-right: .15em solid #00c6fb;
|
89 |
white-space: nowrap;
|
90 |
+
-webkit-animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
|
91 |
animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
|
92 |
}
|
93 |
+
|
94 |
+
@-webkit-keyframes typing {
|
95 |
+
from { width: 0 }
|
96 |
+
to { width: 100% }
|
97 |
+
}
|
98 |
+
|
99 |
@keyframes typing {
|
100 |
from { width: 0 }
|
101 |
to { width: 100% }
|
102 |
}
|
103 |
+
|
104 |
+
@-webkit-keyframes blink-caret {
|
105 |
+
from, to { border-color: transparent }
|
106 |
+
50% { border-color: #00c6fb; }
|
107 |
+
}
|
108 |
+
|
109 |
@keyframes blink-caret {
|
110 |
from, to { border-color: transparent }
|
111 |
50% { border-color: #00c6fb; }
|
112 |
}
|
113 |
+
|
114 |
+
/* Improved button focus states for accessibility */
|
115 |
+
button:focus, a:focus {
|
116 |
+
outline: 2px solid #00c6fb;
|
117 |
+
outline-offset: 2px;
|
118 |
+
}
|
119 |
+
|
120 |
+
/* Better mobile responsiveness */
|
121 |
+
@media (max-width: 768px) {
|
122 |
+
.hero-content {
|
123 |
+
padding-top: 2rem;
|
124 |
+
padding-bottom: 2rem;
|
125 |
+
}
|
126 |
+
|
127 |
+
.search-container {
|
128 |
+
margin-top: -3rem;
|
129 |
+
}
|
130 |
+
|
131 |
+
.feature-cards {
|
132 |
+
grid-template-columns: 1fr;
|
133 |
+
}
|
134 |
+
}
|
135 |
+
|
136 |
+
/* Print styles */
|
137 |
+
@media print {
|
138 |
+
.no-print {
|
139 |
+
display: none !important;
|
140 |
+
}
|
141 |
+
|
142 |
+
body {
|
143 |
+
background: white !important;
|
144 |
+
color: black !important;
|
145 |
+
font-size: 12pt;
|
146 |
+
}
|
147 |
+
|
148 |
+
a::after {
|
149 |
+
content: " (" attr(href) ")";
|
150 |
+
font-size: 0.8em;
|
151 |
+
font-weight: normal;
|
152 |
+
}
|
153 |
+
}
|
154 |
</style>
|
155 |
</head>
|
156 |
+
<body class="bg-gray-50">
|
157 |
<!-- Award Badge -->
|
158 |
+
<div class="absolute top-4 right-4 z-50 no-print">
|
159 |
<div class="relative">
|
160 |
<div class="bg-yellow-400 text-yellow-900 px-4 py-2 rounded-full font-bold text-sm transform rotate-12 shadow-lg">
|
161 |
+
<i class="fas fa-trophy mr-1" aria-hidden="true"></i> 2024 BioTech Innovation Award
|
162 |
</div>
|
163 |
<div class="absolute -bottom-1 left-1/2 transform -translate-x-1/2 w-0 h-0 border-l-8 border-r-8 border-t-8 border-l-transparent border-r-transparent border-t-yellow-400"></div>
|
164 |
</div>
|
165 |
</div>
|
166 |
|
167 |
+
<!-- Hero Section with improved semantics -->
|
168 |
+
<header class="microbiome-gradient text-white pt-24 pb-32 relative overflow-hidden hero-content">
|
169 |
<div class="cell-pattern absolute inset-0 opacity-10"></div>
|
170 |
<div class="container mx-auto px-6 relative z-10">
|
171 |
<div class="flex flex-col lg:flex-row items-center">
|
|
|
177 |
<div class="text-sm opacity-90">Patent Pending Technology</div>
|
178 |
</div>
|
179 |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">
|
180 |
+
Explore the <span class="typewriter inline-block" aria-live="polite">Human Microbiome</span>
|
181 |
</h1>
|
182 |
<p class="text-xl opacity-90 mb-8 max-w-lg">
|
183 |
The world's first holistic search engine for microbiome research, connecting symptoms, treatments, and microbial relationships.
|
184 |
</p>
|
185 |
<div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
|
186 |
+
<button class="bg-white text-blue-700 px-6 py-3 rounded-full font-semibold hover:bg-opacity-90 transition-all transform hover:scale-105 flex items-center justify-center focus:outline-none">
|
187 |
+
<i class="fas fa-flask mr-2" aria-hidden="true"></i> Start Research
|
188 |
</button>
|
189 |
+
<button class="border-2 border-white border-opacity-50 text-white px-6 py-3 rounded-full font-semibold hover:bg-white hover:bg-opacity-10 transition-all transform hover:scale-105 flex items-center justify-center focus:outline-none">
|
190 |
+
<i class="fas fa-play-circle mr-2" aria-hidden="true"></i> Watch Demo
|
191 |
</button>
|
192 |
</div>
|
193 |
</div>
|
194 |
<div class="lg:w-1/2 flex justify-center">
|
195 |
<div class="relative">
|
196 |
+
<img src="https://www.svgrepo.com/show/530537/dna.svg" alt="DNA Strand" class="w-64 h-64 dna-animation" loading="lazy">
|
197 |
<div class="absolute -top-10 -left-10">
|
198 |
+
<div class="bg-white bg-opacity-20 rounded-full w-32 h-32 flex items-center justify-center microbe-hover" aria-hidden="true">
|
199 |
<i class="fas fa-bacterium text-4xl text-white"></i>
|
200 |
</div>
|
201 |
</div>
|
202 |
<div class="absolute -bottom-5 -right-5">
|
203 |
+
<div class="bg-white bg-opacity-20 rounded-full w-24 h-24 flex items-center justify-center microbe-hover" aria-hidden="true">
|
204 |
<i class="fas fa-virus text-3xl text-white"></i>
|
205 |
</div>
|
206 |
</div>
|
|
|
210 |
</div>
|
211 |
</header>
|
212 |
|
213 |
+
<!-- Search Interface with better accessibility -->
|
214 |
+
<section class="container mx-auto px-6 -mt-16 relative z-20 mb-24 search-container">
|
215 |
<div class="bg-white rounded-xl shadow-2xl p-6">
|
216 |
<div class="flex flex-col md:flex-row space-y-4 md:space-y-0 md:space-x-4">
|
217 |
<div class="flex-1 relative">
|
218 |
+
<label for="searchInput" class="sr-only">Search symptoms, microbes, or treatments</label>
|
219 |
<div class="absolute left-4 top-1/2 transform -translate-y-1/2 text-blue-500">
|
220 |
+
<i class="fas fa-search" aria-hidden="true"></i>
|
221 |
</div>
|
222 |
+
<input type="text" id="searchInput" placeholder="Search symptoms, microbes, or treatments..."
|
223 |
class="search-focus w-full pl-12 pr-4 py-4 border border-gray-200 rounded-lg focus:outline-none focus:border-blue-400">
|
224 |
</div>
|
225 |
+
<button class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-4 rounded-lg font-semibold transition-all flex items-center justify-center focus:outline-none">
|
226 |
+
<i class="fas fa-dna mr-2" aria-hidden="true"></i> Analyze
|
227 |
</button>
|
228 |
</div>
|
229 |
|
230 |
<div class="mt-6 grid grid-cols-2 md:grid-cols-4 gap-4">
|
231 |
+
<button class="bg-blue-50 border border-blue-100 rounded-lg p-3 text-center cursor-pointer hover:bg-blue-100 transition-colors focus:outline-none">
|
232 |
+
<div class="text-blue-600 mb-1"><i class="fas fa-heartbeat" aria-hidden="true"></i></div>
|
233 |
<div class="text-sm font-medium text-blue-800">Gut Health</div>
|
234 |
+
</button>
|
235 |
+
<button class="bg-purple-50 border border-purple-100 rounded-lg p-3 text-center cursor-pointer hover:bg-purple-100 transition-colors focus:outline-none">
|
236 |
+
<div class="text-purple-600 mb-1"><i class="fas fa-brain" aria-hidden="true"></i></div>
|
237 |
<div class="text-sm font-medium text-purple-800">Mental Health</div>
|
238 |
+
</button>
|
239 |
+
<button class="bg-green-50 border border-green-100 rounded-lg p-3 text-center cursor-pointer hover:bg-green-100 transition-colors focus:outline-none">
|
240 |
+
<div class="text-green-600 mb-1"><i class="fas fa-weight" aria-hidden="true"></i></div>
|
241 |
<div class="text-sm font-medium text-green-800">Metabolism</div>
|
242 |
+
</button>
|
243 |
+
<button class="bg-amber-50 border border-amber-100 rounded-lg p-3 text-center cursor-pointer hover:bg-amber-100 transition-colors focus:outline-none">
|
244 |
+
<div class="text-amber-600 mb-1"><i class="fas fa-allergies" aria-hidden="true"></i></div>
|
245 |
<div class="text-sm font-medium text-amber-800">Immunity</div>
|
246 |
+
</button>
|
247 |
</div>
|
248 |
</div>
|
249 |
</section>
|
250 |
|
251 |
+
<!-- Unique Value Proposition with better semantics -->
|
252 |
<section class="container mx-auto px-6 mb-24">
|
253 |
<div class="text-center mb-16">
|
254 |
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Why Our Technology is Revolutionary</h2>
|
|
|
257 |
</p>
|
258 |
</div>
|
259 |
|
260 |
+
<div class="grid md:grid-cols-3 gap-8 feature-cards">
|
261 |
+
<article class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-shadow">
|
262 |
<div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
|
263 |
+
<i class="fas fa-project-diagram text-blue-600 text-2xl" aria-hidden="true"></i>
|
264 |
</div>
|
265 |
<h3 class="text-xl font-bold text-center mb-3">Holistic Connections</h3>
|
266 |
<p class="text-gray-600 text-center">
|
267 |
Our AI maps complex relationships between 10,000+ microbial species and human health conditions.
|
268 |
</p>
|
269 |
+
</article>
|
270 |
+
<article class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-shadow glow-effect">
|
271 |
<div class="bg-purple-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
|
272 |
+
<i class="fas fa-chart-network text-purple-600 text-2xl" aria-hidden="true"></i>
|
273 |
</div>
|
274 |
<h3 class="text-xl font-bold text-center mb-3">Predictive Analytics</h3>
|
275 |
<p class="text-gray-600 text-center">
|
276 |
Anticipate health trends and microbiome changes before symptoms appear with our predictive models.
|
277 |
</p>
|
278 |
+
</article>
|
279 |
+
<article class="bg-white p-8 rounded-xl shadow-lg hover:shadow-xl transition-shadow">
|
280 |
<div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mb-6 mx-auto">
|
281 |
+
<i class="fas fa-user-md text-green-600 text-2xl" aria-hidden="true"></i>
|
282 |
</div>
|
283 |
<h3 class="text-xl font-bold text-center mb-3">Clinical Applications</h3>
|
284 |
<p class="text-gray-600 text-center">
|
285 |
Directly applicable to patient care with personalized microbiome intervention recommendations.
|
286 |
</p>
|
287 |
+
</article>
|
288 |
</div>
|
289 |
</section>
|
290 |
|
291 |
+
<!-- Data Visualization with better semantics -->
|
292 |
<section class="bg-gray-100 py-16 mb-24">
|
293 |
<div class="container mx-auto px-6">
|
294 |
<div class="flex flex-col lg:flex-row items-center">
|
|
|
299 |
Each node represents a microbial species or health factor - click to discover relationships.
|
300 |
</p>
|
301 |
<div class="flex space-x-4">
|
302 |
+
<button class="bg-blue-600 text-white px-6 py-2 rounded-full text-sm font-semibold hover:bg-blue-700 transition-colors focus:outline-none">
|
303 |
+
<i class="fas fa-play mr-1" aria-hidden="true"></i> Tutorial
|
304 |
</button>
|
305 |
+
<button class="border border-blue-600 text-blue-600 px-6 py-2 rounded-full text-sm font-semibold hover:bg-blue-50 transition-colors focus:outline-none">
|
306 |
+
<i class="fas fa-download mr-1" aria-hidden="true"></i> Sample Data
|
307 |
</button>
|
308 |
</div>
|
309 |
</div>
|
|
|
311 |
<div class="bg-gray-200 rounded-lg overflow-hidden" style="height: 350px;">
|
312 |
<div class="flex items-center justify-center h-full">
|
313 |
<div class="text-center">
|
314 |
+
<i class="fas fa-network-wired text-5xl text-gray-400 mb-4" aria-hidden="true"></i>
|
315 |
<p class="text-gray-600">Interactive microbiome network visualization</p>
|
316 |
<div class="mt-4 flex justify-center space-x-2">
|
317 |
+
<div class="w-3 h-3 rounded-full bg-blue-500" aria-hidden="true"></div>
|
318 |
+
<div class="w-3 h-3 rounded-full bg-green-500" aria-hidden="true"></div>
|
319 |
+
<div class="w-3 h-3 rounded-full bg-purple-500" aria-hidden="true"></div>
|
320 |
+
<div class="w-3 h-3 rounded-full bg-yellow-500" aria-hidden="true"></div>
|
321 |
+
<div class="w-3 h-3 rounded-full bg-red-500" aria-hidden="true"></div>
|
322 |
</div>
|
323 |
</div>
|
324 |
</div>
|
|
|
328 |
</div>
|
329 |
</section>
|
330 |
|
331 |
+
<!-- Testimonials with better semantics -->
|
332 |
<section class="container mx-auto px-6 mb-24">
|
333 |
<div class="bg-white rounded-xl shadow-lg overflow-hidden">
|
334 |
<div class="md:flex">
|
|
|
339 |
</p>
|
340 |
<div class="flex space-x-2">
|
341 |
<div class="bg-white bg-opacity-20 rounded-full w-10 h-10 flex items-center justify-center">
|
342 |
+
<i class="fas fa-quote-left" aria-hidden="true"></i>
|
343 |
</div>
|
344 |
<div>
|
345 |
<div class="font-bold">4.9/5</div>
|
|
|
349 |
</div>
|
350 |
<div class="md:w-2/3 p-8">
|
351 |
<div class="grid md:grid-cols-2 gap-8">
|
352 |
+
<blockquote>
|
353 |
<div class="flex items-center mb-4">
|
354 |
<div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
|
355 |
+
<i class="fas fa-user-md text-blue-600" aria-hidden="true"></i>
|
356 |
</div>
|
357 |
<div>
|
358 |
<div class="font-bold">Dr. Sarah Chen</div>
|
|
|
362 |
<p class="text-gray-600">
|
363 |
"This platform has revolutionized how we approach microbiome research. The connections it reveals between microbial populations and chronic conditions are game-changing."
|
364 |
</p>
|
365 |
+
</blockquote>
|
366 |
+
<blockquote>
|
367 |
<div class="flex items-center mb-4">
|
368 |
<div class="w-12 h-12 rounded-full bg-green-100 flex items-center justify-center mr-4">
|
369 |
+
<i class="fas fa-flask text-green-600" aria-hidden="true"></i>
|
370 |
</div>
|
371 |
<div>
|
372 |
<div class="font-bold">Prof. James Wilson</div>
|
|
|
376 |
<p class="text-gray-600">
|
377 |
"The predictive analytics capabilities have helped us identify potential microbiome-based interventions months before traditional methods would."
|
378 |
</p>
|
379 |
+
</blockquote>
|
380 |
</div>
|
381 |
</div>
|
382 |
</div>
|
383 |
</div>
|
384 |
</section>
|
385 |
|
386 |
+
<!-- CTA Section with better semantics -->
|
387 |
<section class="microbiome-gradient text-white py-16 mb-12 rounded-3xl mx-6">
|
388 |
<div class="container mx-auto px-6 text-center">
|
389 |
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Transform Microbiome Research?</h2>
|
|
|
391 |
Join hundreds of researchers and clinicians using our award-winning platform to unlock new discoveries.
|
392 |
</p>
|
393 |
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
|
394 |
+
<button class="bg-white text-blue-700 px-8 py-4 rounded-full font-bold hover:bg-opacity-90 transition-all transform hover:scale-105 focus:outline-none">
|
395 |
Start Free Trial
|
396 |
</button>
|
397 |
+
<button class="border-2 border-white border-opacity-50 px-8 py-4 rounded-full font-bold hover:bg-white hover:bg-opacity-10 transition-all transform hover:scale-105 focus:outline-none">
|
398 |
Schedule Demo
|
399 |
</button>
|
400 |
</div>
|
401 |
</div>
|
402 |
</section>
|
403 |
|
404 |
+
<!-- Footer with better semantics -->
|
405 |
<footer class="bg-gray-900 text-white py-12">
|
406 |
<div class="container mx-auto px-6">
|
407 |
<div class="grid md:grid-cols-4 gap-8 mb-8">
|
408 |
<div>
|
409 |
<h3 class="text-xl font-bold mb-4 flex items-center">
|
410 |
+
<i class="fas fa-dna mr-2" aria-hidden="true"></i> Microbiome Explorer
|
411 |
</h3>
|
412 |
<p class="text-gray-400">
|
413 |
The world's most advanced holistic search engine for human microbiome research.
|
|
|
434 |
<div>
|
435 |
<h4 class="font-bold mb-4">Connect</h4>
|
436 |
<div class="flex space-x-4 mb-4">
|
437 |
+
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-600 transition-colors focus:outline-none" aria-label="Twitter">
|
438 |
+
<i class="fab fa-twitter" aria-hidden="true"></i>
|
439 |
</a>
|
440 |
+
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-blue-700 transition-colors focus:outline-none" aria-label="LinkedIn">
|
441 |
+
<i class="fab fa-linkedin-in" aria-hidden="true"></i>
|
442 |
</a>
|
443 |
+
<a href="#" class="w-10 h-10 bg-gray-800 rounded-full flex items-center justify-center hover:bg-gray-700 transition-colors focus:outline-none" aria-label="GitHub">
|
444 |
+
<i class="fab fa-github" aria-hidden="true"></i>
|
445 |
</a>
|
446 |
</div>
|
447 |
<p class="text-gray-400">[email protected]</p>
|
|
|
454 |
</footer>
|
455 |
|
456 |
<script>
|
457 |
+
// Improved JavaScript with feature detection
|
458 |
+
document.addEventListener('DOMContentLoaded', function() {
|
459 |
+
// Typewriter effect with fallback
|
460 |
+
if (typeof document.querySelector === 'function' &&
|
461 |
+
typeof window.requestAnimationFrame === 'function') {
|
462 |
+
|
463 |
+
const phrases = [
|
464 |
+
"Human Microbiome",
|
465 |
+
"Gut-Brain Axis",
|
466 |
+
"Microbial Ecosystems",
|
467 |
+
"Health Connections"
|
468 |
+
];
|
469 |
+
|
470 |
+
let currentPhrase = 0;
|
471 |
+
let currentChar = 0;
|
472 |
+
let isDeleting = false;
|
473 |
+
let isEnd = false;
|
474 |
+
|
475 |
+
function typeWriter() {
|
476 |
+
const typewriterElement = document.querySelector('.typewriter');
|
477 |
+
if (!typewriterElement) return;
|
478 |
+
|
479 |
+
const currentText = phrases[currentPhrase];
|
480 |
+
|
481 |
+
if (isDeleting) {
|
482 |
+
typewriterElement.textContent = currentText.substring(0, currentChar - 1);
|
483 |
+
currentChar--;
|
484 |
+
} else {
|
485 |
+
typewriterElement.textContent = currentText.substring(0, currentChar + 1);
|
486 |
+
currentChar++;
|
487 |
+
}
|
488 |
+
|
489 |
+
if (!isDeleting && currentChar === currentText.length) {
|
490 |
+
isEnd = true;
|
491 |
+
isDeleting = true;
|
492 |
+
setTimeout(typeWriter, 2000);
|
493 |
+
} else if (isDeleting && currentChar === 0) {
|
494 |
+
isDeleting = false;
|
495 |
+
currentPhrase = (currentPhrase + 1) % phrases.length;
|
496 |
+
setTimeout(typeWriter, 500);
|
497 |
+
} else {
|
498 |
+
const speed = isDeleting ? 100 : 150;
|
499 |
+
setTimeout(typeWriter, speed);
|
500 |
+
}
|
501 |
+
}
|
502 |
+
|
503 |
+
// Start the typewriter effect
|
504 |
+
setTimeout(typeWriter, 1000);
|
505 |
+
}
|
506 |
|
507 |
+
// Improved hover animations with feature detection
|
508 |
+
if ('ontouchstart' in window === false) {
|
509 |
+
const microbes = document.querySelectorAll('.microbe-hover');
|
510 |
+
if (microbes.length) {
|
511 |
+
microbes.forEach(microbe => {
|
512 |
+
microbe.addEventListener('mouseenter', function() {
|
513 |
+
this.style.transform = 'scale(1.1) rotate(5deg)';
|
514 |
+
});
|
515 |
+
microbe.addEventListener('mouseleave', function() {
|
516 |
+
this.style.transform = 'scale(1) rotate(0deg)';
|
517 |
+
});
|
518 |
+
});
|
519 |
+
}
|
520 |
+
|
521 |
+
// Search focus effect
|
522 |
+
const searchInput = document.querySelector('.search-focus');
|
523 |
+
if (searchInput) {
|
524 |
+
searchInput.addEventListener('focus', function() {
|
525 |
+
this.style.transform = 'scale(1.02)';
|
526 |
+
this.style.boxShadow = '0 5px 15px rgba(0, 91, 234, 0.2)';
|
527 |
+
});
|
528 |
+
searchInput.addEventListener('blur', function() {
|
529 |
+
this.style.transform = 'scale(1)';
|
530 |
+
this.style.boxShadow = 'none';
|
531 |
+
});
|
532 |
+
}
|
533 |
}
|
534 |
|
535 |
+
// Load Font Awesome if not already loaded
|
536 |
+
if (typeof FontAwesome === 'undefined') {
|
537 |
+
const faScript = document.createElement('script');
|
538 |
+
faScript.src = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/js/all.min.js';
|
539 |
+
faScript.async = true;
|
540 |
+
document.head.appendChild(faScript);
|
|
|
|
|
|
|
|
|
|
|
541 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
542 |
});
|
543 |
</script>
|
544 |
<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=Neomyst/microbiome-explorer" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|