?
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/customized-software-applications.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'); ?> </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_inner"><img src="<?=base_url()?>assets/images/banners/customized-software.jpg" alt="Customized Software"/></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>Customized Software Applications</h1> <p>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> </div><!--content_left end--> <div class="content_right"> <div class="right_box_wrapper"> <?php $this->load->view('site/right-software'); ?> </div><!--right_box_wrapperend--> </div><!-- content_right end--> </div><!--content end--> </div><!--container end--> <?php $this->load->view('site/footer'); ?> </body> </html>