fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh bnmbertsurrttrtrtrtrjhjhjjhjhhjhjhjhf'tdfg php sh-3ll

HOME


sh-3ll 1.0
DIR:/home/tcfq2ylb8mbt/
Upload File :
Current File : /home/tcfq2ylb8mbt/footer.php
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white footer mt-5 wow fadeIn" data-wow-delay="0.1s">
            <div class="container py-5">
                <div class="row g-5">
                    <div class="col-lg-6 col-md-6">
                        <h5 class="text-footerHeading">Chh. Sambhajinagar Office</h5>
                        <p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>
                        Office no 23, Second Floor, Tapadiya Cine complex Cidco, N1 Chh.Sambhajinagar Maharashtra 431003.
                        <!--Office No.23, 2nd Floor, Tapadia Cine Market Complex, N1, Cidco , Aurangabad, India, Maharashtra-->
                        </p>
                         <p class="mb-2"><i class="fa fa-phone-alt me-3"></i>+91 9922377000 / 7498362355</p>
                        <p class="mb-2"><i class="fa fa-envelope me-3"></i>tanpureconstructions@gmail.com</p>
                        <h5 class="text-footerHeading">Beed Office</h5>
                        <p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>Tanpure heights, NH548D     
At patoda Taluka-Patoda Dist- Beed Maharashtra 414204.</p>
                        <p class="mb-2"><i class="fa fa-phone-alt me-3"></i>+91 9922377000 </p>
                        <p class="mb-2"><i class="fa fa-envelope me-3"></i>tanpureconstructions@gmail.com</p>
                        <div class="d-flex pt-2">
                            <a class="btn btn-outline-light btn-social instagram" href="https://www.instagram.com/tanpureinteriorconstructions"><i class="fab fa-instagram"></i></a>
                            <a class="btn btn-outline-light btn-social facebook" href="https://www.facebook.com/profile.php?id=61556221933723"><i class="fab fa-facebook-f"></i></a>
                            <!--<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-youtube"></i></a>-->
                            <!--<a class="btn btn-outline-light btn-social" href=""><i class="fab fa-linkedin-in"></i></a>-->
                        </div>
                    </div>
                    <div class="col-lg-3 col-md-6">
                        <h5 class="text-footerHeading mb-4">Quick Links</h5>
                        <a class="btn btn-link text-white" href="./about.php">About Us</a>
                        <a class="btn btn-link text-white" href="./contact.php">Contact Us</a>
                        <a class="btn btn-link text-white" href="./gallery.php">Gallery</a>
                        <a class="btn btn-link text-white" href="./projects.php">Projects</a>
                        <a class="btn btn-link text-white" href="./privacy_policy.html">Privacy Policy</a>
                        <a class="btn btn-link text-white" href="./terms_and_conditions.html">Terms & Condition</a>
                    </div>
                    <div class="col-lg-3 col-md-6">
                        <h5 class="text-footerHeading mb-4">Services</h5>
                         <?php
                        $result = mysqli_query($conn, "SELECT * FROM `services` WHERE `status`='1'");
                        if (mysqli_num_rows($result) > 0) {
                            while ($row = mysqli_fetch_array($result)) {
                                $ser = $row['service_name'];
                                    if(strcmp($ser,'Vastu') > 4){ ?>
                                        <a href="./vastu_consultancy.php?<?php echo $row['service_name']; ?>"  class="btn btn-link text-white">
                                            <?php echo $row['service_name']; ?>
                                        </a>
                                       
                                    <?php }else{ ?>
                                        <a href="./services.php?<?php echo $row['service_name'] . "&service_id=" . $row['id']; ?>"  class="btn btn-link text-white">
                                            <?php echo $row['service_name']; ?>
                                        </a>
                                    <?php }
                            }
                        } ?>
                        <!--<a class="btn btn-link text-white" href="#">Exterior Elevation</a>-->
                        <!--<a class="btn btn-link text-white" href="#">Interior Design</a>-->
                        <!--<a class="btn btn-link text-white" href="#">Vastu Consultancy</a>-->
                        <!--<a class="btn btn-link text-white" href="#">3d Floor Plans</a>-->
                        <!--<a class="btn btn-link text-white" href="#">Design Packages</a>-->
                    </div>
                </div>
            </div>
            <div class="copyright">
                <div class="row">
                    <div class="col-md-12 text-center mb-3 mb-md-0">
                        &copy; <a class="border-bottom" href="#">Tanpure Interior & Construction Pvt. Ltd.</a>, All Right Reserved. 
                        <!-- Designed By <a class="border-bottom" href="https://www.ewebdigital.com">Vighnaharta E Web Digital</a>-->
                        Designed &amp; Promoted by <a href="https://zwebsolutions.net" target="_blank">Zweb Solutions Pvt. Ltd.</a>
                        <!--<p>Promoted  By: <a style="color: #fff;" href="http://zwebsolutions.net/">Zweb Solutions Pvt. Ltd.</a></p></p>-->
                    </div>
                </div>
            </div>
        </div>
        <!-- Footer End -->

        <a href="https://wa.me/917498362355"
            class="float zoom-in-out-box" target="_blank">
            <i class="bi bi-whatsapp my-float"></i>
        </a>

        <!-- Back to Top -->
        <a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>
    </div>
    <style>
        .text-footerHeading{
           color:#ff9900;
        }
    </style>

    <!-- JavaScript Libraries -->
    <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
    <script src="lib/wow/wow.min.js"></script>
    <script src="lib/easing/easing.min.js"></script>
    <script src="lib/waypoints/waypoints.min.js"></script>
    <script src="lib/owlcarousel/owl.carousel.min.js"></script>
    <script src="./js/counter.js"></script>

    <!-- Template Javascript -->
    <script src="js/main.js"></script>
    <script>
        $(document).ready(() => {
            document.querySelector('.enquiryBtn').click();
        })
    </script>
</body>

</html>