/
/
home
/
u523034047
/
domains
/
rakeshfilms.in
/
public_html
/
skw
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.130
PHP 8.3.16
Dir:
/home/u523034047/domains/rakeshfilms.in/public_html/skw
Edit:
/home/u523034047/domains/rakeshfilms.in/public_html/skw/footer.php
<?php // Fetch settings (latest record) $sql = "SELECT * FROM settings ORDER BY id DESC LIMIT 1"; $query = mysqli_query($connection, $sql); $setting = mysqli_fetch_assoc($query); ?> <div class="footerSection text-white py-5"> <div class="container"> <div class="row"> <!-- 1️⃣ About Section --> <div class="col-lg-3 col-md-6 mb-4"> <h5 class="mb-3 text-uppercase text-white ptm">About</h5> <p class="text-white ptm"> Greenwoods Global Sr. Sec. School,The School is promoted under the aegis of Smt. Kaushalya Devi Education Society. The inception of the Greenwoods Global Sr. Sec. School is due to the search of economical and quality education with a global perspective in Haldwani. </p> </div> <!-- 2️⃣ Quick Links --> <div class="col-lg-3 col-md-6 mb-4"> <h5 class="mb-3 text-uppercase text-white ptm">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.php" class="text-white text-decoration-none">About Us</a></li> <li><a href="admission.php" class="text-white text-decoration-none">Admission</a></li> <li><a href="gallery.php" class="text-white text-decoration-none">Gallery</a></li> <li><a href="contact.php" class="text-white text-decoration-none">Contact</a></li> </ul> </div> <!-- 3️⃣ Address & Mobile Number --> <div class="col-lg-3 col-md-6 mb-4"> <h5 class="mb-3 text-uppercase text-white ptm" >Address & Contact</h5> <p class="text-white ptm"><i class="fa fa-map-marker"></i> <?php echo $setting['address']; ?></p> <p class="text-white ptm"><i class="fa fa-phone"></i> +91-<?php echo $setting['mobile_no']; ?></p> <p class="text-white ptm"><i class="fa fa-whatsapp"></i> +91-<?php echo $setting['mobile_no']; ?></p> <p class="text-white ptm"><i class="fa fa-envelope"></i> <?php echo $setting['email_id']; ?></p> <div class="social-links mt-3"> <a href="<?php echo $setting['facebook']; ?>" class="text-white me-3"><i class="fa fa-facebook"></i></a> <a href="<?php echo $setting['instagram']; ?>" class="text-white me-3"><i class="fa fa-instagram"></i></a> <a href="<?php echo $setting['youtube']; ?>" class="text-white me-3"><i class="fa fa-youtube-play"></i></a> </div> </div> <!-- 4️⃣ Google Map Location --> <div class="col-lg-3 col-md-6 mb-4"> <h5 class="mb-3 text-uppercase text-white ptm">Find Us</h5> <div class="ratio ratio-1x1"> <iframe src="https://www.google.com/maps?q=Greenwoods+Global+Sr.+Sec.School&output=embed" width="100%" height="200" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"> </iframe> </div> </div> </div> <div class="copyRightSction"> <div class="container"> <div class="row"> <div class="col-lg-12 py-2 text-center f14r copyText"> ©<script>document.write(new Date().getFullYear())</script> Greewoods Global Sr. Sec School, Haldwani. All Rights Reserved | Designed & Maintained by <a href="#" rel="nofollow" tabindex="0" target="_blank"> Sunrise It Solutions </a> </div> </div> </div> </div> </div> </div>
Ukuran: 3.6 KB