<!DOCTYPE html>
<?php
include './class/include.php';
$id = '';
if (isset($_GET['id'])) {
$id = $_GET['id'];
}
?>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Faithlink International (Pvt) Ltd - Home</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta name="keywords" content="construction company in sri lanka, bathroom fittings, swimming pool construction, swimming pool fittings, consultant service, imports and exports company in sri lanka, civil construction company in sri lanka, faithlink international pvt ltd, faithlink in maldives, trading company in sri lanka">
<meta name="description" content="We are a Trading company, involved in Intending, Imports and exports of any item which complies with the standard import regulations, we also have diversified into construction and assist our customers on the whole process of getting the necessary products to the customer on a timely manner">
<meta content="" name="author" />
<!-- BEGIN GLOBAL MANDATORY STYLES -->
<link href="plugins/normalize.css" rel="stylesheet" type="text/css">
<link href="plugins/uikit-2.27.2/css/uikit.min.css" rel="stylesheet" type="text/css">
<link href="plugins/font-awesome-4.7/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="plugins/slick-master/slick/slick.css" rel="stylesheet" type="text/css">
<link href="plugins/flat-icon/flaticon.css" rel="stylesheet" type="text/css">
<!-- END GLOBAL MANDATORY STYLES -->
<!-- BEGIN PAGE COMPONENTS UIKIT -->
<link href="plugins/uikit-2.27.2/css/components/sticky.min.css" rel="stylesheet" type="text/css">
<link href="plugins/uikit-2.27.2/css/components/slider.min.css" rel="stylesheet" type="text/css">
<!-- END PAGE COMPONENTS UIKIT -->
<!-- BEGIN REVOLUTION SLIDER -->
<link rel="stylesheet" href="plugins/revolution/css/settings.css">
<link rel="stylesheet" href="plugins/revolution/css/layers.css">
<link rel="stylesheet" href="plugins/revolution/css/navigation.css">
<!-- END REVOLUTION SLIDER -->
<!-- BEGIN TEMPLATE LAYOUT STYLES -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- END TEMPLATE LAYOUT STYLES -->
<link rel="shortcut icon" href="images/icon.png" />
</head>
<body>
<!-- BEGIN HEADER -->
<?php include './header.php'; ?>
<!-- END HEADER -->
<!-- BEGIN CONTAINER -->
<!-- BEGIN SLIDER -->
<?php include './slider.php'; ?>
<!-- END SLIDER -->
<!-- BEGIN OUR SERVICES -->
<section class="who-we-are set-padding" style="margin-top: 50px;">
<div class="uk-container uk-container-center">
<div class="uk-grid">
<div class="uk-width-medium-1-2 uk-width-small-1-1 uk-width-1-1">
<div class="box-img">
<img src="images/index-1/EPM_empresarial_532.jpg" alt="">
<a href="#" class="brick-hover-child-color-yellow"></a>
</div>
</div>
<div class="uk-width-medium-1-2 uk-width-small-1-1 uk-width-1-1">
<div class="box">
<?php $PAGES = new Page(3); ?>
<div class="brick-title ">
<div class="brick-title-h3">
<h3><?php echo $PAGES->title; ?></h3>
</div>
</div>
<div class="box-content welcome-mob">
<!-- <strong>We are a leading trading and Intending company in Sri Lanka, providing services pertaining to all your imports and export requirements. </strong>-->
<p><?php echo $PAGES->description; ?></p>
<a href="about-us.php" class="brick-color-yellow">READ MORE</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="recent-projects our-works set-padding">
<div class="uk-container uk-container-center">
<div class="brick-title-v3">
<div class="brick-title-h3">
<h3>SERVICES</h3>
</div>
<div class="brick-title-p">
<p></p>
</div>
</div>
</div>
<section class="our-services set-padding">
<div class="uk-container uk-container-center">
<div class="uk-grid" style="margin-bottom: 50px;">
<?php
$SERVICE = new Service(NULL);
foreach ($SERVICE->all() as $key => $service) {
if ($key == 4) {
break;
}
?>
<div class="uk-width-medium-1-4 uk-width-small-1-2 uk-width-1-1">
<div class="box brick-hover-border-color-yellow">
<div class="box-icon">
<a href="view-services.php">
<img src="upload/service/<?php echo $service['image_name'] ?>" style="margin-top: -23px;">
</a>
</div>
<div class="box-title-h3" >
<a href="view-services.php" class="brick-hover-child-color-yellow" ><h3 style="text-transform: uppercase;"><?php echo $service['title'] ?></h3></a>
</div>
<div class="box-content-p text-justify">
<p><?php echo substr($service['short_description'], 0, 80) . '...'; ?></p>
</div>
<div class="brick-button brick-button-yellow brick-button-radius">
<a href="view-services.php?id=<?php echo $service["id"]; ?>"><h3>View More</h3></a>
</div>
</div>
</div>
<?php
}
?>
</div>
</div>
</section>
</section>
<!-- END OUR SERVICES -->
<section class="recent-projects our-works set-padding">
<div class="uk-container uk-container-center">
<div class="brick-title-v3">
<div class="brick-title-h3">
<h3>OUR PRODUCTS</h3>
</div>
<div class="brick-title-p">
<p></p>
</div>
</div>
</div>
<div class="our-works-slick">
<div class="our-works-slick-img">
<ul class=" slick-our-works">
<?php
$PRODUCT = new Product(NULL);
foreach ($PRODUCT->all() as $key => $product) {
if ($key == 8) {
break;
}
?>
<li class="filter-all_our_works filter-construction slick-slider">
<div class="box">
<div class="box-img">
<img src="upload/product-type/product/<?php echo $product['image_name'] ?>" alt="">
</div>
</a>
<div class="brick-flex-box">
<a href="view-product.php?id=<?php echo $product["id"]; ?>"></a>
<div class="box-text-overlay">
<div class="box-text-overlay-span">
<span class="brick-background-yellow">construction</span>
</div>
<div class="box-text-overlay-h3">
<a href="view-product.php?id=<?php echo $product["id"]; ?>" class="brick-hover-child-color-yellow"><h3 style="text-transform: uppercase;"><?php echo $product['name'] ?></h3></a>
</div>
<div class="box-text-overlay-p">
<a href="view-product.php?id=<?php echo $product["id"]; ?>">
<p><?php echo substr($product['short_description'], 0, 200) . '...'; ?></p>
</a>
</div>
</div>
</div>
</div>
</li>
<?php
}
?>
</ul>
</div>
</div>
</section>
<!-- BEGIN HAPPY CLIENTS SAY -->
<section class="clients-say-v2 set-padding" style="margin-bottom: 50px; padding-top: 30px;">
<div class="uk-container uk-container-center">
<div class="brick-title-v3">
<div class="brick-title-h3">
<h3>HAPPY CLIENTS SAY</h3>
</div>
<div class="brick-title-p">
<p></p>
</div>
</div>
<div class="clients-say-slick-v2">
<ul class="slick-slider slick-clients-say-v2">
<?php
$COMMENTS = new Comments(NULL);
foreach ($COMMENTS->activeComments() as $key => $comments) {
?>
<li>
<div class="box">
<div class="box-content">
<p><?php echo $comments['title'] ?></p>
</div>
<div class="box-img">
<a href="#"><img src="upload/comments/<?php echo $comments['image_name'] ?>" alt=""></a>
</div>
<div class="box-content">
<div class="box-content-p">
<p><?php echo $comments['comment'] ?></p>
</div>
<div class="box-content-span">
<span class="brick-color-yellow"><?php echo $comments['name'] ?></span>
</div>
</div>
</div>
</li>
<?php
}
?>
</ul>
</div>
</div>
</section>
<!-- END HAPPY CLIENTS SAY -->
<!-- END CONTAINER -->
<!-- BEGIN FOOTER -->
<?php include './footer.php'; ?>
<!-- END FOOTER -->
<div class="brick-backtotop brick-background-yellow" data-uk-smooth-scroll><span class="fa fa-arrow-up"></span></div>
<!-- BEGIN JQUERY JS -->
<script src="plugins/jquery/jquery-1.12.4.min.js"></script>
<script src="plugins/uikit-2.27.2/js/uikit.min.js" type="text/javascript"></script>
<script src="plugins/slick-master/slick/slick.min.js" type="text/javascript"></script>
<script src="plugins/jquery-waypoints/2.0.3/waypoints.min.js" type="text/javascript"></script>
<script src="plugins/jquery-count-to-number/jquery.counterup.min.js" type="text/javascript"></script>
<!-- END JQUERY JS -->
<!-- BEGIN COMPONENT UIKIT-->
<script src="plugins/uikit-2.27.2/js/components/sticky.min.js" type="text/javascript"></script>
<script src="plugins/uikit-2.27.2/js/components/slider.min.js" type="text/javascript"></script>
<!-- END COMPONENT UIKIT-->
<!-- BEGIN REVOLUTION SLIDER -->
<script src="plugins/revolution/js/jquery.themepunch.tools.min.js"></script>
<script src="plugins/revolution/js/jquery.themepunch.revolution.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.parallax.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script src="plugins/revolution/js/extensions/revolution.extension.video.min.js"></script>
<!-- END REVOLUTION SLIDER -->
<!-- BEGIN MAIN JS -->
<script src="js/main.js"></script>
<!-- END MAIN JS -->
</body>
</html>
|