0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.143.24.110


Current Path : /kop/
Upload File :
Current File : //kop/dep_kannada.php

<!DOCTYPE html>
<html lang="en">
  <?php
  include("header.php")
  ?>
  <head>

</head>
  <body>

  <br>
  
  
  <div class="row_3" style="display:flex;">
        <div class="column_3" >
      <div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; padding-left: 30px;">

      <div data-aos="zoom-in-up">
        <h3 class="display-" style=" color: black;">About the Department</h3>
        <hr>
        <br/>
        <p style="font-size: 20px; font-weight: 400; text-align: justify;">TThe department was started in 1921 when the Intermediate College was established and has been
catering to all the students opting for Kannada as a Language as part of the Under Graduate Programme
in the first four semesters. The department is actively involved in promotion of the language, art and
culture of the state. It also encourages students and faculty to take up publishing literature and pursue
research.
</p>
</div>
<div data-aos="zoom-in">

        <br>
<div data-aos="fade-up"
     data-aos-duration="3000">


</div>
        </div>

      </div>
</div>

<div class="column_3">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; ">

<div class="slides" >
  <img class="mySlides" src="assets/images/kannada1.jpg" >
  <img class="mySlides" src="assets/images/kannada2.jpg" >
  <img class="mySlides" src="assets/images/kannada3.jpg" >


</div>
</div>
</div>

</div>


<br>
</div>
<div>
<h6 style="color: black; padding-top: 10px;">&nbsp;&nbsp;&nbsp;Quick Links</h6>
      <hr>
<div class="card-deck" style="margin-left: 0px; padding: 10px 10px 10px 10px;">
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="dep_kannada.php" target="_blank" style="color: black; font-size: 14px; ">About</a></h6>                               
              </div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_poff.php" target="_blank" style="color: black; font-size: 14px; ">Programmes Offered</a></h6>
              </div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_pobj.php" target="_blank" style="color: black; font-size: 14px; ">Objectives</a></h6>
              </div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_pout.php" target="_blank" style="color: black; font-size: 14px;  ">Programme Outcome</a><!--</h6-->
              </h6></div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_opp.php" target="_blank" style="color: black; font-size: 14px;  ">Opportunities </a></h6>
              </div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_facilities.php" target="_blank" style="color: black; font-size: 14px;  ">Facilities</a></h6>
              </div>
            </div>
          </div>



          <div class="card-deck" style="margin-left: 0px; padding: 10px 10px 10px 10px;">
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_eve.php" target="_blank" style="color: black; font-size: 14px; ">Events</a></h6>                               
              </div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_res.php" target="_blank" style="color: black; font-size: 14px;  ">Research</a></h6>
              </div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_proj.php" target="_blank" style="color: black; font-size: 14px; ">Projects</a></h6>
              </div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_resfac.php" target="_blank" style="color: black; font-size: 14px; ">Research Facilities </a><!--</h6-->
              </h6></div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_resact.php" target="_blank" style="color: black; font-size: 14px; ">Research Activities</a><!--</h6-->
              </h6></div>
            </div>
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="kan_coninfo.php" target="_blank" style="color: black; font-size: 14px; ">Contact </a><!--</h6-->
              </h6></div>
            </div>
            </div>
            <br>
          </div>
          
</div>

</body>
<script>
  AOS.init();
</script>
<script>
var myIndex = 0;
carousel();

function carousel() {
  var i;
  var x = document.getElementsByClassName("mySlides");
  for (i = 0; i < x.length; i++) {
    x[i].style.display = "none";  
  }
  myIndex++;
  if (myIndex > x.length) {myIndex = 1}    
  x[myIndex-1].style.display = "block";  
  setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script>
<?php
include("footer.php")
?>
</html>