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.222.179.96
<!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 Timings</h3>
<hr>
<br/>
<table class="table table-bordered" style="background: #fbfbfb;color: #212529;width: 70%;margin: auto;">
<thead style="text-align:center;color: white;background: #95503d;">
<tr>
<th scope="col">Days</th>
<th scope="col">From</th>
<th scope="col">TO</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: justify;">During the Semester</td>
<td>9.30 am</td>
<td style="text-align: justify;">5.30pm</td>
</tr>
<tr>
<td style="text-align: justify;">During Vacation</td>
<td>10.00 am</td>
<td style="text-align: justify;">5.00pm</td>
</tr>
<tr>
<td style="text-align: justify;">Examination days</td>
<td>9.00 am</td>
<td style="text-align: justify;">6.00pm</td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
<?php
include("footer.php")
?>
</html>
|