HOME


Mini Shell 1.0
DIR: /home/islapiiu/sites/forbes/contact-form/img/
Upload File :
Current File : /home/islapiiu/sites/forbes/contact-form/img/about.php.tar
home/islapiiu/sites/villaeffort/about.php000064400000007642150765711220014621 0ustar00<?php
include './db.php';
include './function.php';

$aboutus = getAboutUspageContant();
?>
<!DOCTYPE html>
<html lang="en">
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">   
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <title>About | Villa Effort - Ahangama | Hotels in Ahangama</title>  
    <meta name="keywords" content="Ahangama Hotels, ahangama Villa, Villa Effort, Villa Effort ahangama, Budget Villa in Sri Lanka, Sri Lanka Budget Hotel, budget hotels in ahangama, ahangama budget hotels, luxury rooms in ahangama, ahangama luxury hotels, things to do in ahangama, sri lanka">
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
    <link rel="stylesheet" type="text/css" href="revolution/css/settings.css">
    <link rel="stylesheet" type="text/css" href="revolution/css/layers.css">
    <link rel="stylesheet" type="text/css" href="revolution/css/navigation.css">
    <link rel="stylesheet" href="css/bootstrap.min.css">
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="css/colors.css">
    <link rel="stylesheet" href="css/custom.css">
</head>
<body> 

    <div id="preloader">
        <img class="preloader" src="images/loader.gif" alt="">
    </div>

    <div id="wrapper">

        <?php include './header.php'; ?>

        <div class="page-parallax parallax parallax-off" data-stellar-background-ratio="1" style="background-image:url('images/banner/aboutus.jpg');">

        </div>

        <div class="page-title">
            <div class="container">
                <div class="section-title">
                    <h3>Garden Blog</h3>
                    <p class="lead">Learn garden, landscaping with our blog posts</p>
                </div>
            </div>
        </div>

        <div class="section">
            <div class="container">
                <div class="row blog-wrapper">
                    <div id="content" class="col-md-12">
                        <div class="about-widget single-blog">
                            <div class="post-media entry col-md-5">
                                <img src="images/about/<?php echo $aboutus['image_name']; ?>" alt="" class="img-responsive img-rounded">
                            </div>
                            <h4><?php echo $aboutus['title']; ?></h4>
                            <div class="text-justify"><?php echo $aboutus['description']; ?></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="section" style="padding-top: 0px !important;">
            <div class="container">
                <div class="row shop_single_page">
                    <div class="col-md-12 col-sm-12 product_details">

                        <div class="product-review-tab">
                            <ul class="nav nav-pills">
                                <li class="active"><a data-toggle="pill" href="#tab1">Vision</a></li>
                                <li><a data-toggle="pill" href="#tab2">Mission</a></li>
                            </ul>

                            <div class="tab-content">
                                <div id="tab1" class="tab-pane fade">
                                    <p><?php echo $aboutus['vision']; ?></p>
                                </div>

                                <div id="tab2" class="tab-pane fade in active">
                                    <p><?php echo $aboutus['mission']; ?></p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <?php include './footer.php'; ?>
    </div>

    <script src="js/all.js"></script>
    <script src="js/custom.js"></script> 

</body>
</html>home/islapiiu/sites/taxigalle/about.php000064400000006027150766306730014261 0ustar00<?php
include './class/include.php';
$ABOUTUS = new Page(3);
?>
<!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" />
    <meta name="description" content="">
    <meta name="author" content="">
    <title>Taxi Galle | About Us</title>

    <!-- Bootstrap -->
    <link href="common/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
    <!-- Owl Carousel -->
    <link href="common/owl-carousel/css/owl.carousel.min.css" rel="stylesheet" type="text/css">
    <!-- Fancybox -->
    <link rel="stylesheet" href="common/fancybox/jquery.fancybox.min.css" type="text/css" />
    <!-- Theme Style -->
    <link href="css/style.css" rel="stylesheet" type="text/css">
    <!-- Custom Style -->
    <link href="css/custom.css" rel="stylesheet" type="text/css">
    <style>
    .banner-home {
        background: url(./images/banner/back_dark.jpg) top center no-repeat !important;

        background-size: cover;
    }

    .header-bottom {
        background: rgba(0, 0, 0, 0.5);

    }

    header.header-small {
        background: #000;

    }

    .search-section .tab-sec .nav-tabs .nav-link {
        padding: 19px 24px 10px 25px;
    }
    </style>
</head>

<body>
    <!--Header area start here-->
    <?php
        include('./header.php');
        ?>

    <!-- Pagewrap Start Here -->
    <div class="content">
        <section class="banner-gallery inner-banner">
            <div class="banner-box">
                <h1><span>ABOUT </span>Taxi Galle</h1>

            </div>
        </section>

        <section class="earn-with-us sec-pd abt" style="background-color: #fff;">
            <div class="container">
                <div class="row">
                    <div class="col-md-6">
                        <div class="section-title">
                            <!-- <h3>ABOUT SRAC</h3> -->
                            <h2><?php echo $ABOUTUS->title ?></h2>
                            <?php echo $ABOUTUS->description ?>


                        </div>
                    </div>
                    <div class="col-md-6">
                        <div class="right-colm">
                            <img src="upload/page/<?php echo $ABOUTUS->image_name; ?>" alt="" />
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <?php
            include('./footer.php');
            ?>
    </div>
    <!-- Pagewrap End Here-->
    <!-- jQuery (necessary for JavaScript plugins) -->
    <script src="js/jquery.min.js"></script>
    <!-- Bootsrap JS -->
    <script src="common/bootstrap/js/bootstrap.min.js"></script>
    <!-- Owl Crousel -->
    <script src="common/owl-carousel/js/owl.carousel.js"></script>
    <!-- Fancybox -->
    <script src="common/fancybox/jquery.fancybox.min.js"></script>
    <!-- Font Awesome JS -->
    <script src="js/all.min.js"></script>
    <!-- Custom JS -->
    <script src="js/custom.js"></script>
</body>

</html>home/islapiiu/sites/thomas-gall/about.php000064400000034311150766312030014502 0ustar00<!DOCTYPE html>
<?php
include './class/include.php';
$FOUNDERS_WELCOME = new Page(1);

$VISION = new Page(2);

$MISSION = new Page(3);
?>
<html>

    <head>
        <meta charset="utf-8">
        <title>International School in Galle | Thomas Gall School | About TGS</title>
        <meta name="description" content="  Thomas Gall School a leading English Medium, International School in Galle. Teaching The British Curriculum from Playgroup - Secondary with a green focus running through all aspects of teaching and learning. We create lifelong learners securing a positive future for all." />
        <meta name="keywords" content="thomas gall international school,thoams gall,international schools in galle,english medium preschool,english medium schools galle,primary school galle,secondary school galle,international language academy,private schools galle,best international school,schools in galle,best private schools galle,language acedemy galle,primary education,secondary education" />
        <meta name="author" content="Synotec Holdings Private Limited" />
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

        <!-- Stylesheets -->
        <link href="css/bootstrap.css" rel="stylesheet">
        <link href="css/style.css" rel="stylesheet">

        <!--Favicon-->
        <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
        <link rel="icon" href="images/favicon.ico" type="image/x-icon">
        <!-- Responsive -->
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
        <link href="css/responsive.css" rel="stylesheet">

    </head>

    <body>
        <div class="page-wrapper">


            <!-- Main Header-->
            <?php include './header.php'; ?>
            <!--End Main Header -->

            <!--Page Title-->
            <section class="page-title" style="background-image:url(images/background/5.jpg);">
                <div class="auto-container">
                    <div class="inner-box">
                        <h1>About TGS</h1>
                        <ul class="bread-crumb">
                            <li><a href="index.php">Home</a></li>
                            <li>About TGS</li>
                        </ul>
                    </div>
                </div>
            </section>
            <!--End Page Title-->

            <!--Founders Welcome Section-->

            <section class="welcome-section" id="welcome">
                <div class="auto-container">

                    <!--Start Sec Title-->
                    <div class="sec-title centered">
<!--                        <div class="title-icon"><img src="images/icons/sec-title-icon-1.png" alt="" /></div>-->
                        <h2>Founders Welcome</h2>
                        <div class="title">Learning for self,  society and a sustainable future</div>
                    </div>
                    <!--End Sec Title-->
                    <div class="row">
                        <div class="col-md-5">
                            <img src="upload/page/<?php echo $FOUNDERS_WELCOME->image_name ?>">
                        </div>
                        <div class=" col-md-7">
                            <p text-align="justify"><?php echo $FOUNDERS_WELCOME->description ?></p>
                        </div>
                    </div>

                </div>
            </section>

            <!--End Welcome Section-->


            <!--Classes News-->

            <section class="classes-news-section" id="vision">
                <div class="auto-container">

                    <!--Sec Title-->
                    <div class="sec-title centered">
<!--                        <div class="title-icon"><img src="images/icons/sec-title-icon-1.png" alt="" /></div>-->
                        <h2>Our vission, Mission & Core values</h2>
                        <div class="title">Learning for self,  society and a sustainable future</div>

                    </div>
                    <!--End Sec Title-->
                    <div class="sec-title centered">


                    </div>
                    <div class="row clearfix">


                        <!--News Style Two-->
                        <div class="news-style-two col-md-6 col-sm-12 col-xs-12">
                            <div class="inner-box">
                                <!--Image Column-->
                                <div class="image-column">
                                    <div class="image">
<!--                                        <a href="#"><img src="upload/page/<?php echo $VISION->image_name ?>" alt="" /></a>-->

                                        <div class="overlay-layer">
                                            <a href="#"><span class="icon flaticon-unlink"></span></a>
                                        </div>
                                    </div>
                                </div>
                                <!--Content Column-->
                                <div class="content-column" style="background: #FFF;">
                                    <div class="inner">

                                        <center> <h3><a href="#">Our Vision</a></h3></center>
                                        <div class="text"><?php echo $VISION->description ?></div>

                                    </div>
                                </div>
                            </div>
                        </div>

                        <!--News Style Two-->
                        <div class="news-style-two col-md-6 col-sm-12 col-xs-12">
                            <div class="inner-box">
                                <!--Image Column-->
                                <div class="image-column">
                                    <div class="image">
<!--                                        <a href="#"><img src="upload/page/<?php echo $MISSION->image_name ?>" alt="" /></a>-->

                                        <div class="overlay-layer">
                                            <a href="#"><span class="icon flaticon-unlink"></span></a>
                                        </div>
                                    </div>
                                </div>
                                <!--Content Column-->
                                <div class="content-column" style="background: #FFF;">
                                    <div class="inner">

                                        <center><h3><a href="#">Our Mission</a></h3></center> 
                                        <div class="text"><?php echo $MISSION->description ?></div>

                                    </div>
                                </div>
                            </div>
                        </div>

                    </div>
                </div>
            </section>

            <!--End Classes News-->

            <!--values Section-->

            <section class="featured-section">
                <div class="auto-container">
                    <!--Sec Title-->
                    <div class="sec-title centered">
<!--                        <div class="title-icon"><img src="images/icons/sec-title-icon-1.png" alt="" /></div>-->
                        <h2>TGS Values</h2>
                        <div class="title">CREW</div>
                       
                    </div>
                    <!--End Sec Title-->

                    <div class="section-icon"><img src="images/icons/icon-1.png" alt="" /></div>
                    <div class="section-icon one"><img src="images/icons/icon-2.png" alt="" /></div>
                    <div class="section-icon two"><img src="images/icons/icon-3.png" alt="" /></div>
                    <div class="section-icon three"><img src="images/icons/icon-4.png" alt="" /></div>
                    <div class="row clearfix">
                        <!--Column/ Pull Left-->
                        <div class="column pull-left col-md-4 col-sm-6 col-xs-12">
                            <!--Feature Block-->
                            <div class="feature-block">
                                <div class="inner-box">
                                    <div class="icon-box">
                                        <span>C</span>
                                    </div>
                                    <h3><a href="#">Communicate politely</a></h3>
                                    <!--                                    <div class="text">We are group of teachers who really love childrens and enjoy every mo-</div>-->
                                </div>
                            </div>

                            <!--Feature Block-->
                            <div class="feature-block">
                                <div class="inner-box">
                                    <div class="icon-box">
                                        <span>R</span>
                                    </div>
                                    <h3><a href="#">Respect others and property</a></h3>
                                    <!--                                    <div class="text">We are group of teachers who really love childrens and enjoy every mo-</div>-->
                                </div>
                            </div>

                            <!--Feature Block-->
                            <div class="feature-block">
                                <div class="inner-box">
                                    <div class="icon-box">
                                        <span>R</span>
                                    </div>
                                    <h3><a href="#">Responsible choices at all times</a></h3>
                                    <!--                                    <div class="text">We are group of teachers who really love childrens and enjoy every mo-</div>-->
                                </div>
                            </div>

                        </div>
                        <!--Column / Pull Right-->
                        <div class="column pull-right col-md-4 col-sm-6 col-xs-12">
                            <!--Feature Block Two-->
                            <div class="feature-block-two">
                                <div class="inner-box">
                                    <div class="icon-box">
                                        <span>U</span>
                                    </div>
                                    <h3><a href="#">Use time wisely</a></h3>
                                    <!--                                    <div class="text">We are group of teachers who really love childrens and enjoy every mo-</div>-->
                                </div>
                            </div>

                            <!--Feature Block Two-->
                            <div class="feature-block-two">
                                <div class="inner-box">
                                    <div class="icon-box">
                                        <span>W</span>
                                    </div>
                                    <h3><a href="features.html">Work and play safely</a></h3>
                                    <!--                                    <div class="text">We are group of teachers who really love childrens and enjoy every mo-</div>-->
                                </div>
                            </div>



                        </div>

                        <div class="image-column col-md-4 col-sm-12 col-xs-12">
                            <figure class="image wow fadeInUp">
                                <img src="images/resource/feature-img.png" alt="" />
                            </figure>
                        </div>

                    </div>
                </div>
            </section>
        </a>
        <!--End values Section-->



        <!--Teachers Section-->
<!--        <section class="teachers-section no-padding-btm" id="people">
            <div class="auto-container">
                Sec Title
                <div class="sec-title centered">
                    <div class="title-icon"><img src="images/icons/sec-title-icon-1.png" alt="" /></div>
                    <h2>Our Staff</h2>
                    <div class="title">Our Great Team</div>

                </div>

                <div class="three-item-carousel owl-carousel owl-theme">

                    <?php
                    $PEOPLE = new Attraction(null);
                    foreach ($PEOPLE->all() as $people) {
                        ?>
                        <div class="teacher-block">
                            <div class="inner-box">
                                <div class="image-box">
                                    <img src="upload/attraction/<?php echo $people['image_name'] ?>" alt="" />
                                </div>
                                <h3><?php echo $people['title'] ?></h3>
                                <h4><?php echo $people['short_description'] ?></h4>
                                <div class="designation"><?php echo $people['description'] ?></div>

                            </div>
                        </div>

                    <?php } ?>
                </div>
            </div>

        </section>-->
        <!--End Teachers Section-->


        <!--Main Footer-->
        <?php include './footer-index.php'; ?>
        <!--End Main Footer-->

    </div>
    <!--End pagewrapper-->

    <!--Scroll to top-->
    <div class="scroll-to-top scroll-to-target" data-target=".main-header"><span class="icon fa fa-long-arrow-up"></span></div>

    <script src="js/jquery.js"></script>
    <script src="js/bootstrap.min.js"></script>
    <script src="js/jquery.fancybox.pack.js"></script>
    <script src="js/jquery.fancybox-media.js"></script>
    <script src="js/owl.js"></script>
    <script src="js/appear.js"></script>
    <script src="js/wow.js"></script>
    <script src="js/jquery-ui.js"></script>
    <script src="js/script.js"></script>
</body>

</html>home/islapiiu/sites/visitlanka/about.php000064400000013403150766426560014454 0ustar00<?php
include_once(dirname(__FILE__) . '/class/include.php');
$about = new Page(3);
$banner = new Banner(10);
?>
<!DOCTYPE html>

<html dir="ltr" lang="en-US">

<head>

    <meta charset="utf-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title>Try Lanka Travels in Sri Lanka || About Us</title>

    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
    <meta name="description"
        content="Try Lanka Travels Travels are committed to understanding your idea of a perfect holiday – what you love to do, where you would like to stay and how much you want to travel around the Sri Lanka."
        http-equiv="description" />
    <meta name="keywords"
        content="Try Lanka Travels travel sri lanka,Try Lanka Holidays travel about us, Try Lanka Holidays travel ,Try Lanka Holidays travel in hikkaduwa, hikkaduwa ,tour in hikkaduwa ,tour in sri lanka"
        http-equiv="keywords" />

    <link rel="icon" type="image/png" sizes="16x16" href="images/icons/1.PNG">

    <link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Mr+De+Haviland' rel='stylesheet' type='text/css'>
    <link href='https://fonts.googleapis.com/css?family=Raleway:300,100' rel='stylesheet' type='text/css'>
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Langar&display=swap" rel="stylesheet">


    <link rel="stylesheet" href="../../../netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">

    <link rel="stylesheet" href="css/bootstrap.css" type="text/css" />



    <link rel="stylesheet" href="css/style.css" type="text/css" />

    <link rel="stylesheet" href="css/dark.html" type="text/css" />

    <link rel="stylesheet" href="css/font-icons.css" type="text/css" />

    <link rel="stylesheet" href="css/animate.css" type="text/css" />

    <link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />

    <link href="custom.css" rel="stylesheet" type="text/css" />

    <link rel="stylesheet" href="css/responsive.css" type="text/css" />
    <link href="css/footer.css" rel="stylesheet" type="text/css" />

    <script type="text/javascript" src="js/jquery.js"></script>

    <script type="text/javascript" src="js/plugins.js"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/owl-carousel/1.3.3/owl.carousel.min.css">



</head>

<body class="stretched">

    <div id="wrapper" class="clearfix">
        <?php include './header.php'; ?>

        <section id="slider" class="boxed-slider large bgcolor-white hidden-sm hidden-xs ">
            <div class="fade-overlay"></div>
            <div class="fslider main" data-easing="easeInQuad">
                <div class="flexslider">
                    <div class="slider-wrap">
                        <!--                <div class="encore-caption center dark">                                                         <h2>Encore</h2>                    <h4 class="subtext serif bottommargin-sm">Resort &amp; Hotel</h4>                    <a href="#" class="button button-medium button-border button-dark button-outline tright nomargin"><span>BOOK TODAY</span></a>                                 </div>                                                   -->
                        <div class="slide slide-height"> <img class="banner-img" src="images/banner-img.webp">
                            <div class="centered-img">
                                <h3 class="centered-txt">ABOUT<span> US </span></h3>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <section id="slider" class="boxed-slider large bgcolor-white visible-sm visible-xs">
            <div class="fade-overlay"></div>
            <div class="fslider main" data-easing="easeInQuad">
                <div class="flexslider  mobil-slider2">
                    <div class="slider-wrap">
                       
                        <div class="slide">
                            <img src="images/banner-img.webp" alt="">
                            <div class="centered-img">
                                <h3 class="centered-txt">ABOUT<span> US </span></h3>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>



        <div class="section nobottommargin notopmargin notoppadding bottompadding-lg "
            style="padding-top:30px!important;padding-bottom: 30px!important;">
            <div class="container toppadding-sm">
                <div class="col-md-4">
                    <img src="images/about.png" alt="" />
                </div>
                <div class="col-md-8">
                    <center>
                        <h3 class="title-style">LET'S GET TO<span> KNOW ABOUT US</span></h3>
                    </center>
                    <?php echo $about->description; ?>
                </div>
            </div>

        </div>

        <?php include './footer.php'; ?>
    </div>
    <script type="text/javascript" src="js/functions.js"></script>
    <script src="js/modernizr.js"></script>
    <script src="js/pikaday.js"></script>

    <script>
    var pickerDefault = new Pikaday({

        field: document.getElementById('datepicker-arrive'),
        theme: 'dark-theme'

    });



    var pickerTheme = new Pikaday({

        field: document.getElementById('datepicker-depart'),

        theme: 'dark-theme'

    });
    </script>
    <script src="js/rand.bg.js"></script>
    <script>
    $(".randbg").RandBG();
    </script>

</body>

</html>home/islapiiu/sites/mirissa-whales/about.php000064400000015370150766433070015236 0ustar00<?php
include './db.php';
include './function.php';
$url = url();
$aboutus = getAboutUspageContant();
?>
<!DOCTYPE html>
<html lang="en-US">


    <head>
        <title>Whales Watching in Mirissa | About-Us</title>
        <meta name="keywords" content="whales in mirissa, whale watching sri lanka, whale watching in mirissa, whale watching places, mirissa whale watching, whale watching company mirissa, whale watching boats, best whale watching company in mirissa, mirissa whales, mirissa whales tripadvisor" />
        <meta name="description" content="Explore our full range of things to do in Sri Lanka ,Mirissa is one of the world's best destinations  for  whales watching." />
        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <link rel="icon" type="image/png" href="images/icon.png">
        <!--Fonts-->
        <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet" type="text/css">
        <link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i" rel="stylesheet" type="text/css">
        <link href="http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic" rel="stylesheet" type="text/css">
        <!--Bootstrap-->
        <link href="css/bootstrap.css" rel="stylesheet" type="text/css">
        <!--font Awesome-->
        <link href="css/font-awesome.css" rel="stylesheet" type="text/css">
        <!--slider-->
        <link href="css/owl.carousel.min.css" rel="stylesheet" type="text/css">
        <link href="css/animate.css" rel="stylesheet" type="text/css">
        <!--PrettyPhoto-->
        <link href="css/prettyPhoto.css" rel="stylesheet" type="text/css">
        <!--main file-->
        <link href="css/style.css" rel="stylesheet" type="text/css">
        <!--Responsive file-->
        <link href="css/responsive.css" rel="stylesheet" type="text/css">
    </head>

    <body>
        <div class="page-wrapper">
            <!-- Preloader -->

            <?php include './header.php'; ?>
        </div>
        <!--End Header-->

        <!--Start Page Title-->
        <div class="page_title bg3">
            <div class="layer">
                <div class="container">
                    <div class="row">
                        <div class="col-sm-12 col-md-12">
                            <h1>About Us</h1>
                            <div class="beadcrumb">
                                <a href="index.php">Home</a> <i class="fa fa-angle-right"></i> <span>About Us</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!--End Page Title-->
        <!--Start About-->
        <div class="about about_two seaction_margin">
            <div class="container">
                <div class="row">
                    <div class="col-sm-5 col-md-5  animated slide" style="padding-bottom: 40px;">
                        <figure>
                            <img src="images/banner/22.jpg" alt="Mirissa Whales" />
                        </figure>
                    </div>
                    <div class="col-sm-7 col-md-7  animated slide" style="text-align: justify;">

                        <h3><?php echo $aboutus['title']; ?>
                        </h3>
                        <p>  <?php echo $aboutus['description']; ?></p>


                    </div>
                </div>
            </div>
        </div>
        <!--End About-->
        <!--Start About Col-->
        <div class="intro_box seaction_margin">
            <div class="container">
                <div class="row about">
                    <div class="col-sm-12 col-md-12">
                        <div class="row" style="margin-bottom: 10px;">
                            <div class="col-sm-6 col-md-6 animated slide">
                                <div class="icon_box">
                                    <div class="content">
                                        <h3><a href="#">Vision</a></h3>
                                        <p><?php echo $aboutus['vision']; ?>
                                        </p>

                                    </div>
                                </div>
                            </div>
                            <div class="col-sm-6 col-md-6 animated slide">
                                <div class="icon_box">
                                    <div class="content">
                                        <h3><a href="#">Mission</a></h3>
                                        <p><?php echo $aboutus['mission']; ?>
                                        </p>

                                    </div>
                                </div>
                            </div>

                        </div>
                    </div>
                </div>
            </div>
        </div>

        <div class="row">
            <div class="container" style="margin-bottom: 60px;">
                <div class="col-md-6 text-justify">
                    <img src="images/id.png" class="img-responsive" alt="Mirissa Whales - Licence"/>
                </div>
                <div class="col-md-6" data-animation="fadeInLeft" data-animation-delay="0">

                    <div class="video-container padingmb" style="margin-top: 10px">
                        <iframe width="560" height="315" src="https://www.youtube.com/embed/P5S8svGWTvw" frameborder="0" allowfullscreen></iframe>
                    </div> 
                </div>
            </div>




        </div>

        <!--End About Col-->
        <!--Start Features-->

        <!--End Features-->


        <?php include './footer.php'; ?>
        <a href="#0" class="cd-top"><i class="fa fa-angle-up" aria-hidden="true"></i></a>
        <!-- jQuery -->
        <script  src="js/jquery.js"></script>
        <!-- Bootstrap -->
        <script  src="js/bootstrap.min.js"></script>
        <!-- Jquery Ui -->
        <script  src="js/jquery-ui.js"></script>
        <!-- Slider -->
        <script  src="js/owl.carousel.js"></script>
        <!-- Isotope -->
        <script src="js/isotope-docs.min.js"></script>
        <!-- PrettyPhoto -->
        <script src="js/jquery.prettyPhoto.js"></script>
        <!-- Parallax -->
        <script  src="js/jquery.parallax.js"></script>
        <!-- Slider -->
        <script  src="js/jquery.cycle.all.js"></script>
        <!-- Appear -->
        <script  src="js/jquery.appear.js"></script>
        <!-- Custom -->
        <script  src="js/custom.js"></script>
    </body>


</html>home/islapiiu/sites/pramudi/about.php000064400000016571150766541650013757 0ustar00<?php
include_once 'class/include.php';
if (!isset($_SESSION)) {
    session_start();
}
$WHO_WE_ARE = new Page(2);
$VISION = new Page(3);
$MISSION = new Page(4);
$VALUES = new Page(5);
?>
<!doctype html>
<html class="no-js" lang="zxx">

    <head>
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <title>About Us || Pramudi Gems & Jewellery</title>
        <meta name="robots" content="noindex, follow" />
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <!-- Favicon -->
        <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png">

        <!-- CSS
            ============================================ -->
        <!-- google fonts -->
        <link href="https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,900" rel="stylesheet">
        <!-- Bootstrap CSS -->
        <link rel="stylesheet" href="assets/css/vendor/bootstrap.min.css">
        <!-- Pe-icon-7-stroke CSS -->
        <link rel="stylesheet" href="assets/css/vendor/pe-icon-7-stroke.css">
        <!-- Font-awesome CSS -->
        <link rel="stylesheet" href="assets/css/vendor/font-awesome.min.css">
        <!-- Slick slider css -->
        <link rel="stylesheet" href="assets/css/plugins/slick.min.css">
        <!-- animate css -->
        <link rel="stylesheet" href="assets/css/plugins/animate.css">
        <!-- Nice Select css -->
        <link rel="stylesheet" href="assets/css/plugins/nice-select.css">
        <!-- jquery UI css -->
        <link rel="stylesheet" href="assets/css/plugins/jqueryui.min.css">
        <!-- main style css -->
        <link rel="stylesheet" href="assets/css/style.css">
        <link href="assets/css/responsive.css" rel="stylesheet" type="text/css"/>

    </head>

    <body>
        <?php include './header.php'; ?>
        <main>
            <div class="breadcrumb-area">
                <div class="container">
                    <div class="row">
                        <div class="col-12">
                            <div class="breadcrumb-wrap">
                                <nav aria-label="breadcrumb">
                                    <ul class="breadcrumb">
                                        <li class="breadcrumb-item"><a href="./"><i class="fa fa-home"></i> Home</a></li>
                                        <li class="breadcrumb-item active" aria-current="page">About us</li>
                                    </ul>
                                </nav>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
            <section class="about-us section-padding mobile-about-page">
                <div class="container">
                    <div class="row align-items-center">
                        <div class="col-lg-5">
                            <div class="about-thumb">
                                <img src="assets/img/about/about2.png" alt="about thumb">
                            </div>
                        </div>
                        <div class="col-lg-7">
                            <div class="about-content">
                            <div class="section-title text-center" style="margin-left: -512px;">
                        <h2 class="title p-cate">About Us</h2>
                        </div>
                                <!-- <h2 class="about-title">About Us</h2> -->
                                <h5 class="about-sub-title">
                                    Who We Are
                                </h5>
                                <?= $WHO_WE_ARE->description; ?>
                            </div>
                        </div>
                    </div>
                </div>
            </section>
            <div class="choosing-area section-padding pt-0" style="background-color: #f5f5f5;">
                <div class="container">
                    <div class="row">
                        <div class="col-12 choose" style="margin-top: 60px;">
                            <div class="section-title text-center">
                                <h2 class="title">Why Choose Us</h2>
                                <p>Our Importance</p>
                            </div>
                        </div>
                    </div>
                    <div class="row mbn-30">
                        <div class="col-lg-4 col-md-4">
                            <div class="single-choose-item text-center mb-30">
                                <i class="fa fa-eye"></i>
                                <h4>Vision</h4>
                                <?= $VISION->description; ?>
                            </div>
                        </div>
                        <div class="col-lg-4 col-md-4">
                            <div class="single-choose-item text-center mb-30">
                                <i class="fa fa-paper-plane"></i>
                                <h4>Mission</h4>
                                <?= $MISSION->description; ?>
                            </div>
                        </div>
                        <div class="col-lg-4 col-md-4">
                            <div class="single-choose-item text-center mb-30">
                                <i class="fa fa-thumbs-up"></i>
                                <h4>Our Values</h4>
                                <?= $VALUES->description; ?>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </main>
        <div class="scroll-top not-visible">
            <i class=""><img src="assets/img/icon/gem-top.png"></i>
        </div>

        <?php include './footer.php'; ?>

        <!-- JS
    ============================================ -->

        <!-- Modernizer JS -->
        <script src="assets/js/vendor/modernizr-3.6.0.min.js"></script>
        <!-- jQuery JS -->
        <script src="assets/js/vendor/jquery-3.3.1.min.js"></script>
        <!-- Popper JS -->
        <script src="assets/js/vendor/popper.min.js"></script>
        <!-- Bootstrap JS -->
        <script src="assets/js/vendor/bootstrap.min.js"></script>
        <!-- slick Slider JS -->
        <script src="assets/js/plugins/slick.min.js"></script>
        <!-- Countdown JS -->
        <script src="assets/js/plugins/countdown.min.js"></script>
        <!-- Nice Select JS -->
        <script src="assets/js/plugins/nice-select.min.js"></script>
        <!-- jquery UI JS -->
        <script src="assets/js/plugins/jqueryui.min.js"></script>
        <!-- Image zoom JS -->
        <script src="assets/js/plugins/image-zoom.min.js"></script>
        <!-- Imagesloaded JS -->
        <script src="assets/js/plugins/imagesloaded.pkgd.min.js"></script>
        <!-- Instagram feed JS -->
        <script src="assets/js/plugins/instagramfeed.min.js"></script>
        <!-- mailchimp active js -->
        <script src="assets/js/plugins/ajaxchimp.js"></script>
        <!-- contact form dynamic js -->
        <script src="assets/js/plugins/ajax-mail.js"></script>
        <!-- google map api -->
        <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCfmCVTjRI007pC1Yk2o2d_EhgkjTsFVN8"></script>
        <!-- google map active js -->
        <script src="assets/js/plugins/google-map.js"></script>
        <!-- Main JS -->
        <script src="assets/js/main.js"></script>
    </body>


</html>home/islapiiu/sites/agpholdings/about.php000064400000025356150766674320014617 0ustar00<?php
include_once(dirname(__FILE__) . '/class/include.php');
$ABOUT = new Page(1);
$MISSION = new Page(2);
$VISION = new Page(3);
?>
<!DOCTYPE html>
<head>

    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <meta name="description" content="AGP Holdings(Pvt)Ltd is a major contractor and material suppliers among the paving contractors.It is the leading contractor in southern province since 2011 with latest technologies. ">
    <meta name="keywords" content="agp holdings, interlock pavings, interlock pavings companies in sri lanka,  interlock pavings companies in galle, interlock pavings manufacturing companies in sri lanka"> 
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">

    <title> About us | AGP Holdings</title>

    <!-- STYLES -->
    <link rel="stylesheet" type="text/css" href="css/fontello.css" />
    <link rel="stylesheet" type="text/css" href="css/skeleton.css" />
    <link rel="stylesheet" type="text/css" href="css/plugins.css" />
    <link rel="stylesheet" type="text/css" href="css/base.css" />
    <link rel="stylesheet" type="text/css" href="css/style.css" />
    <link href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i" rel="stylesheet">


</head>

<body>

    <!-- MAIN BACKGROUND -->
    <div class="wickley_tm_mainbg">

        <!-- PATTERN -->
        <div class="marketify_pattern_overlay"></div>
        <!-- /PATTERN -->

    </div>
    <!-- /MAIN BACKGROUND -->

    <!-- WRAPPER ALL -->
    <div class="wickley_tm_wrapper_all">

        <div class="wickley_tm_wrapper">


            <div class="wickley_tm_animate_submenu"></div>


            <!-- LEFTPART -->
            <div class="wickley_tm_leftpart_wrap">

                <!-- LEFT PATTERN -->
                <div class="wickley_tm_build_pattern"></div>
                <!-- /LEFT PATTERN -->

                <!-- MENUBAR -->
                <?php include './menubar.php'; ?>
                <!-- /MENUBAR -->

            </div>
            <!-- /LEFTPART -->

            <!-- RIGHTPART -->
            <div class="wickley_tm_rightpart_wrap">
                <div class="wickley_tm_rightpart">

                    <!-- CONTENT -->
                    <div class="wickley_tm_content_wrap">
                        <div class="wickley_tm_content">
                            <!-- TOPBAR -->
                            <?php include './header.php'; ?>
                            <!-- /HEADER -->
                            <div class="wickley_tm_section">
                                <div class="wickley_tm_main_title_holder">
                                    <div class="container">
                                        <div class="title_holder">
                                            <h3>About Us</h3>
                                        </div>
                                        <div class="builify_tm_breadcrumbs">
                                            <ul>
                                                <li><a href="index.php"> Home</a></li>
                                                <li class="shape"><span></span></li>
                                                <li><span>About Us</span></li>
                                            </ul>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <div class="wickley_tm_about_wrap">
                                <div class="container">
                                    <div class="subtitle">
                                        <?php echo $ABOUT->description; ?>
                                    </div>
                                </div>                              
                                                                                             
                                
                                
                                
                                <div class="wickley_tm_section">
                                    <div class="container">                                       
                                        
                                        <div class="qqq">
                                            <div class="wickley_tm_introduce_wrap">
                                                <div class="inner_wrap">
                                                    <div class="main_info_wrap">                                                         
                                                       <h3 class="title" style="font-size: 35px;">Our Certtificate (ISO 9001)</h3>                                                     
                                                    </div>                                                    
                                                </div>
                                                <img src="img/iso 9001.jpg" alt=""/>
                                            </div>                                             
                                        </div>
                                        
                                        
                                        <div class="qqq">
                                            <div class="wickley_tm_introduce_wrap">
                                                <div class="inner_wrap">
                                                    <div class="main_info_wrap">
                                                        <span class="top_title">Let me introduce</span>
                                                        <h3 class="title">Our Vision</h3>
                                                        <?php echo $VISION->description; ?>
                                                    </div>
                                                    <div class="experience_box">
                                                        <div class="top">
                                                            <p>Sri Lankan's Leading Building Corporation</p>
                                                        </div>
                                                        <div class="bottom">
                                                            <div class="number">
                                                                <span>8</span>
                                                            </div>
                                                            <div class="definition">
                                                                <p>Years of experience</p>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>

                                            </div>
                                            <div class="shape_top">
                                                <span class="first"></span>
                                                <span class="second"></span>
                                            </div>
                                        </div>
                                        <div class="qqq">
                                            <div class="wickley_tm_introduce_wrap">
                                                <div class="inner_wrap">
                                                    <div class="main_info_wrap">
                                                        <span class="top_title">Let me introduce</span>
                                                        <h3 class="title">Our Mission</h3>
                                                        <?php echo $MISSION->description; ?>
                                                    </div>
                                                    <div class="experience_box">
                                                        <div class="top">
                                                            <p>Sri Lankan's Leading Building Corporation</p>
                                                        </div>
                                                        <div class="bottom">
                                                            <div class="number">
                                                                <span>8</span>
                                                            </div>
                                                            <div class="definition">
                                                                <p>Years of experience</p>
                                                            </div>
                                                        </div>
                                                    </div>
                                                </div>

                                            </div>
                                            <div class="shape_top">
                                                <span class="first"></span>
                                                <span class="second"></span>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="wickley_tm_section">
                                    <div class="container" style="margin-bottom: 15px;">
                                        <iframe width="100%" height="315" src="https://www.youtube.com/embed/GSiMF-ODCuM?controls=0&showinfo=0&rel=0&loop=1&playlist=GSiMF-ODCuM" allow="autoplay" allowfullscreen></iframe>

                                    </div>
                                </div>


                            </div>
                            <!-- /CONTENT -->
                            <?php include './footer.php'; ?>
                        </div>
                    </div>

                </div>

            </div>
            <!-- /RIGHTPART -->

        </div>
    </div>
    <!-- / WRAPPER ALL -->


    <!-- SCRIPTS -->
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript" src="js/plugins.js"></script>
    <!--[if lt IE 10]> <script type="text/javascript" src="js/ie8.js"></script> <![endif]-->	
    <script type="text/javascript" src="js/init.js"></script>
    <!-- /SCRIPTS -->

</body>

</html>
home/islapiiu/sites/ariyapalamarks/about.php000064400000027732150766674640015326 0ustar00<!Doctype html>
<html lang="en-gb" class="no-js"> 
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>About us | Ariyapala Mask Museum | Ariyapala Traditional Masks | Ariyapala Mask in Ambalangoda</title>
        <meta name="description" content="The art of Sri Lankan Masks was existing from time immemorial. Mask carving is a local tradition in the southern coastal region in Sri Lanka. Ambalangoda is well known for traditional masks carvings and masks dancing. The present institution named ‘Ariyapala & Sons’ passing through their fifth generation of traditional masks carving and dancing is a very popular cultural center in Ambalangoda. It was named after “Ariyapala Wijesuriya Gurunnanse”, one of the greatest master craftsmen in Sri Lanka.">
        <meta name="keywords" content="mask in ambalangoda, ariyapala & sons mask museum ambalangoda, traditional mask in sri lanka, traditional mask in ambalangoda ">
        <meta name="author" content="">

        <link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicon.ico">
        <link rel="icon" type="image/png" sizes="16x16" href="images/icons/apple-icon.png">


        <link id="default-css" rel="stylesheet" href="style.css" type="text/css" media="all" />

        <link href="css/animations.css" rel="stylesheet" type="text/css" media="all" />
        <link id="shortcodes-css" href="css/shortcodes.css" rel="stylesheet" type="text/css" media="all" />
        <link id="skin-css" href="skins/red/style.css" rel="stylesheet" media="all" />
        <link href="css/isotope.css" rel="stylesheet" type="text/css" media="all" />
        <link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" />
        <link href="css/pace.css" rel="stylesheet" type="text/css" />
        <link rel="stylesheet" href="css/responsive.css" type="text/css" media="all" />
        <script src="js/modernizr.js"></script> 
        <link id="light-dark-css" href="dark/dark.css" rel="stylesheet" media="all" />

        <link rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
    </head>
    <body>
        <div class="loader-wrapper">
            <div id="large-header" class="large-header">
                <h1 class="loader-title"><span>Ariyapala</span> Mask Museum</h1>
            </div>
        </div>

        <div class="wrapper">
            <div class="inner-wrapper">
                <div id="header-wrapper"> 
                    <?php include './header.php'; ?>
                </div> 
                <div id="main">
                    <section id="primary" class="content-full-width"> 
                        <div class="fullwidth-section">
                            <div class="container">
                                <div class="dt-sc-hr-invisible-small"></div>
                                <div class="main-title animate" data-animation="pullDown" data-delay="100">
                                    <h3>We are </h3>
                                    <p>Mask carving is a local tradition in the southern coastal region in Sri Lanka</p>
                                </div>
                                <article class="blog-post">

                                    <div class="entry-details">
                                        <div class="entry-title">
                                            <h3><a href="">About us</a></h3>
                                        </div>

                                        <div class="entry-body">
                                            <p>The art of Sri Lankan Masks was existing from time immemorial. Mask carving is a local tradition in the southern coastal region in Sri Lanka. Ambalangoda is well known for traditional masks carvings and masks dancing. The present institution named ‘Ariyapala & Sons’ passing through their fifth generation of traditional masks carving and dancing is a very popular cultural center in Ambalangoda. It was named after “Ariyapala Wijesuriya Gurunnanse”, one of the greatest master craftsmen in Sri Lanka.
                                            </p>
                                            <div class="column first">
                                                <p>Masks are mostly turned out from the timber of a tree locally Known as ‘Kaduru’ (stychnos nux vomica). This tree grows in marshy lands bordering paddy fields. This wood is light, soft, and easy to carve.
                                                </p>
                                                <p>Firstly, the trunks of felt tree are kept under hot sun to dry and to drain out the sticky juice. Thereafter it is measured and cut into pieces of required sizes of the various masks. Then the carver gives the basic shape of the mask to the piece of trunk with the help of chisels and a mallet. These measurements of carving have been given in ancient manuscripts. After this, the mask is kept on a stall of a hearth (Dum Messa) for six or seven days to get the smoke to season the wood. This is a very important step as well as a traditional method to keep masks free from the insects’ attack that we still follow. Subsequently, mask is taken out from the smoking stall and gradually shaped the face to epict specific expression by using various types of chisels and mallet.
                                                </p>
                                                <p>Before a mask is painted, it is smoothen with Motadelia leaves and Delsavaran which is obtained from the Breadfruit tree. As a first step of painting, light-yellow (primary colour) is applied on the surface of every mask. Here onwards colours are applied according to ancient manuscripts of our forefathers of our family. Colours are mixed with ‘Dorana oil’ to assure the durability of colours. Each mask has its own particular colours to depict their characteristic features.</p>
                                            </div>

                                            <div class="dt-sc-one-half column" style="margin-top: 30px;margin-bottom: 30px;">
                                                <div class="dt-sc-tabs-container">
                                                    <ul class="dt-sc-tabs-frame">
                                                        <li><a href="#" class="current"> Our Vission </a></li>
                                                        <li><a href="#"> Our Mission </a></li>
                                                       
                                                    </ul>
                                                    <div class="dt-sc-tabs-frame-content">

                                                        <p>To spread the power of visual art.</p>

                                                    </div>
                                                    <div class="dt-sc-tabs-frame-content">

                                                        <p> Ariyapala Mask Museum of Art is a space of wonder and discovery where art comes alive.</p>
                                                    </div>
                                                   
                                                </div>
                                            </div>
                                        </div>


                                        <div class="entry-title">
                                            <h3><a href="">Our History</a></h3>
                                        </div>
                                        <p>This museum is designed to introduce into the richness of the mask tradition of Ambalangoda and to strengthen this cultural heritage. The museum, the workshop and the small library (containing all available anthropological literature on masks performances) may serve as a centre for traditional arts and crafts and for research as well.
                                            The Karava people (fisher community) living in the western and south-western coastal areas of Sri Lanka have developed a great variety of social customs. The south-west coast area, es-specially Ambalangoda is particularly well known for its masks plays and rituals that are performed on different accasions. Among these performances there are two famous ones, the Kolam Maduwa and the rituals to expel evil demons which cause diseases.
                                            For many decades, the famous masks have been highly appreciated by private and museum collectors and other experts. But for economic reasons mainly especially the Kolam Dances fell into disuse during the last 3o to 5o years and were performed only very seldom, on the other side, mask carving has now developed into a cottage industry.
                                            Of all the well known carvers of the area, only the Wijesooriya family is now preserving the elaborated traditional art of carving masks. In order to save the local cultural heritage, the Wijesooriya family has under¬taken the tasks to carve a complete set of all masks, 12o in number. For lack of space, how¬ever, not all these masks can be exhibited here.
                                            To illustrate this revival in traditional car¬ving and mask performances two sets of masks are exhibited here. They belong to the Kolam Maduwa and to the Sanni Yakuma ritual as per¬formed in Batapola and Ambalangoda in 1985 and 1986.




                                        </p>
                                    </div>

<!--                                    <div class="entry-title">
                                        <h3><a href="">Achievements and Awards </a></h3>
                                    </div>
                                    <p><b>Oil painting</b> is the process of painting with pigments that are bound with a medium of drying oil. Commonly used drying oils include linseed oil, poppy seed oil, walnut oil, and safflower oil. Different oils confer various properties to the oil paint, such as less yellowing or different drying times. Certain differences are also visible in the sheen of the paints depending on the oil. An artist might use several different oils in the same painting depending on specific pigments and effects desired. The paints themselves also develop a particular consistency depending on the medium. The oil may be boiled with a resin, such as pine resin or frankincense to create a varnish; often prized for its body and gloss.</p>

                                    <div class="dt-sc-hr-invisible-toosmall"></div>
                                    <p>It was popularised in the 1980s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including text are in so Ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation quis nostrud exercitation quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt iest laborum.</p>
                            -->
                            </div>
                            </article>


                        </div>
                </div>
                </section>
                <?php include './footer.php'; ?>
            </div>
        </div>
    </div>


    <script src="js/jquery-1.11.2.min.js" type="text/javascript"></script>
    <script src="js/jquery.tabs.min.js"></script>
    <script type="text/javascript" src="js/jquery-migrate.min.js"></script>
    <script src="js/jquery.validate.min.js" type="text/javascript"></script>
    <script src="js/jsplugins.js" type="text/javascript"></script>
    <script src="js/controlpanel.js" type="text/javascript"></script>
    <script src="js/custom.js"></script>
</body>

</html>
home/islapiiu/sites/helpsrilankango/about.php000064400000024111150766747740015474 0ustar00<!DOCTYPE html>

<?php
include './class/include.php';
$ABOUT_US = new Page(1);
$VISION = new Page(5);
$MISION = new Page(6);
?>

<html>

    <head>
        <meta charset="utf-8">
        <title>Women's Development Federation | About Us</title>
        <!-- Stylesheets -->
        <link href="images/icons/favicon.png" rel="icon" sizes="32x32" type="image/png">
        <link href="css/bootstrap.css" rel="stylesheet">
        <link href="css/style.css" rel="stylesheet">
        <!-- Responsive -->
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
        <link href="css/responsive.css" rel="stylesheet"`>
        <!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
        <!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
    </head>

    <body>
        <div class="page-wrapper">

            <!-- Header Style Two-->
            <?php
            include 'header.php';
            ?>
            <!--End Header Style Two-->

            <!--Page Title-->
            <section class="page-title" style="background-image:url(images/background/page-title-bg.jpg);">
                <div class="auto-container">
                    <div class="sec-title">
                        <h1>About Us</h1>
                        <div class="bread-crumb"><a href="./">Home</a> / About Us</div>
                    </div>
                </div>
            </section>

            <!--Default Section-->
            <section class="default-section tp-pb0">
                <div class="auto-container">
                    <div class="row clearfix">

                        <!--Column-->
                        <div class="column image-column col-md-6 col-sm-12 col-xs-12">
                                                       
                                    <img src="upload/page/<?php echo $ABOUT_US->image_name ?>" alt="">
                                                                  
                            </article>
                        </div>
                        <?php echo $ABOUT_US->description ?>
                        
                    </div>
                    <div class="row clearfix">

                        <!--Column-->
                        <div class="column default-text-column col-md-4 col-sm-6 col-xs-12">
                            <div class="text-block">
                                <h3>Our Vision</h3>
                                <div class="text no-margin-bottom">
                                    <p><?php echo $VISION->description ?></p>
                                </div>
                            </div>
                        </div>

                        <!--Column-->
                        <div class="column default-text-column col-md-4 col-sm-6 col-xs-12">
                            <div class="text-block">
                                <h3>Our Mission</h3>
                                <div class="text no-margin-bottom">
                                    <p><?php echo $MISION->description ?></p>
                                </div>
                            </div>
                        </div>

                        <!--Column-->
                        <div class="column default-text-column col-md-4 col-sm-6 col-xs-12">
                            <div class="text-block">
                                <h3>We help the followings</h3>
                                <div class="text no-margin-bottom">
                                    <ul class="styled-list-one no-margin-bottom">
                                        <li>Poor school children</li>
                                        <li>Poor Schools</li>
                                        <li>People who do not have a home to live in</li>
                                        <li>The disabled</li>
                                        <li>The people who suffer from chronic diseases </li>
                                    </ul>
                                </div>
                            </div>
                        </div>

                    </div>

                </div>
            </section>


            <!--Team Section-->
<!--            <section class="team-section">
                <div class="auto-container">

                    <div class="sec-title text-center">
                        <h2>Our <span class="normal-font theme_color">Team</span></h2>
                        <div class="text">Come and meet our team</div>
                    </div>

                    <div class="row clearfix">
                        <div id="about-carousel" class="owl-carousel owl-theme">
                            Column
                            <article class="column team-member col-lg-12 col-md-4 col-sm-6 col-xs-12 wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
                                <div class="inner-box">
                                    <figure class="image"><a href="mailto:[email protected]"><img src="images/resource/team-image-1.jpg" alt=""></a></figure>
                                    <div class="member-info">
                                        <h3>Samantha</h3>
                                        <div class="designation">Project Coordinator</div>
                                    </div>
                                    <div class="content">
                                        <div class="text"></div>
                                    </div>
                                </div>
                            </article>

                            Column
                            <article class="column team-member col-lg-12 col-md-4 col-sm-6 col-xs-12 wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1500ms">
                                <div class="inner-box">
                                    <figure class="image"><a href="mailto:[email protected]"><img src="images/resource/team-image-2.jpg" alt=""></a></figure>
                                    <div class="member-info">
                                        <h3>Anthonio</h3>
                                        <div class="designation">School Teacher</div>
                                    </div>
                                    <div class="content">
                                        <div class="text"></div>
                                    </div>
                                </div>
                            </article>

                            Column
                            <article class="column team-member col-lg-12 col-md-4 col-sm-6 col-xs-12 wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1500ms">
                                <div class="inner-box">
                                    <figure class="image"><a href="mailto:[email protected]"><img src="images/resource/team-image-3.jpg" alt=""></a></figure>
                                    <div class="member-info">
                                        <h3>Thomas Brandle</h3>
                                        <div class="designation">Kitchen Designer</div>
                                    </div>
                                    <div class="content">
                                        <div class="text"></div>
                                    </div>
                                </div>
                            </article>

                            Column
                            <article class="column team-member col-lg-12 col-md-4 col-sm-6 col-xs-12 wow fadeInUp" data-wow-delay="900ms" data-wow-duration="1500ms">
                                <div class="inner-box">
                                    <figure class="image"><a href="mailto:[email protected]"><img src="images/resource/team-image-4.jpg" alt=""></a></figure>
                                    <div class="member-info">
                                        <h3>Onnonto Jolil</h3>
                                        <div class="designation">Senior Worker</div>
                                    </div>
                                    <div class="content">
                                        <div class="text"></div>
                                    </div>
                                </div>
                            </article>
                        </div>
                    </div>

                </div>
            </section>-->

            <!--Main Footer-->
            <?php
            include 'footer.php';
            ?>
            <!--End Main Footer-->

        </div>
        <!--End pagewrapper-->


        <!--Scroll to top-->
        <div class="scroll-to-top scroll-to-target" data-target=".page-wrapper"><span class="fa fa-long-arrow-up"></span></div>


        <script src="js/jquery.js"></script> 
        <script src="js/bootstrap.min.js"></script>
        <script src="js/jquery.bxslider.min.js"></script>
        <script src="js/jquery.fancybox.pack.js"></script>
        <script src="js/jquery.fancybox-media.js"></script>
        <script src="js/owl.js"></script>
        <script src="js/wow.js"></script>
        <script src="js/script.js"></script>

        <script type="text/javascript">
            $(document).ready(function () {
                $("#about-carousel").owlCarousel({
                    loop: true,
                    margin: 7,
                    nav: false,
                    autoplay: true,
                    autoplayTimeout: 2000,
                    autoplayHoverPause: true,
                    dots: false,
                    responsive: {
                        0: {
                            items: 1
                        },
                        600: {
                            items: 3
                        },
                        1000: {
                            items: 4
                        }
                    }
                });
            });
        </script>
    </body>

</html>home/islapiiu/sites/greenresidences/about.php000064400000024047150767176640015464 0ustar00<!DOCTYPE html>
<html lang="en-US" class="scheme_original">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
        <meta name="format-detection" content="telephone=no">
        <link rel="icon" type="image/x-icon" href="images/favicon.png" />
        <title>About us | Luxury Apartment in Sri Lanka | Green Residences</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="Green Residences is located in an echo friendly location in Galle. Naturally made surroundings will be brought perfect ambiance blended of tranquility." />
        <meta name="keywords" content="about green residences, luxury apartment in sri lanka, galle apartments, accommodation in sri lanka, deluxe double room in sri lanka" />
        <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700%7CRaleway%3A100%2C200%2C300%2C400%2C500%2C600%2C700%2C800%2C900%7COpen+Sans%3A300%2C400%2C600%2C700%2C800%7CMontserrat%3A700%2C400&amp;subset=cyrillic%2Ccyrillic-ext%2Clatin%2Cgreek-ext%2Cgreek%2Clatin-ext%2Cvietnamese&amp;ver=1.6.11" type="text/css" media="all">
        <link rel='stylesheet' href='js/vendor/booked/font-awesome.min.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/essgrid/tooltipster.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/essgrid/tooltipster-light.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/booked/styles.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/revslider/settings.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/fontello/css/fontello.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/_animation.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/shortcodes.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/style.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/skin.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/custom-style.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/colors.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/responsive.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/skin.responsive.css' type='text/css' media='all' />
        <link rel='stylesheet' href='js/vendor/swiper/swiper.css' type='text/css' media='all' />
        <link rel='stylesheet' href='css/custom/_messages.css' type='text/css' media='all' />
        <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
        <link href="css/custom.css" rel="stylesheet" type="text/css"/>
    </head>
    <body class="body_style_wide responsive_menu scheme_original top_panel_show top_panel_above sidebar_hide">
        <div class="body_wrap">
            <div class="page_wrap">
                <!-- Header -->
                <?php
                include 'header.php';
                ?>
                <!-- /Header -->
                <!--breadcrumbs-->
                <div class="top_panel_title heading-banner top_panel_style_1  title_present scheme_original">
                    <div class="top_panel_title_inner top_panel_inner_style_1 breadcrumbs_present_inner">
                        <div class="content_wrap">
                            <h1 class="page_title banner-title">About</h1>
                            <div class="breadcrumbs banner-title">
                                <a class="breadcrumbs_item home" href="./">Home</a>
                                <span class="breadcrumbs_delimiter"></span>
                                <span class="breadcrumbs_item current">About</span>
                            </div>
                        </div>
                    </div>
                </div>
                <!--/breadcrumbs-->
                <div class="page_content_wrap page_paddings_top content-about">
                    <div class="sc_section overflow_hidden">
                        <div class="content_wrap margin_bottom_xlarge">
                            <div class="columns_wrap">
                                <div class="column-1_2">
                                    <div class="bgtext1 bg bgtext1-welcome hidden-sm hidden-xs">
                                        <p>ABOUT US</p>
                                    </div>
                                    <h2 class="sc_title sc_title_iconed margin_bottom_xmedium">
                                        <span class="sc_title_box">About Green Residences<span class="sc_title_subtitle about-subtitle">Who We Are & What We Do</span></span>
                                    </h2>
                                    <div class="sc_section margin_bottom_xmedium section_style_1">
                                        <div class="sc_section_inner content-welcome">
                                            <p class="para-about">Green Residences is located in an echo friendly location in Galle. Naturally made surroundings will be brought perfect ambiance blended of tranquility. Green Residences specially design for having great relaxation with tranquility. Green Residences serving unique, ultimate, superb service which located near Galle and offers amenities with services beyond your expectation. The place is so serene and relaxing. You can really switch off from your busy life and just enjoy. 
  
                                            </p>
                                        </div>
                                    </div>
                                </div>
                                <div class="column-1_2">
                                    <img src="images/image-new/image-welcome.jpg" alt="" class="image-about img-thumbnail"/>                             
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="sc_section overflow_hidden bg_color_1">
                    <div class="content_wrap">
                        <div class="sc_section margin_bottom_xlarge">
                            <div class="sc_section_inner">
                                <div class="sec-title">
                                    <h2 class="sc_title margin_bottom_small">Why Choose us?</h2>
                                </div>
                                <div class="columns_wrap sc_columns">
                                    <div class="column-1_2 sc_column_item text-center">
                                        <i class="fa fa-eye about-icons" style="font-size: 50px;color: #74e10f;"></i>
                                        <h4 class="topics-about">VISION</i></h4>
                                        <p class="para-about1">Become the first choice for guests by proceeding superb with unique warmth hospitality in Green Residences</p>
                                    </div>
                                    <div class="column-1_2 sc_column_item text-center">
                                        <i class="fa fa-send-o about-icons" style="font-size: 50px;color: #74e10f;"></i>
                                        <h4 class="topics-about">MISSION</h4>
                                        <p class="para-about1">Provide perfect & superb service to our customers by proceeding high elegant, customer satisfied in wide range and upon on customer requirement. </div> 
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- Footer -->
                <?php
                include 'footer.php';
                ?>
                <!-- /Footer -->
            </div>
        </div>
        <a href="#" class="scroll_to_top icon-up"></a>
        <script data-cfasync="false" src="cdn-cgi/scripts/f2bf09f8/cloudflare-static/email-decode.min.js"></script><script type='text/javascript' src='js/vendor/jquery.js'></script>
        <script type='text/javascript' src='js/custom/plugins.js'></script>
        <script type='text/javascript' src='js/custom/messages.js'></script>
        <script type='text/javascript' src='js/vendor/jquery-migrate.min.js'></script>
        <script type='text/javascript' src='js/vendor/essgrid/lightbox.js'></script>
        <script type='text/javascript' src='js/vendor/essgrid/jquery.themepunch.tools.min.js'></script>
        <script type='text/javascript' src='js/vendor/revslider/jquery.themepunch.revolution.min.js'></script>
        <script type='text/javascript' src='js/vendor/modernizr.min.js'></script>
        <script type='text/javascript' src='js/vendor/ui/jquery-ui.min.js'></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.slideanims.min.js"></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.layeranimation.min.js"></script>
        <script type="text/javascript" src="js/vendor/revslider/revolution.extension.navigation.min.js"></script>
        <script type='text/javascript' src='js/vendor/superfish.js'></script>
        <script type='text/javascript' src='js/custom/_utils.js'></script>
        <script type='text/javascript' src='js/custom/_init.js'></script>
        <script type='text/javascript' src='js/custom/_shortcodes.js'></script>
        <script type='text/javascript' src='js/vendor/parallax.js'></script>
        <script type='text/javascript' src='js/vendor/skrollr.min.js'></script>
        <script type='text/javascript' src='js/vendor/swiper/swiper.min.js'></script>
        <script src="js/vendor/isotope.min.js" type="text/javascript"></script>
        <script type='text/javascript' src='http://maps.google.com/maps/api/js?sensor=false'></script>
        <script src="js/custom/_googlemap.js" type="text/javascript"></script>
        <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
    </body>
</html>home/islapiiu/sites/chaayainn/about.php000064400000022016150767260260014234 0ustar00<!DOCTYPE html>
<?php
include './class/include.php';
$ABOUT_PAGE = new Page(3);
?>
<html lang="en">
    <head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        
        <!-- TITLE -->
       <title>Chaaya Inn Hikkaduwa | About Us</title>

        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
        <meta name="format-detection" content="telephone=no">
        <meta name="apple-mobile-web-app-capable" content="yes">
        <link rel="shortcut icon" href="images/favicon.png">

    
        <!-- GOOGLE FONT -->
        <link href='http://fonts.googleapis.com/css?family=Hind:400,300,500,600%7cMontserrat:400,700' rel='stylesheet' type='text/css'>
        <link href="https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700" rel="stylesheet">

        <!-- CSS LIBRARY -->
        <link rel="stylesheet" type="text/css" href="css/lib/font-awesome.min.css">
        <link rel="stylesheet" type="text/css" href="css/lib/font-lotusicon.css">
        <link rel="stylesheet" type="text/css" href="css/lib/bootstrap.min.css">
        <link rel="stylesheet" type="text/css" href="css/lib/owl.carousel.css">
        <link rel="stylesheet" type="text/css" href="css/lib/jquery-ui.min.css">
        <link rel="stylesheet" type="text/css" href="css/lib/magnific-popup.css">
        <link rel="stylesheet" type="text/css" href="css/lib/settings.css">
        <link rel="stylesheet" type="text/css" href="css/lib/bootstrap-select.min.css">
        <link rel="stylesheet" type="text/css" href="css/helper.css">
        

        <!-- MAIN STYLE -->
        <link rel="stylesheet" type="text/css" href="css/style.css">

        <!--[if lt IE 9]>
            <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
            <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
        <![endif]-->
    </head>

    <!--[if IE 7]> <body class="ie7 lt-ie8 lt-ie9 lt-ie10"> <![endif]-->
    <!--[if IE 8]> <body class="ie8 lt-ie9 lt-ie10"> <![endif]-->
    <!--[if IE 9]> <body class="ie9 lt-ie10"> <![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!--> 
    <body> <!--<![endif]-->

        <!-- PRELOADER -->
        <!--    <div id="preloader">
                <span class="preloader-dot"></span>
            </div>-->
        <!-- END / PRELOADER -->

        <!-- PAGE WRAP -->
        <div id="page-wrap" class="bg-white-2">


            <?php include './header.php'; ?>


            <!-- SUB BANNER -->
            <section class="section-sub-banner bg-9">
                <div class="awe-overlay"></div>
                <div class="sub-banner">
                    <div class="container">
                        <div class="text text-center">
                            <h2>About Chaaya Inn </h2>
                            <p>A legendary welcome, every time </p>
                        </div>
                    </div>

                </div>

            </section>
            <!-- END / SUB BANNER -->

            <!-- ABOUT -->
            <section class="section-about">
                <div class="container">

                    <div class="about">

                        <!-- ITEM -->
                        <div class="about-item">

                            <div class="img owl-single">
                                <img src="images/about/8.jpg" alt="">
                                <img src="images/about/7.jpg" alt=""> 
                                <img src="images/about/3.jpg" alt="">
                            </div>

                            <div class="text">
                                <h2 class="heading">About Chaaya Inn</h2>
                                <div class="desc">
                                    <?php echo $ABOUT_PAGE->description ?>

                                </div>
                            </div>

                        </div> 
                    </div>

                </div>
            </section>
            <section class="section-team">
                <div class="container">

                    <div class="team">
                        <h2 class="heading text-center">Our Staff</h2>
                        <div class="team_content">
                            <div class="row">

                                <!-- ITEM -->
                                <div class="col-xs-6 col-md-3">
                                    <div class="team_item text-center">

                                        <div class="img">
                                            <a href=""><img src="images/team/img-1.jpg" alt=""></a>
                                        </div> 

                                        <div class="text">
                                            <h2>JESSICA ALBA</h2>
                                            <span>CEO</span>
                                        
                                        </div>

                                    </div>
                                </div>
                                <!-- END / ITEM -->

                                <!-- ITEM -->
                                <div class="col-xs-6 col-md-3">
                                    <div class="team_item text-center">

                                        <div class="img">
                                            <a href=""><img src="images/team/img-1.jpg" alt=""></a>
                                        </div> 

                                        <div class="text">
                                            <h2>JESSICA ALBA</h2>
                                            <span>IT Manager</span>
                                        
                                        </div>

                                    </div>
                                </div>
                                <!-- END / ITEM -->


                                <!-- ITEM -->
                                <div class="col-xs-6 col-md-3">
                                    <div class="team_item text-center">

                                        <div class="img">
                                            <a href=""><img src="images/team/img-1.jpg" alt=""></a>
                                        </div> 

                                        <div class="text">
                                            <h2>Director</h2>
                                            <span>Manager lotus Hotel</span>
                                        
                                        </div>

                                    </div>
                                </div>
                                <!-- END / ITEM -->


                                 <!-- ITEM -->
                                <div class="col-xs-6 col-md-3">
                                    <div class="team_item text-center">

                                        <div class="img">
                                            <a href=""><img src="images/team/img-1.jpg" alt=""></a>
                                        </div> 

                                        <div class="text">
                                            <h2>Receptionist</h2>
                                            <span>Manager lotus Hotel</span>
                                        
                                        </div>

                                    </div>
                                </div>
                                <!-- END / ITEM -->


                            </div>
                        </div>
                    </div>

                </div>
            </section>
            <!-- END / ABOUT -->

            <?php include './footer.php'; ?>

        </div>
        <!-- END / PAGE WRAP -->


        <!-- LOAD JQUERY -->
        <script type="text/javascript" src="js/lib/jquery-1.11.0.min.js"></script>
        <script type="text/javascript" src="js/lib/jquery-ui.min.js"></script>
        <script type="text/javascript" src="js/lib/bootstrap.min.js"></script>
        <script type="text/javascript" src="js/lib/bootstrap-select.js"></script>
        <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true"></script>
        <script type="text/javascript" src="js/lib/isotope.pkgd.min.js"></script>
        <script type="text/javascript" src="js/lib/jquery.themepunch.revolution.min.js"></script>
        <script type="text/javascript" src="js/lib/jquery.themepunch.tools.min.js"></script>
        <script type="text/javascript" src="js/lib/owl.carousel.js"></script>
        <script type="text/javascript" src="js/lib/jquery.appear.min.js"></script>
        <script type="text/javascript" src="js/lib/jquery.countTo.js"></script>
        <script type="text/javascript" src="js/lib/jquery.countdown.min.js"></script>
        <script type="text/javascript" src="js/lib/jquery.parallax-1.1.3.js"></script>
        <script type="text/javascript" src="js/lib/jquery.magnific-popup.min.js"></script>
        <script type="text/javascript" src="js/lib/SmoothScroll.js"></script>
        <script type="text/javascript" src="js/scripts.js"></script>
    </body>
</html>home/islapiiu/sites/magnoliya/about.php000064400000011120150767306310014250 0ustar00<!DOCTYPE html>

<?php
include './class/include.php';

$ABOUT_US = new Page(1);
?>

<html lang="en">

    <head>
        <meta charset="UTF-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="shortcut icon" type="image/x-icon" href="assets/magnoliya logo.png"/>
        <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css2?family=Kaushan+Script&amp;display=swap" rel="stylesheet">
        <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/animate.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/chosen.min.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/pe-icon-7-stroke.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/jquery.scrollbar.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/lightbox.min.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/magnific-popup.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/slick.min.css"/>
        <link rel="stylesheet" type="text/css" href="assets/fonts/flaticon.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/megamenu.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/dreaming-attribute.css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/style.css"/>
        <title>Magnoliya</title>
    </head>
    <body>
        <!-- Start Header -->
        <?php include './header.php'; ?>
        <!-- End Header -->

        <div class="banner-wrapper has_background">
            <img src="assets/images/banner-for-all2.jpg"
                 class="img-responsive attachment-1920x447 size-1920x447" alt="img">
            <div class="banner-wrapper-inner">
                <h1 class="page-title">About</h1>
                <div role="navigation" aria-label="Breadcrumbs" class="breadcrumb-trail breadcrumbs">
                    <ul class="trail-items breadcrumb">
                        <li class="trail-item trail-begin"><a href="index.php"><span>Home</span></a></li>
                        <!--<li class="trail-item trail-end active"><span>About</span>-->
                        </li>
                    </ul>
                </div>
            </div>
        </div>
        <div class="site-main  main-container no-sidebar">
            <div class="section-037">
                <div class="container">
                    <div class="lynessa-popupvideo style-01">
                        <div class="popupvideo-inner">
                            <div class="icon">
                                <img src="upload/page/<?php echo $ABOUT_US->image_name; ?>" class="attachment-full size-full" alt="img">

                            </div>
                            <div class="popupvideo-wrap">
                                <h4 class="title">
                                    <?php echo $ABOUT_US->title; ?></h4>
                                <p class="desc"><?php echo $ABOUT_US->description; ?></p>

                            </div>
                        </div>
                    </div>
                </div>
            </div>

        </div>
        <!-- Start Header -->
        <?php include './footer.php'; ?>
        <!-- End Header -->



        <a href="#" class="backtotop active">
            <i class="fa fa-angle-up"></i>
        </a>
        <script src="assets/js/jquery-1.12.4.min.js"></script>
        <script src="assets/js/bootstrap.min.js"></script>
        <script src="assets/js/chosen.min.js"></script>
        <script src="assets/js/countdown.min.js"></script>
        <script src="assets/js/jquery.scrollbar.min.js"></script>
        <script src="assets/js/lightbox.min.js"></script>
        <script src="assets/js/magnific-popup.min.js"></script>
        <script src="assets/js/slick.js"></script>
        <script src="assets/js/jquery.zoom.min.js"></script>
        <script src="assets/js/threesixty.min.js"></script>
        <script src="assets/js/jquery-ui.min.js"></script>
        <script src="assets/js/mobilemenu.js"></script>
        <script src="assets/js/functions.js"></script>
        <script src="js/add-to-cart.js"></script>
    </body>

</html>home/islapiiu/sites/araliyagardens/about.php000064400000016715150767415610015301 0ustar00<!DOCTYPE html>
<html lang="en">
    <head>
        <!--================ Basic page needs ================-->
        <title>Araliya Gardens | About Us</title>
        <meta charset="UTF-8">
        <meta name="author" content="">
        <meta name="description" content="Araliya Gardens, truly an amazing place located near beautiful city Hikkaduwa. Featuring free WiFi and a restaurant, Araliya Gardens offers accommodation in Hikkaduwa, 1.5 Km from the Hikkaduwa Beach. The guest house has a year-round outdoor pool and terrace, and guests can enjoy a meal at the restaurant. Free private parking is available on site.">
        <meta name="keywords" content="about araliya gardens, araliya gardens, araliya gardens villa hikkaduwa, hikkaduwa araliya gardens villa, hikkaduwa villas, villas in hikkaduwa, villas hikkaduwa, ">
        <!--================ Mobile specific metas ================-->
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <!--================ Favicon ================-->
        <link rel="shortcut icon" href="images/favicon.png">
        <!--================ Google web fonts ================-->
        <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400i,700|Open+Sans:200,300,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Frank+Ruhl+Libre:500">
        <!--================ Vendor CSS ================-->
        <link rel="stylesheet" href="css/animate.min.css">
        <link rel="stylesheet" href="css/fontawesome-all.min.css">
        <link rel="stylesheet" href="css/linearicons.css">
        <link rel="stylesheet" href="css/milenia-icon-font.css">
        <link rel="stylesheet" href="vendors/owl-carousel/assets/owl.carousel.min.css">
        <link rel="stylesheet" href="vendors/fancybox/jquery.fancybox.min.css">
        <link rel="stylesheet" href="vendors/arcticmodal/jquery.arcticmodal-0.3.css">
        <link rel="stylesheet" href="vendors/mediaelement/mediaelementplayer.min.css">
        <link rel="stylesheet" href="css/bootstrap.min.css">
        <!--================ Theme CSS ================-->
        <link rel="stylesheet" href="css/style.css">
        <link href="css/styles.css" rel="stylesheet" type="text/css"/>
        <!--================ Vendor JS ================-->
    </head>
    <body class="milenia-body--scheme-lightbrown">
        <div class="milenia-preloader"></div>
        <!--================ Hidden Sidebar ================--><span class="milenia-sidebar-hidden-overlay"></span>
        <?php
        include 'hidden-sidebar.php';
        ?>
        <!--================ End of Hidden Sidebar ================-->
        <div id="milenia-page-wrapper" class="milenia-page-wrapper">
            <!--================ Header ================-->
            <?php
            include 'header1.php';
            ?>
            <!--================ End of Header ================-->
            <div data-bg-image-src="images/banner.jpg" class="milenia-breadcrumb text-center milenia-colorizer--scheme-dark milenia-colorizer--parallax">
                <div class="container">
                    <h1 class="milenia-page-title">About Us</h1>
                    <nav class="milenia-breadcrumb-path">
                        <span>
                            <a href="./">Home</a>
                        </span>/<span>About Us</span>
                    </nav>
                </div>
            </div>
            <!--================ End of Breadcrumb ================-->
            <div class="milenia-content">
                <div class="container">
                    <!--================ Content Section ================-->
                    <section class="milenia-color--black milenia-section--stretched milenia-colorizer--scheme-white">
                        <div class="row align-items-center">
                            <div class="col-lg-6">
                                <h2 class="milenia-section-title milenia-section-title--style-2">About Araliya Gardens</h2>
                                <span><p class="content">Araliya Gardens, truly an amazing place located near beautiful city Hikkaduwa. Featuring free WiFi and a restaurant, Araliya Gardens offers accommodation in Hikkaduwa, 1.5 Km from the Hikkaduwa Beach. The guest house has a year-round outdoor pool and terrace, and guests can enjoy a meal at the restaurant. Free private parking is available on site.</p></span>
                                <span><p class="content">Some rooms feature a seating area where you can relax. A terrace or balcony are featured in certain rooms. The rooms are equipped with a private bathroom. A flat-screen TV with satellite channels is provided.</p></span>
                                <span><p class="content">Bike hire and car hire are available at this guest house and the area is popular for snorkeling. Guests can enjoy various activities in the surroundings, including windsurfing, diving and cycling. Bentota is 36 km from Araliya Gardens, while Galle is 12 km away.</p></span>
                                <span><p class="content">This property is also rated for the best value in Hikkaduwa! Guests are getting more for their money when compared to other properties in this city.</p></span>
                            </div>
                            <div class="col-lg-6">
                                <figure class="milenia-album">
                                    <img src="images/DSC_9101.jpg" alt="">
                                </figure>
                            </div>
                        </div>
                    </section>
                    <!--================ End of Content Section ================-->
                </div>
            </div>
            <!--================ Footer ================-->
            <?php
            include 'footer.php';
            ?>
            <!--================ End of Footer ================-->
        </div>
        <script src="vendors/modernizr.js"></script>
        <script src="vendors/jquery-3.3.1.min.js"></script>
        <script src="vendors/nicescroll/jquery.nicescroll.min.js"></script>
        <script src="vendors/jquery.easing.1.3.min.js"></script>
        <script src="vendors/instafeed.min.js"></script>
        <script src="vendors/instafeed.wrapper.min.js"></script>
        <script src="vendors/jquery.parallax-1.1.3.min.js"></script>
        <script src="vendors/monkeysan.sameheight.min.js"></script>
        <script src="vendors/isotope.pkgd.min.js"></script>
        <script src="vendors/monkeysan.jquery.nav.1.0.min.js"></script>
        <script src="vendors/owl-carousel/owl.carousel.min.js"></script>
        <script src="vendors/arcticmodal/jquery.arcticmodal-0.3.min.js"></script>
        <script src="vendors/fancybox/jquery.fancybox.min.js"></script>
        <script src="vendors/monkeysan.validator.min.js"></script>
        <script src="vendors/handlebars-v4.0.5.min.js"></script>
        <script src="vendors/mad.customselect.js"></script>
        <script src="vendors/retina.min.js"></script>
        <script src="js/modules/milenia.sidebar-hidden.min.js"></script>
        <script src="js/modules/milenia.newsletter-form.min.js"></script>
        <script src="js/modules/milenia.alert-box.min.js"></script>
        <script src="js/modules/milenia.isotope.js"></script>
        <script src="js/modules/milenia.tabbed-grid.min.js"></script>
        <script src="js/modules/milenia.sticky-header-section.min.js"></script>
        <script src="js/milenia.app.js"></script>
    </body>
</html>
home/islapiiu/sites/toursatsrilanka/about.php000064400000024014150767475160015536 0ustar00<?php
include_once(dirname(__FILE__) . '/class/include.php');
?>
<!DOCTYPE html>
<html lang="en">


    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="We have more than ten years well experienced Guides and Tour Drivers. Also our best reward ever can be gained is your highest satisfaction with smile. Our first and most important priority is our customers and we are ready to serve high elegant and superb service. Our passion is to arrange tour and holiday arrangement with large diversity that spread around the country.">
        <meta name="keywords" content="Tour At Sri Lanka,About Tour At Sri Lanka,Tour @ Sri Lanka">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>About Us || Tours-at-srilanka</title>
        <!-- favicon -->
        <link rel="shortcut icon" href="images/logo/logo.png" type="image/x-icon">
        <link href="css/fontawesome.min.css" rel="stylesheet" type="text/css"/>
        <link href="css/flaticon.css" rel="stylesheet" type="text/css"/>
        <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
        <link href="css/owl.carousel.min.css" rel="stylesheet" type="text/css"/>
        <link href="css/lightcase.css" rel="stylesheet" type="text/css"/>
        <link href="css/style.css" rel="stylesheet" type="text/css"/>
        <link href="css/responsive.css" rel="stylesheet" type="text/css"/>
        <link href="css/custom.css" rel="stylesheet" type="text/css"/>
        <link rel="stylesheet" type="text/css" href="css-1/fullwidth.css" media="screen" />
        <link rel="stylesheet" type="text/css" href="rs-plugin/css/settings.css" media="screen" />
        <link rel="stylesheet" href="css-1/rev-settings.css" type="text/css">
        <!--<link href="fontawesome/css/all.css" rel="stylesheet" type="text/css"/>-->
        <link href="font-awesome-4.7.0/css/font-awesome.css" rel="stylesheet" type="text/css"/>
    </head>

    <body>

        <!-- preloader start -->

        <!-- preloader end -->

        <!--  header-section start  -->
        <?php include './header.php'; ?>
        <!--  header-section end  -->


        <section class="single-banner about-banner">
            <div class="page-breadcums">
                <div class="container">
                    <ul class="page-list">
                        <li><a href="index.php">Home</a></li>
                        <li>About us</li>
                    </ul>
                </div>
            </div>
            <div class="banner-content-area">
                <div class="container ">
                    <div class="row justify-content-center">
                        <div class="col-lg-10">
                            <div class="banner-content text-center">
                                <h1 class="banner-title">About Us</h1>
                                <p class="text-center">Tour At Sri Lanaka specialize in tailoring holidays that offer a mix of Sri Lanka’s diverse attractions, from the adventure of exploring the great outdoors to reveling in the island’s cultural diversity and fabled history..</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- banner-section end -->

        <section class="about-section section-padding about-section-bg about-image aban aboutus">
            <div class="container">

                <section class="section-padding  about-image">
                    <div class="container back-img">
                        <div class="row">
                            <div class="col-lg-6">
                                <div class="content">
                                    <h2 class="section-title">about Us</h2>
                                    <p>We have more than ten years well experienced Guides and Tour Drivers. Also our best reward ever can be gained is your highest satisfaction with smile. Our first and most important priority is our customers and we are ready to serve high elegant and superb service. Our passion is to arrange tour and holiday arrangement with large diversity that spread around the country.</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </section>
            </div>
        </section>

        <!-- welcome-section start -->
        <section class="welcome-section section-padding section-bg">
            <div class="container paddingtop">
                <div class="section-header text-center">
                    <div class="row justify-content-center">
                        <div class="col-lg-8">
                            <h2 class="section-title">This is our Company important</h2>
                            <p>Understand to achieve anything requires faith and belief in yourself.</p>
                        </div>
                    </div>
                </div>
                <div class="section-wrapper">
                    <div class="row mt-mb-15 justify-content-center">
                        <div class="col-lg-4 col-md-6">
                            <div class="single-item-style-four item-0">
                                <div class="single-item-head d-flex align-items-center">
                                    <div class="icon"><i class="fa fa-eye"></i></div>
                                    <h5 class="item-title">Vision</h5>
                                </div>
                                <div class="content">

                                    <p>To assist the travelers, gain the most out of their coverage and give a customer service with a smile</p>
                                </div>
                            </div>
                        </div><!--benefits-item end -->
                        <div class="col-lg-4 col-md-6">
                            <div class="single-item-style-four item-0">
                                <div class="single-item-head d-flex align-items-center">
                                    <div class="icon"><i class="fa fa-rocket"></i></div>
                                    <h5 class="item-title">Mission</h5>
                                </div>
                                <div class="content">

                                    <p>Being a knowledgeable and experienced would help ascertaining travelers believes, Keep them totally satisfied.we strive to do our best, and are committed to ensuring a dream travel to all our guests.
                                    </p>
                                </div>
                            </div>
                        </div><!--benefits-item end -->
                        <div class="col-lg-4 col-md-6">
                            <div class="single-item-style-four item-0">
                                <div class="single-item-head d-flex align-items-center">
                                    <div class="icon"><i class="fa fa-handshake-o"></i></div>
                                    <h5 class="item-title">Value</h5>
                                </div>
                                <div class="content">

                                    <p>get a happy comment for our service in a guests.and get a good name  for tour services</p>
                                </div>
                            </div>
                        </div><!--benefits-item end -->
                    </div>
                </div>
            </div>
        </section>
        <!-- welcome-section end -->



        <!-- footer-section start -->
        <?php include './footer.php'; ?>
        <!-- footer-section end -->

        <!-- scroll-to-top start -->
        <div class="scroll-to-top">
            <span class="scroll-icon">
                <i class="fa fa-rocket" aria-hidden="true"></i>
            </span>
        </div>
        <!-- scroll-to-top end -->

        <!-- jquery js link -->
        <script src="rs-plugin/js/pluginson3step.js" type="text/javascript"></script>
        <!--<script src="js/jquery-3.3.1.min.js"></script>-->
        <!-- bootstrap js link -->
        <script src="rs-plugin/js/plugin-set.js" type="text/javascript"></script>
        <script src="js/bootstrap.bundle.js"></script>
        <script src="js/bootstrap.min.js"></script>
        <!-- owl carousel js link -->
        <script src="js/owl.carousel.min.js"></script>
        <!-- lightcase js link -->
        <script src="js/lightcase.js"></script>
        <!-- waypoints js link -->
        <script src="js/jquery.waypoints.min.js"></script>
        <!-- countup js link -->
        <script src="js/jquery.countup.min.js"></script>
        <!-- circle-progress js link -->
        <script src="js/circle-progress.min.js"></script>
        <!-- countdown js link -->
        <script src="js/jquery.countdown.js"></script>
        <!-- goolg-map-activate js link -->
        <script src="js/goolg-map-activate.js"></script>
        <!-- main js link -->
        <script src="js/main.js"></script>
        <script src="rs-plugin/js/jquery.themepunch.tools.min.js"></script>
        <script src="rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
        <script src="rs-plugin/js/custom.js" type="text/javascript"></script>
        <script src="rs-plugin/js/on3step.js" type="text/javascript"></script>
        <script async src="https://www.jscache.com/wejs?wtype=selfserveprop&amp;uniq=649&amp;locationId=13147684&amp;lang=en_US&amp;rating=true&amp;nreviews=4&amp;writereviewlink=true&amp;popIdx=true&amp;iswide=true&amp;border=true&amp;display_version=2" data-loadtrk onload="this.loadtrk = true"></script>
        <script type="text/javascript">
            function googleTranslateElementInit() {
                new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE, autoDisplay: false}, 'google_translate_element');
            }
        </script>
        <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript"></script>

    </body>

</html>home/islapiiu/sites/royalescapestours/about.php000064400000026551150767500670016102 0ustar00<?php
include_once(dirname(__FILE__) . '/class/include.php');
?>
<!DOCTYPE HTML>
<html lang="zxx">


    <head>
        <meta charset="UTF-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="keywords" content="about royal escapes tours, sri lanka tours, sri lanka holidays, beach tours, journey sri lanka, hill country tour, wildlife, family travel, national parks, sri lanka vacations, one day tours, round tours, travel agents in sri lanka, explore sri lanka, sri lanka">
        <meta name="description" content="Our first and most important priority is our customers and we are ready to serve high decorous and excellent service.">
        <meta http-equiv="X-UA-Compatible" content="ie=edge">
        <title>About Us | Travel Agent in Sri Lanka | Royal Escapes Sri Lanka Tours</title>
        <link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.png" />
        <!-- Icofont CSS -->
        <link rel="stylesheet" type="text/css" href="assets/css/icofont.css" media="all" />
        <!-- Bootstrap CSS -->
        <link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css" media="all" />
        <!-- jquery ui CSS -->
        <link rel="stylesheet" type="text/css" href="assets/css/jquery-ui.min.css" media="all" />
        <!-- Slicknav CSS -->
        <link rel="stylesheet" type="text/css" href="assets/css/slicknav.min.css">
        <!-- Owl carousel CSS -->
        <link rel="stylesheet" type="text/css" href="assets/css/owl.carousel.css">
        <!-- Popup CSS -->
        <link rel="stylesheet" type="text/css" href="assets/css/magnific-popup.css">
        <!-- Main style CSS -->
        <link rel="stylesheet" type="text/css" href="assets/css/style.css" media="all" />

        <!--[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]-->
        <link href="assets/css/custom.css" rel="stylesheet" type="text/css"/>
        <!-- Responsive CSS -->
        <link rel="stylesheet" type="text/css" href="assets/css/responsive.css" media="all" />
    </head>
    <body>
        <!-- Page loader -->
        <div id="preloader"></div>
        <!-- header section start -->
        <?php include './header.php'; ?>
        <!-- about section start -->

        <!-- breadcrumb area start -->
        <section class="breadcrumb-area" id="home">
            <div class="container">
                <div class="row">
                    <div class="col-lg-12">
                        <div class="breadcrumb-area-content">
                            <h2>About Us</h2>
                            <ul>
                                <li><a href="index.php">Home</a></li>
                                <li class="active"><a href="about.php">About Us</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </section><!-- breadcrumb area end -->
        <section class="ptb-100">
            <div class="container">
                <div class="row">
                    <div class="col-lg-12">
                    </div>
                </div>
                <div class="row">
                    <div class="col-lg-6">
                        <div class="single-about-box text-lg-left text-center">
                            <img src="assets/img/about.jpg" alt="about" />
                        </div>
                    </div>
                    <div class="col-lg-6">
                        <div class="single-about-box">

                            <div class="tab-content">
                                <div id="menu1" class="tab-pane fade active show about-content about-content1">
                                    <h2>Welcome to Sri Lanka</h2>
                                    <h3>Royal Escapes Tours</h3>
                                    <p>Royal Escapes Tours have more than ten years well experienced Guides and Tour Drivers. We offer significant and cultural packages, guaranteed value of your money.  We have friendly team of expert travel consultants who will provide advice with the client’s best interest in mind. They will be a familiar local advisor who will create a hustle free environment and understanding what guest need. Our first and most important priority is our customers and we are ready to serve high decorous and excellent service.</p>
                                    <p>We intend to help you understand about Sri Lanka. You will find that Sri Lanka has a diverse ethnicity and people possess a warm friendly nature reflected in persistent smiling faces and eagerness to help those unfamiliar with local aspects of life.</p>
                                    
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section><!-- about section end -->
        <!-- choose section start -->
        <section class="choose-area ptb-100">
            <div class="container">
                <div class="row">
                    <div class="col-lg-6 col-sm-12">
                        <div class="single-choose-box">
                            <h2>why choose us</h2>
                            <ul>
                                <li>
                                    <div class="choose-icon">
                                        <i class="icofont icofont-eye-alt"></i>
                                    </div>
                                    <div class="choose-info">
                                        <h4>Vision</h4>
                                        <p>Our vision is to take Royal Escapes Tours to the top spot in the travel and tourism industry while increasing Sri Lanka’s popularity in the world.</p>
                                    </div>
                                </li>
                                <li>
                                    <div class="choose-icon">
                                        <i class="icofont icofont-rocket"></i>
                                    </div>
                                    <div class="choose-info">
                                        <h4>Mission</h4>
                                        <p>To offer the best and perfect services that will always give a memorable and unforgettable Experience to our clients.</p>
                                    </div>
                                </li>
                                <li>
                                    <div class="choose-icon">
                                        <i class="icofont icofont-box"></i>
                                    </div>
                                    <div class="choose-info">
                                        <h4>Value</h4>
                                        <p>Safety First, Reasonable Price, Luxury Vehicle and Perfect Chevron. These values are at the core of Royal Escapes Tours.</p>
                                    </div>
                                </li>
                            </ul>
                        </div>
                    </div>
                    <div class="col-lg-6">
                        <div class="single-choose-box">
                            <h2>Customer Testimonials</h2>
                            <div class="testimonial-slider">
                                <?php
                                foreach (Comments::all() as $key => $info) {
                                    if ($key < 4) {
                                        ?>
                                        <div class="single-testimonial-box">
                                            <div class="testimonial-box-top">
                                                <div class="author">
                                                    <!--<img src="assets/img/author.png" alt="author" />-->
                                                    <img src="upload/comments/<?php echo $info['image_name']; ?>" alt="" />
                                                </div>
                                                <div class="author-info">
                                                    <p><?php echo $info['name']; ?></p>
                                                    <i class="icofont icofont-ui-rating"></i>
                                                    <i class="icofont icofont-ui-rating"></i>
                                                    <i class="icofont icofont-ui-rating"></i>
                                                    <i class="icofont icofont-ui-rating"></i>
                                                    <i class="icofont icofont-ui-rating"></i>
                                                </div>
                                            </div>
                                            <p>
                                                <?php
                                                if (strlen($info['comment']) > 250) {
                                                    echo substr($info['comment'], 0, 250) . '...';
                                                } else {
                                                    echo $info['comment'];
                                                }
                                                ?></p>
                                        </div>
                                        <?php
                                    }
                                }
                                ?>
                            </div>
                            <a href="guest-comment.php" class="theme-btn theme-btn2">Add Your Comment</a>
                        </div>
                    </div>
                </div>
            </div>
        </section><!-- choose section end -->

        <!-- footer section start -->
        <?php include './footer.php'; ?>
        <!-- footer section end -->
        <a href="#" class="scrollToTop">
            <i class="icofont icofont-arrow-up"></i>
        </a>
        <!-- jquery main JS -->
        <script src="assets/js/jquery.min.js"></script>
        <!-- Bootstrap JS -->
        <script src="assets/js/bootstrap.min.js"></script>
        <!-- jquery ui JS -->
        <script src="assets/js/jquery-ui.min.js"></script>
        <!-- Slicknav JS -->
        <script src="assets/js/jquery.slicknav.min.js"></script>
        <!-- owl carousel JS -->
        <script src="assets/js/owl.carousel.min.js"></script>
        <!-- Popup JS -->
        <script src="assets/js/jquery.magnific-popup.min.js"></script>
        <!-- Counterup JS -->
        <script src="assets/js/jquery.counterup.min.js"></script>
        <!-- Counterup waypoints JS -->
        <script src="assets/js/waypoints.min.js"></script>
        <!-- Isotope JS -->
        <script src="assets/js/isotope.pkgd.min.js"></script>
        <!-- YTPlayer JS -->
        <script src="assets/js/jquery.mb.YTPlayer.min.js"></script>
        <!-- jQuery Easing JS -->
        <script src="assets/js/jquery.easing.1.3.js"></script>
        <!-- main JS -->
        <script src="assets/js/main.js"></script>
        <script async src="https://www.jscache.com/wejs?wtype=cdswritereviewlg&amp;uniq=587&amp;locationId=17594820&amp;lang=en_AU&amp;lang=en_AU&amp;display_version=2" data-loadtrk onload="this.loadtrk=true"></script>
    </body>


</html>home/islapiiu/sites/lasatour/about.php000064400000025674151061277440014144 0ustar00<!DOCTYPE html>
<?php
include './class/include.php';
$ABOUT_US = new Page(2);
?>
<html lang="en">

    <head>
        <!-- META -->
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="description" content="Sri Lanka Lasa Tours is Reputable and trustworthy holiday partner in Sri Lanka. You can plan your dream vacation the way you want it to be with our Lasa Tours package options. Our chauffeurs are specialist in Russian languages.">
        <meta name="keywords" content="sri lanka round tours, one day tours, tour arrangement, sri lanka lasa tours, lasa tours tour packages, about sri lanka lasa tours, best tour guide in sri lanka ">
        <meta name="author" content="Synotec Holdings">
        <!-- PAGE TITLE -->
        <title>About Us | Sri Lanka Lasa Tours</title>
        <!-- BOOTSTRAP CSS -->
        <link rel="stylesheet" href="assets/css/bootstrap.css">
        <!-- ALL GOOGLE FONTS -->
        <link href="https://fonts.googleapis.com/css?family=Rubik:300,500,900" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Arimo" rel="stylesheet">
        <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
        <!-- FONT AWESOME CSS -->
        <link rel="stylesheet" href="assets/fonts/line-awesome-font-awesome.min.css">
        <!-- OWL CAROSEL CSS -->
        <link rel="stylesheet" href="assets/owlcarousel/css/owl.carousel.css">
        <link rel="stylesheet" href="assets/owlcarousel/css/owl.theme.css">
        <link rel="stylesheet" href="assets/css/owl.carousel.min.css">
        <!-- MAGNIFIC CSS -->
        <link rel="stylesheet" href="assets/css/magnific-popup.css">
        <!-- ANIMATE CSS -->
        <link rel="stylesheet" href="assets/css/animate.min.css">
        <!-- hover -->
        <link rel="stylesheet" href="assets/css/bootstrap-dropdownhover.css">
        <!-- MAIN STYLE CSS -->
        <link rel="stylesheet" href="assets/css/venobox.css" type="text/css" media="screen" />
        <link rel="stylesheet" href="assets/css/style.css">
        <link href="assets/css/custom.css" rel="stylesheet" type="text/css"/>

        <!-- color STYLE CSS -->
        <link rel="stylesheet" href="assets/css/color-switcher.css">
        <!-- RESPONSIVE CSS -->
        <link rel="stylesheet" href="assets/css/responsive.css">
           <link href="slider/font-awesome.min.css" rel="stylesheet" type="text/css"/>
        <link rel="stylesheet" type="text/css" href="assets/css/media-queries.css">
        <link href="assets/css/simplelightbox.min.css" rel="stylesheet" type="text/css"/>

    </head>

    <body>

        <!-- START HEADER AREA -->
        <?php
        include 'header.php';
        ?>
        <!-- / END HEADER AREA -->

        <!-- Start banner -->
        <div class="inner-page-header">
            <img src="assets/images/bg/aboutbg.jpg" alt="Inner Page Header" class="full-width">
            <div class="title-breadcrumb">
                <div class="container">
                    <div class="site-page-breadcrumb">
                        <span>
                            <a style="" href="index.php">Home </a> 
                            <i class="fa fa-angle-double-right"></i> About Us
                        </span>
                    </div>
                </div>
            </div>
        </div>
        <!-- End banner -->

        <section id="aboutus" class="about-area section-padding abut">
            <div class="container"> 
                <div class="row">
                    <div class="col-lg-6 col-md-12 about_para">
                        <div class="section-title ">
                            <h2>Who We Are</h2>
                            <div class="title-separator-outer ">
                                <div class="title-separator bg-primary style-liner"></div>
                            </div>
                        </div>
                        <p>
                            <?php echo $ABOUT_US->description ?>      
                        </p>
                    </div>
                    <div class="col-lg-6 col-md-12">
                        <img alt="image" src="assets/images/about.jpg">
                    </div>
                </div>

            </div>
        </section>

        <section class="offter-area section-padding">
            <div class="container">
                <div class="row">                    

                    <div class="col-md-3 col-sm-4 gallery">
                        <div class="offer gallery gallery-bottom">
                            <a href="assets/images/social/2.jpg" ><img src="assets/images/social/1.jpg" alt="" title="Srilanka Travel Guide Licence" /></a>

                        </div> 
                    </div>

                    <div class="col-md-3 col-sm-4 gallery">
                        <div class="offer gallery">
                            <a href="assets/images/social/4.jpg" ><img src="assets/images/social/3.jpg" alt="" title="Srilanka Travel Guide Licence" /></a>

                        </div> 
                    </div>

                </div>
            </div>
        </section>
        <section id="service" class="service-area section-padding">
            <div class="container">
                <div class="row">
                    <!-- START SINGLE SERVICE DESIGN AREA -->
                    <div class="col-md-4 col-sm-6 col-xs-12 wow fadeInDown" data-wow-delay=".2s">
                        <div class="single-service">
                            <div class="service-icon"><i class="fa fa-eye" aria-hidden="true"></i>
                            </div>
                            <h4>Our vision</h4>
                            <p>Sri Lanka Lasa Tours, Sri Lanka refrains from promoting activities or experiences which have an adverse
                                impact on the environment. Through our efforts in living up to the expectations of our clients by
                                providing enriching holidays of the highest standards, we are moving towards becoming one of the
                                leading tour operators.</p>
                        </div>
                    </div>
                    <!-- / END SINGLE SERVICE DESIGN AREA -->
                    <!-- START SINGLE SERVICE DESIGN AREA -->
                    <div class="col-md-4 col-sm-6 col-xs-12 wow fadeInDown" data-wow-delay=".4s">
                        <div class="single-service">
                            <div class="service-icon"><i class="fa fa-cubes" aria-hidden="true"></i>
                            </div>
                            <h4>Our Mission</h4>
                            <p>We will combine our vast expertise, excellent value for money and supreme service with the magic that
                                Sri Lanka has to offer into a unique and unforgettable experience.</p>
                        </div>
                    </div>
                    <!-- / END SINGLE SERVICE DESIGN AREA -->
                    <!-- START SINGLE SERVICE DESIGN AREA -->
                    <div class="col-md-4 col-sm-6 col-xs-12 wow fadeInDown" data-wow-delay=".6s">
                        <div class="single-service">
                            <div class="service-icon"><i class="fa fa-archive" aria-hidden="true"></i>
                            </div>
                            <h4>Our Values</h4>
                            <p>Professional private guide</p>
                            <p>Comfortable Vehicles</p>
                            <p>Expertise Drivers</p>
                            <p>Russian Guide</p>
                        </div>
                    </div>
                </div>
            </div>
        </section> 

        <!-- / END SERVICE DESIGN AREA -->

        <!-- START FOOTER DESIGN AREA -->
        <?php
        include 'footer.php';
        ?>
        <!-- / END CONTACT DETAILS DESIGN AREA -->
        <!-- START SCROOL UP DESIGN AREA -->
        <div class="scroll-to-up">
            <div class="scrollup">
                <span class="fa fa-chevron-up"></span>
            </div>
        </div>
        <!-- / END SCROOL UP DESIGN AREA -->
        <!-- LATEST JQUERY -->
        <script src="assets/js/jquery.min.js"></script>
        <!-- BOOTSTRAP JS -->
        <script src="assets/js/bootstrap.min.js"></script>
        <!-- OWL CAROUSEL JS  -->
        <script src="assets/owlcarousel/js/owl.carousel.mini.js"></script>
        <!-- MAGNIFICANT JS -->
        <script src="assets/js/jquery.magnific-popup.min.js"></script>
        <!-- STEALLER JS -->
        <script src="assets/js/jquery.stellar.min.js"></script>
        <!-- MAGNIFICANT JS -->
        <script src="assets/js/isotope.min.js"></script>
        <!--Image Loded JS-->
        <script src="assets/js/images-loded.min.js"></script>
        <!--Image Loded JS-->
        <script src="assets/js/bootstrap-dropdownhover.js"></script>
        <!-- WOW JS -->
        <script src="assets/js/wow.min.js"></script>
        <!-- CONTCAT FORM JS -->
        <script src="assets/js/form-contact.js"></script>
        <script src="assets/js/venobox.min.js"></script>
        <!-- scripts js -->
        <script src="assets/js/scripts.js"></script> 
        <script src="assets/js/simple-lightbox.min.js" type="text/javascript"></script>
        <script type="text/javascript">
            function googleTranslateElementInit() {
                new google.translate.TranslateElement({pageLanguage: 'en', autoDisplay: false}, 'google_translate_element'); //remove the layout
            }
        </script>
        <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit" type="text/javascript"></script>


        <script type="text/javascript">
    function triggerHtmlEvent(element, eventName) {
        var event;
    if (document.createEvent) {
    event = document.createEvent('HTMLEvents');
    event.initEvent(eventName, true, true);
            element.dispatchEvent(event);
            } else {
    event = document.createEventObject();
            event.eventType = eventName;
            element.fireEvent('on' + event.eventType, event);
        }
    }
<!-- Flag click handler -->
$('.translation-links a').click(function (e) {
            e.preventDefault();
            var lang = $(this).data('lang');
            $('
            #google_translate_element select option').each(function () {
            if ($(this).text().indexOf(lang) > -1) {
                $(this).parent().val($(this).val());
                var container = document.getElementById('google_translate_element');
                var select = container.getElementsByTagName('select')[0];
                triggerHtmlEvent(select, 'change');
            }
        });
    });

        </script>
    </body>

</html>