You are on page 1of 14

<?

php
require_once("lumisadmin2016/admin/connect/helper.php");
$page_id = '1';

$sel_page = $obj->select("content","pages","id='1'");
$content = $sel_page[0][0];
?>
<!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">
<!-- The above 3 meta tags *must* come first in the head; any other head
content must come *after* these tags -->
<title>Lumis Enzymes</title>

<!-- Bootstrap -->


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

<link href="style.css" rel="stylesheet">

<!-- Custom Fonts -->


<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet"
type="text/css">
<link href='https://fonts.googleapis.com/css?
family=Alegreya+Sans:400,500,700,300' rel='stylesheet' type='text/css'>

<!-- DC Social Icons CSS -->


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

<style>
.hide{
display:none;
}

.hide1
{
display:none;
}

#carouselButtons
{
margin-left: 100px;
position: absolute;
bottom: 0px;
}
.carousel-caption
{
position: relative;
left: auto;
right: auto;
top:-12px;
padding-left:10px;
padding-right:10px;
}
.carousel-caption p
{
font-size: 18px;
color: #E67817;
font-weight:bold;
/*overflow:hidden;*/
height:auto;
text-align: left;
}

.carousel-caption span
{
font-size: 16px;
color: #000;
display:block;
text-align:left;
text-shadow:none;
margin:5px 0;
}

.carousel-caption strong
{
font-size: 16px;
color:#5A72A5;
display:block;
text-align:left;
text-shadow:none;
}
.carousel-indicators
{
display:none;
}

.home_ue_link
{
background:#fff;
display:block;
}

.text_r {
color: #E67817;
font-size: 30px;
background-color: #fff;
display: inline-block;
text-align: center;
padding-top: 5px;
border-radius: 3px;
margin-right: 4px;
width:50px;
}

@media only screen and (max-width: 768px) {


.carousel-caption
{
position: relative;
left: auto;
right: auto;
top:0;
padding:10px;
width:100%;
}
}

</style>

</head>
<body>

<!--header-->
<?php include_once('home_header.php');?>
<!--header-->

<!--banner-->
<div id="myDivv">
<section id="hero-area">

<div class="container">
<div class="row">

<div class="col-md-12">
<div class="ind_banner_txt hide1" id="myDiv" data-scroll-
reveal="enter from the left after 0.2s">
<h1>POWER OF <br> CUSTOMIZED ENZYMES</h1>
</div>

</div>

</div>
</div>
</section>
</div>
<!--banner-->

<!--slider-->

<div class="new_home_slider" id="new_home_slider">

<div class="container">

<div class="row">

<!-- Sliding banner start -->


<?php
$sel_banner = $obj->select("*","banner","visible='yes' ORDER BY id");
if($sel_banner != "no")
{
?>
<div class="col-md-12">
<div>
<ul id="demo2">
<?php
foreach($sel_banner as $selbanner=>$banner_val)
{
$bannerimg = $banner_val[1];
$bannerdesc = $banner_val[2];
?>
<li>
<img src="lumisadmin2016/admin/uploads/banner/<?php
echo $bannerimg;?>" />
<!--Slider Description example-->
<div class="slide-desc">
<?php echo $bannerdesc;?>
</div>
</li>
<?php
}
?>
</ul>
</div>
</div>
<?php
}
?>
<!-- Sliding banner end -->

<!--new_home_bottom_content_area-->
<div class="new_home_bottom_content_area">
<div class="col-md-12">
<div class="new_home_bottom_content_area_main">

<div class="col-md-4">

<div class="new_home_bottom_content_area1">
<h2><a href="customise_products.php">WHY LUMIS</a></h2>
</div>

<div class="home_right_content">

<!--solution_product_area-->
<div class="solutions_product">

<div class="index_searches">
<ul>

<li style=""><a href="customise_products.php#customprd1"><span


class="text_r">W</span>hy Customize<i class="glyphicon glyphicon-menu-right" aria-
hidden="true"></i></a></li>
<li style=""><a href="customise_products.php#customprd2"><span
class="text_r">H</span>ow we Customize<i class="glyphicon glyphicon-menu-right"
aria-hidden="true"></i></a></li>
<li style="border:none;"><a
href="customise_products.php#customprd3"><span class="text_r">Y</span>ou Benefit<i
class="glyphicon glyphicon-menu-right" aria-hidden="true"></i></a></li>

<!--<li><a href="customise_products.php"><img src="images/1.jpg"> <span


class="text_r">W</span>hy Customise <i class="glyphicon glyphicon-menu-right" aria-
hidden="true"></i></a></li>

<li><a href="customise_products.php#how_we_customize"><img src="images/2.jpg">


<span class="text_r">H</span>ow we Customise <i class="glyphicon glyphicon-menu-
right" aria-hidden="true"></i></a></li>

<li style="border:none;"><a href="customise_products.php#you_benefits"><img


src="images/3.jpg"> <span class="text_r">Y</span>ou Benefit <i class="glyphicon
glyphicon-menu-right" aria-hidden="true"></i></a></li>-->

</ul>
</div>

</div>
<!--solution_product_area-->

</div>

</div>

<!--Home UPCOMING EVENTS Start-->


<?php
$select_upcmg_events = array();
$select_priority_events = $obj->select("*","events","visible='yes' AND
priority!='0' ORDER BY priority");
if($select_priority_events != "no")
{
$select_upcmg_events[] = $select_priority_events;
}

$select_nonpriority_events = $obj->select("*","events","visible='yes' AND


priority='0' ORDER BY id DESC");
if($select_nonpriority_events != "no")
{
$select_upcmg_events[] = $select_nonpriority_events;
}

if(count($select_upcmg_events) != 0)
{
?>
<div class="col-md-4">
<div class="new_home_bottom_content_area1">
<h2><a href="upcoming_news.php">UPCOMING EVENTS</a></h2>
</div>
<!--home-ue-banner-->
<div class="home-ue-banner">
<div id="homeCarousel" class="carousel slide">
<!-- Menu -->

<!-- Items -->


<div class="carousel-inner">
<?php
$count_upcmg_events = 0;
foreach($select_upcmg_events as
$sel_upcmg_events)
{
foreach($sel_upcmg_events as
$selupcmg_events=>$upcmg_events_val)
{
$count_upcmg_events++;
$evnttitle = $upcmg_events_val[1];
$urllink = $upcmg_events_val[7];
$evntimg = $upcmg_events_val[4];
$booth = $upcmg_events_val[6];
$evtdate = $upcmg_events_val[2];
$location =
$upcmg_events_val[3];
if($count_upcmg_events == 1)
{
?>
<!-- Item 1 -->
<div class="item active">
<a <?php if($urllink !=
""){echo "href='".$urllink."' target='_blank'";}?> class="home_ue_link"><img
src="lumisadmin2016/admin/uploads/events/<?php echo $evntimg;?>" style="width:100%;
height:150px;">
<div class="container"
style="padding:0;">
<div
class="carousel-caption">
<p
style="text-shadow:none;"><?php echo ucfirst($evnttitle);?></p>
<?php

if($location != "")
{
?>
<span style="font-weight:500;"><i class="fa fa-
map-marker"></i> <?php echo $location;?></span>
<?php
}

if($booth != "")
{
?>

<span>Booth: <?php echo $booth;?></span>


<?php
}

if($evtdate != "")
{
?>

<strong><?php echo $evtdate;?></strong>


<?php
}
?>
</div>
</div>
</a>
</div>
<?php
}
else
{
?>
<div class="item">
<a <?php if($urllink !=
""){echo "href='".$urllink."' target='_blank'";}?> class="home_ue_link"><img
src="lumisadmin2016/admin/uploads/events/<?php echo $evntimg;?>" style="width:100%;
height:150px;">
<div class="container"
style="padding:0;">
<div
class="carousel-caption">
<p
style="text-shadow:none;"><?php echo ucfirst($evnttitle);?></p>
<?php

if($location != "")
{
?>
<span style="font-weight:500;"><i class="fa fa-map-
marker"></i> <?php echo $location;?></span>
<?php
}

if($booth != "")
{
?>

<span>Booth: <?php echo $booth;?></span>


<?php
}

if($evtdate != "")
{
?>

<strong><?php echo $evtdate;?></strong>


<?php
}
?>
</div>
</div>
</a>
</div>
<?php
}
}
}
?>
</div>
</div>
</div>
</div>
<?php
}
?>
<!--Home UPCOMING EVENTS end-->

<!--home_news-->
<?php
$sel_news = $obj->select("*","news","visible='yes' AND priority
IN('1','2','3') ORDER BY priority");

if($sel_news != "no")
{
?>
<div class="col-md-4">
<div class="new_home_bottom_content_area1">
<h2><a href="news.php">NEWS</a></h2>
</div>

<div class="home_right_content">
<div class="solutions_product">
<div class="index_searches">
<ul>
<?php
foreach($sel_news as $selnews=>$news_val)
{
?>
<li><a href="news.php"><?php echo
ucfirst($news_val[1]);?></a></li>
<?php
}
?>
</ul>
</div>

<div class="solutions_product_a"><a href="news.php">See All


&nbsp; <i class="fa fa-angle-right" aria-hidden="true"></i></a></div>

</div>
</div>
</div>
<?php
}
?>
<!--home_news-->

</div>
</div>
<!--bottom_content_area-->
</div>

</div>

</div>

<!--slider-->

<!--middle--content-->
<?php
$sel_gallery = $obj->select("image","gallery","visible='yes'");
if($sel_gallery != "no")
{
?>
<!--<div class="container">

<div class="row" style="margin-top:30px;">

<div class="col-md-12" data-scroll-reveal="enter from the bottom after


0.2s">

<div id="owl-demo" class="owl-carousel">


<?php
foreach($sel_gallery as $selgallery=>$gallery_val)
{
?>
<div class="item"><img
src="lumisadmin2016/admin/uploads/gallery/<?php echo $gallery_val[0]; ?>"
alt=""></div>
<?php
}
?>
</div>

</div>

</div>

</div>-->
<?php
}
?>
<!--middle--content-->

<div class="default_scroll_a"><a href="#" id="scrollToBottom3"><img


src="images/down.png" /></a></div>
<!--footer-->
<?php include_once('footer.php');?>
<!--footer-->

<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->


<script src="js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as
needed -->
<script src="js/bootstrap.min.js"></script>

<script>
$('#hero-area').delay(4000).queue(function(){
$(this).addClass("hero-area1");
});

</script>

<script>
$(document).ready(function() {

$("#myDiv").hide();

$("#myDiv").delay(1000).fadeIn(500);

});
</script>

<script>
$(document).ready(function() {

$("#cccccc").hide();

$("#cccccc").delay(3900).fadeIn(500);

});
</script>

<script>
$(document).ready(function() {

$("#aaaaaa").hide();

$("#aaaaaa").delay(3900).fadeIn(500);

});
</script>

<!--<script>
$(document).ready(function() {
$("#demo2").hide();

$("#demo2").delay(4000).fadeIn(500);

});
</script>-->

<script>
function toggleDiv() {
setTimeout(function () {
$("#myDiv").fadeOut(1000);
}, 3000);
}
toggleDiv();

</script>

<script>
function toggleDiv() {
setTimeout(function () {
$("#myDivv").fadeOut(1000);
}, 3000);
}
toggleDiv();

</script>

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

<!--slider-->
<link rel="stylesheet" href="home-silder/slider.css">
<script src="home-silder/slider.js"></script>
<script>
$("#slider-container").sliderUi({
speed: 500,
cssEasing: "cubic-bezier(0.285, 1.015, 0.165, 1.000)"
});
$("#caption-slide").sliderUi({
caption: true
});
</script>

<script>
$(function () {
$('#homeCarousel').carousel({
interval: 2500
});
});
</script>

<script type = "text/javascript">


$(function () {
$('#scrollToBottom3').bind("click", function () {
$('html,body').animate({ scrollTop: $(document).height() }, 1200);
return false;
});
});
</script>

<script src="src/skdslider.min.js"></script>
<link href="src/skdslider.css" rel="stylesheet">
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#demo1').skdslider({delay:5000, animationSpeed:
2000,showNextPrev:true,showPlayButton:true,autoSlide:true,animationType:'fading'});
jQuery('#demo2').skdslider({delay:20000, animationSpeed:
1000,showNextPrev:true,showPlayButton:false,autoSlide:true,animationType:'sliding'}
);
jQuery('#demo3').skdslider({delay:5000, animationSpeed:
2000,showNextPrev:true,showPlayButton:true,autoSlide:true,animationType:'fading'});

jQuery('#responsive').change(function(){
$('#responsive_wrapper').width(jQuery(this).val());
$(window).trigger('resize');
});

});
</script>

<link href="owl-carousel/owl.carousel.css" rel="stylesheet">


<link href="owl-carousel/owl.theme.css" rel="stylesheet">

<script src="owl-carousel/owl.carousel.js"></script>
<!-- Demo -->

<style>
#owl-demo .item img{
display: block;
width: 100%;
height: auto;
}
.owl-pagination
{
display:none;
}
.owl-buttons
{
position: absolute;
right: 12px;
bottom: 12px;

}
@media screen and (max-width: 480px) {
.owl-buttons
{
position: absolute;
right: 3px;
bottom: 3px;
}
}
</style>

<script>
$(document).ready(function() {

//$("#myDiv").fadeOut(4000,function(){

document.getElementById("cccccc").className="home_transparent_area";
//});
$("#owl-demo").owlCarousel({

navigation : false,
slideSpeed : 300,
paginationSpeed : 400,
autoPlay: 3000,
singleItem : true

// "singleItem:true" is a shortcut for:


// items : 1,
// itemsDesktop : false,
// itemsDesktopSmall : false,
// itemsTablet: false,
// itemsMobile : false

});
});
</script>

<script>
// Closes the sidebar menu
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});

// Opens the sidebar menu


$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});

// Scrolls to the selected menu item on the page


$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//, '') ==
this.pathname.replace(/^\//, '') || location.hostname == this.hostname) {

var target = $(this.hash);


target = target.length ? target : $('[name=' + this.hash.slice(1) +
']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>

<style>

</style>

<script type="text/javascript" language="javascript">

/*window.onload=function()
{

//setTimeout(func1, 2000);
//setTimeout(func2, 2000);

};
function func1()
{
//document.getElementById("cccccc").className="home_transparent_area".fadeIn(
5000);
}
function func2()
{
//document.getElementById("aaaaaa").className="col-md-5";
}

// End hiding -->*/


</script>

<!-- SCROLL ANIMATIONS -->


<script src="js/scrollReveal.js"></script>

<!-- CUSTOM SCRIPTS -->


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

</body>
</html>

You might also like