Server IP : 103.53.40.154 / Your IP : 3.138.121.79 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/cablecubby.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- =-=-=-=-=-=-= HEADER END =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= INNER FLASH =-=-=-=-=-=-= --> <?php include("site-header-flash-inner.php");?> <!-- =-=-=-=-=-=-= INNER FLASH END =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= About Section =-=-=-=-=-=-= --> <section class="padding-top-70" id="about"> <div class="container"> <div class="row clearfix"> <!--Column--> <div class="col-md-12 col-sm-12 col-xs-12 "> <div class="about-title"> <h2>Know About Us</h2> <div> <a class="tt-lightbox" href="<?=$site_url?>/static_files/<?=db_scalar("select site_pages_image_name from tbl_site_pages where 1 and site_pages_link='about-us'")?>"> <img class="img-responsive" style="float:right; width:370px; padding-bottom:15px;" src="<?=$site_url?>/static_files/<?=db_scalar("select site_pages_image_name from tbl_site_pages where 1 and site_pages_link='about-us'")?>" alt="<?=$compDATA['admin_company_name']?>" title="<?=$compDATA['admin_company_name']?>" ></a> <?=db_scalar("select site_pages_description from tbl_site_pages where 1 and site_pages_link='about-us'"); ?></div> </div> </div> <!-- RIght Grid Form --> </div> </div> </section> <!-- =-=-=-=-=-=-= About End =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= Call To Action =-=-=-=-=-=-= --> <div class="parallex-small "> <div class="container"> <div class="row custom-padding-20 "> <div class="col-md-8 col-sm-8"> <div class="parallex-text"> <h4>Not sure which solution fits you business needs?</h4> </div> <!-- end subsection-text --> </div> <!-- end col-md-8 --> <div class="col-md-4 col-sm-4"> <div class="parallex-button"> <a href="<?=$site_url?>/enquiry.html" class="btn btn-lg btn-clean">Get a quote <i class="fa fa-angle-double-right "></i></a> </div> <!-- end parallex-button --> </div> <!-- end col-md-4 --> </div> <!-- end row --> </div> <!-- end container --> </div> <!-- =-=-=-=-=-=-= Call To Action End =-=-=-=-=-=-= --> </div> <!-- end row --> </div> <!-- end container --> </div> <!-- =-=-=-=-=-=-= Call To Action End =-=-=-=-=-=-= --> <!-- =-=-=-=-=-=-= FOOTER =-=-=-=-=-=-= --> <?php include("site-footer.php");?>