HOME


5h-3LL 1.0
DIR: /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs
/home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs/
Upload File:
Current File : /home/aissorg/public_html/fonts/qzfcvsedcv/werwcwsfs/footer.php.tar
home/aissorg/public_html/includes/footer.php000064400000013435151162320110015260 0ustar00<footer class="section footer-standard bg-color-theme">
    <div class="footer-standard-main">
        <div class="container">
            <div class="row row-50">
                <div class="col-sm-4 col-md-5 col-lg-3">
                    <div class="box-1">
                        <h4 style="color:#900; text-decoration: underline;"><b>Contact Information</b></h4>
						<?php
							$sql = "SELECT * FROM contactus";
							$result = mysqli_query($con, $sql);
							$row = mysqli_fetch_array($result);
						?>
                        <ul class="list-sm">
                            <li class="object-inline"><span class="icon icon-md mdi mdi-map-marker" style="color:#900;"></span><a class="footer-link" href="#" style="color:#900; font-weight: 600;"><?php echo $row['address']; ?></a></li>
                            <li class="object-inline"><span class="icon icon-md mdi mdi-phone" style="color:#900;"></span><a class="footer-link" href="tel:<?php echo $row['phone_number']; ?>" style="color:#900; font-weight: 600;"><?php echo $row['phone_number']; ?></a></li>
                            <li class="object-inline"><span class="icon icon-md mdi mdi-phone" style="color:#900;"></span><a class="footer-link" href="tel:<?php echo $row['phone_number2']; ?>" style="color:#900; font-weight: 600;"><?php echo $row['phone_number2']; ?></a></li>
                            <li class="object-inline"><span class="icon icon-md mdi mdi-email" style="color:#900;"></span><a class="footer-link" href="mailto:<?php echo $row['email']; ?>" style="color:#900; font-weight: 600;"><?php echo $row['email']; ?></a></li>
                            <li class="object-inline"><p style="color:#900; font-weight: 600;">Social Media</p><a class="footer-link" href="https://www.facebook.com/ShirdiSaiBabaTempleMylapore/?ref=embed_page#" target="_blank" style="color:#4267B2; font-weight: 600;"><img src="img/fb.png"></a></li>
                        </ul>
                    </div>
                </div>
                <div class="col-sm-4 col-md-7 col-lg-3">
                    <h4 style="color:#900; text-decoration: underline;"><b>Know More</b></h4>
                    <ul class="list-marked">
                        <li><a class="footer-link" href="about-sai-samaj.php" style="color:#900; font-weight: 600;">About Sai Samaj</a></li>
                        <li><a class="footer-link" href="about-founder.php" style="color:#900; font-weight: 600;">About Founder</a></li>
                        <li><a class="footer-link" href="donate-now.php" style="color:#900; font-weight: 600;">Donation</a></li>
                        <li><a class="footer-link" href="list-of-poojas.php" style="color:#900; font-weight: 600;">Pooja List</a></li>
						<li><a class="footer-link" href="gallery.php" style="color:#900; font-weight: 600;">Gallery</a></li>
						<li><a class="footer-link" href="contact_us.php" style="color:#900; font-weight: 600;">Contact Us</a></li>
                    </ul>
                </div>
                <div class="col-sm-4 col-md-7 col-lg-3">
                    <h4 style="color:#900; text-decoration: underline;"><b>Quick Links</b></h4>
                    <ul class="list-marked">
                        <li ><a class="footer-link" href="pooja-online-reservation.php" style="color:#900; font-weight: 600;">Online Pooja Booking</a></li>
                        <li ><a class="footer-link" href="guest-book.php" style="color:#900; font-weight: 600;">Guest House Booking</a></li>
                        <li ><a class="footer-link" href="donate-now.php" style="color:#900; font-weight: 600;">Donation Darshan Booking</a></li>
						<li><a class="footer-link" href="privacy-policy.php" style="color:#900; font-weight: 600;">Privacy Policy</a></li>
						<li><a class="footer-link" href="terms-condition.php" style="color:#900; font-weight: 600;">Terms & Conditions</a></li>
						<li><a class="footer-link" href="ship-policy.php" style="color:#900; font-weight: 600;">Refund & Shipping Policy</a></li>
                    </ul>
                </div>
                <div class="col-lg-3">
                    <img src="img/logo-sai.jpg" alt=""  class="mb-3"width="233" height="50" style="border-radius: 13% 0%"/>
                    <div class="inset-right-1">
                        <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3887.0479499046246!2d80.26224707481624!3d13.032618537288396!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5267cd84db0017%3A0xdaf343f5be1553f6!2sSai%20Baba%20Temple%20Mylapore!5e0!3m2!1sen!2sin!4v1743154938881!5m2!1sen!2sin" width="100%" height="250" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div class="container">
        <div class="footer-standard-aside">
            <h5 style="color:#900; font-weight: 600;"></h5>
            <p class="rights" style="color:#900; font-weight: 600;"><span>&copy;&nbsp;</span><span class="copyright-year"></span><span>&nbsp;</span><span>All Rights Reserved.</span>
            </p>
        </div>
    </div>
</footer>

<!--<script>
  // Disable right-click
  document.addEventListener('contextmenu', function (e) {
    e.preventDefault();
  });

  // Disable text selection
  document.addEventListener('selectstart', function (e) {
    e.preventDefault();
  });

  // Disable copy
  document.addEventListener('copy', function (e) {
    e.preventDefault();
  });

  // Disable drag
  document.addEventListener('dragstart', function (e) {
    e.preventDefault();
  });

  // Disable keyboard shortcuts like Ctrl+S, Ctrl+U, Ctrl+C, etc.
  document.addEventListener('keydown', function (e) {
    if ((e.ctrlKey && ['s', 'u', 'c', 'x', 'a'].includes(e.key.toLowerCase())) || e.key === 'F12') {
      e.preventDefault();
    }
  });
</script>-->