D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
greencoreschool.com
/
Filename :
class-lkg.php
back
Copy
<?php $page = "Our Classes"; include'style.php'; ?> <body> <?php include'header.php'; ?> <div class="main-content"> <div class="rs-breadcrumbs breadcrumbs-overlay"> <div class="breadcrumbs-img"> <img src="assets/images/breadcrumbs/2.jpg" alt="Breadcrumbs Image"> </div> <div class="breadcrumbs-text white-color"> <h1 class="page-title"><?php echo $page; ?></h1> <ul> <li> <a class="active" href="index-2.html">Home</a> </li> <li><?php echo $page; ?></li> </ul> </div> </div> <section class="intro-section gray-bg pt-50 pb-50 sm-pt-30 sm-pb-30"> <div class="container"> <div class="row clearfix"> <div class="col-lg-8 md-mb-50 col-sm-12"> <div class="intro-info-tabs"> <div class="content white-bg"> <div class="course-overview"> <div class="inner-box"> <h4>L K.G (Lower Kinder Garten)</h4> <p>This is the class where we introduce Phonics / MIL to kids. It is in this class they start learning how to use phonetic words in their everyday life. Everything we teach in this class are both oral and writing. </p> <h5>Age Group : 4 /4.5 yrs. to 5 / 5.5 yrs. </h5> <h3>Following are the details which we teach our students in this class :</h3> <ul class="review-list"> <li>English</li> <li>Maths</li> <li>Rhymes and concept of story telling</li> <li>Drawing and Colorings </li> <li>General Knowledge</li> <li>Fun Worksheets</li> <li>Phonics</li> <li>My Skill Book ( English, Maths )</li> <li>Thematic Learning</li> <li>Montessori Activities</li> </ul> </div> </div> </div> </div> </div> <div class="video-column col-lg-4 col-sm-12"> <div class="inner-column"> <div class="intro-video media-icon orange-color2"> <img class="video-img" src="assets/images/others/lkg.jpg" alt="Class Image"> </div> </div> </div> </div> </div> </section> </div> <?php include'footer.php'; ?> </body> </html>