Spaces:
Running
Running
don't make it too obvious that we've created the blog for the sole purpose of selling mouth tapes. Schlafreport needs to feel like a neutral and serious blog on all sleep and sleep related health issues. make the site fully responsive with a focus on mobile first. create consistent feature pictures for the article cards that reflect the heading and content of the article. Write a first article using all the best practices of advertorials. - Follow Up Deployment
Browse files- index.html +228 -284
index.html
CHANGED
|
@@ -1,52 +1,23 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
-
<html lang="
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0
|
| 6 |
-
<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 |
.gradient-bg {
|
| 11 |
-
background: linear-gradient(135deg, #1e3a8a 0%, #
|
| 12 |
}
|
| 13 |
.article-card:hover {
|
| 14 |
transform: translateY(-5px);
|
| 15 |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
| 16 |
}
|
| 17 |
-
.
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
.innovation-pulse::after {
|
| 22 |
-
content: '';
|
| 23 |
-
position: absolute;
|
| 24 |
-
top: 0;
|
| 25 |
-
left: 0;
|
| 26 |
-
right: 0;
|
| 27 |
-
bottom: 0;
|
| 28 |
-
background: radial-gradient(circle at center, rgba(59, 130, 246, 0.4) 0%, transparent 70%);
|
| 29 |
-
animation: pulse 4s infinite;
|
| 30 |
-
z-index: 0;
|
| 31 |
-
}
|
| 32 |
-
@keyframes pulse {
|
| 33 |
-
0% { transform: scale(0.8); opacity: 0.7; }
|
| 34 |
-
50% { transform: scale(1.1); opacity: 0.3; }
|
| 35 |
-
100% { transform: scale(0.8); opacity: 0.7; }
|
| 36 |
-
}
|
| 37 |
-
.typewriter {
|
| 38 |
-
overflow: hidden;
|
| 39 |
-
border-right: .15em solid #3b82f6;
|
| 40 |
-
white-space: nowrap;
|
| 41 |
-
animation: typing 3.5s steps(40, end), blink-caret .75s step-end infinite;
|
| 42 |
-
}
|
| 43 |
-
@keyframes typing {
|
| 44 |
-
from { width: 0 }
|
| 45 |
-
to { width: 100% }
|
| 46 |
-
}
|
| 47 |
-
@keyframes blink-caret {
|
| 48 |
-
from, to { border-color: transparent }
|
| 49 |
-
50% { border-color: #3b82f6; }
|
| 50 |
}
|
| 51 |
</style>
|
| 52 |
</head>
|
|
@@ -54,315 +25,288 @@
|
|
| 54 |
<!-- Header -->
|
| 55 |
<header class="gradient-bg text-white">
|
| 56 |
<div class="container mx-auto px-4 py-6">
|
| 57 |
-
<div class="flex justify-between items-center">
|
| 58 |
-
<div class="flex items-center
|
| 59 |
-
<i class="fas fa-
|
| 60 |
-
<h1 class="text-
|
| 61 |
</div>
|
| 62 |
-
<nav class="
|
| 63 |
-
<
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
<li><a href="#" class="hover:text-blue-200 transition">Research</a></li>
|
| 68 |
-
<li><a href="#" class="hover:text-blue-200 transition">About</a></li>
|
| 69 |
-
</ul>
|
| 70 |
</nav>
|
| 71 |
-
<button class="md:hidden text-xl">
|
| 72 |
-
<i class="fas fa-bars"></i>
|
| 73 |
-
</button>
|
| 74 |
</div>
|
| 75 |
</div>
|
| 76 |
</header>
|
| 77 |
|
| 78 |
<!-- Hero Section -->
|
| 79 |
-
<section class="
|
| 80 |
-
<div class="container mx-auto px-4
|
| 81 |
-
<
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
<
|
| 85 |
-
|
| 86 |
-
<button class="border-2 border-white text-white px-6 py-3 rounded-lg font-semibold hover:bg-white hover:text-blue-800 transition">Subscribe</button>
|
| 87 |
-
</div>
|
| 88 |
</div>
|
| 89 |
</div>
|
| 90 |
</section>
|
| 91 |
|
| 92 |
-
<!--
|
| 93 |
-
<section class="
|
| 94 |
-
<div class="
|
| 95 |
-
<div class="
|
| 96 |
-
<
|
| 97 |
-
|
| 98 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 99 |
</div>
|
| 100 |
-
|
| 101 |
-
|
| 102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 103 |
</div>
|
| 104 |
-
|
| 105 |
-
|
| 106 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
</div>
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
</div>
|
| 112 |
</div>
|
| 113 |
-
</div>
|
| 114 |
-
</section>
|
| 115 |
|
| 116 |
-
|
| 117 |
-
|
| 118 |
-
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
|
| 125 |
-
<i class="fas fa-
|
| 126 |
-
</
|
| 127 |
-
|
| 128 |
-
<span class="text-sm text-blue-600 font-semibold">AUTOMOTIVE TECH</span>
|
| 129 |
-
<h3 class="text-xl font-bold my-3">Germany's Electric Vehicle Revolution</h3>
|
| 130 |
-
<p class="text-gray-600 mb-4">How traditional automakers are transforming to lead in the EV market with innovative battery technologies and charging infrastructure.</p>
|
| 131 |
-
<div class="flex justify-between items-center">
|
| 132 |
-
<span class="text-sm text-gray-500">June 15, 2023</span>
|
| 133 |
-
<button class="text-blue-600 hover:text-blue-800 font-medium">Read More →</button>
|
| 134 |
-
</div>
|
| 135 |
-
</div>
|
| 136 |
-
</article>
|
| 137 |
-
|
| 138 |
-
<!-- Article 2 -->
|
| 139 |
-
<article class="article-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
|
| 140 |
-
<div class="h-48 bg-green-100 flex items-center justify-center">
|
| 141 |
-
<i class="fas fa-leaf text-6xl text-green-600"></i>
|
| 142 |
-
</div>
|
| 143 |
-
<div class="p-6">
|
| 144 |
-
<span class="text-sm text-green-600 font-semibold">CLEAN ENERGY</span>
|
| 145 |
-
<h3 class="text-xl font-bold my-3">The Rise of Green Hydrogen</h3>
|
| 146 |
-
<p class="text-gray-600 mb-4">Germany's €9 billion investment in hydrogen technology positions it as a global leader in renewable energy storage and industrial applications.</p>
|
| 147 |
-
<div class="flex justify-between items-center">
|
| 148 |
-
<span class="text-sm text-gray-500">May 28, 2023</span>
|
| 149 |
-
<button class="text-blue-600 hover:text-blue-800 font-medium">Read More →</button>
|
| 150 |
-
</div>
|
| 151 |
-
</div>
|
| 152 |
-
</article>
|
| 153 |
-
|
| 154 |
-
<!-- Article 3 -->
|
| 155 |
-
<article class="article-card bg-white rounded-xl overflow-hidden shadow-md transition duration-300">
|
| 156 |
-
<div class="h-48 bg-purple-100 flex items-center justify-center">
|
| 157 |
-
<i class="fas fa-robot text-6xl text-purple-600"></i>
|
| 158 |
-
</div>
|
| 159 |
-
<div class="p-6">
|
| 160 |
-
<span class="text-sm text-purple-600 font-semibold">ARTIFICIAL INTELLIGENCE</span>
|
| 161 |
-
<h3 class="text-xl font-bold my-3">AI Research Hubs in Germany</h3>
|
| 162 |
-
<p class="text-gray-600 mb-4">Exploring the leading AI research institutions and how they're collaborating with industry to drive practical applications in healthcare and manufacturing.</p>
|
| 163 |
-
<div class="flex justify-between items-center">
|
| 164 |
-
<span class="text-sm text-gray-500">April 12, 2023</span>
|
| 165 |
-
<button class="text-blue-600 hover:text-blue-800 font-medium">Read More →</button>
|
| 166 |
-
</div>
|
| 167 |
-
</div>
|
| 168 |
-
</article>
|
| 169 |
</div>
|
| 170 |
-
|
| 171 |
-
<
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 175 |
</div>
|
| 176 |
</div>
|
| 177 |
</section>
|
| 178 |
|
| 179 |
-
<!--
|
| 180 |
-
<section class="
|
| 181 |
-
<
|
| 182 |
-
<
|
| 183 |
-
|
| 184 |
-
|
| 185 |
-
|
| 186 |
-
<
|
| 187 |
-
<div class="w-12 h-12 bg-blue-100 rounded-full flex items-center justify-center mr-4">
|
| 188 |
-
<i class="fas fa-building text-blue-600"></i>
|
| 189 |
-
</div>
|
| 190 |
-
<h3 class="text-xl font-bold">Berlin</h3>
|
| 191 |
-
</div>
|
| 192 |
-
<p class="text-gray-600">Europe's fastest-growing startup ecosystem with strengths in fintech, mobility, and SaaS. Home to unicorns like N26, Delivery Hero, and Auto1.</p>
|
| 193 |
-
<div class="mt-4 flex flex-wrap gap-2">
|
| 194 |
-
<span class="px-3 py-1 bg-blue-100 text-blue-800 text-sm rounded-full">Fintech</span>
|
| 195 |
-
<span class="px-3 py-1 bg-blue-100 text-blue-800 text-sm rounded-full">E-commerce</span>
|
| 196 |
-
<span class="px-3 py-1 bg-blue-100 text-blue-800 text-sm rounded-full">Mobility</span>
|
| 197 |
-
</div>
|
| 198 |
</div>
|
|
|
|
|
|
|
| 199 |
|
| 200 |
-
<div class="
|
| 201 |
-
<
|
| 202 |
-
|
| 203 |
-
|
| 204 |
-
|
| 205 |
-
|
| 206 |
-
|
| 207 |
-
|
| 208 |
-
|
| 209 |
-
|
| 210 |
-
|
| 211 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
</div>
|
|
|
|
|
|
|
|
|
|
| 213 |
</div>
|
| 214 |
-
|
| 215 |
-
<div class="
|
| 216 |
-
<div class="flex items-center
|
| 217 |
-
<
|
| 218 |
-
|
|
|
|
|
|
|
| 219 |
</div>
|
| 220 |
-
<h3 class="text-xl font-bold">Rhineland</h3>
|
| 221 |
-
</div>
|
| 222 |
-
<p class="text-gray-600">Chemical and pharmaceutical innovation cluster with BASF, Bayer, and BioNTech leading in life sciences and sustainable materials.</p>
|
| 223 |
-
<div class="mt-4 flex flex-wrap gap-2">
|
| 224 |
-
<span class="px-3 py-1 bg-purple-100 text-purple-800 text-sm rounded-full">Biotech</span>
|
| 225 |
-
<span class="px-3 py-1 bg-purple-100 text-purple-800 text-sm rounded-full">Chemicals</span>
|
| 226 |
-
<span class="px-3 py-1 bg-purple-100 text-purple-800 text-sm rounded-full">Pharma</span>
|
| 227 |
</div>
|
| 228 |
</div>
|
| 229 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 230 |
</div>
|
| 231 |
</section>
|
| 232 |
|
| 233 |
<!-- Newsletter -->
|
| 234 |
-
<section class="
|
| 235 |
-
<div class="
|
| 236 |
-
<div class="
|
| 237 |
-
<div class="
|
| 238 |
-
<h2 class="text-
|
| 239 |
-
<p class="text-gray-600">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 240 |
</div>
|
| 241 |
-
<form class="space-y-4">
|
| 242 |
-
<div class="grid md:grid-cols-2 gap-4">
|
| 243 |
-
<div>
|
| 244 |
-
<label for="name" class="block text-sm font-medium text-gray-700 mb-1">Name</label>
|
| 245 |
-
<input type="text" id="name" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
|
| 246 |
-
</div>
|
| 247 |
-
<div>
|
| 248 |
-
<label for="email" class="block text-sm font-medium text-gray-700 mb-1">Email</label>
|
| 249 |
-
<input type="email" id="email" class="w-full px-4 py-3 border border-gray-300 rounded-lg focus:ring-2 focus:ring-blue-500 focus:border-blue-500">
|
| 250 |
-
</div>
|
| 251 |
-
</div>
|
| 252 |
-
<div>
|
| 253 |
-
<label class="flex items-center">
|
| 254 |
-
<input type="checkbox" class="rounded text-blue-600 focus:ring-blue-500">
|
| 255 |
-
<span class="ml-2 text-sm text-gray-700">I agree to receive emails about German innovation news</span>
|
| 256 |
-
</label>
|
| 257 |
-
</div>
|
| 258 |
-
<button type="submit" class="w-full bg-blue-600 text-white py-3 px-6 rounded-lg hover:bg-blue-700 transition font-medium">Subscribe to Newsletter</button>
|
| 259 |
-
</form>
|
| 260 |
</div>
|
| 261 |
</div>
|
| 262 |
</section>
|
| 263 |
|
| 264 |
<!-- Footer -->
|
| 265 |
-
<footer class="bg-gray-
|
| 266 |
<div class="container mx-auto px-4">
|
| 267 |
-
<div class="grid grid-cols-1
|
| 268 |
<div>
|
| 269 |
-
<h3 class="text-xl font-bold mb-4
|
| 270 |
-
|
| 271 |
-
</h3>
|
| 272 |
-
<p class="text-gray-400">Tracking the pulse of technological advancement and entrepreneurial spirit in Germany since 2018.</p>
|
| 273 |
-
<div class="flex space-x-4 mt-6">
|
| 274 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
|
| 275 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin"></i></a>
|
| 276 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
|
| 277 |
-
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-youtube"></i></a>
|
| 278 |
-
</div>
|
| 279 |
</div>
|
| 280 |
<div>
|
| 281 |
-
<h4 class="font-
|
| 282 |
<ul class="space-y-2">
|
| 283 |
-
<li><a href="#" class="text-gray-400 hover:text-white">
|
| 284 |
-
<li><a href="#" class="text-gray-400 hover:text-white">
|
| 285 |
-
<li><a href="#" class="text-gray-400 hover:text-white">
|
| 286 |
-
<li><a href="#" class="text-gray-400 hover:text-white">
|
| 287 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Research</a></li>
|
| 288 |
</ul>
|
| 289 |
</div>
|
| 290 |
<div>
|
| 291 |
-
<h4 class="font-
|
| 292 |
<ul class="space-y-2">
|
| 293 |
-
<li><a href="#" class="text-gray-400 hover:text-white">
|
| 294 |
-
<li><a href="#" class="text-gray-400 hover:text-white">
|
| 295 |
-
<li><a href="#" class="text-gray-400 hover:text-white">
|
| 296 |
-
<li><a href="#" class="text-gray-400 hover:text-white">
|
| 297 |
-
<li><a href="#" class="text-gray-400 hover:text-white">Research Institutions</a></li>
|
| 298 |
</ul>
|
| 299 |
</div>
|
| 300 |
<div>
|
| 301 |
-
<h4 class="font-
|
| 302 |
-
<
|
| 303 |
-
<
|
| 304 |
-
<
|
| 305 |
-
<
|
| 306 |
-
|
| 307 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 308 |
</div>
|
| 309 |
</div>
|
| 310 |
-
<div class="border-t border-gray-
|
| 311 |
-
<p>
|
|
|
|
| 312 |
</div>
|
| 313 |
</div>
|
| 314 |
</footer>
|
| 315 |
|
| 316 |
<script>
|
| 317 |
-
//
|
| 318 |
-
|
| 319 |
-
|
| 320 |
-
|
| 321 |
-
|
| 322 |
-
|
| 323 |
-
|
| 324 |
-
|
| 325 |
-
|
| 326 |
-
nav.classList.add('hidden');
|
| 327 |
-
nav.classList.remove('block', 'absolute', 'top-16', 'right-4', 'bg-white', 'shadow-lg', 'rounded-lg', 'p-4', 'z-50', 'w-64');
|
| 328 |
-
}
|
| 329 |
-
});
|
| 330 |
-
|
| 331 |
-
// Close menu when clicking outside
|
| 332 |
-
document.addEventListener('click', function(e) {
|
| 333 |
-
const nav = document.querySelector('nav');
|
| 334 |
-
if (!nav.contains(e.target) && e.target !== mobileMenuButton && !nav.classList.contains('hidden')) {
|
| 335 |
-
nav.classList.add('hidden');
|
| 336 |
-
nav.classList.remove('block', 'absolute', 'top-16', 'right-4', 'bg-white', 'shadow-lg', 'rounded-lg', 'p-4', 'z-50', 'w-64');
|
| 337 |
-
}
|
| 338 |
-
});
|
| 339 |
-
}
|
| 340 |
-
|
| 341 |
-
// Smooth scroll for anchor links
|
| 342 |
-
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
| 343 |
-
anchor.addEventListener('click', function (e) {
|
| 344 |
-
e.preventDefault();
|
| 345 |
-
document.querySelector(this.getAttribute('href')).scrollIntoView({
|
| 346 |
-
behavior: 'smooth'
|
| 347 |
});
|
| 348 |
});
|
| 349 |
-
});
|
| 350 |
-
|
| 351 |
-
// Animation for article cards on scroll
|
| 352 |
-
const observer = new IntersectionObserver((entries) => {
|
| 353 |
-
entries.forEach(entry => {
|
| 354 |
-
if (entry.isIntersecting) {
|
| 355 |
-
entry.target.style.opacity = 1;
|
| 356 |
-
entry.target.style.transform = 'translateY(0)';
|
| 357 |
-
}
|
| 358 |
-
});
|
| 359 |
-
}, { threshold: 0.1 });
|
| 360 |
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
|
| 364 |
-
|
| 365 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 366 |
});
|
| 367 |
</script>
|
| 368 |
<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=keithson777/warringtons-web" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|
|
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
+
<html lang="de">
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Schlafreport - Gesund schlafen mit Mundtaping</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 |
.gradient-bg {
|
| 11 |
+
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
|
| 12 |
}
|
| 13 |
.article-card:hover {
|
| 14 |
transform: translateY(-5px);
|
| 15 |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
| 16 |
}
|
| 17 |
+
.featured-article {
|
| 18 |
+
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://images.unsplash.com/photo-1517430816045-df4b7de11e1e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80');
|
| 19 |
+
background-size: cover;
|
| 20 |
+
background-position: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
}
|
| 22 |
</style>
|
| 23 |
</head>
|
|
|
|
| 25 |
<!-- Header -->
|
| 26 |
<header class="gradient-bg text-white">
|
| 27 |
<div class="container mx-auto px-4 py-6">
|
| 28 |
+
<div class="flex flex-col md:flex-row justify-between items-center">
|
| 29 |
+
<div class="flex items-center mb-4 md:mb-0">
|
| 30 |
+
<i class="fas fa-moon text-3xl mr-3"></i>
|
| 31 |
+
<h1 class="text-3xl font-bold">Schlafreport</h1>
|
| 32 |
</div>
|
| 33 |
+
<nav class="flex flex-wrap gap-4 md:gap-8">
|
| 34 |
+
<a href="#" class="hover:text-blue-200 font-medium">Startseite</a>
|
| 35 |
+
<a href="#" class="hover:text-blue-200 font-medium">Artikel</a>
|
| 36 |
+
<a href="#" class="hover:text-blue-200 font-medium">Über uns</a>
|
| 37 |
+
<a href="#" class="hover:text-blue-200 font-medium">Kontakt</a>
|
|
|
|
|
|
|
|
|
|
| 38 |
</nav>
|
|
|
|
|
|
|
|
|
|
| 39 |
</div>
|
| 40 |
</div>
|
| 41 |
</header>
|
| 42 |
|
| 43 |
<!-- Hero Section -->
|
| 44 |
+
<section class="gradient-bg text-white py-12 md:py-16">
|
| 45 |
+
<div class="container mx-auto px-4 text-center">
|
| 46 |
+
<h2 class="text-3xl md:text-5xl font-bold mb-4 md:mb-6">Wissenschaftlich fundierte Schlafforschung</h2>
|
| 47 |
+
<p class="text-lg md:text-xl mb-6 md:mb-8 max-w-3xl mx-auto">Unabhängige Analysen und evidenzbasierte Methoden für erholsamen Schlaf und bessere Gesundheit.</p>
|
| 48 |
+
<div class="flex flex-col sm:flex-row justify-center gap-3 sm:gap-4">
|
| 49 |
+
<a href="#articles" class="bg-white text-blue-600 font-bold py-2 px-4 sm:py-3 sm:px-6 rounded-lg hover:bg-blue-50 transition duration-300">Aktuelle Studien</a>
|
| 50 |
+
<a href="#" class="bg-transparent border border-white text-white font-bold py-2 px-4 sm:py-3 sm:px-6 rounded-lg hover:bg-white hover:text-blue-600 transition duration-300">Schlaf-Tipps</a>
|
|
|
|
|
|
|
| 51 |
</div>
|
| 52 |
</div>
|
| 53 |
</section>
|
| 54 |
|
| 55 |
+
<!-- Featured Article -->
|
| 56 |
+
<section class="container mx-auto px-4 my-8 md:my-12">
|
| 57 |
+
<div class="bg-gradient-to-r from-blue-800 to-blue-600 rounded-xl text-white p-6 md:p-8 lg:p-12">
|
| 58 |
+
<div class="max-w-2xl">
|
| 59 |
+
<span class="bg-white text-blue-600 text-xs sm:text-sm font-semibold px-2 py-1 rounded-full mb-3 inline-block">Studienzusammenfassung</span>
|
| 60 |
+
<h2 class="text-2xl md:text-3xl lg:text-4xl font-bold mb-3 md:mb-4">Schlafqualität und Atmung: Aktuelle Forschungsergebnisse</h2>
|
| 61 |
+
<p class="text-base md:text-lg mb-4 md:mb-6">Eine umfassende Analyse verschiedener Atemtechniken und deren Einfluss auf die Schlafqualität.</p>
|
| 62 |
+
<a href="#" class="bg-white text-blue-600 font-bold py-2 px-4 md:py-3 md:px-6 rounded-lg hover:bg-blue-50 transition duration-300 inline-block text-sm md:text-base">Studie lesen</a>
|
| 63 |
+
</div>
|
| 64 |
+
</div>
|
| 65 |
+
</section>
|
| 66 |
+
|
| 67 |
+
<!-- Articles Grid -->
|
| 68 |
+
<section id="articles" class="container mx-auto px-4 my-12">
|
| 69 |
+
<h2 class="text-3xl font-bold mb-8 text-center">Aktuelle Artikel</h2>
|
| 70 |
+
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
| 71 |
+
<!-- Article 1 -->
|
| 72 |
+
<div class="article-card bg-white rounded-xl overflow-hidden shadow-lg transition duration-300">
|
| 73 |
+
<img src="https://images.unsplash.com/photo-1548611635-b6e7827d7d4a?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Person sleeping" class="w-full h-48 object-cover">
|
| 74 |
+
<div class="p-6">
|
| 75 |
+
<span class="bg-blue-100 text-blue-600 text-xs font-semibold px-2 py-1 rounded-full mb-2 inline-block">Schlaftechniken</span>
|
| 76 |
+
<h3 class="text-xl font-bold mb-3">Warum Mundatmer schlechter schlafen</h3>
|
| 77 |
+
<p class="text-gray-600 mb-4">Die versteckten Nachteile der Mundatmung während des Schlafs und wie Sie diese vermeiden können.</p>
|
| 78 |
+
<a href="#" class="text-blue-600 font-semibold hover:text-blue-800 flex items-center">
|
| 79 |
+
Weiterlesen
|
| 80 |
+
<i class="fas fa-arrow-right ml-2"></i>
|
| 81 |
+
</a>
|
| 82 |
</div>
|
| 83 |
+
</div>
|
| 84 |
+
|
| 85 |
+
<!-- Article 2 -->
|
| 86 |
+
<div class="article-card bg-white rounded-xl overflow-hidden shadow-lg transition duration-300">
|
| 87 |
+
<img src="https://images.unsplash.com/photo-1517430816045-df4b7de11e1e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80" alt="Person sleeping" class="w-full h-48 object-cover">
|
| 88 |
+
<div class="p-6">
|
| 89 |
+
<span class="bg-green-100 text-green-600 text-xs font-semibold px-2 py-1 rounded-full mb-2 inline-block">Gesundheit</span>
|
| 90 |
+
<h3 class="text-xl font-bold mb-3">5 wissenschaftlich belegte Vorteile von Mundtaping</h3>
|
| 91 |
+
<p class="text-gray-600 mb-4">Von verbessertem Sauerstoffgehalt bis zu reduziertem Schnarchen - die Vorteile werden Sie überraschen.</p>
|
| 92 |
+
<a href="#" class="text-blue-600 font-semibold hover:text-blue-800 flex items-center">
|
| 93 |
+
Weiterlesen
|
| 94 |
+
<i class="fas fa-arrow-right ml-2"></i>
|
| 95 |
+
</a>
|
| 96 |
</div>
|
| 97 |
+
</div>
|
| 98 |
+
|
| 99 |
+
<!-- Article 3 -->
|
| 100 |
+
<div class="article-card bg-white rounded-xl overflow-hidden shadow-lg transition duration-300">
|
| 101 |
+
<img src="https://images.unsplash.com/photo-1545205597-3d9d02c29597?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Person sleeping" class="w-full h-48 object-cover">
|
| 102 |
+
<div class="p-6">
|
| 103 |
+
<span class="bg-purple-100 text-purple-600 text-xs font-semibold px-2 py-1 rounded-full mb-2 inline-block">Produkttest</span>
|
| 104 |
+
<h3 class="text-xl font-bold mb-3">Geniuzzz Mouthtape im Test: Unsere Erfahrungen</h3>
|
| 105 |
+
<p class="text-gray-600 mb-4">Warum wir nach ausgiebigem Test verschiedener Produkte Geniuzzz als beste Lösung empfehlen.</p>
|
| 106 |
+
<a href="#" class="text-blue-600 font-semibold hover:text-blue-800 flex items-center">
|
| 107 |
+
Weiterlesen
|
| 108 |
+
<i class="fas fa-arrow-right ml-2"></i>
|
| 109 |
+
</a>
|
| 110 |
</div>
|
| 111 |
+
</div>
|
| 112 |
+
|
| 113 |
+
<!-- Article 4 -->
|
| 114 |
+
<div class="article-card bg-white rounded-xl overflow-hidden shadow-lg transition duration-300">
|
| 115 |
+
<img src="https://images.unsplash.com/photo-1511499767150-a48a237f0083?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2080&q=80" alt="Person sleeping" class="w-full h-48 object-cover">
|
| 116 |
+
<div class="p-6">
|
| 117 |
+
<span class="bg-yellow-100 text-yellow-600 text-xs font-semibold px-2 py-1 rounded-full mb-2 inline-block">Schlafhygiene</span>
|
| 118 |
+
<h3 class="text-xl font-bold mb-3">Die komplette Anleitung zum Mundtaping für Anfänger</h3>
|
| 119 |
+
<p class="text-gray-600 mb-4">Alles was Sie wissen müssen, um sicher und effektiv mit dem Mundtaping zu beginnen.</p>
|
| 120 |
+
<a href="#" class="text-blue-600 font-semibold hover:text-blue-800 flex items-center">
|
| 121 |
+
Weiterlesen
|
| 122 |
+
<i class="fas fa-arrow-right ml-2"></i>
|
| 123 |
+
</a>
|
| 124 |
</div>
|
| 125 |
</div>
|
|
|
|
|
|
|
| 126 |
|
| 127 |
+
<!-- Article 5 -->
|
| 128 |
+
<div class="article-card bg-white rounded-xl overflow-hidden shadow-lg transition duration-300">
|
| 129 |
+
<img src="https://images.unsplash.com/photo-1531045535792-b515d59c3d1f?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Person sleeping" class="w-full h-48 object-cover">
|
| 130 |
+
<div class="p-6">
|
| 131 |
+
<span class="bg-red-100 text-red-600 text-xs font-semibold px-2 py-1 rounded-full mb-2 inline-block">Forschung</span>
|
| 132 |
+
<h3 class="text-xl font-bold mb-3">Studie: Mundtaping reduziert Schlafapnoe-Symptome</h3>
|
| 133 |
+
<p class="text-gray-600 mb-4">Neue Forschungsergebnisse zeigen, wie einfaches Mundtaping leichte Schlafapnoe-Symptome lindern kann.</p>
|
| 134 |
+
<a href="#" class="text-blue-600 font-semibold hover:text-blue-800 flex items-center">
|
| 135 |
+
Weiterlesen
|
| 136 |
+
<i class="fas fa-arrow-right ml-2"></i>
|
| 137 |
+
</a>
|
| 138 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 139 |
</div>
|
| 140 |
+
|
| 141 |
+
<!-- Article 6 -->
|
| 142 |
+
<div class="article-card bg-white rounded-xl overflow-hidden shadow-lg transition duration-300">
|
| 143 |
+
<img src="https://images.unsplash.com/photo-1505576399279-565b52d4ac71?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80" alt="Person sleeping" class="w-full h-48 object-cover">
|
| 144 |
+
<div class="p-6">
|
| 145 |
+
<span class="bg-indigo-100 text-indigo-600 text-xs font-semibold px-2 py-1 rounded-full mb-2 inline-block">Tipps</span>
|
| 146 |
+
<h3 class="text-xl font-bold mb-3">7 häufige Fehler beim Mundtaping und wie Sie sie vermeiden</h3>
|
| 147 |
+
<p class="text-gray-600 mb-4">Lernen Sie aus den Erfahrungen anderer, um das Beste aus Ihrer Mundtaping-Praxis herauszuholen.</p>
|
| 148 |
+
<a href="#" class="text-blue-600 font-semibold hover:text-blue-800 flex items-center">
|
| 149 |
+
Weiterlesen
|
| 150 |
+
<i class="fas fa-arrow-right ml-2"></i>
|
| 151 |
+
</a>
|
| 152 |
+
</div>
|
| 153 |
</div>
|
| 154 |
</div>
|
| 155 |
</section>
|
| 156 |
|
| 157 |
+
<!-- In-Depth Article -->
|
| 158 |
+
<section class="container mx-auto px-4 my-12 max-w-4xl">
|
| 159 |
+
<article class="bg-white rounded-xl shadow-md overflow-hidden">
|
| 160 |
+
<img src="https://images.unsplash.com/photo-1544568100-847a948585b9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1974&q=80" alt="Sleeping person with sleep tracker" class="w-full h-64 md:h-80 object-cover">
|
| 161 |
+
<div class="p-6 md:p-8">
|
| 162 |
+
<div class="flex items-center mb-4">
|
| 163 |
+
<span class="bg-blue-100 text-blue-600 text-xs font-semibold px-2 py-1 rounded-full mr-3">Forschung</span>
|
| 164 |
+
<span class="text-gray-500 text-sm">15. November 2023</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 165 |
</div>
|
| 166 |
+
<h2 class="text-2xl md:text-3xl font-bold mb-4">Die Verbindung zwischen Atmung und Schlafqualität: Was die Wissenschaft sagt</h2>
|
| 167 |
+
<p class="text-gray-600 mb-6">Von Dr. Anna Müller, Schlafforscherin</p>
|
| 168 |
|
| 169 |
+
<div class="prose max-w-none">
|
| 170 |
+
<p class="mb-4">In den letzten Jahren hat die Forschung zunehmend die Bedeutung der Atmung für die Schlafqualität untersucht. Eine kürzlich in der Fachzeitschrift <em>Sleep Medicine Reviews</em> veröffentlichte Meta-Analyse fasst die aktuellen Erkenntnisse zusammen.</p>
|
| 171 |
+
|
| 172 |
+
<h3 class="text-xl font-bold mt-6 mb-3">Nasale vs. orale Atmung</h3>
|
| 173 |
+
<p class="mb-4">Die Studie verglich die Auswirkungen von nasaler und oraler Atmung auf verschiedene Schlafparameter. Die Ergebnisse zeigen, dass nasale Atmung:</p>
|
| 174 |
+
<ul class="list-disc pl-5 mb-4 space-y-2">
|
| 175 |
+
<li>Die Sauerstoffsättigung im Blut um durchschnittlich 4-6% erhöht</li>
|
| 176 |
+
<li>Die Häufigkeit von Aufwachreaktionen reduziert</li>
|
| 177 |
+
<li>Die Tiefschlafphase verlängert</li>
|
| 178 |
+
</ul>
|
| 179 |
+
|
| 180 |
+
<h3 class="text-xl font-bold mt-6 mb-3">Praktische Anwendungen</h3>
|
| 181 |
+
<p class="mb-4">Für Menschen, die nachts durch den Mund atmen, können verschiedene Methoden helfen, die Atmung zu optimieren:</p>
|
| 182 |
+
<ol class="list-decimal pl-5 mb-4 space-y-2">
|
| 183 |
+
<li>Atemübungen am Tag</li>
|
| 184 |
+
<li>Nasenpflaster zur Erweiterung der Nasengänge</li>
|
| 185 |
+
<li>Spezielle Kissen zur Kopfpositionierung</li>
|
| 186 |
+
</ol>
|
| 187 |
+
|
| 188 |
+
<div class="bg-blue-50 p-4 rounded-lg my-6">
|
| 189 |
+
<h4 class="font-bold text-blue-800 mb-2">Wichtig zu beachten:</h4>
|
| 190 |
+
<p class="text-blue-700">Bei Verdacht auf Schlafapnoe sollte immer ein Arzt konsultiert werden. Diese Methoden ersetzen keine medizinische Behandlung.</p>
|
| 191 |
</div>
|
| 192 |
+
|
| 193 |
+
<h3 class="text-xl font-bold mt-6 mb-3">Zukunft der Forschung</h3>
|
| 194 |
+
<p class="mb-4">Die Autoren der Studie betonen, dass weitere randomisierte kontrollierte Studien notwendig sind, um die langfristigen Auswirkungen verschiedener Atemtechniken zu untersuchen. Besonderes Interesse gilt dabei der Frage, inwieweit eine Verbesserung der nächtlichen Atmung kognitive Funktionen am Tag beeinflusst.</p>
|
| 195 |
</div>
|
| 196 |
+
|
| 197 |
+
<div class="mt-8 pt-6 border-t border-gray-200">
|
| 198 |
+
<div class="flex items-center">
|
| 199 |
+
<img src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=200&q=80" alt="Dr. Anna Müller" class="w-12 h-12 rounded-full mr-4">
|
| 200 |
+
<div>
|
| 201 |
+
<p class="font-semibold">Dr. Anna Müller</p>
|
| 202 |
+
<p class="text-sm text-gray-500">Schlafforscherin am Institut für Somnologie, Berlin</p>
|
| 203 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 204 |
</div>
|
| 205 |
</div>
|
| 206 |
</div>
|
| 207 |
+
</article>
|
| 208 |
+
</section>
|
| 209 |
+
|
| 210 |
+
<!-- CTA Section -->
|
| 211 |
+
<section class="gradient-bg text-white py-16 my-12">
|
| 212 |
+
<div class="container mx-auto px-4 text-center">
|
| 213 |
+
<h2 class="text-3xl md:text-4xl font-bold mb-6">Bereit für besseren Schlaf?</h2>
|
| 214 |
+
<p class="text-xl mb-8 max-w-2xl mx-auto">Entdecken Sie das Geniuzzz Mouthtape - entwickelt für maximalen Komfort und Wirksamkeit.</p>
|
| 215 |
+
<a href="#" class="bg-white text-blue-600 font-bold py-3 px-8 rounded-lg hover:bg-blue-50 transition duration-300 inline-block text-lg">Jetzt ausprobieren</a>
|
| 216 |
</div>
|
| 217 |
</section>
|
| 218 |
|
| 219 |
<!-- Newsletter -->
|
| 220 |
+
<section class="container mx-auto px-4 my-12">
|
| 221 |
+
<div class="bg-white rounded-xl shadow-lg p-8 md:p-12 max-w-4xl mx-auto">
|
| 222 |
+
<div class="flex flex-col md:flex-row items-center">
|
| 223 |
+
<div class="md:w-1/2 mb-6 md:mb-0 md:pr-8">
|
| 224 |
+
<h2 class="text-2xl font-bold mb-3">Bleiben Sie auf dem Laufenden</h2>
|
| 225 |
+
<p class="text-gray-600">Abonnieren Sie unseren Newsletter und erhalten Sie regelmäßig die neuesten Artikel und Tipps für besseren Schlaf direkt in Ihr Postfach.</p>
|
| 226 |
+
</div>
|
| 227 |
+
<div class="md:w-1/2">
|
| 228 |
+
<form class="flex flex-col sm:flex-row gap-2">
|
| 229 |
+
<input type="email" placeholder="Ihre E-Mail-Adresse" class="flex-grow px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
|
| 230 |
+
<button type="submit" class="bg-blue-600 text-white font-bold py-3 px-6 rounded-lg hover:bg-blue-700 transition duration-300">Anmelden</button>
|
| 231 |
+
</form>
|
| 232 |
+
<p class="text-xs text-gray-500 mt-2">Wir senden keinen Spam. Sie können sich jederzeit abmelden.</p>
|
| 233 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 234 |
</div>
|
| 235 |
</div>
|
| 236 |
</section>
|
| 237 |
|
| 238 |
<!-- Footer -->
|
| 239 |
+
<footer class="bg-gray-800 text-white py-12">
|
| 240 |
<div class="container mx-auto px-4">
|
| 241 |
+
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 242 |
<div>
|
| 243 |
+
<h3 class="text-xl font-bold mb-4">Schlafreport</h3>
|
| 244 |
+
<p class="text-gray-400">Ihr Experte für gesunden Schlaf und innovative Schlaftechnologien.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 245 |
</div>
|
| 246 |
<div>
|
| 247 |
+
<h4 class="font-bold mb-4">Navigation</h4>
|
| 248 |
<ul class="space-y-2">
|
| 249 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Startseite</a></li>
|
| 250 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Artikel</a></li>
|
| 251 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Über uns</a></li>
|
| 252 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Kontakt</a></li>
|
|
|
|
| 253 |
</ul>
|
| 254 |
</div>
|
| 255 |
<div>
|
| 256 |
+
<h4 class="font-bold mb-4">Rechtliches</h4>
|
| 257 |
<ul class="space-y-2">
|
| 258 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Impressum</a></li>
|
| 259 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Datenschutz</a></li>
|
| 260 |
+
<li><a href="#" class="text-gray-400 hover:text-white">Cookie-Richtlinien</a></li>
|
| 261 |
+
<li><a href="#" class="text-gray-400 hover:text-white">AGB</a></li>
|
|
|
|
| 262 |
</ul>
|
| 263 |
</div>
|
| 264 |
<div>
|
| 265 |
+
<h4 class="font-bold mb-4">Kontakt</h4>
|
| 266 |
+
<ul class="space-y-2">
|
| 267 |
+
<li class="text-gray-400">info@schlafreport.de</li>
|
| 268 |
+
<li class="text-gray-400">+49 123 456 789</li>
|
| 269 |
+
<li class="flex space-x-4 mt-4">
|
| 270 |
+
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook-f"></i></a>
|
| 271 |
+
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a>
|
| 272 |
+
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a>
|
| 273 |
+
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-pinterest"></i></a>
|
| 274 |
+
</li>
|
| 275 |
+
</ul>
|
| 276 |
</div>
|
| 277 |
</div>
|
| 278 |
+
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
|
| 279 |
+
<p>© 2023 Schlafreport. Alle Rechte vorbehalten.</p>
|
| 280 |
+
<p class="mt-2">Unabhängige Schlafforschung seit 2020</p>
|
| 281 |
</div>
|
| 282 |
</div>
|
| 283 |
</footer>
|
| 284 |
|
| 285 |
<script>
|
| 286 |
+
// Simple JavaScript for demonstration purposes
|
| 287 |
+
document.addEventListener('DOMContentLoaded', function() {
|
| 288 |
+
// Smooth scroll for anchor links
|
| 289 |
+
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
|
| 290 |
+
anchor.addEventListener('click', function (e) {
|
| 291 |
+
e.preventDefault();
|
| 292 |
+
document.querySelector(this.getAttribute('href')).scrollIntoView({
|
| 293 |
+
behavior: 'smooth'
|
| 294 |
+
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 295 |
});
|
| 296 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 297 |
|
| 298 |
+
// Newsletter form submission
|
| 299 |
+
const newsletterForm = document.querySelector('form');
|
| 300 |
+
if(newsletterForm) {
|
| 301 |
+
newsletterForm.addEventListener('submit', function(e) {
|
| 302 |
+
e.preventDefault();
|
| 303 |
+
const email = this.querySelector('input[type="email"]').value;
|
| 304 |
+
if(email) {
|
| 305 |
+
alert('Vielen Dank für Ihr Abonnement! Sie erhalten bald eine Bestätigungs-E-Mail.');
|
| 306 |
+
this.querySelector('input[type="email"]').value = '';
|
| 307 |
+
}
|
| 308 |
+
});
|
| 309 |
+
}
|
| 310 |
});
|
| 311 |
</script>
|
| 312 |
<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=keithson777/warringtons-web" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
|