?
Current Path : /home1/savoy/www/savoyeducation.com/Backup23-11-16/application/views/site/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/www/savoyeducation.com/Backup23-11-16/application/views/site/engineering-coaching.php |
<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <?php $this->load->view('site/header'); ?> <script type="text/javascript"> $(document).ready(function(){ //Set default open/close settings $('.acc_container').hide(); //Hide/close all containers // $('.acc_trigger:first').addClass('active').next().show(); //Add "active" class to first trigger, then show/open the immediate next container $(".toggle div.pane").hide(); //On Click $('.acc_trigger').click(function(){ if( $(this).next().is(':hidden') ) { //If immediate next container is closed... $('.acc_trigger').removeClass('active').next().slideUp(); //Remove all .acc_trigger classes and slide up the immediate next container $(this).toggleClass('active').next().slideDown(); //Add .acc_trigger class to clicked trigger and slide down the immediate next container } return false; //Prevent the browser jump to the link anchor }); }); </script> </head> <body> <div id="container_wrapper"> <?php $this->load->view('site/menu'); ?> <div id="inner_wrapper"> <div class="inner_banner"> <img src="<?=base_url();?>assets/images/courses_inner.jpg" alt="Courses"/> </div><!--inner_banner end --> <div class="inner_cont_wrapper"> <div class="in_cont_div"> <br /> <div class="toggle tstyle1"> <h6 class="title acc_trigger"><span class="title_content_normal">Engineering</span></h6> <div class="pane acc_container"> <div class="pane-page"> <h2>GRADE XII</h2> <h3>JEE (Main & Advanced) 1 Year Prep</h3> <p>This program’s approach towards preparing students for JEE / State level engineering exam / XII boards revolves around shaping their overall thinking ability – developing their acumen towards the field of engineering.</p> <ul> <li>In addition to scheduled teaching hours students are given additional hours of doubt-solving and revision sessions with their mentors</li> <li>Over 90 hours of Tests and evaluations, spread over mock, fortnightly, mid module and module test</li> <li>One-to-one doubt clearing sessions</li> <li>Special sessions on honing your unique test taking strategy for optimal performance</li> </ul> <h2>GRADE XI</h2> <h3>JEE (Main & Advanced) 2 Year Prep</h3> <ul> <li>In addition to scheduled hours, on an average, students are given minimum 90 additional hours of doubt-solving sessions with their mentors</li> <li>Over 140 hours, spread over mock, fortnightly, mid module and module test</li> <li>Consists of Foundation Phase, Consolidated Phase, Revision Phase & Test Series Phase</li> </ul> <h2>GRADE X, IX & VIII</h2> <h3>JEE Foundation 1 Year Prep</h3> <p>This is a foundation program for students in grade VIII, IX and X who are interested to appear for Joint Entrance Examination (JEE) on completing their 12th. This program’s approach towards preparing students for JEE / State level engineering exam / XII boards revolves around shaping their overall thinking ability – developing their acumen towards the field of engineering.</p> </div> </div> </div> </div> </div><!--inner_cont_wrapper end --> </div><!--inner_wrapper end --> <?php $this->load->view('site/footer'); ?> </div> </body>