| 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>Laboratories </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 Laboratories</h4>
</div>
</div>
</div>
<!-- Facilities area start -->
<div class="container"> <br><br>
<div class="row">
<p style="text-align:justify;"><b>School Laboratory:</b> Our school laboratories are designed to spark curiosity and hands-on learning. <br>We have well-equipped labs for subjects like Science, Mathematics, and Computer Studies, where students can explore, experiment, and discover.<br><br>
- <b>🧪 Science Lab: </b> Science Lab offers students hands-on experience in <b>Physics, Chemistry, and Biology, </b>transforming theoretical knowledge into practical understanding. Equipped with <b>modern instruments, essential materials, and comprehensive safety gear,</b> the lab provides a dynamic environment where curiosity meets discovery. <br>Under guided supervision, students explore scientific principles through exciting experiments that foster critical thinking, innovation, and a deeper appreciation for the natural world.
<br><br>
- <b> 💻 Computer Lab: </b> The Computer Lab is equipped with <b>modern computers</b> and <b>high-speed internet</b>, providing students with opportunities to learn <b>coding</b>, develop <b>digital skills</b>, and explore the <b>responsible and creative use of technology</b>. It’s a space where innovation meets education, preparing students for the digital world ahead.
</p>
<div class="row">
<div class="course-thumb">
<a href="facilitiesimg/bio lab.jpg" target="_blank">
<img src="facilitiesimg/bio lab.jpg" alt="Lights" style="width:100%"></a>
</div>
<div class="course-thumb">
<a href="facilitiesimg/physic lab.JPG" target="_blank">
<img src="facilitiesimg/physic lab.JPG" alt="Lights" style="width:100%"></a>
</div>
<div class="course-thumb">
<a href="facilitiesimg/chemistry lab.JPG" target="_blank">
<img src="facilitiesimg/chemistry lab.JPG" alt="Lights" style="width:100%"></a>
</div>
<div class="course-thumb">
<a href="facilitiesimg/computer lab.JPG" target="_blank">
<img src="facilitiesimg/computer lab.JPG" alt="Lights" style="width:100%"></a>
</div>
<!-- <div class="col-lg-4 col-md-6">
<div class="card mb-5">
<div class="course-thumb">
<a href="facilitiesimg/Chemistry2.JPEG" target="_blank">
<img src="facilitiesimg/Chemistry2.JPEG" alt="Lights" style="width:100%"></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card mb-5">
<div class="course-thumb">
<a href="facilitiesimg/Biology.JPEG" target="_blank">
<img src="facilitiesimg/Biology.JPEG" alt="Lights" style="width:100%"></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="card mb-5">
<div class="course-thumb">
<a href="facilitiesimg/Lab5.jpg" target="_blank">
<img src="facilitiesimg/Lab5.jpg" alt="Lights" style="width:100%"></a>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- Facilities area end -->
</section>
</body>
<?php include 'footer.php';?>
</html>