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 : 18.189.194.225


Current Path : /proc/thread-self/root/proc/self/root/kop/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/kop/admvc.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-4">
            <center>
                <h3 class="display-" style=" color: black; padding: 5px;">Vice Chancellor</h3>
            </center>
            <hr>
        </div>
    </div>

    <div class="row">
        <div class="col-sm-4">
            <div class="col-sm-12">
                <img class="responsive_1" src="assets/images/kopVC.jpeg" height="100%" width="100%"
                    style="border-radius: 25px; border: 5px solid rgb(30, 38, 51);">
            </div>
        </div>
        <div class="col-sm-8">
            <div data-aos="fade-left">
                <h2 style="font-style: oblique;">Prof. B. K. Ravi</h2>
            </div>
            <br>
            <div data-aos="fade-up">
                <h5 style="font-style: oblique ; font-weight: 700;">The First Vice Chancellor of koppal University</h5>
                <br>
            </div>
            </br>
            </br>
            <div>
                <u>
                    <h3 style="text-align: center;">Profile of Vice Chancellor</h3>
                </u>
            </div>
            <div>
                <p style="text-align: justify; font-style: italic;">
                    <b>Prof. B. K. Ravi </b>is a veteran and renowned communication expert. Professor is well-versed in
                    political, film, and development communication, and has a strong social commitment. He has produced
                    numerous high-quality research works. His contributions as a teacher, researcher, critic, and
                    administrator are exceptional. According to him, the media is the most effective tool for uniting
                    people and revealing the true social landscape, which encourages people to reflect, and be
                    culturally aware
                </p>
                <p style="text-align: justify; font-style: italic;">
                    Professor has thirty-three years of teaching and research experience. The professor has served as
                    the Registrar of Bangalore University and Chairman of the Department of Communication, at Bangalore
                    University. Formerly, he was also the Member of the Karnataka State Commission for Backward Classes
                    for two terms. He was the Special Officer of Karnataka Fine Arts University, Govt. of Karnataka, for
                    two years.
                </p>

                <p style="text-align: justify; font-style: italic;">
                    Professor is the Executive Chairman of the National Communication Congress, Shantiniketan, Kolkata,
                    and Member, Planning Board, Pandit Lakshmi Chand State University of Performing and Visual Arts,
                    Rohtak, Haryana, nominated by the Hon’ble Governor of Haryana.
                    <br><a href='ProfBKRavi.pdf' target='blank'>Click Here to Read More</a>
                </p>

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


    <!-- <div class="container">
  <div class="row">
    <div class="col">
    <div data-aos="zoom-in">
    <img class="responsive_1" src="assets/images/admvc.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;">Prof. Shrinivas S. Balli</h2>
      </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>