File Manager
Editing: about.php
<?php require_once 'header.php'; ?> <!-- About Header --> <section class="hero"> <div class="container"> <h1>About Us</h1> <p>Learn more about our company, mission, and values.</p> </div> </section> <!-- About Content --> <section class="section"> <div class="container"> <div class="about-content"> <div class="about-text"> <h2>Our Story</h2> <p>Founded with a vision to provide exceptional products and services, our company has grown from a small startup to a trusted name in the industry. We've built our reputation on quality, reliability, and customer satisfaction.</p> <h3>Our Mission</h3> <p>To deliver innovative solutions that empower businesses to achieve their goals and reach new heights of success.</p> <h3>Our Vision</h3> <p>To be the leading provider of quality services, recognized for our commitment to excellence and customer-centric approach.</p> <h3>Our Values</h3> <ul class="values-list"> <li><i class="fas fa-check-circle"></i> <strong>Integrity:</strong> We conduct our business with honesty and transparency.</li> <li><i class="fas fa-check-circle"></i> <strong>Quality:</strong> We never compromise on the quality of our products and services.</li> <li><i class="fas fa-check-circle"></i> <strong>Innovation:</strong> We continuously seek new and better ways to serve our customers.</li> <li><i class="fas fa-check-circle"></i> <strong>Customer Focus:</strong> Our customers are at the heart of everything we do.</li> </ul> </div> <div class="about-image"> <!-- <i class="fas fa-users fa-5x"></i> --> </div> </div> </div> </section> <!-- Team Section --> <section class="section bg-light"> <div class="container"> <div class="section-title"> <h2>Our Team</h2> <p>Meet the dedicated professionals behind our success</p> </div> <div class="team-grid"> <div class="team-member"> <div class="member-image"> <i class="fas fa-user-tie fa-3x"></i> </div> <h3>Judson Nnko</h3> <p class="position">CEO</p> <p>With over 5 years of industry experience, Judson leads our company with vision and dedication.</p> </div> <div class="team-member"> <div class="member-image"> <i class="fas fa-user-tie fa-3x"></i> </div> <h3>Victor Nnko</h3> <p class="position">Team Member</p> <p>Victor ensures our operations run smoothly and efficiently, delivering quality results.</p> </div> <div class="team-member"> <div class="member-image"> <i class="fas fa-user-tie fa-3x"></i> </div> <h3>Adella Sanga</h3> <p class="position">Team Member</p> <p>Adella oversees our technical implementations and ensures innovation in our solutions.</p> </div> </div> </div> </section> <?php require_once 'footer.php'; ?>
💾 Save
⬅ Back