MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.12.34.150
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/automationpowersolutions.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/automationpowersolutions.com/all-locatins.php
<?php 
    include_once('admin/config.php');
?>
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <!-- Responsive -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
    <?php include 'headlink.php';?>
    
    <title>Sadguru Covered Locations</title>
    <meta name="description" content="Sadguru Covered Locations">
</head>
<body>

    <?php include 'header.php';?>

	<!-- Page Title -->
    <section class="page-title" style="background-image: url(images/background/9.jpg)">
        <div class="auto-container">
			<ul class="bread-crumb clearfix">
				<li><a href="<?php echo $wspath?>">Home</a></li>
				<li>Covered Locations</li>
			</ul>
			<h2>Covered Locations</h2>
        </div>
    </section>
    <!--End Page Title-->
    
	<!-- Welcome Section / Style Two -->
	<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;

    }
</style>
<section id="loc" style="padding-bottom:80px;">
    <h2 class="text-center py-5">Area <span> We Covered</span></h2>
    <div class="container">
        <div class="row" id="locationContainer">
            <?php
                $sqlloc = "SELECT * FROM `tbl_location`";
                $runloc = mysqli_query($db, $sqlloc) or die("Query Not run");
                while ($dataloc = mysqli_fetch_assoc($runloc)) {
            ?>
                <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
                }
            ?>
        </div>
        <!--<div class="text-center mt-3">-->
        <!--    <button id="readMoreBtn" class="btn btn-primary mt-3">View More Location</button>-->
        <!--    <a href="all-locatins.php"><button class="btn btn-primary mt-3">View All Location</button></a>-->
        <!--</div>-->
        <h2 class="text-center py-5"></h2>
        
    </div>
	<!-- End Welcome Section -->

		    <?php
    // include "locations.php";
    ?>
	<footer class="main-footer" style="background-image:url(<?php echo $wspath?>images/background/pattern-12.png)">
		<div class="auto-container">
			<!-- Widgets Section -->
			<div class="widgets-section">
				<div class="row clearfix">
					<!-- Big Column -->
					<div class="big-column col-lg-6 col-md-12 col-sm-12">
						<div class="row clearfix">
							<!-- Footer Column -->
							<div class="footer-column col-lg-6 col-md-6 col-sm-12">
								<div class="footer-widget logo-widget">
									<div class="logo">
										<!--<a href="index.php"><img src="images/AGTECH__1.png" alt="" /></a>-->
										<h3 style="color:white;"><?php echo $data['admin_name']?></h3>
									</div>
									<div class="text">Steel supplier in India, Delivering steel where and when you need it!</div>
									<a href="<?php echo $wspath?>about-us.html" class="theme-btn about-btn">About us</a>
								</div>
							</div>
							<!-- Footer Column -->
							<div class="footer-column col-lg-6 col-md-6 col-sm-12">
								<div class="footer-widget newsletter-widget">
									<h4>Our Products</h4>
							        <ul class="contact-list">
							            <?php
                                                $sqlci = "SELECT * FROM `tb7_product` LIMIT 5";
                                                $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['slug_url'] . '.html';
                                            ?>
                                            
                                            <li><a style="color:white;font-size:16px;" href="<?php echo $serviceUrl; ?>"><?php echo $dataci['src_name']?></a></li>
                                            
										    <?php 
											}
											?>
							        </ul>
									<!-- Social Box -->
									<ul class="social-box">
										<li><a href="<?php echo $data['fb_link']?>" class="fa fa-facebook"></a></li>
							            <li><a href="<?php echo $data['twit_link']?>" class="fa fa-twitter"></a></li>
							            <li><a href="<?php echo $data['insta_link']?>" class="fa fa-instagram"></a></li>
							            <li><a href="<?php echo $data['yt_link']?>" class="fa fa-youtube"></a></li>
									</ul>
									<!-- End Social Box -->
								</div>
							</div>
						</div>
					</div>
					
					<!-- Big Column -->
					<div class="big-column col-lg-6 col-md-12 col-sm-12">
						<div class="row clearfix">
							<!-- Footer Column -->
							<div class="footer-column col-lg-6 col-md-6 col-sm-12">
								<div class="footer-widget contact-widget">
									<h4>Official info:</h4>
									<ul class="contact-list">
										<li><span class="icon fa fa-phone"></span><?php echo $data['admin_phone']?></li>
										<li><span class="icon fa fa-envelope"></span><?php echo $data['admin_email']?></li>
									</ul>
									<div class="timing">
										<strong>Open Hours: </strong>
										Mon - Sat: 8 am - 5 pm, <br> Sunday: CLOSED
									</div>
								</div>
							</div>
							<!-- Footer Column -->
							<div class="footer-column col-lg-6 col-md-6 col-sm-12">
								<div class="footer-widget instagram-widget">
									<h4>Map</h4>
									<div class="widget-content">
										<iframe src="<?php echo $data['map_link']?>" width="240" height="240" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
									</div>
								</div>
							</div>
						</div>
					</div>
				</div>
			</div>
			<div class="footer-bottom">
				<div class="copyright">&copy; 2023-2024 SADGURU-STEELS - All rights reserved. Design, Developed and Promoted By <a href="https://www.webkeyindia.com" target="_blank" style="color:white;">webkeyindia.com </a></div>
			</div>
		</div>
	</footer>
	
    <script src="<?php echo $wspath?>js/jquery.js"></script>
    <script src="<?php echo $wspath?>js/popper.min.js"></script>
    <script src="<?php echo $wspath?>js/bootstrap.min.js"></script>
    <script src="<?php echo $wspath?>js/jquery.mCustomScrollbar.concat.min.js"></script>
    <script src="<?php echo $wspath?>js/magnific-popup.min.js"></script>
    <script src="<?php echo $wspath?>js/appear.js"></script>
    <script src="<?php echo $wspath?>js/parallax.min.js"></script>
    <script src="<?php echo $wspath?>js/tilt.jquery.min.js"></script>
    <script src="<?php echo $wspath?>js/jquery.paroller.min.js"></script>
    <script src="<?php echo $wspath?>js/owl.js"></script>
    <script src="<?php echo $wspath?>js/wow.js"></script>
    <script src="<?php echo $wspath?>js/odometer.js"></script>
    <script src="<?php echo $wspath?>js/backToTop.js"></script>
    <script src="<?php echo $wspath?>js/jquery-ui.js"></script>
    <script src="<?php echo $wspath?>js/cursor-script.js"></script>
    <script src="<?php echo $wspath?>js/script.js"></script>
    <script src="<?php echo $wspath?>js/mixitup.js"></script>
    <script src="<?php echo $wspath?>js/slick.js"></script>
    </body>
</html>

MMCT - 2023