Added minutes and milestones to the website.
This commit is contained in:
parent
65ba554c0d
commit
041942b90c
@ -15,9 +15,24 @@ class MilestonesView extends SecureView
|
||||
$body = <<<HTML
|
||||
|
||||
<div class="card">
|
||||
<p>
|
||||
Baby's first words.
|
||||
</p>
|
||||
<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;
|
||||
|
@ -14,9 +14,54 @@ class MinutesView extends SecureView
|
||||
public function page(){
|
||||
$body = <<<HTML
|
||||
<div class="card">
|
||||
<h2>Meeting 1</h2>
|
||||
<p>
|
||||
Meeting for stuff and things.
|
||||
<h3>10/16/2017 1:20PM – 1:50PM</h3>
|
||||
<p>
|
||||
Overview – Assigned roles for each group member, discussed times and days when we would all be available to meet, and assigned tasks that were due by the next meeting.
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Domain Expert/Customer Liaison – Colin
|
||||
</li>
|
||||
<li>
|
||||
Safety/Security Engineer – Logan
|
||||
</li>
|
||||
<li>
|
||||
Project Facilitator – Stephen
|
||||
</li>
|
||||
<li>
|
||||
Artifacts Manager – Sean
|
||||
</li>
|
||||
<li>
|
||||
Project Manager – James
|
||||
</li>
|
||||
</ul>
|
||||
<p>Next Meeting – 10/25/17 @ 12:00PM, CSE 435 Classroom</p>
|
||||
<h3>Tasks to be completed:</h3>
|
||||
<ul>
|
||||
<li>
|
||||
Email questions to James by 10/23
|
||||
</li>
|
||||
<li>
|
||||
Pictures sent to Sean by 10/24
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
<div class="card">
|
||||
<h2>Meeting 2</h2>
|
||||
<h3>10/25/2017 12:00PM – 12:30PM</h3>
|
||||
<p>
|
||||
Overview – Discussed the best way to go about making the website in a way that would give us all access (including the professor).
|
||||
</p>
|
||||
<p>Next Meeting – 10/30 @ 7:30Pm, 3rd Floor Engineering Building
|
||||
</p>
|
||||
<h3>Tasks to be completed: </h3>
|
||||
<ul>
|
||||
<li> Start to go over and think of requirements for project by 10/30 </li>
|
||||
<li> Set up website and notify professor by 10/30 </li>
|
||||
</ul>
|
||||
</div>
|
||||
HTML;
|
||||
|
||||
|
@ -28,6 +28,14 @@ body {
|
||||
background-size: cover;
|
||||
}
|
||||
*/
|
||||
|
||||
h2{
|
||||
font-size: 1.25em;
|
||||
}
|
||||
|
||||
h3{
|
||||
font-size: 1em;
|
||||
}
|
||||
body{
|
||||
background: darkgreen;
|
||||
font-family: Serif;
|
||||
@ -103,6 +111,12 @@ div.content h1{
|
||||
color: white;
|
||||
}
|
||||
|
||||
div.card h3{
|
||||
margin-top: 0.75em;
|
||||
margin-bottom: 0.75em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.card form{
|
||||
padding: 25px;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user