teamreview/teamreview.html

94 lines
3.1 KiB
HTML

<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>