Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux in-mum-web1112.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User : u451330669 ( 451330669)
PHP Version : 8.2.27
Disable Function : NONE
Directory :  /home/u451330669/domains/thedeepenterprise.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u451330669/domains/thedeepenterprise.com/public_html/about.php
 <?php require('top.php')
?>

  
        <!-- start page-title -->
        <section class="page-title" style="background-image: url('assets/images/About-us.jpg');">
            <div class="container">
                <div class="row">
                    <div class="col col-xs-12">
                        <h2>About us</h2>
                        <ol class="breadcrumb">
                            <li><a href="index.php">Home</a></li>
                            <li>About us</li>
                        </ol>
                    </div>
                </div> <!-- end row -->
            </div> <!-- end container -->
        </section>        
        <!-- end page-title -->


        <!-- start offer -->
        <section class="section-padding offer-section">
            	<?php
                            $get_about=get_about($con,1);
                            foreach($get_about as $list){
                            ?>    
            <div class="container">
                <div class="row">
                    <div class="col col-md-5">
                        <div class="section-title-s3">
                            <h2><?php echo $list['about']?></h2>
                        </div>                        
                        <div class="offer-text">
                            <p><?php echo $list['short_desc']?></p>
                        </div>
                    </div>
                    <div class="col col-md-7">
                        <div class="offer-pic">
                            <img style="height:431px;  width:453px;" src="<?php echo PRODUCT_IMAGE_SITE_PATH.$list['image']?>" alt>
                        </div>
                    </div>
                    
                </div>
                   <p><?php echo $list['description']?></p><!-- end row -->
          <?php } ?>  </div> <!-- end container -->
        </section>
        <!-- end offer -->  


        <!-- start cta -->
        <section class="cta section-padding parallax" data-bg-image="assets/images/cta-bg.jpg">
            <div class="container">
                <div class="row">
                    <div class="col col-xs-12">
                        <h2>Our one and only priority is the <span>customer satisfaction</span></h2>
                        <a href="#" class="theme-btn-s5">Get a quote</a>
                    </div>
                </div>
            </div> <!-- end container -->
        </section>
        <!-- end cta -->


  

 <?php require('footer.php')
?>

Al-HUWAITI Shell