BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
home
/
vssraipur
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: footer.php
<style> .fixed_logoes { position: fixed; left: 0; bottom: 48px; z-index: 999; } .fixed_logoes img { width: 110px; } .close_btn { display: inline-block; position: absolute; top: -12px; right: -10px; color: red; background-color: white; width: 25px; height: 25px; line-height: 100%; font-size: 18px; text-align: center; padding-top: 3px; border-radius: 100%; font-weight: bold; cursor: pointer; } span.close_b1 { border: 2px solid #df3236; width: 30px; display: block; height: 29px; border-radius: 4px; top: -5px; position: relative; color: #df3236; font-weight: 600; background-color: white; cursor: pointer; } </style> <script type="text/javascript"> $(document).ready(function(){ $('.close_b1').click(function(){ $('.flat-socials').hide(); }); }); </script> <?php $url='https://vssraipur.com'; ?> <footer> <div class="container"> <ul> <li><a href="<?php echo $url; ?>/refund-cancellation-policy.php">Refund Cancellation Policy</a></li> <li><a href="<?php echo $url; ?>/privacy-policy.php">Privacy Policy</a></li> <li><a href="<?php echo $url; ?>/terms-condition.php">Terms & Condition</a></li> </ul> </div> </footer> <div class="bottom"> <div class="container"> <div class="row"> <div class="container-bottom"> <div class="col-md-5"> <div class="copyright"> <p>Venkateshwar Signature School © 2019 / All Rights Reserved.</p> </div> </div> <div class="col-md-3 text-center copyright"> <p><a href="http://skoolroom.in" target="_blank">Powered By : Skoolroom</a></p> </div> <div class="col-md-4 text-right copyright"> <p><a title="Venkateshwar Signature School in Raipur, Chhattisgarh" href="https://vss.skoolroom.in/signin/index" target="_blank">Parent Login</a></p> </div> </div> </div> </div> </div> <ul class="flat-socials text-center"> <span class="close_b1">X</span> <li class="facebook"><a href="whatsapp://send?text=Hello Sir/Mam!&phone=+917998144444" target="_blank"><i class="fa fa-whatsapp" style="font-weight: 900;"></i></a></li> <li class="facebook"><a href="https://www.facebook.com/vssrpr" target="_blank"><i class="fa fa-facebook"></i></a></li> <li class="twitter"><a href="https://twitter.com/vssraipur?lang=en" target="_blank"><i class="fa fa-twitter"></i></a></li> <li class="instagram"><a href="https://www.instagram.com/vssraipur/?igshid=YmMyMTA2M2Y=" target="_blank"><i class="fa fa-instagram"></i></a></li> <li class="linkedin"><a href="https://in.linkedin.com/company/venkateshwar-signature-school" target="_blank"><i class="fa fa-linkedin"></i></a></li> <li class="instagram"><a href="https://www.youtube.com/channel/UCrD8Y_uPRKop0KtAusaF9aQ" target="_blank"><i class="fa fa-youtube"></i></a></li> </ul> <!-- <a class="go-top"> <i class="fa fa-angle-up"></i></a></div> <script type="text/javascript"> // variables var toTop = $('.go-top'); // logic toTop.on('click', function() { $('html, body').animate({ scrollTop: $('html, body').offset().top, }); }); </script> --> </body> </html>
Save
Cancel