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


Current Path : /proc/thread-self/root/proc/self/root/kop/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/kop/admcha.php

<!DOCTYPE html>
<html lang="en">
  <?php
  include("header.php")
  ?>
  <head>
<style>
        @media (max-width: 768px) {
        
        .responsive_1 {
          width: 100%;
          height: auto;
        }
      }
    </style>
</head>
  <body>
<br>
<div class="row align-items-center">
      <div class="col p-3">
    <center><h3 class="display-" style=" color: black; padding: 5px;">Chancellor</h3></center>
        <hr>
</div>
</div>


<div class="container">
  <div class="row">
    <div class="col">
    <div data-aos="zoom-in">
    <img class="responsive_1" src="assets/images/admgov.jpg" height="500" width="600" style="border-radius: 25px; border: 5px solid rgb(30, 38, 51);">
    </div>
    </div>
    <div class="col">
    <div data-aos="fade-left">
      <h2 style="font-style: oblique;">Sri. Thaawarchand Gehlot</h2>
      <br>
      <h5 style="font-style: oblique ; font-weight: 700;" >Hon'ble Governor of Karnataka and Chancellor of Koppal University</h5>
      <br>
      <h5 class="responsive_1" ><i class="fa fa-envelope"></i><a style="color: black;" href="mailto:governor.rbblr-ka@gov.in"> : governor.rbblr-ka@gov.in</a></h5>
      <br>
      
  
    </div>
      <br>
      <!-- <div data-aos="fade-up">
      <h5 style="font-style: oblique ; font-weight: 700;" >The First Vice Chancellor of Nrupathunga University</h5>
      <br>
      <h5 class="responsive_1" ><i class="fa fa-envelope"></i><a style="color: black;" href="mailto:nrupathungauniversity@gmail.com"> : nrupathungauniversity@gmail.com</a></h5>
      </div> -->
    </div>
  </div>
  </div>
<div>
    <br>
    <br>
<h6 style="color: black; padding-top: 10px;">&nbsp;&nbsp;&nbsp;Administration</h6>
      <hr>
</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="admcha.php"  style="color: black; font-size: 14px; ">Chancellor</a></h6>                               
              </div>
            </div>
            
            <div class="card">              
              <div class="card-body" style=" background: #f7f7f7;">
              <h6 class="card-title-1"><a href="admvc.php"  style="color: black; font-size: 14px; ">Vice Chancellor</a></h6>
              </div>
            </div>
            
          
            </div>
            <br>
          </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>