?
Current Path : /home1/savoy/public_html/savoyglobal.net/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/public_html/savoyglobal.net/application/views/site/about.php |
<!DOCTYPE HTML> <html> <head> <?php $this->load->view('site/header'); ?> </head> <body> <?php $this->load->view('site/menu'); ?> <!-- in_banner --> <div class="in_banner"> <img src="<?= base_url() ?>assets/site/images/inner-banner.jpg"/> <div class="in_head_wrapp"><div class="in_head_div"><div class="in_head_in">About Us</div></div></div> </div> <!-- /in_banner end --> <!-- /content --> <div class="in_content_wrapp"> <div class="in_content_left"> <div class="about_div"> <div class="border_box_wrapp"> <div class="border_box"> <p>Savoy Global, is a part of the Savoy Group of Companies. Savoy Global provides a wide range of Corporate Services and solutions to meet client requirements and challenges relevant to today’s corporate and business scenario. We specialise in Management Consulting, World Class Training, Software Development and Photography Services. Through our 50+ successful years in the service industry, we are committed towards providing our clients with remarkable value and services. Our business operations are presently operating in Qatar, Singapore & India.</p> </div><!--border_box End--> </div><!--border_box_wrapp End--> </div><!--about_div End--> </div> <div class="in_content_right"> <div class="sidemenu_head"> </div> <div class="sidemenu_div"> <ul> <li><a href="<?= site_url(); ?>/site/team">Team</a></li> <li><a href="<?= site_url(); ?>/site/training">Training</a></li> <li><a href="<?= site_url(); ?>/site/john_maxwell_leadership">John Maxwell Leadership Programs</a></li> <li><a href="<?= site_url(); ?>/site/consulting">Consulting</a></li> <li><a href="<?= site_url(); ?>/site/software_development">Software Development</a></li> <li><a href="<?= site_url(); ?>/site/photography">Photography</a></li> <li><a href="<?= site_url(); ?>/site/gallery_thumb">Gallery</a></li> <li><a href="<?= site_url(); ?>/site/contact">Contact Us</a></li> </ul> </div> </div> </div> <!-- /content --> <?php $this->load->view('site/footer'); ?> </body> </html>