Added about page.

The assets directory should store any pictures that the site uses.
Removed lingering directory
This commit is contained in:
2017-10-26 20:08:41 -04:00
parent 6b30a2a506
commit 1c927a643b
7 changed files with 94 additions and 99 deletions

View File

@@ -12,7 +12,7 @@ class View
public function __construct() {
$this->addNav("Home", "./");
$this->addNav("Progress", "./");
$this->addNav("Meet The Team", "./");
$this->addNav("Meet The Team", "./about.php");
$this->addNav("Course Site", "https://cse.msu.edu/~cse435/");
}
@@ -52,16 +52,7 @@ HTML;
public function page(){
$html = <<<HTML
<div class="card">
<h2>Roster:</h2>
<ul>
<li>Project Manager - James</li>
<li>Artifacts Manager - Sean</li>
<li>Project Facilitator- Stephen</li>
<li>Safety/Security Engineer - Logan</li>
<li>Domain Expert/Customer Liaison - Colin</li>
</ul>
</div>
<p>Content coming soon...</p>
HTML;
return $html;