apply attached image in the background in the banner section
Browse files- index.html +5 -5
index.html
CHANGED
|
@@ -278,10 +278,11 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 278 |
</div>
|
| 279 |
</div>
|
| 280 |
</header>
|
| 281 |
-
|
| 282 |
<!-- Banner Section -->
|
| 283 |
-
<section class="
|
| 284 |
-
<div class="
|
|
|
|
|
|
|
| 285 |
<div class="text-center" data-aos="fade-up">
|
| 286 |
<h1 class="text-4xl md:text-5xl font-bold mb-4">Automate the Routine. Focus on What Matters.</h1>
|
| 287 |
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Empowering Growth, Simplifying Challenges, Accelerating Success</p>
|
|
@@ -289,8 +290,7 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 289 |
</div>
|
| 290 |
</div>
|
| 291 |
</section>
|
| 292 |
-
|
| 293 |
-
<!-- Section 1 -->
|
| 294 |
<section class="py-16 bg-[var(--vlc-tint)]">
|
| 295 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 296 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|
|
|
|
| 278 |
</div>
|
| 279 |
</div>
|
| 280 |
</header>
|
|
|
|
| 281 |
<!-- Banner Section -->
|
| 282 |
+
<section class="text-white py-16 md:py-24 relative overflow-hidden">
|
| 283 |
+
<div class="absolute inset-0 bg-[var(--vlc-navy)] opacity-90"></div>
|
| 284 |
+
<div class="absolute inset-0 bg-[url('https://huggingface.co/spaces/vlcsolutions/dynamics-velocity-accelerator/resolve/main/images/microsoft-power-automate-main-banner.png')] bg-cover bg-center mix-blend-overlay"></div>
|
| 285 |
+
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
|
| 286 |
<div class="text-center" data-aos="fade-up">
|
| 287 |
<h1 class="text-4xl md:text-5xl font-bold mb-4">Automate the Routine. Focus on What Matters.</h1>
|
| 288 |
<p class="text-xl md:text-2xl mb-8 max-w-3xl mx-auto">Empowering Growth, Simplifying Challenges, Accelerating Success</p>
|
|
|
|
| 290 |
</div>
|
| 291 |
</div>
|
| 292 |
</section>
|
| 293 |
+
<!-- Section 1 -->
|
|
|
|
| 294 |
<section class="py-16 bg-[var(--vlc-tint)]">
|
| 295 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 296 |
<div class="grid md:grid-cols-2 gap-12 items-center">
|