/
/
home
/
u523034047
/
domains
/
nainitalfloweritech.com
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.89
PHP 8.3.16
Dir:
/home/u523034047/domains/nainitalfloweritech.com/public_html
Edit:
/home/u523034047/domains/nainitalfloweritech.com/public_html/footer.php
<div class="footer-area bg-dark text-white pt-5 pb-3"> <div class="container"> <div class="row"> <!-- LOGO + CONTACT --> <div class="col-lg-4 col-md-6 mb-4"> <img src="/nainital-logo.png" alt="Nainital Floweritech Nursery Logo" width="160" class="mb-3"> <p class="small"> <i class="fa fa-map-marker-alt text-success"></i> Naukuchiatal, Nainital<br> Near Hanuman Temple<br> Pincode - 263136, Uttarakhand </p> <p> <i class="fa fa-phone text-success"></i> <a href="tel:<?php include('wamob.php'); ?>" class="text-white"> <?php include('mob.php'); ?> </a> </p> <p> <i class="fa fa-envelope text-success"></i> <a href="mailto:info@nainitalfloweritech.com" class="text-white"> info@nainitalfloweritech.com </a> </p> </div> <!-- QUICK LINKS --> <div class="col-lg-2 col-md-6 mb-4"> <h5 class="text-success">Quick Links</h5> <ul class="list-unstyled"> <li><a href="/index.php" class="text-white text-decoration-none">Home</a></li> <li><a href="/about-us.php" class="text-white text-decoration-none">About Us</a></li> <li><a href="/contact-us.php" class="text-white text-decoration-none">Contact Us</a></li> <li><a href="/faq.php" class="text-white text-decoration-none">FAQs</a></li> </ul> </div> <!-- CATEGORIES --> <div class="col-lg-3 col-md-6 mb-4"> <h5 class="text-success">Categories</h5> <ul class="list-unstyled"> <?php $sql=mysqli_query($con,"SELECT id, categoryName,slug FROM category LIMIT 6"); while($row=mysqli_fetch_array($sql)){ ?> <li> <a href="/category/<?php echo $row['slug']; ?>" class="text-white text-decoration-none"> <?php echo $row['categoryName'];?> </a> </li> <?php } ?> </ul> </div> <!-- MAP --> <div class="col-lg-3 col-md-6 mb-4"> <h5 class="text-success">Our Location</h5> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3183.9178962104857!2d79.5845441!3d29.3320309!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39a097d8e4f4a771%3A0xb178414294e8e7e5!2sNAINITAL%20FLOWERITECH!5e1!3m2!1sen!2sin!4v1769148238114!5m2!1sen!2sin" width="100%" height="180" style="border:0;border-radius:8px;" allowfullscreen="" loading="lazy"> </iframe> </div> </div> <hr class="border-secondary"> <div class="row align-items-center"> <div class="col-md-6 text-center text-md-start mb-2"> <small> © <?php echo date('Y');?> Nainital Floweritech. All Rights Reserved. </small> </div> <div class="col-md-6 text-center text-md-end"> <a href="https://www.facebook.com/share/1BpQJrKEmz/" target="_blank" class="text-white me-3"> <i class="fab fa-facebook-f"></i> </a> <a href="#" target="_blank" class="text-white me-3"> <i class="fab fa-youtube"></i> </a> <a href="https://wa.me/91<?php include('wamob.php');?>" target="_blank" class="text-white"> <i class="fab fa-whatsapp"></i> </a> </div> </div> </div> </div>
Ukuran: 3.1 KB