PNG IHDR x sBIT|d pHYs + tEXtSoftware www.inkscape.org< ,tEXtComment
<?php
session_start();
require('includes/connect.php');
require('includes/functions.php');
if(!isset($_SESSION["username"])){
header("location: ../../home/index.html");
}
$fund = Getalltransaction($_SESSION["username"],1000);
$accounts = Getaccount($_SESSION["username"]);
$user = GetAllMemberArray($_SESSION["username"]);
?>
<!DOCTYPE html>
<html lang="en">
<!-- Mirrored from www.multipurposethemes.com/admin/richardmooresmith-template/main/index4.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 23 Nov 2020 07:24:15 GMT -->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="https://www.multipurposethemes.com/admin/richardmooresmith-template/images/favicon.ico">
<title>richardmooresmith - Dashboard</title>
<!-- Vendors Style-->
<link rel="stylesheet" href="css/vendors_css.css">
<!-- Style-->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/skin_color.css">
</head>
<body class="hold-transition light-skin sidebar-mini theme-primary">
<div class="wrapper">
<!-- <div id="loader"></div>---->
<?php
require("includes/header.php");
?>
<aside class="main-sidebar">
<!-- sidebar-->
<section class="sidebar">
<!-- sidebar menu-->
<?php
require("includes/menu.php");
?>
</section>
<div class="sidebar-footer">
<!-- item-->
<a href="javascript:void(0)" class="link" data-toggle="tooltip" title="" data-original-title="Settings" aria-describedby="tooltip92529"><span class="icon-Settings-2"></span></a>
<!-- item-->
<!-- item-->
<a href="javascript:void(0)" class="link" data-toggle="tooltip" title="" data-original-title="Logout"><span class="icon-Lock-overturning"><span class="path1"></span><span class="path2"></span></span></a>
</div>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<div class="container-full">
<!-- Main content -->
<section class="content">
<div class="row">
<div class="col-12">
<div class="box bg-gradient-primary overflow-hidden pull-up">
<div class="box-body pr-0 pl-lg-50 pl-15 py-0">
<div class="row align-items-center">
<div class="col-12 col-lg-8">
<h1 class="font-size-40 text-white">
<?php
$time = "am";
if(date("a") == $time){
echo "Good Morning";
}else{
echo "Good Afternoon";
}
?>
<?php echo $user["fname"];?>!</h1>
<p class="text-white mb-0 font-size-20">
Education is the passport to the future, So learn more & more
</p>
</div>
<div class="col-12 col-lg-4"><img src="https://www.multipurposethemes.com/admin/richardmooresmith-template/images/svg-icon/color-svg/custom-15.svg" alt=""></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-xl-2 col-12"></div>
<div class="col-xl-8 col-12">
<div class="box">
<div class="box-header with-border">
<h2 class="box-title" align="center"> Account Statement</h2>
</div>
<!-- /.box-header -->
<div class="box-body">
<table class="table no-border mb-0">
<tbody>
<tr>
<td>
<div class="bg-danger h-50 w-50 l-h-50 rounded text-center">
<p class="mb-0 font-size-20 font-weight-600">DR</p>
</div>
</td>
<td class="font-weight-600">Biology Course</td>
<td class="text-fade"></td>
<td class="font-weight-500"><span class="badge badge-sm badge-dot badge-warning mr-10"></span>Only view</td>
<td class="font-weight-500"><span class="badge badge-sm badge-dot badge-warning mr-10"></span>Only view</td>
<td class="font-weight-500"><span class="badge badge-sm badge-dot badge-warning mr-10"></span>Only view</td>
<td class="text-fade">78 members</td>
<td class="font-weight-600">47 MB</td>
</tr>
<tr>
<td>
<div class="bg-info h-50 w-50 l-h-50 rounded text-center">
<p class="mb-0 font-size-20 font-weight-600">CR</p>
</div>
</td>
<td class="font-weight-600">Contemporary Art</td>
<td class="text-fade"></td>
<td class="font-weight-500 text-warning"><span class="badge badge-sm badge-dot badge-primary mr-10"></span>Edit available</td>
<td class="text-fade">78 members</td>
<td class="font-weight-600">78 MB</td>
</tr>
</table>
<a href="confirm.php"><button type="submit" class="btn btn-rounded btn-primary btn-outline">
</i> Next
</button>
</div>
<!-- /.col -->
</div>
</div>
</div></div>
<?php
require("includes/footer.php");
?>
</div>
</section>
<!-- /.content -->
</div>
</div>
<!-- /.content-wrapper -->
<!-- Control Sidebar -->
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed immediately after the control sidebar -->
<div class="control-sidebar-bg"></div>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/615103fbd326717cb6836f37/1fgi7f42p';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</div>
<!-- ./wrapper -->
<!-- Page Content overlay -->
<!-- Vendor JS -->
<script src="js/vendors.min.js"></script>
<script src="js/pages/chat-popup.js"></script>
<script src="../assets/icons/feather-icons/feather.min.js"></script>
<script src="../assets/vendor_components/apexcharts-bundle/dist/apexcharts.js"></script>
<!-- richardmooresmith App -->
<script src="js/template.js"></script>
<script src="js/pages/dashboard4.js"></script>
</body>
<!-- Mirrored from www.multipurposethemes.com/admin/richardmooresmith-template/main/index4.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 23 Nov 2020 07:26:25 GMT -->
</html>
b IDATxytVսϓ22 A@IR:hCiZ[v*E:WũZA ^dQeQ @ !jZ'>gsV仿$|?g)&x-E