BAMU_Hiring / mysite / hiring / templates / includes / footer.html
footer.html
Raw
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">

    <!--<div class="container footer-top">
      <div class="row gy-4">
        <div class="col-lg-5 col-md-12 footer-about">
          <a href="/home.html#get-started" class="logo d-flex align-items-center">
            <span>Vice Chancellor Hiring App</span>
          </a>
       
          <p>Lorem ipsum dolor sit amet consectetur, adipisicing elit. Explicabo saepe illum blanditiis enim perspiciatis praesentium laboriosam est? Voluptate exercitationem velit nesciunt cumque labore quaerat cum. Officia, repellendus dicta. Nam, repellat? </p>
          <div class="social-links d-flex mt-4">
            <a href="https://twitter.com/nitsriofficial?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor" target="_blank"><i class="bi bi-twitter"></i></a>
            <a href="https://www.facebook.com/nitsriofficial/" target="_blank"><i class="bi bi-facebook"></i></a>
            <a href="https://www.instagram.com/nitsriofficial/" target="_blank"><i class="bi bi-instagram"></i></a>
            <a href="https://www.linkedin.com/school/nitsriofficial/?originalSubdomain=in" target="_blank"><i class="bi bi-linkedin"></i></a>
          </div>
        </div>

        <div class="col-lg-2 col-6 footer-links">
          <h4>Useful Links</h4>
          <ul>
            <li><a href="/home.html">Home</a></li>
            <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    
    <div class="col-lg-2 col-6 footer-links">
        <h4 style="opacity: 0;">.</h4>
        <ul>
            <li><a href="/about.html">About us</a></li>
          </ul>
        </div>

        <div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
          <h4>Contact Us</h4>
	  <p>Department of Hiring</p>
          <p>National Institute Of Technology Srinagar</p>
          <p>Hazratbal Srinagar</p>
          <p>Jammu and Kashmir</p>
          <p class="mt-4"><strong>Phone:</strong> <span>+91 0194 244 4444</span></p>
          <p><strong>Email:</strong> <span>hiring@nitsri.ac.in</span></p>
        </div>

      </div>
    </div>-->

    <div class="copyright-text">Created by Accretion Devs © <span id="current-year"></span> All rights reserved!</div>

  </footer><!-- End Footer -->

  <script>
    const currentYear = new Date().getFullYear();
    document.getElementById("current-year").textContent = currentYear;
</script>