apply attached image in the background in the banner section
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -280,10 +280,11 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 280 |
</div>
|
| 281 |
</div>
|
| 282 |
</header>
|
| 283 |
-
|
| 284 |
<!-- Security Banner -->
|
| 285 |
-
<section class="
|
| 286 |
-
<div class="
|
|
|
|
|
|
|
| 287 |
<h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Security Embedded in Everything We Do</h1>
|
| 288 |
<p class="text-xl max-w-3xl mx-auto mb-8" data-aos="fade-up" data-aos-delay="100">Protecting data, ensuring compliance, and earning trust through disciplined security practices.</p>
|
| 289 |
<a href="#security-framework" class="btn-accent px-8 py-3 rounded-md font-medium inline-flex items-center" data-aos="fade-up" data-aos-delay="200">
|
|
@@ -291,8 +292,7 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 291 |
</a>
|
| 292 |
</div>
|
| 293 |
</section>
|
| 294 |
-
|
| 295 |
-
<!-- Section 1: Trust Core -->
|
| 296 |
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-white" id="security-framework">
|
| 297 |
<div class="max-w-7xl mx-auto">
|
| 298 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|
|
|
|
| 280 |
</div>
|
| 281 |
</div>
|
| 282 |
</header>
|
|
|
|
| 283 |
<!-- Security Banner -->
|
| 284 |
+
<section class="relative py-16 px-4 sm:px-6 lg:px-8 text-white">
|
| 285 |
+
<div class="absolute inset-0 bg-[var(--vlc-navy)] opacity-90"></div>
|
| 286 |
+
<div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/securedynamics-shieldforce/resolve/main/images/procedures-and-people-main-page-and-others.png')] bg-cover bg-center"></div>
|
| 287 |
+
<div class="max-w-7xl mx-auto text-center relative z-10">
|
| 288 |
<h1 class="text-4xl md:text-5xl font-bold mb-4" data-aos="fade-up">Security Embedded in Everything We Do</h1>
|
| 289 |
<p class="text-xl max-w-3xl mx-auto mb-8" data-aos="fade-up" data-aos-delay="100">Protecting data, ensuring compliance, and earning trust through disciplined security practices.</p>
|
| 290 |
<a href="#security-framework" class="btn-accent px-8 py-3 rounded-md font-medium inline-flex items-center" data-aos="fade-up" data-aos-delay="200">
|
|
|
|
| 292 |
</a>
|
| 293 |
</div>
|
| 294 |
</section>
|
| 295 |
+
<!-- Section 1: Trust Core -->
|
|
|
|
| 296 |
<section class="py-16 px-4 sm:px-6 lg:px-8 bg-white" id="security-framework">
|
| 297 |
<div class="max-w-7xl mx-auto">
|
| 298 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|