<?php
session_start();
if(!isset($_SESSION['login'])){
header("Location: index.php");
}
?>
<html>
<body>
<?php include 'aboutus.php';?>
<link rel="stylesheet" type="text/css" href="banner.css">
<table class="table" align="center" cellspacing="10" cellpadding="10">
	<tr>
		<td align="center"><img src=kimber.jpg></td>
		<td><br>Kimber Ed Gariando<br>Bachelor Of Science in Information of Technology<br>09174499640</td>
		
	</tr>
	<br>
	<br>
	<br>
	<tr>
		<td align="center"><img src=jason.jpg></td>
		<td><br>Jason Sobrevega<br>Bachelor Of Science in Information of Technology<br>093969665931</td>
	</tr>
	
	</table>
</body>
</html>
