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.135.209.231


Current Path : /proc/thread-self/root/proc/thread-self/root/kop/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/kop/dep_compa.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;">The Department of Computer Application started in the year 1996 with the intention of offering graduate program leading to Bachelor of Science (B.Sc) in Computer Science. The department extended its graduate program in 2014 to offer BCA (Bachelor of Computer Applications) to inculcate the students with Advance Computer Skills and Programming Knowledge that meets the industry standard.
Faculty in the Department of Computer Science are proficient in a wide range of subjects related to computing, including programming languages and methodology, software engineering, operating systems, compilers, distributed computations.
</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/Computer.jpg" >
  <img class="mySlides" src="assets/images/Computer1.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_compa.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="ca_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="ca_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="ca_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="ca_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="ca_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="ca_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="ca_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="ca_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="ca_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="ca_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="ca_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>