home
/
zktecojo
/
public_html
/
app
/
storage
/
views
/
test
➕ New
📤 Upload
✎ Editing:
3844adb814d535ceaa310b484b106a67
← Back
<!-- Footer --> <footer> <div class="mainFooterContainer"> <div class="kids"></div> </div> <div class="footerCopyRightWrapper"> <div class="container"> <div class="row"> <div class="col-sm-8"> <div class="ft-menu"> <ul> <li> <a href="about-us.php">About Us</a> </li> <li> <a href="curriculum.php">Curriculum </a> </li> <li> <a href="#">Facilities </a> </li> <li> <a href="#">Programs </a> </li> <li> <a href="#">Admissions </a> </li> <li> <a href="gallery.php">Gallery </a> </li> <li> <a href="contact-us.php">Contact Us </a> </li> </ul> </div> <div class="clearfix"></div> <div class="copy">© 2014 Golden Gate Nursery Reserved</div> </div> <div class="col-sm-4"> <div class="btm-social"> <ul> <li> <a href="#"><i class="fa fa-facebook"></i> </a></li> <li><a href="#"><i class="fa fa-twitter"></i> </a></li> <li><a href="#"><i class="fa fa-pinterest"></i> </a></li> </ul> </div> <div class="clearfix"></div> <!-- <div class="developedBy text-right"> <a href="http://pgsuae.com/" target="_blank">Web Design Dubai</a> by <a href="http://pgsuae.com/" target="_blank">Planet Green Solutions </a></p> </div>--> </div> </div> </div> </div> </footer> <!-- jQuery Version 1.11.0 --> <script src="assets/js/jquery-1.11.0.js"></script> <!-- Bootstrap Core JavaScript --> <script src="assets/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ --> <!-- Custom Theme JavaScript --> <script src="assets/js/classie.js"></script> <!-- Pop up script --> <!-- Custom daisy nav --> <script> // slider height var height = $(window).height(); //var width = $(window).width(); $('.intro').css({ 'height' : height, }); $('#bgvid').css({ // 'height' : height, }); $('.videoWrapper').css({ 'height' : height, }); function init() { window.addEventListener('scroll', function(e){ var distanceY = window.pageYOffset || document.documentElement.scrollTop, shrinkOn = 60, header = document.querySelector("header"); if (distanceY > shrinkOn) { classie.add(header,"smaller"); } else { if (classie.has(header,"smaller")) { classie.remove(header,"smaller"); } } }); } window.onload = init(); </script> </body></html>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel