vlcsolutions commited on
Commit
e4922be
·
verified ·
1 Parent(s): 61442f2

Section 4: Security Culture : add icons

Browse files
Files changed (1) hide show
  1. index.html +13 -3
index.html CHANGED
@@ -356,12 +356,22 @@ class="inline-flex items-center text-[#002060] hover:text-[#8DC63F] px-3 py-2 te
356
  <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">Security-First Culture</h2>
357
  <div class="grid md:grid-cols-2 gap-8">
358
  <div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up">
359
- <p class="text-lg text-gray-700">A strong security culture begins with people. All VLC personnel undergo rigorous background screening prior to employment, followed by mandatory security training as part of onboarding. Data protection awareness is reinforced continuously and treated as a shared responsibility across the organization.</p>
 
 
 
 
 
360
  </div>
361
  <div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
362
- <p class="text-lg text-gray-700">Annual security and privacy training is mandatory for all employees, reinforcing proper handling of sensitive data, incident response procedures, and individual security responsibilities. Ongoing awareness initiatives—including training programs, briefings, and internal communications—ensure security remains a constant organizational focus.</p>
 
 
 
 
 
363
  </div>
364
- </div>
365
  </div>
366
  </section>
367
 
 
356
  <h2 class="text-3xl md:text-4xl font-bold text-[var(--vlc-navy)] mb-12 text-center" data-aos="fade-up">Security-First Culture</h2>
357
  <div class="grid md:grid-cols-2 gap-8">
358
  <div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up">
359
+ <div class="flex items-start mb-4">
360
+ <div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
361
+ <i data-feather="users" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
362
+ </div>
363
+ <p class="text-lg text-gray-700">A strong security culture begins with people. All VLC personnel undergo rigorous background screening prior to employment, followed by mandatory security training as part of onboarding. Data protection awareness is reinforced continuously and treated as a shared responsibility across the organization.</p>
364
+ </div>
365
  </div>
366
  <div class="bg-white p-8 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
367
+ <div class="flex items-start mb-4">
368
+ <div class="bg-[var(--vlc-leaf-tint)] p-3 rounded-full mr-4">
369
+ <i data-feather="award" class="w-6 h-6 text-[var(--vlc-leaf)]"></i>
370
+ </div>
371
+ <p class="text-lg text-gray-700">Annual security and privacy training is mandatory for all employees, reinforcing proper handling of sensitive data, incident response procedures, and individual security responsibilities. Ongoing awareness initiatives—including training programs, briefings, and internal communications—ensure security remains a constant organizational focus.</p>
372
+ </div>
373
  </div>
374
+ </div>
375
  </div>
376
  </section>
377