Spaces:
Running
Running
<div class="flex justify-center">
Browse files<div class="card-accent bg-white p-6 rounded-lg shadow-md max-w-2xl" data-aos="fade-up" data-aos-delay="300">
<div class="flex items-center mb-4">
<i data-feather="shield" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Let's Bring Your Multimedia Vision to Life</h3>
</div>
<p class="text-gray-600 text-center">Connect with VLC today to explore how our end-to-end multimedia services can help you deliver content that captivates, engages, and performs.</p>
</div>
</div> this section move to the middle
- index.html +12 -13
index.html
CHANGED
|
@@ -337,8 +337,7 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 337 |
<p class="text-gray-600">We design and manage robust multimedia delivery systems that work across all devices. Leveraging industry standards like HTML5, media source extensions, and adaptive cloud streaming, VLC ensures your content is delivered smoothly, securely, and in high definition.</p>
|
| 338 |
</div>
|
| 339 |
</div>
|
| 340 |
-
|
| 341 |
-
<div class="grid md:grid-cols-2 gap-8">
|
| 342 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
|
| 343 |
<div class="flex items-center mb-4">
|
| 344 |
<i data-feather="activity" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
|
@@ -353,18 +352,18 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 353 |
</div>
|
| 354 |
<p class="text-gray-600">Safeguard your assets with advanced encryption and trusted DRM systems. VLC’s multimedia services also allow you to customize access, manage permissions, and refine delivery models to maximize accuracy and protect intellectual property.</p>
|
| 355 |
</div>
|
| 356 |
-
|
| 357 |
-
<div class="card-accent bg-white p-6 rounded-lg shadow-md max-w-2xl" data-aos="fade-up" data-aos-delay="300">
|
| 358 |
-
<div class="flex items-center mb-4">
|
| 359 |
-
<i data-feather="shield" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
| 360 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Let's Bring Your Multimedia Vision to Life</h3>
|
| 361 |
-
</div>
|
| 362 |
-
<p class="text-gray-600 text-center">Connect with VLC today to explore how our end-to-end multimedia services can help you deliver content that captivates, engages, and performs.</p>
|
| 363 |
-
</div>
|
| 364 |
-
</div>
|
| 365 |
-
</div>
|
| 366 |
|
| 367 |
-
<div class="
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 368 |
<a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-semibold inline-block">Schedule a Demo</a>
|
| 369 |
</div>
|
| 370 |
</div>
|
|
|
|
| 337 |
<p class="text-gray-600">We design and manage robust multimedia delivery systems that work across all devices. Leveraging industry standards like HTML5, media source extensions, and adaptive cloud streaming, VLC ensures your content is delivered smoothly, securely, and in high definition.</p>
|
| 338 |
</div>
|
| 339 |
</div>
|
| 340 |
+
<div class="grid md:grid-cols-2 gap-8 mb-8">
|
|
|
|
| 341 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
|
| 342 |
<div class="flex items-center mb-4">
|
| 343 |
<i data-feather="activity" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
|
|
|
| 352 |
</div>
|
| 353 |
<p class="text-gray-600">Safeguard your assets with advanced encryption and trusted DRM systems. VLC’s multimedia services also allow you to customize access, manage permissions, and refine delivery models to maximize accuracy and protect intellectual property.</p>
|
| 354 |
</div>
|
| 355 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 356 |
|
| 357 |
+
<div class="flex justify-center mb-8">
|
| 358 |
+
<div class="card-accent bg-white p-6 rounded-lg shadow-md max-w-2xl w-full" data-aos="fade-up" data-aos-delay="400">
|
| 359 |
+
<div class="flex items-center justify-center mb-4">
|
| 360 |
+
<i data-feather="shield" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
| 361 |
+
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Let's Bring Your Multimedia Vision to Life</h3>
|
| 362 |
+
</div>
|
| 363 |
+
<p class="text-gray-600 text-center">Connect with VLC today to explore how our end-to-end multimedia services can help you deliver content that captivates, engages, and performs.</p>
|
| 364 |
+
</div>
|
| 365 |
+
</div>
|
| 366 |
+
<div class="text-center mt-12" data-aos="fade-up">
|
| 367 |
<a href="./contact-us.html" class="btn-accent px-8 py-3 rounded-full text-lg font-semibold inline-block">Schedule a Demo</a>
|
| 368 |
</div>
|
| 369 |
</div>
|