<?php
include "header.php";
include "sidebar.php";
?>
<style>
.subContainer{
float:left;
width:100%;
margin-left:4%;
}
.sectionContainer{
float:left;
width:100%;
text-align:left;
font-size:20px;
font-weight:500;
height:40px;
}
</style>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<div class="row">
<div class="col-xs-12">
<div class="box-body">
<div class="subContainer">
<img src="../img/logo-aarya.png" alt="Aarya Womens Hospital" title="Aarya Womens Hospital" />
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<div class="box-body">
<div class="subContainer"><!--
<div class="sectionContainer">Manage</div>
<a href="view-events.php" class="btn btn-default btn-lg" style="margin-right:2px;width:200px;margin-bottom:10px;"><img src="dist/img/glyphicons/task.png" style="height:48px;"/><br/> <span style="font-size:16px; font-weight: 600;color: #084e81;"> Events</span></a>
<a href="view-blog.php" class="btn btn-default btn-lg " style="margin-right:2px;width:200px;margin-bottom:10px;"><img src="dist/img/glyphicons/About-Pages.png"/><br/> <span style="font-size:16px; font-weight: 600;color: #084e81;">Blog</span></a>
<a href="view-review.php" class="btn btn-default btn-lg " style="margin-right:2px;width:200px;margin-bottom:10px;"><img src="dist/img/glyphicons/client-review.png"/><br/> <span style="font-size:16px; font-weight: 600;color: #084e81;">Review</span></a>
<a href="view-gallery.php" class="btn btn-default btn-lg" style="margin-right:2px;width:200px;margin-bottom:10px;"><img src="dist/img/glyphicons/photo-icon.png" style="height:48px;"/><br/> <span style="font-size:16px; font-weight: 600;color: #084e81;">Image Gallery</span></a>
<a href="generate-event-reports.php" class="btn btn-default btn-lg" style="margin-right:2px;width:200px;margin-bottom:10px;"><img src="dist/img/glyphicons/Programme-Details.png" style="height:48px;"/><br/> <span style="font-size:16px; font-weight: 600;color: #084e81;"> Event Reports</span></a>
<a href="change-password.php" class="btn btn-default btn-lg " style="margin-right:2px;width:200px;margin-bottom:10px;"><img src="dist/img/glyphicons/password.png"/><br/> <span style="font-size:16px; font-weight: 600;color: #084e81;">Change Password</span></a>
<a href="logout.php" class="btn btn-default btn-lg " style="margin-right:2px;width:200px;margin-bottom:10px;"><img src="dist/img/glyphicons/signout.png"/><br/> <span style="font-size:16px; font-weight: 600;color: #084e81;">Signout</span></a>-->
</div>
</div>
</div>
</div>
<!-- Content Header (Page header) -->
</div>
<?php include "footer.php";?>