| 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 : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vice Chairman Desk </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;
}
.message-container {
max-width: 1000px;
margin: auto;
background: #fff;
padding: 30px;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.message-header {
text-align: center;
margin-bottom: 30px;
}
.message-header h3 {
font-size: 28px;
color: #2c3e50;
margin: 0;
border-bottom: 3px solid #4CAF50;
display: inline-block;
padding-bottom: 8px;
}
.message-body {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
}
.message-body img {
width: 250px;
border-radius: 20px;
margin-right: 25px;
margin-bottom: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.message-body p {
flex: 1;
text-align: justify;
font-size: 16px;
line-height: 1.8;
color: #444;
}
.signature {
margin-top: 20px;
font-weight: bold;
color: #2c3e50;
}
</style>
</head>
<body>
<?php include 'navbar.php';?>
<section>
<div class="crumbs-area">
<div class="container">
<div class="crumb-content">
<h4 class="crumb-title">Vice Chairman Desk</h4>
</div>
</div>
</div>
<!-- Facilities area start -->
<div class="container">
<div class="row">
<div class="message-container">
<div class="message-header">
<h3>Vice Chairman's Message</h3>
</div>
<div class="message-body">
<img src="assets/images/ankit-jain.png" alt="Ankit Jain sir">
<p>Welcome to <strong>LCIT Group of Institutions!</strong><br><br>
At LCIT, we're dedicated to fostering academic excellence, innovation, and holistic development. For students, we offer a supportive environment where curiosity and creativity thrive, providing resources and guidance to excel in their chosen fields.<br><br>
Parents can trust in our commitment to their child's education, ensuring not just academic success but also overall well-being and development. Prospective students are invited to join us on a transformative journey, with diverse programs tailored to their career aspirations.
<br><br>
Our esteemed faculty members play a vital role in mentoring and shaping future leaders, bringing expertise and passion to the learning experience. As Vice Chairman, I'm proud of our progress and confident in our future success. Together, let's continue our journey towards academic excellence, innovation, and inclusivity at LCIT.
<br><br>
<span class="signature">Warm regards,<br>
Ankit Jain<br>
Vice Chairman</span></p>
</div>
</div>
</div>
</div>
<!-- Facilities area end -->
</section>
<!-- footer area start -->
<?php include 'footer.php';?>
<!-- footer area end -->
<!-- footer area end -->
<!-- jquery latest version -->
<script src="assets/js/vendor/jquery-2.2.4.min.js"></script>
<!-- bootstrap 4 js -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- others plugins -->
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/jquery.slicknav.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/scripts.js"></script>
</body>
</html>