D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
guruglobalpreschool.com
/
Filename :
abacus.php
back
Copy
<?php $page = "Abacus"; include'style.php'; ?> <body id="abacus"> <?php include'header.php'; ?> <div class="main-content"> <div class="rs-breadcrumbs breadcrumbs-overlay"> <div class="breadcrumbs-img"> <img src="assets/images/breadcrumbs/abacus-banner.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="./">Home</a> </li> <li><?php echo $page; ?></li> </ul> </div> </div> <div id="rs-about" class="rs_about style1 pt-50 pb-50 sm-pt-30 sm-pb-30"> <div class="container"> <div class="row align-items-center"> <div class="col-md-5 col-sm-12 padding-0 md-pl-15 md-pr-15 md-mb-30"> <div class="img_part"> <img class="img3" src="assets/images/others/boy-with-abacus1.jpg" alt="abacus Image"> </div> </div> <div class="col-md-7 col-sm-12 pl-50 sm-pl-15"> <div class="sec-title"> <div class="sec_heading bold-text mb-22">What is an Abacus</div> <div class="abacus_desc"> <p>Abacus is a simple tool or a hardware used for performing rapid arithmetic calculations. Calculation based on abacus was invented in the ancient times and now widely used as a brain development programme. It consists of a rectangular frame holding a number of vertically arranged rods, on which beads slide up and down.</p> <ul class="list-group"> <li class="list-group-item ">One of the most popular calculating methods from ancient times.</li> <li class="list-group-item ">Children do fast calculations in mind by visualizing Abacus bead movements.</li> <li class="list-group-item ">Researches prove that Abacus learners use both sides of the brain- left hemisphere & right hemisphere.</li> <li class="list-group-item ">Highly effective in improving the concentration level of children.</li> </ul> </div> </div> </div> </div> </div> </div> <div class="abacus_sec bg-light pt-50 pb-50 sm-pt-30 sm-pb-30"> <div class="container"> <div class="row"> <div class="col-md-5 col-sm-12"> <div class="abacus_img"> <img src="assets/images/others/schoolgirl.jpg" alt="abacus Image"> </div> </div> <div class="col-md-7 col-sm-12"> <div class="sec-title mb-20 md-mb-20"> <h3 class="title mb-10">What is Mental Arithmetic ?</h3> <div class="abacus_desc"> <ul class="list-group"> <li class="list-group-item">‘Mental Arithmetic’ is a term used in Abacus for the calculations done in mind.</li> <li class="list-group-item ">Even large numbers can be calculated in mind, that too within seconds.</li> <li class="list-group-item ">‘Mental arithmetic’ improves student’s imagination skills.</li> <li class="list-group-item ">Effective in cracking competitive time based tests.</li> <li class="list-group-item">Mind calculation enhances the concentration level of child.</li> </ul> </div> </div> </div> <div class="col-md-7 col-sm-12 sm-pt-10 sm-pb-10 pt-30"> <div class="abacus_desc"> <h3>Parts of Abacus :</h3> <ul class="list-group"> <li class="list-group-item">The boundary on all 4 sides of the abacus is called the Frame.</li> <li class="list-group-item">The abacus which we are using has 17 rods. Each rod has 5 beads.</li> <li class="list-group-item">The abacus is divided into the upper and the lower part by a horizontal bar called the Beam.</li> <li class="list-group-item">The beads in the lower part are the Lower Beads or the Earth Beads.</li> <li class="list-group-item">The beads in the upper part are the Upper Beads or the Heaven Beads.</li> </ul> </div> </div> <div class="col-md-5 col-sm-12 pt-30"> <div class="abacus_img"> <img src="assets/images/others/abacus-scale.jpg" alt="abacus Image"> </div> </div> <div class="col-md-6 col-sm-12"> <div class="abacus_img"> <img src="assets/images/others/abacus-adv.jpg" alt="abacus Image"> </div> </div> <div class="col-md-6 col-sm-12 pt-30"> <div class="sec-title mb-20 md-mb-20"> <h3 class="title mb-10">What are the advantages of Abacus ?</h3> <div class="abacus_desc"> <ul class="list-group"> <li class="list-group-item">Mental arithmetic Calculations</li> <li class="list-group-item">Sharpen memory power</li> <li class="list-group-item">Improves Concentration skills</li> <li class="list-group-item">Boost confidence</li> <li class="list-group-item">Improves imagination skills</li> <li class="list-group-item">Personality Development</li> </ul> </div> </div> </div> <div class="col-md-12 col-sm-12 sm-pt-10 sm-pb-10 pt-30"> <div class="abacus_desc"> <h3>Key factor</h3> <p>Like any other skill, Practice is the key factor to master Abacus. To become a skilled operator, children have to spend atleast 30 minutes a day during the course of learning. After taking a new lesson on Abacus, student must practice the same for atleast 5 days before taking the next lesson. This is the reason why our Abacus centres conduct classes once in a week rather than conducting the classes throughout the week.</p> </div> </div> <!-- <div class="col-md-6 col-sm-12 pt-30"> <div class="abacus_img"> <img src="assets/images/others/boy-with-abacus2.jpg" alt="abacus Image"> </div> </div> --> </div> </div> </div> </div> <?php include'footer.php'; ?> </body> </html>