| 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>School Uniforms / LCIT Blooming Buds </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: #545050;
text-align:justify;
list-style: none;
margin: .5em;
padding: 0;
li {
margin: 0;
margin-bottom: .5em;
padding-left: 1em;
position: relative;
font-size: 1em;
&:after {
content: '';
height: .4em;
width: .4em;
background: #e83e8c;
display: block;
position: absolute;
transform: rotate(45deg);
top: .25em;
left: 0;
}
}
}
.uniform-policy {
padding: 10px;
width: 90%;
text-align:justify;
margin: auto;
}
h2 {
color: #333;
text-align: center;
}
</style>
</head>
<body>
<?php include 'BLOOMING_BUDS_Novbar.php';?>
<section>
<!-- 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 -->
<!-- crumbs area start -->
<div class="crumbs-area">
<div class="container">
<div class="crumb-content">
<h4 class="crumb-title">School Uniforms</h4>
</div>
</div>
</div>
<!-- crumbs area end -->
<!-- contact info area start -->
<div class="container"><br><br>
<h4 style="text-align: center; color:#05136e;">School Uniform Policy</h4>
<div class="row">
<div class="uniform-policy">
<p><strong>The school uniform is compulsory.</strong> Students who do not wear the proper uniform will be refused permission to class.</p>
<h5 style="text-align: center; color:#05136e;">Daily Wear During School Hours</h5>
<p><strong>Classes (Nursery to KG II) (Monday to Saturday)</strong></p>
<ul class="a">
<li><strong><span class="highlight">Boys:</span></strong> Pink Shirt, Black Checked Pant.</li>
<li><strong><span class="highlight">Girls:</span></strong> Pink Shirt, Black Checked Skirt with Galis.</li>
</ul>
<br>
<h5 style="text-align: center; color:#05136e;">Classes (I to Higher Level) (Monday, Tuesday, Thursday, Friday)</h5>
<ul class="a">
<li><strong><span class="highlight">Boys:</span></strong> White shirt, dark grey trousers, school tie, school belt, black shoes with laces, white socks.</li>
<li><strong><span class="highlight">Girls:</span></strong> White shirt, dark grey skirt (below the knees), school tie, school belt, black shoes with buckle, black stockings (knee length), black nylon hair band, black ribbons (two), grey/black tights (cycle shorts).</li>
</ul>
<br>
<h5 style="text-align: center; color:#05136e;">On Wednesday and Saturday (Classes I to III)</h5>
<ul class="a">
<li><strong><span class="highlight">Boys:</span></strong> Navy blue lower, house colour T-shirts, white canvas shoes, white socks.</li>
<li><strong><span class="highlight">Girls:</span></strong> Navy blue lower, house colour T-shirts, white canvas shoes, white socks.</li>
</ul>
<br>
<h5 style="text-align: center; color:#05136e;">Winter Uniform</h5>
<ul class="a">
<li><strong><span class="highlight">Nursery to KG II:</span></strong> Black sweater with mono & black cap.</li>
<li><strong><span class="highlight">Classes I to III:</span></strong> Gray sweater with mono & gray cap.</li>
</ul>
<br><br>
</div>
</div>
</div>
<!-- contact form 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>