blob: 280c850d81fd0914da3b1bc041221a67b5b60230 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
<link rel="stylesheet" href="files/styles.css">
<table>
<colgroup>
<col style="width: 5%"/>
<col style="width: 95%"/>
</colgroup>
<thead>
<tr>
<th scope="col">Day</th>
<th scope="col">Events</th>
</tr>
</thead>
<tbody>
<tr class="today">
<th scope="row">Mon</th>
<td rowspan=3 style="height: calc(5.4rem + 2px);">Y12 English IOAs</td>
</tr>
<tr class="not-today">
<th scope="row">Tue</th>
</tr>
<tr class="not-today">
<th scope="row" rowspan=2 style="height: calc(3.6rem + 1px);">Wed</th>
</tr>
<tr class="not-today">
<td>Varsity Girls Basketball Jr NBA Game vs Jiao Tong University High School (<span class="location">Gym</span>)</td>
</tr>
<tr class="not-today">
<th scope="row" rowspan=3 style="height: calc(5.4rem + 2px);">Thu</th>
<td>Y10 Mock SAT / ACT Feedback Session (<span class="location">Brain</span>)</td>
</tr>
<tr class="not-today">
<td>Varsity Girls Basketball Jr NBA Game vs SHSID (<span class="location">Gym</span>)</td>
</tr>
<tr class="not-today">
<td rowspan=2 style="height: calc(3.6rem + 1px);">Y12 English IOAs</td>
</tr>
<tr class="not-today">
<th scope="row">Fri</th>
</tr>
<tr class="expand">
<th>+</th>
</tr>
</tbody>
</table>
|