vlcsolutions commited on
Commit
e7691e2
·
verified ·
1 Parent(s): 807555b

apply attached image in the background in the banner section

Browse files
Files changed (2) hide show
  1. index.html +5 -3
  2. style.css +4 -0
index.html CHANGED
@@ -281,8 +281,10 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
281
  </div>
282
  </header>
283
  <!-- Banner Start -->
284
- <section class="pattern-navy text-white py-16">
285
- <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
 
 
286
  <div class="text-center">
287
  <h2 class="text-3xl md:text-4xl font-bold mb-4">Copilot Studio: Intelligent Conversations, Seamless Support</h2>
288
  <p class="text-xl text-gray-200 mb-8 max-w-3xl mx-auto">Personalized engagement powered by AI — available anytime, anywhere.</p>
@@ -290,7 +292,7 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
290
  </div>
291
  </div>
292
  </section>
293
- <!-- Banner Completed -->
294
 
295
  <!-- Section 1 -->
296
  <section class="py-16 bg-white">
 
281
  </div>
282
  </header>
283
  <!-- Banner Start -->
284
+ <section class="pattern-navy text-white py-16 relative overflow-hidden">
285
+ <div class="absolute inset-0 bg-[var(--vlc-navy)] opacity-90 z-0"></div>
286
+ <div class="absolute inset-0 z-0 bg-cover bg-center" style="background-image: url('https://huggingface.co/spaces/vlcsolutions/dynamics-copilot-accelerator/resolve/main/images/microsoft-copilot-studio-main-page.png')"></div>
287
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10">
288
  <div class="text-center">
289
  <h2 class="text-3xl md:text-4xl font-bold mb-4">Copilot Studio: Intelligent Conversations, Seamless Support</h2>
290
  <p class="text-xl text-gray-200 mb-8 max-w-3xl mx-auto">Personalized engagement powered by AI — available anytime, anywhere.</p>
 
292
  </div>
293
  </div>
294
  </section>
295
+ <!-- Banner Completed -->
296
 
297
  <!-- Section 1 -->
298
  <section class="py-16 bg-white">
style.css CHANGED
@@ -5,6 +5,10 @@ body {
5
  padding: 0;
6
  line-height: 1.6;
7
  }
 
 
 
 
8
  h1 {
9
  font-size: 16px;
10
  margin-top: 0;
 
5
  padding: 0;
6
  line-height: 1.6;
7
  }
8
+
9
+ .pattern-navy {
10
+ position: relative;
11
+ }
12
  h1 {
13
  font-size: 16px;
14
  margin-top: 0;