🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:about.php
<?php require APPROOT . '/views/layouts/header.php'; ?> <!-- Page Header --> <section class="bg-navy text-white py-5"> <div class="container text-center pt-5 pb-3"> <h1 class="display-4 font-outfit fw-bold fade-in-up">About Us</h1> <p class="lead text-white-50 fade-in-up delay-1">Learn more about Protective Force Security & Investigations</p> </div> </section> <!-- Mission & Vision --> <section class="section-padding"> <div class="container"> <div class="row align-items-center"> <div class="col-lg-6 fade-in-up"> <h2 class="font-outfit fw-bold text-navy mb-4">A Pioneer in the Security Industry</h2> <div class="bg-green-accent" style="width: 60px; height: 3px; border-radius: 2px; margin-bottom: 25px;"></div> <p class="fs-5 text-secondary mb-4" style="line-height: 1.8;"> With a background over 3 decades in Sri Lanka, providing end to end solutions. </p> <div class="card border-0 shadow rounded-4 bg-navy text-white mb-4"> <div class="card-body p-4 p-md-5"> <h3 class="font-outfit fw-bold text-gold mb-3"><i class="fas fa-bullseye me-2"></i> Our Mission</h3> <p class="mb-0 text-white-80" style="line-height: 1.7;"> Total dedication towards providing quality security services by responding to client requirements in a manner conducive to the creation of an aura of customer confidence resulting in long standing amicable business relationships. </p> </div> </div> <div class="card border-0 shadow rounded-4 bg-navy text-white"> <div class="card-body p-4 p-md-5"> <h3 class="font-outfit fw-bold text-gold mb-3"><i class="fas fa-eye me-2"></i> Our Vision</h3> <p class="mb-0 text-white-80" style="line-height: 1.7;"> To be the most trusted and innovative security partner, empowering individuals, businesses, and communities with peace of mind through cutting-edge solutions, exceptional service, and unwavering integrity. </p> </div> </div> </div> <div class="col-lg-5 offset-lg-1 mt-5 mt-lg-0 fade-in-up delay-2"> <div class="card border-0 shadow-lg rounded-4 overflow-hidden" style="background-color: var(--dark-gray); color: white;"> <img src="<?php echo URLROOT; ?>/assets/img/yoshua_message.jpg" alt="Yoshua Ramanyake" class="card-img-top" style="max-height: 350px; object-fit: cover; object-position: center top;"> <div class="card-body p-4"> <i class="fas fa-quote-left text-green-accent fs-1 mb-3 opacity-50"></i> <p class="text-white-80 mb-4" style="line-height: 1.7; font-style: italic; font-size: 1.05rem;"> "It gives me great pride and pleasure to introduce you to Protective Force Security, a company built on a foundation of trust, professionalism, and an unwavering commitment to safety. In today's rapidly evolving world, security is more than a service — it's a vital necessity. Our mission is to provide reliable, innovative, and customized security solutions that protect what matters most to our clients." </p> <div class="border-top border-secondary pt-3"> <h5 class="font-outfit fw-bold text-gold mb-0">Yoshua Ramanyake</h5> <small class="text-white-50">Managing Director</small> </div> </div> </div> </div> </div> </div> </section> <!-- Why Us Section --> <section class="section-padding bg-light-gray"> <div class="container text-center"> <div class="section-title fade-in-up"> <h2>Our Commitment</h2> </div> <div class="row justify-content-center"> <div class="col-lg-8 fade-in-up delay-1"> <p class="fs-5 text-secondary" style="line-height: 1.8;"> At Protective Force Security, we understand that true security goes beyond physical presence. It's about vigilance, integrity, and building lasting relationships based on respect, transparency, and results. Our team of highly trained professionals is dedicated to maintaining the highest standards in every service we offer — from manned guarding and access control to surveillance systems and comprehensive risk management. </p> </div> </div> </div> </section> <?php require APPROOT . '/views/layouts/footer.php'; ?>
Save Changes
Cancel
Create New File
Create New Folder