Added minutes and milestones to the website.
This commit is contained in:
@@ -14,10 +14,25 @@ class MilestonesView extends SecureView
|
||||
public function page(){
|
||||
$body = <<<HTML
|
||||
|
||||
<div class="card">
|
||||
<p>
|
||||
Baby's first words.
|
||||
</p>
|
||||
<div class="card">
|
||||
<h2>Important Deadlines</h2>
|
||||
<ul>
|
||||
<li>
|
||||
Oct. 24: Submit Questions and Risks Regarding the Project
|
||||
</li>
|
||||
<li>
|
||||
Oct. 30: Develop Skeletal Website and Submit Info
|
||||
</li>
|
||||
<li>
|
||||
Nov. 1: Submit Project Requirements Definition Document
|
||||
</li>
|
||||
<li>
|
||||
Nov. 13: Submit Software Requirements Specification Document
|
||||
</li>
|
||||
<li>
|
||||
Dec. 4: Present and Demonstrate the Project
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
HTML;
|
||||
|
||||
Reference in New Issue
Block a user