Current File : /home/inlingua/public_html/faridabad/icentex/evaluation/html/home.php |
<?php include('include/header.php') ;?>
<div class="container container mt-140 pt-90 pb-90">
<div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-10 col-xs-offset-1 p-side">
<div class="row flex-box services-with-bg mt-minus">
<div class="col-md-3 service-center-icon white text-center">
<!-- bg icon--><i class="cws-icon flaticon-lights7 mb-20"></i>
<!-- ! bg icon-->
<!-- title-->
<h3 class="mt-0 mb-0">Level Shifting</h3>
<!-- ! title-->
<div class="divider mt-10 mb-5 gray-darknest mini"></div>
<p class="mb-30"></p>
<?php if(isset($_SESSION['branch'])){ ?>
<a href="<? echo make_url('level_shifting'); ?>" class="cws-button small">See More</a>
<?php } else { ?>
<a href="#" class="cws-button small">See More</a>
<?php } ?>
</div>
<div class="col-md-3 service-center-icon white text-center">
<!-- bg icon--><i class="cws-icon flaticon-lights7 mb-20"></i>
<!-- ! bg icon-->
<!-- title-->
<h3 class="mt-0 mb-0">Level(Oral) Assessment</h3>
<!-- ! title-->
<div class="divider mt-10 mb-5 gray-darknest mini"></div>
<p class="mb-30"></p>
<?php if(isset($_SESSION['branch'])){ ?>
<a href="<? echo make_url('level_assessment'); ?>" class="cws-button small">See More</a>
<?php } else { ?>
<a href="#" class="cws-button small">See More</a>
<?php } ?>
</div>
<div class="col-md-3 service-center-icon color-4 text-center">
<!-- bg icon--><i class="cws-icon flaticon-mug16 text-white mb-20"></i>
<!-- ! bg icon-->
<!-- title-->
<h3 class="mt-0 mb-0 text-white">Feedback</h3>
<!-- ! title-->
<div class="divider mt-10 mb-5 white mini"></div>
<p class="text-white mb-30"></p>
<?php if(isset($_SESSION['branch'])){ ?>
<a href="<?php echo make_url('fw_feedback'); ?>" class="cws-button white color-4 small">See More</a>
<?php } else { ?>
<a href="#" class="cws-button white color-4 small">See More</a>
<?php } ?>
</div>
<div class="col-md-3 service-center-icon text-center">
<!-- bg icon--><i class="cws-icon flaticon-diamond7 text-white mb-20"></i>
<!-- ! bg icon-->
<!-- title-->
<h3 class="mt-0 mb-0 text-white">Course (EOC)</h3>
<!-- ! title-->
<div class="divider mt-10 mb-5 white mini"></div>
<p class="text-white mb-30"></p><a href="<?php echo make_url('course_questionaire'); ?>" class="cws-button white small">See More</a>
</div>
</div>
</div>
</div>
</div>
<!-- End Home Page Slider -->
<?php
include ("include/footer.php");
?>