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 : 3.145.40.234
Current Path : /kop/ |
| Current File : //kop/lib_services.php |
<!DOCTYPE html>
<html lang="en">
<?php
include("header.php")
?>
<body>
<div class="row_1">
<div class="column_1" style="padding-bottom: 15px;">
<div class="col-xs-12 col-sm-4 col-md-3 col-lg-3" style="max-width: 100%; width:210px;">
<h6 style="color: black;">Library Details</h6>
<hr><a href="lib_collection.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Collection </a><br>
<br><a href="lib_access.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Access</a><br>
<br><a href="lib_services.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Services</a><br>
<br><a href="lib_details.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Books Details</a><br>
<br><a href="lib_program.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> N-LIST Program</a><br>
<br><a href="lib_practices.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Best Practices</a><br>
<br><a href="lib_r&r.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Rules and Regulations</a><br>
<br><a href="lib_Timings.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Timings</a><br>
<br><a href="lib_Map.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Library Floor Map</a><br>
<br><a href="lib_con_details.php" style="color: currentcolor; font-weight: 400;"><i style='font-size:24px' class='fa fas'></i> Contact details</a>
</div>
</div>
<!-- <br>
<br> -->
<div class="column_1">
<div class="col-xs-12 col-sm-8 col-md-9 col-lg-9" style="max-width: 100%;">
<h3 class="display-" style=" color: black;">Library Services</h3>
<hr>
<br/>
<ul class="points" style="font-size: large;text-align: justify;">
<li>Web OPAC (On-Line Public Access Catalogue) <a href="https://eg4.nic.in/GFGCKAR/OPAC/Default.aspx" target="_blank">Click here</a></li>
<li>Reference Service</li>
<li>Referral</li>
<li>Photocopying</li>
<li>Internet Services and Wi-Fi facility.</li>
<li>News Paper Clipping Service</li>
<li>SC/ST Book Bank Service</li>
<li>Current Content Service</li>
<li>User Orientation</li>
<li>Bound Volumes</li>
<li>Reading Room Facility with General Magazine and Dailies</li>
<li>Previous year Question Bank</li>
<li>Completed Minor/Major Research Projects are made available in the Library</li>
<li>Providing information on competitive exams and employment opportunities (Job Alerts)</li>
<li>Drinking Water Facility</li>
</ul>
<style>ul.points li{padding-bottom:10px;border-bottom:1px dashed #eee;margin-bottom:10px;}ul.points li:last-child{border-bottom:none;}</style>
</div>
</div>
</body>
<?php
include("footer.php")
?>
</html>
|