Google
Edit File: partner-brands.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>Partner Brands | Pinnacle Services</title> <meta name="description" content="Explore Pinnacle Services and our trusted partner brands. Discover quality collaborations and comprehensive solutions. Visit us for excellence in service and innovation."> <!-- styles set here --> <?php include 'includes/styles.php';?> <!-- styles ends here --> </head> <body class="partner-brands"> <div class="body-inner partner-brands"> <!-- 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">partner brands</h1> <div class="breadcrumbNav"> <ul> <li><a href="index.php">home</a></li> <li><a>partner brands</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 partner brands</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"> <!-- our-partners-brand logo set call here --> <?php include 'includes/our-partners-brand-set.php';?> <!-- our-partners-brand 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>