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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lucy's Review - Audit Summary (Monthly) - Equalify</title>
</head>
<body>
<header>
<h1>Lucy's Review - Audit Summary (11/30/24 - 11/31/24)</h1>
</header>
<main>
<section>
<h2>Progress</h2>
<table>
<thead>
<tr>
<th>Audit Date</th>
<th>Fixed Blockers</th>
</tr>
</thead>
<tbody>
<tr>
<td>11-1-24</td>
<th>0%</th>
</tr>
<tr>
<td>11-2-24</td>
<th>50%</th>
</tr>
<tr>
<td>11-3-24</td>
<th>100%</th>
</tr>
</tbody>
</table>
</section>
<section>
<h2>Issues with Most Active Blockers</h2>
<ol>
<li><a href="#">Example Issue</a> (23)</li>
<li><a href="#">Another Example Issue</a> (10)</li>
<li><a href="#">Third Example Issue</a> (10)</li>
<li><a href="#">Example Issue Four</a> (10)</li>
<li><a href="#">Fifth Example Issue</a> (10)</li>
</ol>
</section>
<secton>
<h2>Change audit?</h2>
<a href="#">Edit Lucy's Review Audit</a>
</secton>
</main>
<footer>
<h2>Need help?</h2>
<p>Email <a href="#">support@equalify.app</a>.</p>
</footer>
</body>
</html>