Server IP : 103.53.40.154 / Your IP : 18.119.248.214 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/asinteriors.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php include 'top-link.php';?> <title>Site Map | AS Interiors </title> <meta name="description" content="Site Map | AS Interiors "> <style> .site-links li{ padding:3px 0px; } .site-links li a{ font-weight:bold; font-size:17px; } </style> <style> #loc { background-color: #EBE3D5; } #loc h2 span { color: #ea622b; } .loc-inner ul li { list-style: none; margin-bottom: 8px; } .loc-inner ul li a { text-decoration: none; color: #141414; } .loc-inner ul li:hover { transform: translateX(8px); transition: 0.4s ease-in-out; } .loc-inner ul li:hover a { color: #ea622b; } .py-5{ padding:20px 0; width:100%; } </style> </head> <body> <?php include 'header.php';?> <!-- breadcrumb area --> <div class="breadcrumb-area breadcrumb-padding bg-img" style="background-image:url(<?php echo $wspath?>assets/images/bg/bg-3.jpg)"> <div class="container"> <div class="breadcrumb-content text-center"> <h1>Sitemap</h1> <ul> <li><a href="<?php echo $wspath?>">Home</a></li> <li><i class="fa fa-angle-right"></i></li> <li>Sitemap</li> </ul> </div> </div> </div> <section id="loc" class="pb-2"> <div class="container py-5"> <div class="row" id="locationContainer"> <h2 class="text-center py-5">Important <span> Links</span></h2> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $wspath?>"><i class="fa fa-caret-right" aria-hidden="true"></i> Home</a></li> </ul> </div> </div> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $wspath?>about.html"><i class="fa fa-caret-right" aria-hidden="true"></i> About</a></li> </ul> </div> </div> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $wspath?>project.html"><i class="fa fa-caret-right" aria-hidden="true"></i> Projects</a></li> </ul> </div> </div> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $wspath?>contact.html"><i class="fa fa-caret-right" aria-hidden="true"></i> Contact Us</a></li> </ul> </div> </div> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $wspath?>policies.html"><i class="fa fa-caret-right" aria-hidden="true"></i> Policies</a></li> </ul> </div> </div> <h2 class="text-center py-5">Products <span> Category</span></h2> <?php $sqllocc = "SELECT * FROM `tbl_product`"; $runlocc = mysqli_query($db, $sqllocc) or die("Query Not run"); while ($datacat = mysqli_fetch_assoc($runlocc)) { ?> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $wspath?>service<?php echo $datacat['slug_link']?>.html"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $datacat['product_name']?></a></li> </ul> </div> </div> <?php } ?> <h2 class="text-center py-5">Our <span> Products</span></h2> <?php $sqlci = "SELECT * FROM `tbl_services`"; $runci = mysqli_query($db, $sqlci) or die("Query Not run"); while ($dataci = mysqli_fetch_assoc($runci)) { $serviceUrl = $wspath ; if (isset($_REQUEST['loc_slug'])) { $loc_slug = htmlspecialchars($_REQUEST['loc_slug']); $serviceUrl .= $loc_slug. '/'; } $serviceUrl .= '' . $dataci['url_link'] . '.html'; ?> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $serviceUrl; ?>"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $dataci['property_name']?></a></li> </ul> </div> </div> <?php } ?> <h2 class="text-center py-5">Location <span> We Cover</span></h2> <?php $sqlci = "SELECT * FROM `tbl_location`"; $runci = mysqli_query($db, $sqlci) or die("Query Not run"); while ($dataloc = mysqli_fetch_assoc($runci)) { ?> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $wspath ?><?php echo $dataloc['loc_slug']; ?>"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $dataloc['loc_name'] ?></a></li> </ul> </div> </div> <?php } ?> <h2 class="text-center py-5">Location Wise<span> Products</span></h2> <?php $sqllocc = "SELECT * FROM `tbl_location`"; $runlocc = mysqli_query($db, $sqllocc) or die("Query Not run"); while ($datalocc = mysqli_fetch_assoc($runlocc)) { $sqlci = "SELECT * FROM `tbl_services`"; $runci = mysqli_query($db, $sqlci) or die("Query Not run"); while ($dataci = mysqli_fetch_assoc($runci)) { ?> <div class="col-lg-3 text-start"> <div class="loc-inner"> <ul> <li><a href="<?php echo $wspath ?><?php echo $datalocc['loc_slug']; ?>/<?php echo $dataci['url_link']; ?>.html"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $dataci['property_name']?> In <?php echo $datalocc['loc_name']; ?></a></li> </ul> </div> </div> <?php } } ?> </div> </div> </section> <?php // include "locations.php"; ?> <?php include "social.php";?> <footer class="section bg-black"> <div class="footer-top section-padding"> <div class="container"> <div class="row row-cols-lg-4 row-cols-md-2 row-cols-sm-2 row-cols-1 mb-n8"> <div class="col mb-8"> <div class="footer-widget footer-about"> <div class="footer-logo"> <a href="<?php echo $wspath?>"><img src="<?php echo $wspath?>admin/images/<?php echo $dataf['footer_logo'];?>" alt="logo"></a> </div> <!-- short about footer --> <?php echo $dataf['short_about'];?> <div class="social-icon-style"> <a class="facebook" target="_blank" href="<?php echo $dataf["facebook_link"]; ?>"><i class="fa fa-facebook"></i></a> <a class="twitter" target="_blank" href="<?php echo $dataf["twitter_link"]; ?>"><i class="fa fa-twitter"></i></a> <a class="google-plus" target="_blank" href="<?php echo $dataf["insta_link"]; ?>"><i class="fa fa-instagram"></i></a> <a class="behance" target="_blank" href="<?php echo $dataf["pinterest_link"]; ?>"><i class="fa fa-linkedin"></i></a> </div> </div> </div> <div class="col mb-8"> <div class="footer-widget footer-list"> <h3 class="footer-title">Useful Link</h3> <ul> <li><a href="<?php echo $wspath?>">Home</a></li> <li><a href="<?php echo $wspath?>about.html">About</a></li> <li><a href="<?php echo $wspath?>project.html">Projects</a></li> <li><a href="<?php echo $wspath?>contact.html">Contact Us </a></li> <li><a href="<?php echo $wspath?>policies.html">Policies</a></li> <li><a href="<?php echo $wspath?>sitemap.html">Sitemap</a></li> </ul> </div> </div> <div class="col mb-8"> <div class="footer-widget footer-list"> <h3 class="footer-title">Contact Us</h3> <ul> <li> <span class="title"><i class="fa fa-phone"></i></span> <span class="desc"><a href="tel:<?php echo $datac["phone"]; ?>"><?php echo $datac["phone"]; ?></a></span> </li> <!--<li>--> <!-- <span class="title"><i class="fa fa-phone"></i></span>--> <!-- <span class="desc"><a href="tel:<?php echo $datac["alt_phone"]; ?>"><?php echo $datac["alt_phone"]; ?></a></span>--> <!--</li>--> <li> <span class="title"><i class="fa fa-envelope"></i> </span> <span class="desc"><a href="mailto:<?php echo $datac["email"]; ?>"><?php echo $datac["email"]; ?></a> <!-- <br>demo@example.com --> </span> </li> <li> <span class="title">A:</span> <span class="desc"><?php echo $datac["address"]; ?></span> </li> </ul> </div> </div> <div class="col mb-8"> <div style="height:100%" class="footer-widget footer-newsletter"> <iframe src="<?php echo $datac["map_link"]; ?>" width="100%" height="100%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <div class="copyright text-center"> <p> Copyright ©2024 <a href="<?php echo $wspath?>">AS Interior</a> All rights reserved <br> Designed & Developed by <a target="_blank" href="https://www.webkeyindia.com/">WebKeyIndia.com</a>. . </p> </div> </div> </div> </footer> <!-- JS Vendor, Plugins & Activation Script Files --> <!-- Vendors JS --> <script src="<?php echo $wspath?>assets/js/vendor/modernizr-3.11.7.min.js"></script> <script src="<?php echo $wspath?>assets/js/vendor/jquery-3.6.0.min.js"></script> <script src="<?php echo $wspath?>assets/js/vendor/jquery-migrate-3.3.2.min.js"></script> <script src="<?php echo $wspath?>assets/js/vendor/bootstrap.bundle.min.js"></script> <!-- Plugins JS --> <script src="<?php echo $wspath?>assets/js/plugins/swiper-bundle.min.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/hoverparallax.min.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/scrollup.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/odometer.min.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/ddbeforeandafter.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/magnific-popup.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/imagesloaded.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/isotope.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/aos.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/sticky-sidebar.js"></script> <script src="<?php echo $wspath?>assets/js/plugins/ajax-mail.js"></script> <!-- Activation JS --> <script src="<?php echo $wspath?>assets/js/main.js"></script> </body> </html>