Banner section :Banner image is dominating. text is not visible: use transparent color use
Browse files- index.html +4 -3
- style.css +4 -1
index.html
CHANGED
|
@@ -282,9 +282,10 @@
|
|
| 282 |
</div>
|
| 283 |
</header>
|
| 284 |
<!-- Banner Section -->
|
| 285 |
-
<section class="
|
| 286 |
-
|
| 287 |
-
<div class="
|
|
|
|
| 288 |
<h1 class="text-3xl md:text-5xl font-bold mb-4 text-white drop-shadow-lg" data-aos="fade-up">Achieve stability across your organization.</h1>
|
| 289 |
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto text-white drop-shadow-lg" data-aos="fade-up" data-aos-delay="100">Stop Managing Downtime. Start Utilizing VLC's 24/7 Managed NOC</p>
|
| 290 |
<a href="#contact" class="btn-accent inline-block px-8 py-3 rounded-md font-bold text-lg drop-shadow-lg" data-aos="fade-up" data-aos-delay="200">Request Your Resilience Plan</a>
|
|
|
|
| 282 |
</div>
|
| 283 |
</header>
|
| 284 |
<!-- Banner Section -->
|
| 285 |
+
<section class="text-white py-16 md:py-22 relative overflow-hidden">
|
| 286 |
+
<div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/vlc-noc-command-center/resolve/main/images/managed-noc-services-banner.png')] bg-cover bg-center z-0"></div>
|
| 287 |
+
<div class="absolute inset-0 bg-[var(--vlc-navy)]/70 z-0"></div>
|
| 288 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center relative z-10">
|
| 289 |
<h1 class="text-3xl md:text-5xl font-bold mb-4 text-white drop-shadow-lg" data-aos="fade-up">Achieve stability across your organization.</h1>
|
| 290 |
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto text-white drop-shadow-lg" data-aos="fade-up" data-aos-delay="100">Stop Managing Downtime. Start Utilizing VLC's 24/7 Managed NOC</p>
|
| 291 |
<a href="#contact" class="btn-accent inline-block px-8 py-3 rounded-md font-bold text-lg drop-shadow-lg" data-aos="fade-up" data-aos-delay="200">Request Your Resilience Plan</a>
|
style.css
CHANGED
|
@@ -4,10 +4,13 @@ body {
|
|
| 4 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
| 5 |
margin: 0;
|
| 6 |
}
|
| 7 |
-
|
| 8 |
.drop-shadow-lg {
|
| 9 |
filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
|
| 10 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
/* Modal styles */
|
| 12 |
.modal-content {
|
| 13 |
position: relative;
|
|
|
|
| 4 |
font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
|
| 5 |
margin: 0;
|
| 6 |
}
|
|
|
|
| 7 |
.drop-shadow-lg {
|
| 8 |
filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
|
| 9 |
}
|
| 10 |
+
|
| 11 |
+
.text-shadow {
|
| 12 |
+
text-shadow: 0 2px 4px rgba(0,0,0,0.3);
|
| 13 |
+
}
|
| 14 |
/* Modal styles */
|
| 15 |
.modal-content {
|
| 16 |
position: relative;
|