| Server IP : 199.79.63.27 / Your IP : 216.73.216.42 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">
<!-- all css here -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/slicknav.min.css">
<link rel="stylesheet" href="assets/css/typography.css">
<link rel="stylesheet" href="assets/css/default-css.css">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/responsive.css">
<!--color css-->
<link rel="stylesheet" id="triggerColor" href="assets/css/triggerplate/color-0.css">
<!-- modernizr css -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<style>
ul.a {
font-size: 1em;
list-style: none;
margin: .5em;
padding: 0;
li {
margin: 0;
margin-bottom: .5em;
padding-left: 1em;
position: relative;
&:after {
content: '';
height: .4em;
width: .4em;
background: #fc287d;
display: block;
position: absolute;
transform: rotate(45deg);
top: .25em;
left: 0;
}
}
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid black;
padding: 10px;
text-align: center;
}
th {
background-color: #fc287d;
color:white;
}
</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 -->
<?php include 'BLOOMING_BUDS_Novbar.php';?>
<!-- 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 -->
<!-- crumbs area start -->
<div class="crumbs-area">
<div class="container">
<div class="crumb-content">
<h4 class="crumb-title"><span>Admission Process </span></h4>
</div>
</div>
</div>
<!-- crumbs area end -->
<!-- about area start -->
<div class="about-area ptb--120">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="about-left-content">
<h4>Documents to be submitted at the time of admission :</h4>
<ul class="a">
<li>Passport Size 2 Photos with white background (Candidate) Recently Taken.</li>
<li> 2 Photos (with white background) of each Father, Mother and Local Guardian.</li>
<li> Photocopy of Birth Certicate Self attested.</li>
<li>T.C. ,Original with PEN No.(Permanent Education Number).</li>
<li> Photocopy of Mark-Sheet (Last Class) self attested.</li>
<li>Blood Group of the Child.</li>
<li>Photocopy of BPL Card/ Caste certicate (In case of weaker category) self attested.</li>
<li> Photocopy of Aadhar Card of candidate & parent self attested.</li>
<li>E-Mail ID of Parents.</li>
</ul>
<br>
<h4>Age Criteria for Admission</h4><br>
<table>
<tr>
<th>Class</th>
<th>Minimum Age (as of April 1st)</th>
<th>Maximum Age (as of April 1st)</th>
</tr>
<tr>
<td><strong>Play Group</strong></td>
<td>--</td>
<td>--</td>
</tr>
<tr>
<td><strong>Nursery</strong></td>
<td>2.5 years plus</td>
<td>3.5 years plus</td>
</tr>
<tr>
<td><strong>K.G. I</strong></td>
<td>3.5 years plus</td>
<td>4.5 years plus</td>
</tr>
<tr>
<td><strong>K.G. II</strong></td>
<td>4.5 years plus</td>
<td>5.5 years plus</td>
</tr>
</table>
<br>
</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>