Spaces:
Running
Running
Section 2 : add icons
Browse files- index.html +20 -10
index.html
CHANGED
|
@@ -314,25 +314,35 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 314 |
|
| 315 |
<div class="grid md:grid-cols-2 gap-8 mb-12">
|
| 316 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up">
|
| 317 |
-
<
|
| 318 |
-
|
|
|
|
|
|
|
|
|
|
| 319 |
</div>
|
| 320 |
-
|
| 321 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
|
| 322 |
-
<
|
| 323 |
-
|
|
|
|
|
|
|
|
|
|
| 324 |
</div>
|
| 325 |
</div>
|
| 326 |
|
| 327 |
<div class="grid md:grid-cols-2 gap-8">
|
| 328 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
|
| 329 |
-
<
|
| 330 |
-
|
|
|
|
|
|
|
|
|
|
| 331 |
</div>
|
| 332 |
-
|
| 333 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="300">
|
| 334 |
-
<
|
| 335 |
-
|
|
|
|
|
|
|
|
|
|
| 336 |
</div>
|
| 337 |
</div>
|
| 338 |
|
|
|
|
| 314 |
|
| 315 |
<div class="grid md:grid-cols-2 gap-8 mb-12">
|
| 316 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up">
|
| 317 |
+
<div class="flex items-center mb-4">
|
| 318 |
+
<i data-feather="eye" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
| 319 |
+
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Boost Content Visibility & Engagement</h3>
|
| 320 |
+
</div>
|
| 321 |
+
<p class="text-gray-600">Increase the discoverability of your audio and visual content by incorporating detailed metadata. Our tools improve your applications by adding searchable elements such as spoken words, written text, faces, and even speakers, ensuring that your content is easily found and understood.</p>
|
| 322 |
</div>
|
|
|
|
| 323 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
|
| 324 |
+
<div class="flex items-center mb-4">
|
| 325 |
+
<i data-feather="zap" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
| 326 |
+
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Streamline Content Delivery with Modern Tech</h3>
|
| 327 |
+
</div>
|
| 328 |
+
<p class="text-gray-600">We offer a full suite of media solutions—covering everything from source files and content streaming to security features tailored for the latest consumer technologies. VLC helps you deliver content smoothly with industry-standard technologies like HTML5, Media Source Extensions (MSE), and Encrypted Media Extensions (EME).</p>
|
| 329 |
</div>
|
| 330 |
</div>
|
| 331 |
|
| 332 |
<div class="grid md:grid-cols-2 gap-8">
|
| 333 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
|
| 334 |
+
<div class="flex items-center mb-4">
|
| 335 |
+
<i data-feather="activity" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
| 336 |
+
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Scale Your Delivery with Flexibility</h3>
|
| 337 |
+
</div>
|
| 338 |
+
<p class="text-gray-600">Whether you're streaming a corporate webinar, a city council meeting, or a major sports event, VLC, combined with our cloud infrastructure, can support broadcasts to audiences of any size. We also enable you to track key live stream metrics for smooth real-time management.</p>
|
| 339 |
</div>
|
|
|
|
| 340 |
<div class="card-accent bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="300">
|
| 341 |
+
<div class="flex items-center mb-4">
|
| 342 |
+
<i data-feather="shield" class="w-6 h-6 mr-3 text-[var(--vlc-sky)]"></i>
|
| 343 |
+
<h3 class="text-xl font-bold text-[var(--vlc-navy)]">Protect Your Content with Advanced Security</h3>
|
| 344 |
+
</div>
|
| 345 |
+
<p class="text-gray-600">VLC offers powerful encryption with Advanced Encryption Standards (AES) and the flexibility to implement your preferred DRM systems. We also provide personalized access controls, giving you full authority over who can access your content and how it's distributed.</p>
|
| 346 |
</div>
|
| 347 |
</div>
|
| 348 |
|