| Server IP : 199.79.63.27 / Your IP : 216.73.217.151 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/lcitbb/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>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;
}
</style>
</head>
<body>
<?php include 'BLOOMING_BUDS_Novbar.php';?>
<section>
<div class="crumbs-area">
<div class="container">
<div class="crumb-content">
<h4 class="crumb-title">Chairman Desk</h4>
</div>
</div>
</div>
<!-- Facilities area start -->
<div class="course-area pt--120 pb--70" style="font-family: 'Segoe UI', sans-serif; line-height: 1.6;">
<div class="container">
<div class="row">
<img src="assets/images/promodjainsir.jpg" alt="Promod Jain sir" style="width: 300px; float: left; margin-right: 20px; margin-bottom: 20px; border-radius: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
Welcome to LCIT Group of Institutions, Bilaspur.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
<b>At LCIT,</b> we are steadfast in our dedication to fostering academic excellence, nurturing innovation, and facilitating holistic development. Our commitment extends to every member of our community, as we endeavor to create an environment conducive to growth and learning.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
<b> To our students,</b> I urge you to seize this opportunity to equip yourselves with the knowledge and skills necessary for success in the ever-evolving landscape of the professional world...
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
Our focus on practical learning ensures that you are not only academically proficient but also industry-ready and placement-ready.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
<b>To the parents,</b> I express my sincere gratitude for entrusting us with the education and well-being of your children. Rest assured, we prioritize their academic success and overall development above all else.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
<b>Prospective students,</b> I invite you to choose LCIT for the promise of excellence and opportunity across diverse fields. Our institution stands as a beacon of quality education and unwavering support for your aspirations.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
<b>To our esteemed faculty members,</b> your dedication to teaching and mentorship is invaluable. You play a pivotal role in shaping the future of our students, and for that, we are deeply grateful.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
Furthermore, I am proud to acknowledge LCIT's state-of-the-art infrastructure, designed to provide an enriching learning environment that nurtures creativity and innovation.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
Lastly, our strong collaboration with industries ensures that our students are not only academically prepared but also well-connected and acquainted with real-world practices and challenges.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
As Chairman, I am filled with pride for LCIT's achievements and enthusiastic about the opportunities that lie ahead. Let us continue to inspire, innovate, and make a positive impact on our students and the community at large.
</p>
<p style="text-align: justify; text-justify: inter-word; font-size: 16px; margin-bottom: 15px;">
Warm regards,<br>
<strong>Pramod Jain</strong><br>
Chairman
</p>
</div>
</div>
</div>
<!-- Facilities area end -->
</section>
<!-- footer area start -->
<?php include 'Footer.php'; ?>
<!-- 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>
<script>
$(document).ready(function() {
// get video source from data-src button
var $videoSrc;
$('.video-btn').click(function() {
$videoSrc = $(this).data( "src" );
});
console.log($videoSrc);
// autoplay video on modal load
$('#myModal').on('shown.bs.modal', function (e) {
// youtube iframe configuration and settings
$("#video").attr('src',$videoSrc + "?autoplay=1&rel=0&controls=1&loop=1&modestbranding=1");
})
// stop playing the youtube video when modal closed
$('#myModal').on('hide.bs.modal', function (e) {
// stop video
$("#video").attr('src',$videoSrc);
})
});
</script>
</body>
</html>