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.119.28.173
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Government First Grade College Gubbi</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="#">Academic</a>
<ul>
<li><a href="courses.html">Courses Offered</a></li>
<li><a href="#">PG Syllabus</a></li>
<li><a href="#">Regulations</a></li>
</ul>
<li><a href="#">Faculty</a>
<ul>
<li><a href="teaching.html">Teaching Faculty</a></li>
<li><a href="support.html">Support Faculty</a></li>
<li><a href="guest.html">Guest Faculty</a></li>
</ul>
</li>
<li><a href="#">IQAC</a></li>
<li><a href="exambr.html">Exam Branch</a></li>
<li><a href="http://oasis.logisys.org/gfgcg">College Portal</a></li>
<li><a href="#">Student Corner</a>
<ul>
<li><a href="studentsup.html">Student Support</a></li>
<li><a href="#">Admission</a></li>
<li><a href="http://studentportal.universitysolutions.in">Student Portal</a></li>
<li><a href="https://results.logisys.org/gfgcg/">Results Portal</a></li>
</ul>
</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>
</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:900px;margin-left:50px;margin-top:-35px;font-size:16px'>
</div>
<div class="tab-contents-body">
<!--
font-size:16px'><a href="selectionlist.html"> Click Here to View Selection List for PG Courses.</a> <a href="pgadmschedule.pdf" target="blank"> Admission Schedule for PG Courses.</a></div>
<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/img1.jpg" alt="First" class="slide" /><!-- slides -->
<!-- <img src="images/img2.JPG" alt="Second" class="slide" />
<img src="images/img3.JPG" alt="Third" class="slide" />
<img src="images/img4.JPG" alt="Fourt" class="slide" />
<img src="images/img5.JPG" alt="Fivth" class="slide" />
<img src="images/img6.JPG" alt="Sixth" class="slide" />
<img src="images/img7.JPG" 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 facilitate rural students to empower knowledge, visualize the role of education among the rural folk, reinforcement of quality culture in education and accountability towards public expenditure.</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>The college believes in the dissemination, exchange and internationalization of the best practice in shaping the individual.</li>
<li>To cater humanities, commerce and management in the challenging world of the globalization to fulfill individual and social responsibility.</li>
<li>To understand various aspects of life in the context of global culture of all times.</li>
<li>To create an atmosphere in the young minds about the system of highest equality and reliability in the construction of the developed country</li>
</div>
<div class="col-md-11" >
<h3>Objectives</h3>
<li>To provide an excellent personal and academic counselling</li>
<li>To harness the students potentiality through co-oridinated efforts and personal attention.</li>
<li>Imparting knowledge and skills through quality teaching.</li>
<li>Inculcation of personality development traits.</li>
<li>Extra coaching and remedial classes for weaker students.</li>
<li>To sharpen the skills needed for modern and competitive business world.</li>
<li>To bring out graduates of excellence competence, good character and integrity.</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>
|