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 : 52.15.109.209
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<style>
@media(min-width:786px){
.slides{
height: 100%;
width: 100%;
}
.row_3 {
margin: 20px 0;
}
.column_3 {
display: table-cell;
padding: 10px;
color: #000000;
border-right: 10px ;
border-left: 10px;
width: 50%;
}
}
/* .mySlides {display:none;} */
</style>
<body>
<br>
<div class="row_3" style="display:flex; ">
<div class="column_3" >
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; padding-left: 30px;">
<h4 style=" color: black;">About Library</h4>
<hr>
<ul class="list-group">
<li class="list-group-item" style="text-align: justify;">The central library of the University is located in the intermediate building and is well organized. It
is a knowledge centre for accessibility developed on modern lines as a prominent learning
Resource Centre. The Library has made sincere efforts to assure an environment for intellectual
inquiry by providing user focused services to obtain and evaluate scholarly information and
knowledge available in main formats and strives to create new knowledge to increase
understanding and develop wisdom. <br> Our aim is to make the library, a vibrant centre to support the academic, research and
development activities. The library is at the core of research and learning at the campus. It is our
goal to support and contribute to the quality of academic and research activities for the
prosperous development of society and the nation building.<br> The library is entirely computerized with E-Granthalaya 4.0 (Cloud based) Technologies and
Services to the Indian Libraries (Software from National Informatics Centre, Department of
Information Technology, Government of India), a library management software package with all
the modules for use in the library. Computers are installed in the library mainly to access the
OPAC of the library and includes access to the internet. The building is secure with CCTV cameras
installed at strategic points.</li>
</ul>
</div>
</div>
<div class="column_3">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; ">
<div class="slides" >
<img class="mySlides" src="assets/images/library.png" >
<img class="mySlides" src="assets/images/library2.jpg" >
<img class="mySlides" src="assets/images/library3.jpg" >
<img class="mySlides" src="assets/images/library4.jpg" >
</div>
</div>
</div>
</div>
<br>
<div class="card-deck" style="margin-left: 0px; padding: 10px 10px 10px 10px;">
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_collection.php" target="_blank" style="color: #455598; font-size: 16px; padding-left: 35px; padding-top: 13px; ">Library Collection</a></h6>
</div>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_access.php" target="_blank" style="color: #455598; font-size: 16px; padding-left: 35px; padding-top: 13px; ">Library Access</a></h6>
</div>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_services.php" target="_blank" style="color: #455598; font-size: 16px; padding-left: 35px; padding-top: 13px; ">Library Services</a></h6>
</div>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_details.php" target="_blank" style="color: #455598; font-size: 16px; ">Library Physical Strength Details</a><!--</h6-->
</h6></div>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_program.php" target="_blank" style="color: #455598; font-size: 16px; ">Resources available under N-LIST Program</a></h6>
</div>
</div>
</div>
<div class="card-deck" style="margin-left: 0px; padding: 10px 10px 10px 10px;">
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_practices.php" target="_blank" style="color: #455598; font-size: 16px; padding-left: 35px; padding-top: 13px; ">Best Practices</a></h6>
</div>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_r&r.php" target="_blank" style="color: #455598; font-size: 16px; ">Library Rules and Regulations</a></h6>
</div>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_Timings.php" target="_blank" style="color: #455598; font-size: 16px; padding-left: 35px; padding-top: 13px; ">Library Timings</a></h6>
</div>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_Map.php" target="_blank" style="color: #455598; font-size: 16px; padding-left: 35px; padding-top: 13px; ">Library Floor Map</a><!--</h6-->
</h6></div>
</div>
<div class="card">
<div class="card-body">
<h6 class="card-title-1"><a href="lib_con_details.php" target="_blank" style="color: #455598; font-size: 16px; padding-left: 35px; padding-top: 13px; ">Contact details</a><!--</h6-->
</h6></div>
</div>
</div>
</div>
<br>
</body>
<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>
|