403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/Transport.php
    <?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>Transport </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: 5px;
  
  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;
    }
    }
  
}
	
        .btn {
            display: inline-block;
            padding: 10px 20px;
            background-color: #007bff;
            color: #fff;
            text-decoration: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: bold;
        }
        .btn:hover {
            background-color: #0056b3;
        }
		</style>
	</head>
	<body>
		<?php include 'navbar.php';?>
	<section>

    <div class="crumbs-area">
        <div class="container">
            <div class="crumb-content">
                <h4 class="crumb-title">Transport</h4>
            </div>
        </div>
    </div>

    <!-- Facilities area start -->
     
    
		

        <div class="container"><br> <br>
			<div class="row">
		<p style="text-align:justify;">	At our school, student safety and punctuality are top priorities. We operate a well-maintained fleet of buses that ensure a smooth and secure commute for all students.</p><br>
<ul class="a"> Key Features of Our Transport Service:
<li><b> Modern Safety Equipment:</b> All buses are fitted with the latest safety gear, including speed governors and mobile phones for real-time communication.</li>
<li><b> Extensive Route Coverage:</b> We serve both main trunk routes and feeder routes, ensuring accessibility across a wide area.</li>
<li><b> Term-Based Route Planning:</b> Specific bus routes are finalized at the start of each term. The school retains the right to modify routes as needed.</li>
<li><b> Transparent Communication:</b> Parents are informed of the designated bus routes during the admission process.</li>
<li><b> Commitment for the Session:</b> Once the transport facility is opted for, it remains in effect for the entire academic session and cannot be withdrawn mid-year.</li></ul><br>

Would you like this formatted for a brochure, website, or parent handbook? I can tailor it to suit any of those.
	
			
            <div class="row">
                        <div class="col-lg-4 col-md-6">
                        <div class="card mb-5">
                        <div class="course-thumb">
 <a href="facilitiesimg/transportation.JPEG" target="_blank">
	 <img src="facilitiesimg/transportation.JPEG" alt="Lights" style="width:100%"></a>
                        </div>
</div>
				</div>
				
				    <!-- Proper Link Button -->
    <a href="Bus_Route.php" class="btn">Show Bus Route</a>
                  
            </div>
        </div>
    </div>
    <!-- Facilities area end -->
</section>
		
		
	</body>
	<?php include 'footer.php';?>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit