Server : Apache System : Linux server.xvl.jdw.mybluehostin.me 5.14.0-611.42.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 24 05:30:20 EDT 2026 x86_64 User : gdckalyandurg ( 1043) PHP Version : 8.2.30 Disable Function : exec,passthru,shell_exec,system Directory : /home/gdckalyandurg/public_html/ |
<?php
include("config.php");
if(isset($_GET['id'])){
$id = $_GET['id'];
if($id == 'IQAC_Meetings'){
header("location: page.php?type=iqac&id=iqac-meetings");
} elseif($id == 'RTI'){
header("location: page.php?id=rti");
}
}
$news = $db->select('news', '*', array('news_type'=>'news'), 'ORDER BY id DESC');
$announcements = $db->select('news', '*', array('news_type'=>'announcements'), 'ORDER BY id DESC');
$slides = $db->selectAll('slides', '*', 'ORDER BY sort_order ASC');
?>
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4816581207609961"
crossorigin="anonymous"></script>
<title>SVGM Government Degree College, Kalyandurg</title>
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/revolution-slider.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700' rel='stylesheet' type='text/css'>
<link href="css/style.css" rel="stylesheet">
<link href="css/extra.css" rel="stylesheet">
<link href="css/font-awesome.css" rel="stylesheet">
<link rel='stylesheet' id='google-font-css' href='//fonts.googleapis.com/css?family=Roboto%3A400%2C300%2C500%2C400italic%2C700%2C500italic%2FScript%3Alatin-ext%7CBitter&ver=4.8.8' type='text/css' media='all' />
<!--Favicon-->
<link rel="shortcut icon" href="images/gcm.png" type="image/x-icon">
<link rel="icon" href="images/gcm.png" type="image/x-icon">
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link href="css/responsive.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<script>
$(function() {
$('#myCarousel').carousel({
interval: 3000,
pause: "false"
});
$('#playButton').click(function() {
$('#myCarousel').carousel('cycle');
});
$('#pauseButton').click(function() {
$('#myCarousel').carousel('pause');
});
});
</script>
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<!-- End WOWSlider.com HEAD section -->
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
<style>
.line-spacing {
margin-bottom: 3em; /* Adjust '3em' as needed */
}
</style>
</head>
<body>
<div class="page-wrapper">
<?php include("includes/header.php"); ?>
<!--Main Slider-->
<section class="main-slider">
<div class="col-sm-9 col-xs-12">
<div class="tp-banner-container">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<?php
$j=0;
foreach($slides as $slide){
?>
<li data-target="#myCarousel" data-slide-to="<?php echo $j; ?>" <?php if($j==0) echo 'class="active"'; ?>></li>
<?php
$j++;
}
?>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<?php
$i=1;
foreach($slides as $slide){
?>
<div class="item <?php if($i==1) echo 'active'; ?>"><img class="d-block w-96" src="<?php echo $admin_url.$slide->image; ?>" style="width: 1160px;height: 500px;"> </div>
<?php
$i++;
}
?>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-12">
<div class="panel panel-primary">
<div class="panel-heading">
<h4 class="panel-title" align="center">NEWS & ANNOUNCEMENTS</h4>
</div>
<div class="panel-body" style="height:450px">
<marquee direction="up" SCROLLDELAY=200 BEHAVIOR=scroll onmouseover="this.stop();" onMouseOut="this.start();" style="height:295px">
<?php foreach($news as $new){ ?>
<a href="<?php echo $admin_url.$new->file; ?>" style="color:blue" target="_blank"><?php echo $new->title; ?></a> <img src="images/new-gif-image.gif" width="20px"><br>
<?php } ?>
</marquee>
</div>
</div>
</div>
</section>
<br/>
<div class="col-xs-12" style="background-color: #012f5d;color:white;height: 40px;margin-top: 0px">
<h4 style="margin-top: 3px"> Welcome to SVGM Govt. College, Kalyandurg</h4>
</div>
<!-- <section class="welcome-section">-->
<div class="auto-container">
<div class="welcome-content">
<div class="col-sm-9 col-xs-12"> <br>
<div class="sec-title">
<h3 style="color:#ff6600;"><strong>WELCOME TO SVGM GOVERNMENT COLLEGE, KALYANDURG</strong></h3>
</div>
<div class="text" align="justify">
<div class="col-sm-3 col-xs-12"> <img src="images/priccc.jpg" style="border-radius: 10px;box-shadow: 0 1px 0 1px #1234" width="200px">
<h4 style="color: green"> Dr. P.Harsha Latha</h4>
<p style="float: left;">Principal M.Sc.,M.Phil.,Ph.D</p>
</div>
<p align="justify">S.V.G.M. Government Degree College, Anantapur, established in 1984, has a
longstanding tradition of serving society by educating students and preparing
professional educators for all levels. As one of the premier institutions in the
area, the college initially began with BA and B.Com courses, enrolling 140
students. Today, the college has grown significantly, now serving 812 students.</p>
<p align="justify">In 1998, B.Sc. courses in MPC and BZC were introduced. The college
expanded further in 2002 with a self-funded BA EPRD course, followed by the
addition of B Com CA and B Sc MPCs courses in 2004, and a THP group in
BA in 2008. The college operates under the jurisdiction of Sri Krishnadevaraya
University, Anantapur. Originally housed in the Government Junior College
buildings, the college moved to its own facility in 2004, featuring a new
building with a plinth area of 1,650 sq.m and a playground.</p>
<p align="justify">For generations, we've taken pride in offering top-notch education. We're
dedicated to keeping pace with the changing world, just like our community. We
focus on the skills needed for success today, from the latest teaching methods to
practical applications of knowledge. Our goal is to prepare well-rounded
individuals who can learn throughout their lives and thrive in our diverse
environment.</p>
<h2>
<a href="http://www.apcce.gov.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">CCE</a>
<a href="https://swayam.gov.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">SWAYAM</a>
<a href="https://www.swayamprabha.gov.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">SWAYAM PRABHA</a>
<a href="https://onlinecourses.nptel.ac.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">NPTEL</a><br>
<a href="http://iamshub.com/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">IAMS</a>
<a href="https://www.youtube.com/channel/UCpSzMrVC36NictxkhZR1Kpw" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">MANA TV</a>
<a href="http://www.apsche.org/apsche_new/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">APSCHE</a>
<a href="https://mhrd.gov.in/" target="_blank" class="btn btn-primary" style="width: 23%;border-radius: 5px">MHRD</a> </h2>
</div>
<div class="text" align="center">
<p class="line-spacing">
<!-- <div class="col-sm-9 col-xs-12"><a href="page.php?type=testimonial&id=testimonial"> <img src="images/testi.jpeg" width="500px"></a>
</div>-->
</div>
</div>
<div class="col-sm-3 col-xs-12"> <br>
<div class="panel panel-primary">
<div class="panel-heading">
<h3 class="panel-title" align="center">Quick Links</h3>
</div>
<div class="panel-body" align="center">
<h2><a href="page.php?type=time-tables&id=master-time-table" class="btn btn-primary" style="width: 80%;border-radius: 5px">Curricular Transaction Plan</a></h2>
<h2><a href="photogallery.php" class="btn btn-primary" style="width: 80%;border-radius: 5px">Photo Gallery</a></h2>
<!--<h2><a href="page.php?type=csp&id=community-service-project" class="btn btn-primary" style="width: 80%;border-radius: 5px">CSP</a></h2>-->
<h2><a href="page.php?type=cia&id=cia" class="btn btn-primary" style="width: 80%;border-radius: 5px">CIA</a></h2>
<h2><a href="page.php?type=internship&id=internship" class="btn btn-primary" style="width: 80%;border-radius: 5px">Internship</a></h2>
<h2><a href="page.php?id=nirf" class="btn btn-primary" style="width: 80%;border-radius: 5px">NIRF</a></h2>
<!--<h2><a href="press.php" class="btn btn-primary" style="width: 80%;border-radius: 5px">IN PRESS</a></h2>-->
<h2><a href="page.php?id=ugc" target="_blank" class="btn btn-primary" style="width: 80%;border-radius: 5px">UGC</a></h2>
<h2><a href="page.php?id=rusa" target="_blank" class="btn btn-primary" style="width: 80%;border-radius: 5px">RUSA</a></h2>
<h2><a href="http://www.naac.gov.in/index.php/en/" class="btn btn-primary" style="width: 80%;border-radius: 5px">NAAC</a></h2>
<!---updates.php?type=naac&id=SSR-->
<h2><a href="https://ndl.iitkgp.ac.in/" target="_blank" class="btn btn-primary" style="width: 80%;border-radius: 5px">National Digital Library</a></h2>
<h2><a href="https://cceinfo.ap.gov.in/" class="btn btn-primary" style="width: 80%;border-radius: 5px">Online Admissions</a></h2>
<h2><a href="page.php?type=newsletter&id=newsletter" class="btn btn-primary" style="width: 80%;border-radius: 5px">News Letter's</a></h2>
</div>
</div>
<div class="panel panel-primary">
<div class="panel-heading" style="background-color: #ff6600">
<h1 class="panel-title" style="font-size: 20px" align="center"><b>EXAMINATION CELL </b></h1>
<h6 align="center" style="color:yellow"> LATEST ANNOUNCEMENTS</h6>
</div>
<div class="panel-body" style="height:300px; padding:0 15px!important;">
<h2> <a href="exam-results/index.php" style="color:white" target="_blank" class="btn btn-primary" style="width: 80%;border-radius: 5px">Results </a> </h2>
<hr>
<ul style="list-style-type: none">
<marquee direction="up" SCROLLDELAY=200 BEHAVIOR=scroll onMouseOver="this.stop();" onMouseOut="this.start();" style="height:200px;">
<?php foreach($announcements as $announcement){ ?>
<li> <a href="<?php echo $admin_url.$announcement->file; ?>" style="color:blue" target="_blank"><?php echo $announcement->title; ?></a> <img src="images/new-gif-image.gif" width="50px"></li>
<?php } ?>
</marquee>
</ul>
</div>
</div>
</div>
</div>
<div class="row clearfix"> </div>
</div>
<!--</section>-->
</div>
<?php include("includes/footer.php"); ?>
</body>
</html>