Google
Edit File: clients.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Basic Page Needs ================================================== --> <meta charset="utf-8"> <!-- Mobile Specific Metas ================================================== --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> <!-- head seo includes Start --> <?php include 'includes/htmlhead.php';?> <!-- Site Title --> <title>Our Happy Clients |Pinnacle Services</title> <meta name="description" content="Explore the exclusive world of Pinnacle Services Elite Clientele. Discover tailored solutions & superior service. Join our distinguished roster today."> <!-- styles set here --> <?php include 'includes/styles.php';?> <!-- styles ends here --> </head> <body class="clients"> <div class="body-inner clients"> <!-- header set here --> <?php include 'includes/header.php';?> <!-- header ends here --> <!-- breadcrumb set here --> <section class="breadcrumbSection"> <div class="bracdcrumbBlocks"> <div class="container"> <div class="row"> <div class="col-lg-8 col-md-8 col-sm-12"> <div class="section-title-area"> <h1 class="sub-title">Our Happy Clients</h1> <div class="breadcrumbNav"> <ul> <li><a href="index.php">home</a></li> <li><a>clients</a></li> </ul> </div> </div> </div> </div> </div> </div> </section> <!-- breadcrumb ends here --> <!-- Sponsors Start --> <section class="logoGallery ts-sponsors ts-funfact funfact-dots-left-top"> <div class="container"> <!-- Title Area Row Start --> <!-- <div class="row"> <div class="col-md-5 text-center mx-auto"> <div class="section-title-area"> <h2 class="sub-title">our clients</h2> </div> </div> </div> --> <!-- Title Area Row End --> <div class="row"> <div class="col-lg-12 mx-auto"> <div class="sponsors-wrap"> <div class="row"> <!-- clients logo set call here --> <?php include 'includes/clients-logo-set.php';?> <!-- clients logo set ends here --> </div> </div> </div> </div> </div> </section> <!-- Sponsors End --> <!-- Footer Area Start --> <?php include 'includes/footer.php';?> <!-- Footer Area End --> <!-- Back to top --> <div class="BackTo"> <a href="#" class="fa fa-angle-up" aria-hidden="true"></a> </div> <!-- Javascript Files ================================================== --> <?php include 'includes/footer-script.php';?> </div> <!-- Body inner end --> </body> </html>