Add pre-class template.
This commit is contained in:
93
teamreview.html
Normal file
93
teamreview.html
Normal file
@@ -0,0 +1,93 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<p>For: Ryan Alder, By: Danila Fedorin</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Team Standard</th>
|
||||
<th>Comments</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Work Completion</td>
|
||||
</tr>
|
||||
<tr class="nested-row">
|
||||
<td>Responsibility for Alloted Work</td>
|
||||
</tr>
|
||||
<tr class="nested-row">
|
||||
<td>Timely Communication of Incomplete Work</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Work Quality</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Meeting Attendence</td>
|
||||
</tr>
|
||||
<tr class="nested-row">
|
||||
<td>Presence in Meetings</td>
|
||||
</tr>
|
||||
<tr class="nested-row">
|
||||
<td>Timely Notice of Absence</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Meeting Preparation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Conflict Management (Civil Behavior)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Other</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
<section>
|
||||
<p>For: Matthew Sessions, By: Danila Fedorin</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Team Standard</th>
|
||||
<th>Comments</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Work Completion</td>
|
||||
</tr>
|
||||
<tr class="nested-row">
|
||||
<td>Responsibility for Alloted Work</td>
|
||||
</tr>
|
||||
<tr class="nested-row">
|
||||
<td>Timely Communication of Incomplete Work</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Work Quality</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Meeting Attendence</td>
|
||||
</tr>
|
||||
<tr class="nested-row">
|
||||
<td>Presence in Meetings</td>
|
||||
</tr>
|
||||
<tr class="nested-row">
|
||||
<td>Timely Notice of Absence</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Meeting Preparation</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Conflict Management (Civil Behavior)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Other</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user