File: /home/barbeatleanalyti/public_html/mbaris.beatleanalytics.com/application/views/survey/home.php
<?php
include ('include/header.php');
//echo '<pre>';
//print_r($_SESSION);
//print_r($orgdata);
if(!isset($_SESSION['LoginIndid'])){
redirect("index.php/survey/");
}
//echo '</pre>';
?>
<!---
<div class="container headerback" >
<div class="col-sm-12">
<div class="col-sm-6">
<?php
//$this->Admin_model->fetchOwnersImage($orgdata[0]->db_Orgpics);
?>
<div class="rightFloat"><a href="http://owner.beatleanalytics.com/"><i class="fa fa-bar-chart fontawosm"></i></a></div>
</div>
</div>
</div>--->
<div class="container headerback">
<div class="">
<div class="col-md-12">
<!--<a class="back_icon" href="index"><img src="<?php echo base_url();?>assets/surveynew/css/icon-arrow-left-white.png"></a>-->
<img data-toggle="modal" data-target="#myModalabc" style=" " height="" width="" alt="No image found" src="<?php echo base_url();?>assets/surveynew/css/no-image-found.png" class="headerImg">
</div>
</div>
</div>
<div class="home_logo_heder">
<div class="container">
<div class="row" style="margin-top:30px;">
<div class="col-sm-12 textcenter">
<img class="beatle_logo" src="<?php echo base_url();?>assets/surveynew/css/beatle_logo.png" style="width:25%">
</div>
<div class="col-sm-12 textcenter">
<h2 class="headingtext">Welcome To <br>BARIS</h2>
</div>
</div>
</div>
<h2 class="text-center story-head textcenter" style="font-size:17px;">The Story of Our Company</h2>
<div class="story-body">
<p>
We at BARIS , believe that you must get a technical analysis to design an effective growth path for your business.BARIS has come up with the real time solution for service sectors.
</p>
<p>
BARIS is a tool which is equal to a virtual, real-time assistant who gathers your data & analyze it according to the business requirements at a minimal cost.
</p>
<p>
DATA is dumb till analyzed. In any enterprise, sizable amount of money is spent on marketing and advertisement.
A quick and effective way to know how well their money is spent is through “REAL TIME FEEDBACK”.
Our product is especially designed for the service industry. Here we use the “RTCF” to capture your survey that you conduct for your contractor/s. We build a detailed
analysis of your observations which enables us to provide you indepth knowledge of your contractor/s performance.
</p>
</div>
</div>
<div class="bt-continue">
<div class="col-sm-12 headerback textcenter" style="height:60px;">
<a class="button buttom-calm background-beatle beatle-button-1x ahref" href="<?php echo base_url();?>index.php/survey/end_user_login">Continue</a>
</div>
</div>
<script src="<?php echo base_url();?>assets/surveynew/css/bootstrap.min.js(1).download"></script>
<?php
include ('include/footer.php');
?>
<style>
<!-------new---->
.bt-continue , .bt-continue{
background: #fff !IMPORTANT;
}
.footerback.textcenter, .headerback.textcenter {
background: none !IMPORTANT;
}
body {
background: #fff !IMPORTANT;
}
.bt-continue {
POSITION: ABSOLUTE;
BOTTOM: 11%;
}
.story-body {
border-bottom-left-radius: 17px;
border-bottom-right-radius: 17px;
}
<!-------//new------>
.container .row .textcenter img {
margin-top: 0px !IMPORTANT;
}
div#myModalabc {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
width: 95%;
}
.continue_btn {
padding: 6px 19px;
}
</style>