Section 2: Security Leadership - add icons
Browse files- index.html +13 -3
index.html
CHANGED
|
@@ -316,12 +316,22 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
|
|
| 316 |
<h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">Security Leadership by Design</h2>
|
| 317 |
<div class="grid md:grid-cols-2 gap-8">
|
| 318 |
<div class="card-accent bg-white p-8 rounded-lg shadow-md" data-aos="fade-up">
|
| 319 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 320 |
</div>
|
| 321 |
<div class="card-accent bg-white p-8 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
|
| 322 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 323 |
</div>
|
| 324 |
-
|
| 325 |
</div>
|
| 326 |
</section>
|
| 327 |
|
|
|
|
| 316 |
<h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">Security Leadership by Design</h2>
|
| 317 |
<div class="grid md:grid-cols-2 gap-8">
|
| 318 |
<div class="card-accent bg-white p-8 rounded-lg shadow-md" data-aos="fade-up">
|
| 319 |
+
<div class="flex items-start mb-4">
|
| 320 |
+
<div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
|
| 321 |
+
<i data-feather="shield" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
|
| 322 |
+
</div>
|
| 323 |
+
<p class="text-lg text-gray-700">Security is not treated as a reactive function at VLC—it is architected into our development lifecycle. As the technology landscape evolves, we continuously strengthen our security posture to address emerging threats and regulatory change. Our application security practices align with recognized compliance frameworks and are fully integrated into our engineering processes.</p>
|
| 324 |
+
</div>
|
| 325 |
</div>
|
| 326 |
<div class="card-accent bg-white p-8 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
|
| 327 |
+
<div class="flex items-start mb-4">
|
| 328 |
+
<div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
|
| 329 |
+
<i data-feather="lock" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
|
| 330 |
+
</div>
|
| 331 |
+
<p class="text-lg text-gray-700">Secure coding standards, continuous testing, and proactive risk identification significantly reduce vulnerabilities across deployed solutions. Our development teams receive role-specific security education focused on real-world risk mitigation. Static and dynamic application testing, combined with internal and external penetration testing, ensures consistent validation of security controls throughout the solution lifecycle.</p>
|
| 332 |
+
</div>
|
| 333 |
</div>
|
| 334 |
+
</div>
|
| 335 |
</div>
|
| 336 |
</section>
|
| 337 |
|