����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.117.197.188 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/www/ |
Upload File : |
<?php require_once('header.php'); ?> <!-- BANNER-SECTION --> <div class="home-banner-section overflow-hidden"> <div class="banner-container-box"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 mb-md-0 mb-4 text-center"> <div class="about-banner-text" data-aos="fade-up"> <h1 class="text-white about-h1">Our Services</h1> <p class="text-white banner-paragraph">Some of our services streamlined for your organization are listed below</p> <div class="about-btn"> <a href="<?php echo BASE_URL; ?>services.php" class="text-decoration-none">Home <span class="about-text-color"> / Services</span></a> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Services-About-us-Section --> <section class="about-us-section-start about-us-section-2 Services-About-us-Section overflow-hidden"> <div class="about-right-icon position-relative"> <figure class="about2-left-img"><img src="./assets/images/about-section2-left-img.png" alt="" class="img-fluid"> </figure> </div> <div class="container"> <div class="row"> <?php $statement = $pdo->prepare("SELECT * FROM tbl_service ORDER BY id ASC"); $statement->execute(); $result = $statement->fetchAll(PDO::FETCH_ASSOC); foreach ($result as $row) { ?> <div class="col-lg-4 col-md-4 col-sm-12"> <div class="about-us-content about-margin-bottom" data-aos="fade-up"> <div class="icons-rounded-box"> <figure class="mb-0"><img src="<?php echo BASE_URL; ?>assets/uploads/<?php echo $row['photo']; ?>" alt=""> </figure> </div> <h4><?php echo $row['name']; ?></h4> <p class="security-services-p"><?php echo $row['short_description']; ?></p> </div> </div> <?php } ?> </div> </div> </section> <!-- ICONS_SECTION --> <section class="icons-section icons-section-services overflow-hidden"> <div class="container"> <div class="row"> <div class="col-12"> <h4 class="text-center p-0">Trusted by various Companies in the World</h4> </div> </div> <div class="row"> <?php $statement = $pdo->prepare("SELECT * FROM tbl_partner ORDER BY id ASC"); $statement->execute(); $result = $statement->fetchAll(PDO::FETCH_ASSOC); foreach ($result as $row) { ?> <div class="col-lg-2 col-sm-4 col-6 mb-md-0 mb-4 text-center d-table align-items-center"> <div class="logo-box" data-aos="flip-left" data-aos-easing="ease-out-cubic" data-aos-duration="2000"> <figure class="mb-0 comapanies-icon-margin icons-mb"><img src="<?php echo BASE_URL; ?>assets/uploads/<?php echo $row['photo']; ?>" alt=""></figure> </div> </div> <?php } ?> </div> </div> </section> <!-- Services-Security-Option --> <section class="Services-Security-Option Services-Security-Option-services-page overflow-hidden"> <div class="about-right-icon position-relative"> <figure class="whyus-icon"><img src="./assets/images/about-us-section-right-icon.png" alt="" class="img-fluid"> </figure> </div> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 mb-md-0 mb-4"> <div class="about-us-section-page" data-aos="fade-up"> <div class="row"> <div class="col-lg-6 col-md-6 col-sm-12"> <h3 data-aos="zoom-out-left">24/7 Cyber Security Operation Center</h3> <p>Some of our services streamlined for your organization are listed below</p> <ul class="list-unstyled about-us-list"> <li><i class="fa-solid fa-shield-virus"></i><a href="#" class="text-decoration-none list-text">Website Security Services</a></li> <li><i class="fa-solid fa-shield-virus"></i><a href="#" class="text-decoration-none list-text">Threat Intelligence</a></li> <li><i class="fa-solid fa-shield-virus"></i><a href="#" class="text-decoration-none list-text">Security Assessment</a></li> <li><i class="fa-solid fa-shield-virus"></i><a href="#" class="text-decoration-none list-text">Compromise Assessment</a></li> <li><i class="fa-solid fa-shield-virus"></i><a href="#" class="text-decoration-none list-text">Security Management</a></li> <li><i class="fa-solid fa-shield-virus"></i><a href="#" class="text-decoration-none list-text">Incident Response</a></li> <li><i class="fa-solid fa-shield-virus"></i><a href="#" class="text-decoration-none list-text">Security Training</a></li> <li><i class="fa-solid fa-shield-virus"></i><a href="#" class="text-decoration-none list-text">Data Protection</a></li> </ul> <div class="banner-btn-about discover-btn-banner about-order-services"><a href="https://wa.link/9xn38h" class="text-decoration-none">Order Services</a> <a href="<?php echo BASE_URL; ?>assets/uploads/file-1.pdf" class="text-decoration-none play-button">Get Brochure</a></div></div> <div class="col-lg-5 col-md-5 col-sm-12"> <div class="about-section-img"> <figure class="mb-0"><img src="<?php echo BASE_URL; ?>assets/inc/images/accordian-left-img.png" alt="" class=""> </figure> </div> </div> </div> </div> </div> </div> </div> </section> <!-- Clients_section --> <section class="clients-section clients-section-right-img1"> <div class="position-relative"> <figure class="about2-left-img"><img src="<?php echo BASE_URL; ?>assets/inc/images/about-section2-left-img.png" alt="" class="img-fluid"> </figure> </div> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12"> <h3 class="text-center">Testimonials from our clients</h3> <p class="text-center client-section-main-p">From our satisfied clients</p> </div> </div> <div class="row"> <?php $statement = $pdo->prepare("SELECT * FROM tbl_testimonial ORDER BY id ASC"); $statement->execute(); $result = $statement->fetchAll(PDO::FETCH_ASSOC); foreach ($result as $row) { ?> <div class="col-lg-6 col-md-6 col-sm-12"> <div class="clients-outer-box position-relative" data-aos="fade-up"> <figure class="clients-outer-box-figure"><img src="<?php echo BASE_URL; ?>assets/uploads/<?php echo $row['photo']; ?>" alt="<?php echo $row['name']; ?>"></figure> <figure class="position-absolute icon-figure-quotes"><img src="<?php echo BASE_URL; ?>assets/inc/images/quotes-icon.png" alt=""></figure> <div class="clients-right-content" data-aos="fade-up"> <span class="spencer-span"><?php echo $row['name']; ?></span> <span class="ceo-p"><?php echo $row['designation']; ?> - <?php echo $row['company']; ?></span> </div> <p class="clients-sectionp2"><?php echo nl2br($row['comment']); ?> </p> <ul class="list-unstyled"> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> <li><i class="fa-solid fa-star"></i></li> </ul> </div> </div> <?php } ?> </div> <!-- <div class="clients-section-btn"> <a href="teams.html" class="text-decoration-none">View All Review</a> </div> --> </div> </section> <?php require_once('footer.php'); ?>