| 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>LCIT Public School</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="assets/owlcarousel/owl.theme.default.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="assets/owlcarousel/owl.carousel.min.js"></script>
<!-- Swiper CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<!-- Swiper JS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- 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>
ul.a {
color: #8c8c8c;
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: #fd7e14;
display: block;
position: absolute;
transform: rotate(45deg);
top: .25em;
left: 0;
}
}
}
.course-thumb img {
width: 100%; /* makes image fill the container */
height: 200px; /* fixed height */
object-fit: cover; /* crops nicely without distortion */
display: block; /* removes inline spacing */
border-radius: 5px; /* optional: rounded corners */
}
</style>
</head>
<body>
<?php include 'navbar.php';?>
<!-- crumbs area start -->
<div class="crumbs-area">
<div class="container">
<div class="crumb-content">
<h4 class="crumb-title">Streams Available</h4>
</div>
</div>
</div>
<!-- crumbs area end -->
<!-- course area start -->
<div class="container"> <br><br>
<h3 class="text-uppercase" style="text-align:center; font-size:20px; color:#05136e;">Streams Available </h3><br>
<div class="row">
<span class="text-uppercase">Building a strong career starts with a clear vision and continuous effort.
</span>We have Humanities, Commerce and Science streams in Class XI & XII.
<br><br><br><br>
<div class="commn-carousel owl-carousel card-deck">
<div class="card mb-5">
<div class="course-thumb">
<img src="assets/images/course/maths.jpg" alt="image">
<span class="cs-price primary-bg">Maths</span>
</div>
<div class="card-body p-25">
<div class="course-meta-title mb-4">
<div class="course-meta-text">
<h4><a href="course-details.html">Mathematics </a></h4>
</div>
</div>
<p style="text-align:justify">Mathematics is an essential subject for students, providing the foundation for problem-solving, logical reasoning, and analytical thinking. It helps develop skills that are useful in daily life and in various fields like engineering, finance, computer science, and medicine.<br></p>
Stream Available<br>
<ul class="a">
<li>Mathematics and Computer Science</li>
<li>Mathematics and Physical Education</li></ul>
</div><!-- card-body -->
</div><!-- card -->
<div class="card mb-5">
<div class="course-thumb">
<img src="assets/images/course/biology.webp" alt="image">
<span class="cs-price primary-bg">Bio</span>
</div>
<div class="card-body p-25">
<div class="course-meta-title mb-4">
<div class="course-meta-text">
<h4><a href="course-details.html">Biology</a></h4>
</div>
</div>
<p style="text-align:justify">Biology is great for students interested in careers in medicine, environmental science, biotechnology, and research.</p>
Stream Available<br>
<ul class="a">
<li>Biology and Computer Science</li>
<li>Biology and Physical Education</li>
<li>Biology and Maths</li>
</ul>
</div><!-- card-body -->
</div><!-- card -->
<div class="card mb-5">
<div class="course-thumb">
<img src="assets/images/course/commerce.jpg" alt="image">
<span class="cs-price primary-bg">Com</span>
</div>
<div class="card-body p-25">
<div class="course-meta-title mb-4">
<div class="course-meta-text">
<h4><a href="course-details.html">Commerce</a></h4>
</div>
</div>
<p style="text-align:justify">Commerce offers students valuable insights into business, trade, finance, and economics. It opens doors to careers in accounting, management, banking, marketing, entrepreneurship, and more.</p>
Stream Available<br>
<ul class="a">
<li>Commerce and Applied Maths</li>
<li>Commerce and Physical Education</li>
<li>Commerce and Informatics Practices</li>
</ul>
</div><!-- card-body -->
</div><!-- card -->
<div class="card mb-5">
<div class="course-thumb">
<img src="assets/images/course/SocialScience.jpg" alt="image">
<span class="cs-price primary-bg">Hum</span>
</div>
<div class="card-body p-25">
<div class="course-meta-title mb-4">
<div class="course-meta-text">
<h4><a href="course-details.html">Humanities </a></h4>
</div>
</div>
<p style="text-align:justify">The humanities encompass a broad range of disciplines that study human culture, history, language, philosophy, and the arts. </p>
Stream Available<br>
<ul class="a">
<li>Humanities and Physical Education</li>
</ul>
</div><!-- card-body -->
</div><!-- card -->
</div>
</div><br><br> <br><br>
</div>
<!-- course 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>
<?php include 'footer.php';?>
</html>