diff --git a/lib/MilestonesView.php b/lib/MilestonesView.php
index a82baf6..55b45b4 100644
--- a/lib/MilestonesView.php
+++ b/lib/MilestonesView.php
@@ -14,10 +14,25 @@ class MilestonesView extends SecureView
public function page(){
$body = <<
-
- Baby's first words.
-
+
+
Important Deadlines
+
+-
+Oct. 24: Submit Questions and Risks Regarding the Project
+
+-
+Oct. 30: Develop Skeletal Website and Submit Info
+
+-
+Nov. 1: Submit Project Requirements Definition Document
+
+-
+Nov. 13: Submit Software Requirements Specification Document
+
+-
+Dec. 4: Present and Demonstrate the Project
+
+
HTML;
diff --git a/lib/MinutesView.php b/lib/MinutesView.php
index 012427c..01d8625 100644
--- a/lib/MinutesView.php
+++ b/lib/MinutesView.php
@@ -13,10 +13,55 @@ class MinutesView extends SecureView
public function page(){
$body = <<
-
- Meeting for stuff and things.
+
+
Meeting 1
+
+
10/16/2017 1:20PM – 1:50PM
+
+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.
+
+-
+Domain Expert/Customer Liaison – Colin
+
+-
+Safety/Security Engineer – Logan
+
+-
+Project Facilitator – Stephen
+
+-
+Artifacts Manager – Sean
+
+-
+Project Manager – James
+
+
+
Next Meeting – 10/25/17 @ 12:00PM, CSE 435 Classroom
+
Tasks to be completed:
+
+-
+Email questions to James by 10/23
+
+-
+Pictures sent to Sean by 10/24
+
+
+
+
+
+
Meeting 2
+
10/25/2017 12:00PM – 12:30PM
+
+Overview – Discussed the best way to go about making the website in a way that would give us all access (including the professor).
+
+
Next Meeting – 10/30 @ 7:30Pm, 3rd Floor Engineering Building
+
+
Tasks to be completed:
+
+- Start to go over and think of requirements for project by 10/30
+- Set up website and notify professor by 10/30
+
HTML;
diff --git a/style/default.css b/style/default.css
index 947e24f..cc82c20 100644
--- a/style/default.css
+++ b/style/default.css
@@ -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;