?
Current Path : /home1/savoy/www/savoyeducation.com/Backup23-11-16/backup/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/backup/application/views/site/home.php |
<!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-home.php'); ?> </head> <body id="home"> <div id="container_wrapper"> <?php $this->load->view('site/menu'); ?> <div id="wrapper"> <section id="main-content"> <div id="latest"> <section class="left-col"> <div class="rslides_container"> <ul class="rslides" id="slider"> <li><img src="<?=base_url()?>assets/images/ban_01.jpg"/></li> <li><img src="<?=base_url()?>assets/images/ban_02.jpg"/></li> <li><img src="<?=base_url()?>assets/images/ban_03.jpg"/></li> </ul> </div> </section> <!-- END Left Column --> <aside class="sidebar"> <div class="news_wrapper"> <div class="news"> <div class="news_head">News & Events</div> <div class="news_body"> <ul> <?php $i=1; foreach($news as $row) { if($i<=5) { $limit=60; $summary=strip_tags($row['news_title']); if (strlen($summary) > $limit) { $summary_new = substr($summary, 0, $limit)." ..."; } else $summary_new=$summary; ?> <li><div class="date-news"><?=date("d",strtotime($row['news_date']));?><br/><?=date("M",strtotime($row['news_date']));?></div> <p><a href="<?=site_url()?>/site/news-details/<?=$row['news_id'];?>"><?=$summary_new;?></a></p></li> <?php $i++; } } ?> </ul> </div> <div class="more"><a href="<?=site_url()?>/site/news"></a></div> </div> </div><!--news_wrapper end --> </aside> </div> <!-- END Latest --> <div class="clearfix"></div> <!-- Home Content Part - Box Three ================================================== ================================================== --> <div class="container boxthree"> <div class="one_third"> <section class="boxthreeleft"> <h3 class="cont_head">Savoy Education Center</h3> <p><span class="c_head2">SAVOY EDUCATION CENTER</span> is a sister concern of Savoy Global - a pioneer in Training & Consulting having its operations across Qatar, UAE, Singapore & India.<br/> Savoy Education Center caters to school children to develop and empower them through education. It has customized programs to develop the personality of children through its Stars of Success Program. To sharpen thinking and analytical ability the world famous UCMAS ABACUS program is offered. In addition we have experienced faculty who provide personal attention to children to help them through their daily studies through focused tuitions. </p> <div class="more"><a href="<?=site_url()?>/site/about"></a></div> </section> </div> <!-- one-third column ends here --> <div class="one_third"> <section class="boxthreecenter"> <h3 class="cont_head">OUR PROGRAMS</h3> <ul> <li><a href="<?=site_url()?>/site/tuition">Tuition</a></li> <li><a href="<?=site_url()?>/site/ucmas">UCMAS Abacus and Mental Arithmetic</a></li> <li><a href="<?=site_url()?>/site/sos">Stars of Success</a></li> </ul> <div class=" more"><a href="<?=site_url()?>/site/programs"></a></div> </section> </div> <!-- one-third column ends here --> <div class="one_third lastcolumn"> <section class="boxthreeright"> <h3 class="cont_head">Why SEC </h3> <p><span class="c_head2">Programs that Transforms : </span>Our activity based interactive fun filled programs have been specially designed by child psychologists and passionate trainers. It helps prepare your child to face life as well-rounded, productive and compassionate individuals.</p> <p><span class="c_head2">World Class Pedigree : </span>The world famous UCMAS Abacus program helps promote the development of the whole brain and establishes foundational building blocks like memory, concentration, creativity and problem solving. </p> <p><span class="c_head2">Mentors : </span>Our faculty are experienced mentors who go beyond academics and take a personal interest in the progress of your child's overall development.</p> <div class="more"><a href="<?=site_url()?>/site/about"></a></div> </section> </div> <!-- one-third column ends here --> <aside class="newsmob"> <div class="news_wrapper"> <div class="news"> <div class="news_head">News & Events</div> <div class="news_body"> <?php $i=1; foreach($news as $row) { if($i<=5) { $limit=60; $summary=strip_tags($row['news_title']); if (strlen($summary) > $limit) { $summary_new = substr($summary, 0, $limit)." ..."; } else $summary_new=$summary; ?> <li><div class="date-news"><?=date("d",strtotime($row['news_date']));?><br/><?=date("M",strtotime($row['news_date']));?></div> <p><a href="<?=site_url()?>/site/news-details/<?=$row['news_id'];?>"><?=$summary_new;?></a></p></li> <?php $i++; } } ?> </div> <div class="more"><a href="<?=site_url()?>/site/news"></a></div> </div> </div><!--news_wrapper end --> </aside> </div> <!-- container ends here --> <?php $this->load->view('site/footer'); ?> </div><!--content end --> </body>