| Server IP : 199.79.63.27 / Your IP : 216.73.216.250 Web Server : Microsoft-IIS/10.0 System : Windows NT MD-PLESK-WEB5 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_6698(lcitec7i) ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/ |
Upload File : |
<?php
include 'db.php';
// Fetch facilities data
$sql = "SELECT * FROM facilities";
$result = $conn->query($sql);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Library </title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<?php include 'alllinks.php';?>
<style>
.imgr{
height: 232px;
object-fit: cover;
}
ul.a {
color: #8c8c8c;
list-style: none;
margin: .5em;
padding: 0;
li {
margin: 0;
margin-bottom: .5em;
padding-left: 1em;
position: relative;
font-size: 1em;
&:after {
content: '';
height: .4em;
width: .4em;
background: #fd7e14;
display: block;
position: absolute;
transform: rotate(45deg);
top: .25em;
left: 0;
}
}
}
</style>
</head>
<body>
<?php include 'navbar.php';?>
<section>
<div class="crumbs-area">
<div class="container">
<div class="crumb-content">
<h4 class="crumb-title">Our Library</h4>
</div>
</div>
</div>
<!-- Facilities area start -->
<div class="course-area pt--120 pb--70">
<div class="container">
<p style="text-align:justify;">Our school has a library with lots of books, newspapers, and magazines for students to read and learn from.
<ul>
<li> There are separate areas for reading and for finding information.</li>
<li> Besides regular books, we have a computerized section where students can use:</li>
<li> Britannica and Encarta encyclopedias to look up facts and learn about different topics.</li>
<li> Educational CDs with videos and activities to make learning fun and easy.</li>
</ul>
</p>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="card mb-5">
<div class="course-thumb">
<a href="facilitiesimg/lab.jpg" target="_blank">
<img src="facilitiesimg/lab.jpg" alt="Lights" style="width:100%"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Facilities area end -->
</section>
</body>
<?php include 'footer.php';?>
</html>