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.220.110.45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Government Arts College (Autonomous), Chitradurga </title>
<link rel="shortcut icon" type="image/x-icon" href="../images/favicon.jpg" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="css/logstyle.css" type="text/css" media="all" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<link href="css/animate.css" rel="stylesheet" type="text/css" media="all">
<script src="js/home.js" type="text/javascript"></script>
<script src="js/jquery-1.7.2.min.js" type="text/javascript"></script>
<script src="js/index.js" type="text/javascript"></script>
<script src="js/control.js" type="text/javascript"></script>
<script src="js/dytable.js" type="text/javascript"></script>
<script src="js/validate.js" type="text/javascript"></script>
<script src="js/form_submit.js" type="text/javascript"></script>
<script src="js/loadtable.js" type="text/javascript"></script>
<script src="js/cms.js" type="text/javascript"></script>
</head>
<body>
<!-- wrapper -->
<div id="wrapper">
<!-- shell -->
<div class="shell">
<!-- container -->
<div class="container">
<div style="margin-right:10px;padding-top:8px;color:#fff;" class="nav-top">
<span style="padding-left:5px;width:400px;" id="datestr"></span>
<span style="float:right;padding-right:15px;"> <span id="user_name"></span> <span onclick="window.location.href='index.html'">Home</span> </span>
</div
<!-- header -->
<header class="header">
<h1 style="width:1000px;" id="logo"><a href="#"></a></h1>
<br style="clear:both;"/>
<nav id="navigation">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About Us</a></li>
<li><a href="courses.html">Courses Offered</a></li>
<li><a href="#">Our Staff</a>
<ul>
<li><a href="teaching.html">Teaching Staff</a></li>
<li><a href="support.html">Support Staff</a></li>
<li><a href="guest.html">Guest Staff </a></li>
</ul>
</li>
<li><a href="studentsup.html">Student Support</a></li>
<!-- <li><a href="#">Students Corner</a>
<ul>
<li><a href="results.html">Results</a></li>
<li><a href="exam.html">Examination Application Form </a></li>
<li><a href="student.html">Online Services </a></li>
<li><a href="degreecert.html">Degree Certificate</a></li>
</ul>
</li>
<li><a href="#" onclick="redirectCollegepage()">College Login</a></li>
<li><a href="teachers.html">Teachers Corner</a></li> -->
<li><a href="contacts.html">Contact Us</a></li>
<li><a href="exambr.html">Exam Branch</a></li>
<li><a href="http://logisys.net.in/results/gcc">Results</a></li>
</ul>
</nav>
<div class="cl"> </div>
</header>
<!-- end of header -->
<div class="main">
<div id="v-nav" style="padding-top:5px;">
<div class="tab-content" style="display:block;margin-left:0px;">
<h4><b>Home</b></h4> <div style = 'color:red;width:800px;margin-left:50px;margin-top:-35px;font-size:18px'><marquee> Results of Even Semesters are declared</marquee> </div>
<div class="tab-contents-body">
<!-- <div class="">
<img src="img/university.png" />
<div class='tab-header-y'>SPEED AND ACCURACY IS OUR MOTTO</div>-->
<!-- <div class='tab-header'><h1></h1></div>
<div class="row mb40"> -->
<!-- <h2 class=""> </h2>-->
<!-- <div class="" style="max-width:500px" >
<img class="mySlides" src="images/Untitled.jpg" style="width:200%">
<img class="mySlides" src="images/Galunggung.jpg" style="width:200%">
<img class="mySlides" src="images/Hopetoun_falls.jpg" style="width:200%">
</div> -->
<div class="slider" id="main-slider"><!-- outermost container element -->
<div class="slider-wrapper"><!-- innermost wrapper element -->
<img src="images/imgx1.jpg" alt="First" class="slide" /><!-- slides -->
<img src="images/imgx2.jpg" alt="Second" class="slide" />
<img src="images/imgx3.jpg" alt="Third" class="slide" />
<img src="images/imgx4.jpg" alt="Fourt" class="slide" />
<img src="images/imgx5.jpg" alt="Fivth" class="slide" />
<img src="images/imgx6.jpg" alt="Sixth" class="slide" />
<img src="images/imgx7.jpg" alt="Sevent" class="slide" />
<img src="images/imgx8.tif" alt="Sevent" class="slide" />
</div>
</div>
</div>
<script>
(function() {
function Slideshow( element ) {
this.el = document.querySelector( element );
this.init();
}
Slideshow.prototype = {
init: function() {
this.wrapper = this.el.querySelector( ".slider-wrapper" );
this.slides = this.el.querySelectorAll( ".slide" );
this.previous = this.el.querySelector( ".slider-previous" );
this.next = this.el.querySelector( ".slider-next" );
this.index = 0;
this.total = this.slides.length;
this.timer = null;
this.action();
this.stopStart();
},
_slideTo: function( slide ) {
var currentSlide = this.slides[slide];
currentSlide.style.opacity = 1;
for( var i = 0; i < this.slides.length; i++ ) {
var slide = this.slides[i];
if( slide !== currentSlide ) {
slide.style.opacity = 0;
}
}
},
action: function() {
var self = this;
self.timer = setInterval(function() {
self.index++;
if( self.index == self.slides.length ) {
self.index = 0;
}
self._slideTo( self.index );
}, 3000);
},
stopStart: function() {
var self = this;
self.el.addEventListener( "mouseover", function() {
clearInterval( self.timer );
self.timer = null;
}, false);
self.el.addEventListener( "mouseout", function() {
self.action();
}, false);
}
};
document.addEventListener( "DOMContentLoaded", function() {
var slider = new Slideshow( "#main-slider" );
});
})();
/*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>
<div class="col-md-11" >
<h3>Vision</h3>
<li>To be an institute contributing to the nation and the world through excellence in higher education and to make the
students of Chitradurga region focus on the development of Physical, Intellectual, Scientific, and Social potential to foster
global competencies.</li>
</div>
<!--<div class="col-md-6" >
<h3>Goals</h3><li>Enriching and enabling students of socially, educationally and economically backward regions of Hyderabad Karnataka region to acquire knowledge and social
wisdom by enhancing and sustaining quality education.
</li>
</div>-->
<div class="col-md-11" >
<h3>Mission</h3>
<ul>
<li>To impart quality education to meet the needs of the emerging society. </li>
<li>To generate new knowledge by engaging in research and to promote academic growth. </li>
<li>To identify, based on an informed perception of regional, Indian and global needs, areas of specialization
upon which the institute can concentrate. </li><li>To equip students with relevant knowledge, competence and
creativity to face global challenges. </li><li>To undertake collaborative projects which offer opportunities for long term
interactions with academia and industry. </li><li>To facilitate optimum use of human and natural resources for sustainable
development. </li><li>To empower students through inclusive growth. </li></ul>
</div>
<div class="col-md-11" >
<h3>Goals</h3><li>Enriching and enabling students of socially, educationally and
economically backward regions of Chitradurga region to acquire knowledge and social
wisdom by enhancing and sustaining quality education.
</li>
</div>
</div>
</div>
</div>
<!-- end of box -->
</div>
<!-- end of main -->
<section style="background: url(images/appfromHd.jpg) repeat 0 0;"></section>
</div>
<!-- end of container -->
</div>
<!-- end of shell -->
</div>
<!-- end of wrappert -->
</div>
<script src="js/script.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</body>
</html>
|