Server : Apache System : Linux 122.228.205.92.host.secureserver.net 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64 User : ondostategov ( 1002) PHP Version : 8.1.33 Disable Function : NONE Directory : /home/ondostategov/public_html/scholarshipboardondostate/ossms/ |
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Ondo State Scholarship Board</title>
<style><!--
body{
font-family:Arial, Helvetica, sans-serif;
}
h1{
font-family:'Georgia', Times New Roman, Times, serif;
}
--></style>
<!-- Custom-Files -->
<link href="images/ondologo.png" rel="icon" type="image/jpg"/>
<link href="css/w3.css" rel="stylesheet" type="text/css">
<link href="date/tcal.css" rel="stylesheet" type="text/css">
<link href="css/w3colors.css" rel="stylesheet" type="text/css">
<link href="css/custom.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="date/tcal.js"></script>
<!-- Web-Fonts -->
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese"
rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i" rel="stylesheet">
<!-- //Web-Fonts -->
</head>
<body class="w3-container">
<!--header div -->
<div class="w3-container ">
<div class="w3-container w3-card w3-text-black w3-dark-grey">
<h1 class="w3-container w3-text-black" style=" font-style:italic; font-weight:bold; font-size:40px"><img src="images/ondologo.PNG" alt="Ondo State Logo" width="100" style="border-radius:10px"> OSSMS</h1>
<h6 class="w3-container">Ondo State Scholarship Management System</h6>
</div>
<div class="w3-container w3-card w3-grey" >
<div class="w3-left w3-hide-small">
<a href="index.php" class="w3-bar-item w3-button">HOME</a>
<a href="about.php" class="w3-bar-item w3-button">ABOUT</a>
<a href="faq.php" class="w3-bar-item w3-button">FAQ</a>
<a href="contactus.php" class="w3-bar-item w3-button">CONTACT US</a>
</div>
<div class="w3-bar-item w3-right">
<a href="register.php" class="w3-button" >REGISTER</a>
<a href="index.php" class="w3-button" >LOGIN</a>
</div>
</div>
</div>
<!-- end header div-->
<br>
<!-- scholarship plan -->
<div class="w3-container ">
<div class="w3-card-4">
<div class="w3-container w3-light-grey">
<h2>Dashboard</h2>
</div>
<br>
<div class="w3-container">
<div class="w3-quarter w3-padding">
<div class="w3-row w3-padding w3-border-bottom w3-light-grey w3-hover-grey "> </div>
<div class="w3-row w3-padding w3-border-top w3-border-bottom w3-light-grey w3-hover-grey "><a href="#" style=" text-decoration:none">PERSONAL INFORMATION</a></div>
<div class="w3-row w3-padding w3-border-top w3-border-bottom w3-light-grey w3-hover-grey"><a href="#" style=" text-decoration:none">ADDITIONAL INFORMATION</a></div>
<div class="w3-row w3-padding w3-border-top w3-border-bottom w3-light-grey w3-hover-grey"><a href="#" style=" text-decoration:none">PASSPORT PHOTOGRAPH</a></div>
<div class="w3-row w3-padding w3-border-top w3-border-bottom w3-light-grey w3-hover-grey"><a href="#" style=" text-decoration:none">UNDERGRADUATE LEVEL</a></div>
<div class="w3-row w3-padding w3-border-top w3-border-bottom w3-light-grey w3-hover-grey "><a href="#" style=" text-decoration:none">DOCUMENTS</a></div>
<div class="w3-row w3-padding w3-border-top w3-border-bottom w3-light-grey w3-hover-grey"><a href="#" style=" text-decoration:none">BANK DETAILS</a></div>
<div class="w3-row w3-padding w3-border-top w3-border-bottom w3-light-grey w3-hover-grey"><a href="#" style=" text-decoration:none">ACTIVE SCHOLARSHIP</a></div>
<div class="w3-row w3-padding w3-border-top w3-light-grey w3-hover-grey "> </div>
</div>
<div class="w3-threequarter">
<form class="w3-container">
<div class="w3-row w3-padding">
<h3><b>Bank Details </b><br> Provide your bank details (bank, account name / account number).</h3>
</div>
<div class="w3-third w3-padding"> </div>
<div class="w3-row w3-padding">
<table class="w3-table w3-striped w3-hover w3-border">
<tr>
<th>Bank </th>
<th>Account Name </th>
<th>Account Number </th>
<th>Sort Code</th>
</tr>
</table>
</div>
</form>
<div class="w3-third w3-padding"> </div>
</div>
</div>
<br>
</div>
</div>
<!-- end scholarship plan -->
<br>
<!-- footer -->
<div class="w3-container">
<div class="w3-container w3-dark-grey w3-topbar w3-border-grey " >
<div class="w3-row">
<div class=" w3-third">
<p>© 2018 OSSMS</p>
</div>
<div class="w3-third w3-center">
<p>A product of <a href=""><img src="images/sitaLogo.png" width="60" alt="SITA" style="border-radius:10px" ></a>
</div>
<div class="w3-third w3-right w3-hide-small" style="padding-top:15px; padding-left: 100px">
<a href="index.php" class="w3-bar-item">Terms</a>
<a href="about.php" class="w3-bar-item">Privacy</a>
<a href="faq.php" class="w3-bar-item">Contact Us</a>
</div>
</div>
</div>
</div>
<!-- end footer -->
<script>
function myFunction(id) {
var x = document.getElementById(id);
if (x.className.indexOf("w3-show") == -1) {
x.className += " w3-show";
} else {
x.className = x.className.replace(" w3-show", "");
}
}
</script>
</body>
</html>