?
Current Path : /home1/savoy/public_html/savoyglobal.net/old_site/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/public_html/savoyglobal.net/old_site/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'); ?> <script type="text/javascript"> $(document).ready(function() { $("#transitionfade").fadeTransition({pauseTime: 2000, transitionTime: 2000, delayStart: 2000, pauseOnMouseOver: true, createNavButtons: true}); //rotation speed and timer var speed = 5000; var run = setInterval('rotate()', speed); //grab the width and calculate left value var item_width = $('#slides li').outerWidth(); var left_value = item_width * (-1); //move the last item before first item, just in case user click prev button $('#slides li:first').before($('#slides li:last')); //set the default item to the correct position $('#slides ul').css({'left' : left_value}); //if user clicked on prev button $('#prev').click(function() { //get the right position var left_indent = parseInt($('#slides ul').css('left')) + item_width; //slide the item $('#slides ul:not(:animated)').animate({'left' : left_indent}, 200,function(){ //move the last item and put it as first item $('#slides li:first').before($('#slides li:last')); //set the default item to correct position $('#slides ul').css({'left' : left_value}); }); //cancel the link behavior return false; }); //if user clicked on next button $('#next').click(function() { //get the right position var left_indent = parseInt($('#slides ul').css('left')) - item_width; //slide the item $('#slides ul:not(:animated)').animate({'left' : left_indent}, 200, function () { //move the first item and put it as last item $('#slides li:last').after($('#slides li:first')); //set the default item to correct position $('#slides ul').css({'left' : left_value}); }); //cancel the link behavior return false; }); //if mouse hover, pause the auto rotation, otherwise rotate it $('#slides').hover( function() { clearInterval(run); }, function() { run = setInterval('rotate()', speed); } ); }); //a simple function to click next link //a timer will call this function, and the rotation will begin :) function rotate() { $('#next').click(); } </script> </head> <body> <?php $this->load->view('site/menu'); ?> <div id="container"> <div class="banner"> <div class="banner_top"></div><!--banner_top end--> <div class="banner_mid"> <div id="slidedeck_frame"> <dl class="slidedeck"> <dt>SAVOY GLOBAL</dt> <dd><img src="<?=base_url()?>assets/images/banners/savoy-global.jpg" alt="Savoy Global"/></dd> <dt>TRAINING SERVICES</dt> <dd><img src="<?=base_url()?>assets/images/banners/training-services.jpg" alt="Savoy Global Training Services"/></dd> <dt>COACHING SERVICES</dt> <dd><img src="<?=base_url()?>assets/images/banners/coaching-services.jpg" alt="Savoy Global Coaching Services"/></dd> <dt>SOFTWARE DEVELOPMENT</dt> <dd><img src="<?=base_url()?>assets/images/banners/software-development.jpg" alt="Savoy Global Coaching Services"/></dd> </dl> </div> <script type="text/javascript"> $('.slidedeck').slidedeck({ autoPlay: true, cycle: true, autoPlayInterval: 4000 }); </script> </div><!--banner_mid end--> <div class="banner_bot"></div><!--banner_bot end--> </div><!--banner end--> <div class="content"> <div class="content_left"> <div class="text_cont"> <h1>Welcome to Savoy Global</h1> <br/> <p>Looking for outstanding services to propel your vision? Savoy Global, through our 50+ successful years in the service industry, is committed towards providing our clients with remarkable value and services. Having our business operations in Qatar, Singapore & India, we provide a wide range of Corporate Training Services and Software solutions to meet client requirements and challenges relevant to today’s corporate and business scenario.</p> <br/> <h1>WHAT WE DO</h1> <h4>TRAINING</h4> <p>People are the differentiators, the ones who can take a good company and turn it into a great company.</p> <p>We will assist you to benefit from a wide range of World class Training Services to meet your specific needs. Through the Savoy Global experience we arm you and your company with the best weapons in the market place - sharp, incisive, inspiring leaders and a highly resourceful and motivated workforce.</p> <h4>COACHING</h4> <p>We provide one on one and group Coaching Services to help you tap into your innate resources fully and achieve your personal and organizational goals, taking you to your next level faster and more purposefully in a supportive, non-judgmental environment.</p> <h4>CONSULTING</h4> <p>We offer Solutions in Performance Management System, H R Consultancy, Learning & Development, Organizational Effectiveness, Psychometric Assessments for HR activities, Selection/Promotion and Training</p> <h4>SOFTWARE SOLUTIONS</h4> <p>We offer web based software solutions to different industries such as Educational Institutions, Rent-A-Car, Real Estate, Insurance Broking, Trading and Contracting Companies. We can customize applications to meet our clients’ specific needs and requirements thereby reducing the hassle of paperwork and improving the efficiency of the system to handle data. </p> </div><!--text_cont end--> </div><!--content_left end--> <div class="content_right"> <div class="right_box_wrapper"> <div class="right_box"> <h3> Upcoming Program </h3> <br/><br/> <strong><a href="<?=site_url()?>/site/eelps"> Engineering Effective Leadership for Personal Success </a></strong> <br/><br/>Doha - 29th May, Hotel Radisson Blu <br/><br/><br/><br/> <h3>Quote of the Week</h3> <div class="news_events"> <ul> <li>Be the change you want to see in the world - MK Gandhi</li> </ul> </div><!--right_box end--> </div><!--right_box end--> <div class="right_box_gallery"> <h3>John Maxwell Workshops</h3> <div id="carousel"> <div class="clear"></div> <div id="slides"> <ul> <li><a target="_blank" href="<?=base_url()?>assets/resources/How_To_Be_A_REAL_Success_Brochure.pdf"><img src="<?=base_url()?>assets/images/books/2.jpg" width="200" height="240" alt="John Maxwel"/></a></li> <li><a target="_blank" href="<?=base_url()?>assets/resources/Leadership_Gold_Brochure.pdf"><img src="<?=base_url()?>assets/images/books/1.jpg" width="200" height="240" alt="John Maxwel"/></a></li> <li><a target="_blank" href="<?=base_url()?>assets/resources/Put_Your_Dreams_To_The_Test_Brochure.pdf"><img src="<?=base_url()?>assets/images/books/3.jpg" width="200" height="240" alt="John Maxwel"/></a></li> <li><a target="_blank" href="<?=base_url()?>assets/resources/Becoming_A_Person_Of_Influence_Brochure.pdf"><img src="<?=base_url()?>assets/images/books/4.jpg" width="200" height="240" alt="John Maxwel"/></a></li> <li><a target="_blank" href="<?=base_url()?>assets/resources/Everyone_Communicates_Few_Connect_Brochure.pdf"><img src="<?=base_url()?>assets/images/books/5.jpg" width="200" height="240" alt="John Maxwel"/></a></li> </ul> <div class="clear"></div> </div> <div id="buttons_area"> <div id="buy_books"> <a target="_blank" href="http://www.johnmaxwell.com/132287.html"> <img src= "<?=base_url()?>assets/images/buy.png" alt="Buy John Maxwell"/></a> </div> <div id="buttons"> <a href="#" id="prev">prev</a> <a href="#" id="next">next</a> <div class="clear"></div> </div> </div> </div> </div> </div><!--right_box_wrapper end--> </div><!--content_right end--> </div><!--content end--> </div><!--container end--> <?php $this->load->view('site/footer'); ?> </body> </html>