HEX
Server: Apache/2
System: Linux sv1.freethailand.com 2.6.18-410.el5 #1 SMP Wed May 11 06:00:14 EDT 2016 x86_64
User: apache (101)
PHP: 5.3.29
Disabled: symlink,shell_exec,exec,proc_close,proc_open,popen,system,dl,passthru,escapeshellarg,escapeshellcmd,pcntl_exec,proc_get_status,proc_nice,proc_terminate,pclose,ini_alter,virtual,openlog,ini_restore
Upload Files
File: /home/pengthai/domains/pengthaicurry.com/public_html/aboutus/index.ph1
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php 
	include("../admin/include/connect.php"); 
	include("../include/function.php");
	include("../include/title.inc.php"); 
?>
<link rel="stylesheet" href="../css/bootstrap.css" crossorigin="anonymous">
<link rel="stylesheet" href="../css/all.min.css">	
<link rel="stylesheet" href="../css/owl.carousel.min.css">
<link rel="stylesheet" href="../css/style.css" crossorigin="anonymous">
<link rel="stylesheet" href="../css/style-sm.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<style>
html{
	scroll-behavior: smooth;
}
</style>
</head>

<body>
<div class="full-otherpage">
  
    <div class="main-box">
      <?php
            $current_page=2;
            include("../include/nav.inc.php");
        ?>
    </div>
  
    <div class="all-container ">
    

        <div class="otherpage-box  bg-left-about" id="about">
            <div class="row no-gutters align-items-center">
                <div class="col-12 col-md-6"><div class="about-box" data-scroll-reveal="enter from the left after .7s"><?=$txt['about-1']?></div></div>
                <div class="col-12 col-md-6" data-scroll-reveal="enter from the right after .7s">
                    <div class="slide-aboutus">
                        <div class="owl-carousel owl-theme" >
                            <div class="item banner-slide">
                                <div class="img-box"><img src="../images/about_05.jpg"></div>
                            </div>
                            <div class="item banner-slide">
                                <div class="img-box"><img src="../images/about_09.jpg"></div>
                            </div>
                            <div class="item banner-slide">
                                <div class="img-box"><img src="../images/about_10.jpg"></div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        
        <div class="content-otherpage">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-4"><div class="icon-box text-center sr-icons"><img src="../images/about_3.png"></div></div>
                    <div class="col-4"><div class="icon-box text-center sr-icons"><img src="../images/about_2.png"></div></div>
                    <div class="col-4"><div class="icon-box text-center sr-icons"><img src="../images/logo-font.png"  class="last-logo"></div></div>
                    <div class="col-12" data-scroll-reveal="enter from the bottom after .7s"><?=$txt['about-2']?></div>
                </div>
            </div>
        </div>

        <div class="otherpage-box bg-left-about" id="ideal">
            <div class="row no-gutters align-items-center">
                <div class="col-12 col-md-6" data-scroll-reveal="enter from the right after .7s"><div class="img-box"><img src="../images/about_04.jpg"></div></div>
                <div class="col-12 col-md-6"><?=$txt['about-3']?></div>
            </div>
        </div>
        
        <div class="vision-otherpage">
            <div class="container">
                <div class="row align-items-center">
                    <?=$txt['about-4']?>
                </div>
            </div>
        </div>
        
        <div class="mision-otherpage" id="mission">
            <div class="container">
                <div class="row align-items-center justify-content-start">
                    <div class="col-12 col-md-6 col-lg-5"><?=$txt['about-5']?></div>
                </div>
            	<img src="../images/about_1.png" class="img-3 d-md-none">
            </div>
        </div>

        <?php  include("../include/footer.inc.php"); ?>
        
    </div><!--all-container -->
  
</div><!--full-otherpage-->

<script src="../js/popper.js"></script>
<script src="../js/jquery-3.3.1.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/script.js"></script>   
<script src="../js/all.min.js"></script>      
<script src="../js/scrollReveal.js"></script>
<script type="text/javascript" src="../js/scrollreveal.min.js" ></script> 
<script src="../js/owl.carousel.min.js"></script>  
<script>
$(document).ready(function(){
    $('.owl-carousel').owlCarousel({
        autoplay:true,            
        autoplayHoverPause:true,
        autoplayTimeout:7000,
        smartSpeed:1000,
        items: 1,
        loop:true,
        margin:0,
        nav:false,
        dots:true
    });  	
});  
</script>  
</body>
</html>