| 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>Sports </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">Sports</h4>
</div>
</div>
</div>
<!-- Facilities area start -->
<div class="container">
<br><br>
<div class="row">
<p>At our school,<b> sports and physical </b> activities are a fun and important part of student life. We offer lots of opportunities for students to stay active and enjoy playing games with friends.
<br><br> Our campus includes a <b>football field, cricket ground, basketball and volleyball courts, and badminton courts</b>. For <b>indoor fun</b>, we also have games like <b> carrom, and chess</b>. All our sports areas are well taken care of so students can play safely and have a great time.</p>
<div class="col-lg-4 col-md-6">
<div class="card mb-5">
<div class="course-thumb">
<a href="assets/images/Student-life/Sports-day1.JPEG" target="_blank">
<img src="assets/images/Student-life/Sport1.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="assets/images/Student-life/Sports-day2.JPEG" target="_blank">
<img src="assets/images/Student-life/Sport2.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="assets/images/Student-life/Sports-day3.JPEG" target="_blank">
<img src="assets/images/Student-life/Sport3.JPEG" alt="Lights" style="width:100%"></a>
</div>
</div>
</div>
</div>
</div>
<!-- Facilities area end -->
</section>
</body>
<?php include 'footer.php';?>
</html>