📁
File Manager
/home/nepsrganj/public_html/application/views
7.4.33 · Linux
/
/
home
/
nepsrganj
/
public_html
/
application
/
views
/home/nepsrganj/public_html/application/views/academics.php
← Back to folder
<!-- Author: W3layouts Author URL: http://w3layouts.com --> <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Edu School - Education Category Bootstrap Responsive Website Template - Contact Us : W3Layouts</title> <!-- Google fonts --> <link href="//fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap" rel="stylesheet"> <!-- Template CSS Style link --> <link rel="stylesheet" href="assets/css/style-starter.css"> </head> <body> <!-- inner banner --> <section class="inner-banner py-5"> <div class="w3l-breadcrumb py-lg-5"> <div class="container pt-4 pb-sm-4"> <!--<h4 class="inner-text-title pt-5">Contact Us</h4>--> <ul class="breadcrumbs-custom-path"> <li><a href="index.html">Home</a></li> <li class="active"><i class="fas fa-angle-right"></i>Academics</li> </ul> </div> </div> </section> <!-- //inner banner --> <!-- contact block --> <section class="w3l-contact py-5" id="facilities"> <div class="container py-md-5 py-4"> </div> </section> <!-- map --> <!-- Js scripts --> <!-- move top --> <button onclick="topFunction()" id="movetop" title="Go to top"> <span class="fas fa-level-up-alt" aria-hidden="true"></span> </button> <script> // When the user scrolls down 20px from the top of the document, show the button window.onscroll = function () { scrollFunction() }; function scrollFunction() { if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) { document.getElementById("movetop").style.display = "block"; } else { document.getElementById("movetop").style.display = "none"; } } // When the user clicks on the button, scroll to the top of the document function topFunction() { document.body.scrollTop = 0; document.documentElement.scrollTop = 0; } </script> <!-- //move top --> <!-- common jquery plugin --> <script src="assets/js/jquery-3.3.1.min.js"></script> <!-- //common jquery plugin --> <!-- theme switch js (light and dark)--> <script src="assets/js/theme-change.js"></script> <!-- //theme switch js (light and dark)--> <!-- MENU-JS --> <script> $(window).on("scroll", function () { var scroll = $(window).scrollTop(); if (scroll >= 80) { $("#site-header").addClass("nav-fixed"); } else { $("#site-header").removeClass("nav-fixed"); } }); //Main navigation Active Class Add Remove $(".navbar-toggler").on("click", function () { $("header").toggleClass("active"); }); $(document).on("ready", function () { if ($(window).width() > 991) { $("header").removeClass("active"); } $(window).on("resize", function () { if ($(window).width() > 991) { $("header").removeClass("active"); } }); }); </script> <!-- //MENU-JS --> <!-- disable body scroll which navbar is in active --> <script> $(function () { $('.navbar-toggler').click(function () { $('body').toggleClass('noscroll'); }) }); </script> <!-- //disable body scroll which navbar is in active --> <!-- bootstrap --> <script src="assets/js/bootstrap.min.js"></script> <!-- //bootstrap --> <!-- //Js scripts --> </body> </html>
Cancel
✓ Save