Current File : /home/inlingua/www/sensoriumpsychologists.com/student/certificate.php |
<?php include("common/head_links.php");?>
</head>
<body class="theme_skin_kinder">
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div id="box_wrapper">
<?php include("common/header.php");?>
<?php include_once("common/left_side_bar.php");?>
<section id="topOfPage" class="topTabsWrap color_section">
<div class="container">
<div class="row">
<div class="col-sm-7"></div>
<div class="col-sm-3">
<!--<div class="speedBar">
<a class="home" href="index.html">Home</a>
<span class="breadcrumbs_delimiter"> / </span>
<a class="all" href="#">All Posts</a>
<span class="breadcrumbs_delimiter"> / </span>
<span class="current">About Us</span>
</div>-->
<h3 class="pageTitle certificate">Certification</h3>
</div>
</div>
</div>
</section>
<section class="mainWrap">
<div class="container">
<div class="row">
<div class="col-sm-3">
</div>
<div class="col-sm-9" id="course" style="background:#FFF;">
<div class="certify-form" style="width:100%; height:1020px; padding:0px 20px 0px 20px; text-align:center; border:10px solid #c9aa4e;margin:0 auto;border-bottom:0px;border-top:0px;overflow:hidden;">
<div style="width:100%; height:1020px; padding:120px 20px 0px 20px; text-align:center; border: 3px solid #c9a951;padding-bottom:30px;border-bottom:0px;border-top:0px;overflow:hidden;">
<div style="background-image: url('img/background.png') !important;
background-repeat: no-repeat !important;background-size: cover !important; height:auto;" >
<div class="col-md-12" style="margin-top:40px;">
<span style="font-family:abibas;
font-size: 31px;line-height:31px; margin-bottom: 20px;color: #095952 !important;">SHRISTI INSTITUTE FOR CHILD AND ADOLESCENT
MENTAL HEALTH</span>
<br/>
<br/><span style="font-size:20px;font-weight:500;color:#c9a951 !important;font-family:Vollkorn;line-height: 24px;">Recognized under PWD Act, Delhi, National Trust.
<br>(Government of India.)</span>
</div>
<div style="clear:both"></div>
<span style="font-family:Vollkorn;font-size:27.5px; font-weight:bold; color:#444440;line-height:55px;">CERTIFICATE OF COMPLETION</span>
<span style="font-size:50px; font-weight:bold;line-height:55px;"></span>
<br>
<?php if($certificateid!=''){ ?>
<span style="font-family:Glacial Indifference;font-size:27.5px; font-weight:bold; color:#444440;line-height:55px;"><?php echo $certificateid; ?></span>
<br>
<? } ?>
<span style="font-size:19px;font-family:Glacial Indifference Bold;color:#444440;">THIS CERTIFICATE IS GIVEN TO</span>
<br><br>
<div ><span style="font-size: 27px;font-family:Vollkorn;
border-bottom: 1px solid #444440;"><?php echo $fullname; ?> </span></div><br><br>
<span style="font-size:19px; font-family:Glacial Indifference;color:#444440">for successfully completing<br/>
all the requirements of Shristi for the course Advance Diploma<br/>
in Learning Disability</span> <br/>
<br/><br/><br/><br/>
<div class="col-md-5 pull-left" ><img src="img/chairman.png" height="50" width="110" style="border-bottom: 2px solid #848481;margin-bottom: 7px;padding-bottom: 8px;width: 220px;">
<div style="font-family:Vollkorn;color:#c9a953 !important;font-size:15.5px;font-weight: 600;">DR. RAJIV NANDY</div>
<div style="font-family:Glacial Indifference; font-size:15px;">Chairman</div>
</div>
<div class="col-md-2 pull-left" style="text-align:center; margin:0 auto;">
<img src="img/certificate.png" style="width: 93px;opacity: 0.8;
height: 86px;">
</div>
<div class="col-md-5 pull-right" >
<img src="img/coordinator.png" height="50" width="110" style="border-bottom: 2px solid #848481;margin-bottom: 7px;padding-bottom: 8px;width: 200px;">
<div style="font-family:Vollkorn;color:#c9a953 !important;font-size:15.5px;font-weight: 600;">DR. SHIWANI NIRWAL</div>
<div style="font-family:Glacial Indifference; font-size:15px;">Course Cordinator</div>
</div>
<div style="clear:both"></div>
<div class="col-md-6 pull-left">
<img src="img/senorioum.jpg" style="width: 210px;
float: left;margin-top:20px;">
</div>
<div class="col-md-6 pull-right">
<img src="img/foram4able.png" style="width:90px;
float: right;">
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
</div>
<div class="col-sm-9">
<button onclick="myFunction('course')" class="btn pull-right">Print</button>
</div>
<script>
function myFunction(mydiv) {
var printContents = document.getElementById(mydiv).innerHTML;
var originalContents = document.body.innerHTML;
document.body.innerHTML = printContents;
window.print();
document.body.innerHTML = originalContents;
}
</script>
</div>
</div>
</section>
<?php include("common/footer.php");?>
</div><!-- eof #box_wrapper -->
<div class="preloader">
<div class="preloader_image"></div>
</div>
<?php include("common/footer_links.php");?>
<style>
.certify-form input[type="text"]{border-bottom: 1px solid #000;border-left:none;border-right:none;border-top:none;background-color: transparent;}
</style>
</body>
</html>