From 52d4ed09cc43ff12f0e94db48d5e4e03b66f9318 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 6 Jan 2020 15:21:23 -0800 Subject: [PATCH] Add pre-class template. --- style.scss | 44 +++++++++++++++++++++++ teamreview.html | 93 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 137 insertions(+) create mode 100644 style.scss create mode 100644 teamreview.html diff --git a/style.scss b/style.scss new file mode 100644 index 0000000..4afe82e --- /dev/null +++ b/style.scss @@ -0,0 +1,44 @@ +@import url('https://fonts.googleapis.com/css?family=Raleway&display=swap'); + +$highlight-color: #569975; + +body { + font-family: Raleway; + margin: 2em; +} + +table { + border-collapse: collapse; + box-shadow: 0px 0px 5px rgba(#AAAAAA, 25%); +} + +thead { + background-color: $highlight-color; + color: white; +} + +th { + padding: 1em; +} + +td { + padding-top: 0.25em; + padding-bottom: 0.25em; + padding-left: 0.5em; +} + +tr:not(.nested-row) { + td:first-child { + font-weight: bold; + } +} + +tr.nested-row { + td:first-child { + padding-left: 2em; + } +} + +section { + margin-bottom: 3em; +} diff --git a/teamreview.html b/teamreview.html new file mode 100644 index 0000000..12ac9db --- /dev/null +++ b/teamreview.html @@ -0,0 +1,93 @@ + + + + + +
+

For: Ryan Alder, By: Danila Fedorin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Team StandardComments
Work Completion
Responsibility for Alloted Work
Timely Communication of Incomplete Work
Work Quality
Meeting Attendence
Presence in Meetings
Timely Notice of Absence
Meeting Preparation
Conflict Management (Civil Behavior)
Other
+
+
+

For: Matthew Sessions, By: Danila Fedorin

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Team StandardComments
Work Completion
Responsibility for Alloted Work
Timely Communication of Incomplete Work
Work Quality
Meeting Attendence
Presence in Meetings
Timely Notice of Absence
Meeting Preparation
Conflict Management (Civil Behavior)
Other
+
+ +