Google
Edit File: events-executed.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>Expert Event Execution | Pinnacle Services </title> <meta name="description" content="Experience seamless event management with Pinnacle Services. From concept to execution, our expertise ensures flawless F&B delivery. Learn more."> <!-- styles set here --> <?php include 'includes/styles.php';?> <!-- styles ends here --> </head> <body class="events-executed"> <div class="body-inner events-executed"> <!-- 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">events executed</h1> <div class="breadcrumbNav"> <ul> <li><a href="index.php">home</a></li> <li><a>events executed</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">events executed</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"> <!-- events-executed logo set call here --> <?php include 'includes/events-executed-set.php';?> <!-- events-executed 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>