File: /home/nyiet8349bzl/Backup/sbc_back/homedir/public_html/livable-cities/Conf2017admin/index.php
<?php
session_start();
if($_SESSION['email']==""){
header("location:login.php");
}
?>
<?php include("web_include_files/css_links.php");?>
<!-- header logo: style can be found in header-->
<header class="header">
<?php include("web_include_files/header.php");?>
</header>
<div class="wrapper row-offcanvas row-offcanvas-left">
<!-- Left side column. contains the logo and sidebar -->
<?php include("web_include_files/navigation.php"); ?>
<aside class="right-side right-padding" style="background:url(images/mdel_hd1.jpg);">
<section class="content-header">
<div class="row">
<div class="col-md-6 col-xs-6">
<div class="header-data">
<h1>Dashboard</h1>
<p>Welcome To Admin Panel</p>
</div>
</div>
<div class="col-md-6 col-xs-6">
</div>
</div>
</section>
<section class="content" style="height:500px">
<div class="row" >
<div class="col-lg-12" align="center" style="font-family:'Times New Roman', Times, serif; font-size:56px;" >
<br><br>
<h1 style="font-size:30px; color:#000;"> <strong>Department of Geography</strong></h1>
<h1 style="color:#FF1515; font-size:50px; font-weight:700;">SHAHEED BHAGAT SINGH COLLEGE<span style="color:#FF1515; margin-left:2px;font-size:40px;"></span></h1>
<h1 style="font-size:25px;color:#000;"><strong>University of Delhi</strong></h1>
</div>
</div>
</section>
<!-- /#right -->
<!-- /.content --> </aside>
<!-- /.right-side --> </div>
<!-- ./wrapper -->
<!-- global js -->
<div id="qn"></div>
<script src="js/app.js" type="text/javascript"></script>
</body>
</html>