AppStateESS/homestead

View on GitHub
boost/about.html

Summary

Maintainability
Test Coverage
<html>
<head>
<title>Housing Management System</title>
<style>
h1, h2, h3, h4 {
margin : 0;
padding :0;
}
</style>
</head>
<body>
<h1>Housing Management System</h1>
<h3>By Kevin Wilcox, Jeremy Booker, Jeff Tickle</h3>
<h4>&lt;kevin at tux dot appstate dot edu&gt;</h4>
<h4>&lt;jbooker at tux dot appstate dot edu&gt;</h4>
<h4>&lt;jtickle at tux dot appstate dot edu&gt;</h4>

<p>Allows University Housing to track and manage resident students.<p>

<p>The module both pulls data from and pushes data to the Banner system used by Appalachian State University.</p>

</body>
</html>