| 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 class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>LCIT Blooming Buds School</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link rel="shortcut icon" type="image/png" href="assets/images/icon/favicon.ico">
<?php include 'alllinks.php';?>
<style>
html {
scroll-behavior: smooth;
}
.pdf {
width: 100%;
aspect-ratio: 4 / 3;
}
.pdf,
html,
body {
height: 600px;
margin: 0;
padding: 0;
}
h1,
h3 {
text-align: center;
}
h1 {
color: green;
}
</style>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- preloader area start -->
<div id="preloader">
<div class="loader"></div>
</div>
<!-- prealoader area end -->
<!-- header area start -->
<?php include 'BLOOMING_BUDS_Novbar.php'; ?>
<!-- header area end -->
<!-- offset search area start -->
<div class="offset-search">
<form action="#">
<input type="text" name="search" placeholder="Sarch here...">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<!-- offset search area end -->
<!-- body overlay area start -->
<div class="body_overlay"></div>
<!-- body overlay area end -->
<!-- slider area start -->
<div class="crumbs-area">
<div class="container">
<div class="crumb-content">
<h4 class="crumb-title">About Us</h4>
</div>
</div>
</div>
<!-- slider area end -->
<!-- about area start -->
<div class="about-area pb--10 pt--120" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12" >
<div class="about-left-content">
<div class="section-title">
<h2><span class="primary-color">About Us</span></h2>
<br>
<p style="text-align:justify;">
Welcome to <b> *LCIT BLOOMING BUDS*</b> – a joyful and nurturing space where little minds begin their journey of discovery, creativity, and growth!
<br>
Established in the academic session <b>2023–2024</b>, our school is built on the belief that early childhood education lays the foundation for a lifetime of learning. We are committed to providing a safe, engaging, and child-friendly environment where every child feels valued and inspired.</p>
<b>What We Offer:</b><br><br>
<ul style="list-style-type: squre; margin: 10px; padding-left: 0;">
<li style="margin-bottom: 15px;text-align: justify;">
<strong>Classes from Play Group to Class IV:</strong>
Our curriculum is thoughtfully designed to suit each developmental stage, focusing on cognitive, emotional, and social development.
</li>
<li style="margin-bottom:15px;text-align:justify;">
<strong>Transport Facility:</strong>
To make daily travel safe and convenient for parents and students, we provide well-managed transport services with trained staff.
</li>
<li style="margin-bottom:15px;text-align:justify;">
<strong>Dedicated Teachers:</strong>
Our caring and experienced educators are passionate about early learning and ensure individual attention for every child.
</li>
</ul>
<br><br>
<p><b>Our Location:</b><br>
📍 Vaishali Nagar Phase 2,<br>
Shrikant Verma Marg,<br>
Bilaspur, Chhattisgarh</p>
<p style="text-align: justify;">
We invite you to be a part of our growing family and see your child blossom in a happy, secure, and stimulating environment.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- about area end -->
<!-- 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>