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.145.41.108
Current Path : /kop/ |
| Current File : //kop/dep_stat.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>
<p style="font-size: 20px; font-weight: 400; text-align: justify;">The Department Of Statistics, Govt. Science collage, Bangalore was established prior 1927, Under -Graduate Level as Minor Subject:1937, Under- Graduate Level as Major Subject:1972.
Some of the eminent faculty members joined hands and toiled to develop the Department of Statistics in Bangalore, with a missionary zeal. They have put their mite to uplift the Department to a remarkable level.
</p>
</div>
<div >
<br>
<div >
</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/Statistics.jpg" >
<img class="mySlides" src="assets/images/Statistics1.jpg" >
</div>
</div>
</div>
</div>
<br>
</div>
<div>
<h6 style="color: black; padding-top: 10px;"> 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_stat.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="statpro_off.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="statpro_obj.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="statpro_out.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="stat_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="statfacility.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="stateve.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="stat_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="stat_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="stat_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="stat_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="stat_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>
|