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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dashboard</title>
</head>
<body>
<aside>
<button id="toggle-navigation" aria-expanded="false">Show Navigation</button>
<nav id="main-navigation" hidden>
<ul>
<li><a href="dashboard.html" aria-current="page">Dashboard</a></li>
<li><a href="issues.html">Issues</a></li>
<li><a href="urls.html">URLs</a></li>
<li><a href="scans.html">Scans</a></li>
</ul> </nav>
</aside>
<main>
<h1>Welcome to Equalify!</h1>
<section>
<h2>Quick Scan</h2>
<form>
<label for="scan_page">Page URL:</label>
<input id="scan_page" type="url">
<fieldset>
<legend>Select Scans</legend>
<ul>
<li>
<label>
<input type="checkbox" checked> axe-core
</label>
</li>
<li>
<label>
<input type="checkbox"> Editora11y
</label>
</li>
<li>
<a href="scan_details.html">New Scan</a>
</li>
</ul>
</fieldset>
<button>Scan</button>
</form>
</section>
<section>
<h2>My Dashboard</h2>
<nav aria-label="Dashboard Admin">
<label for="dashboard-notifications">Email Notifications:</label>
<select id="dashboard-notifications">
<option>Daily</option>
<option>Weekly</option>
<option selected>Monthly</option>
<option>Quarterly</option>
<option>None</option>
</select>
<button disabled>Publish Dashboard</button>
<button disabled>Delete Dasboard</button>
<label for="dashboard-select">Switch Dashboard:</label>
<select id="dashboard-select">
<option selected>My Dashboard</option>
<option>Sample Dashboard 2</option>
<option>Sample Dashboard 3</option>
<option>Sample Dashboard 4</option>
<option>New Dashboard..</option>
</select>
</nav>
<article>
<h3>System Summary</h3>
<ul>
<li><a href="urls.html">URLs</a>: 222</li>
<li><a href="nodes.html">Nodes</a>: 83,232 (233 unread)</li>
<li><a href="issues.html">Issues</a>: 623</li>
</ul>
</article>
<article>
<h3>System Status Density</h3>
<table>
<thead>
<tr>
<th scope="col">Month</th>
<th scope="col">Equalified %</th>
<th scope="col">Active %</th>
<th scope="col">Ignored %</th>
</tr>
</thead>
<tbody>
<tr>
<td>October 2024</td>
<td>38%</td>
<td>60%</td>
<td>2%</td>
</tr>
<tr>
<td>November 2024</td>
<td>40%</td>
<td>58%</td>
<td>2%</td>
</tr>
<tr>
<td>December 2024</td>
<td>50%</td>
<td>48%</td>
<td>2%</td>
</tr>
</tbody>
</table>
</article>
<article>
<h3>Pages Watched</h3>
<ul>
<li>
<a href="url_details.html">Example Page</a>
<button aria-label="Unwatch Example Page">Unwatch</button>
<ul>
<li>5 Active Nodes (3 Updated)</li>
<li>23 Equalified Nodes</li>
</ul>
</li>
<li>
<a href="url_details.html">Another Page</a>
<button aria-label="Unwatch Another Page">Unwatch</button>
<ul>
<li>43 Active Nodes</li>
<li>23 Equalified Nodes (2 Updated)</li>
</ul>
</li>
<li>
<a href="url_details.html">Yet Another Page</a>
<button aria-label="Unwatch Yet Another Page">Unwatch</button>
<ul>
<li>43 Active Nodes (21 Updated)</li>
<li>23 Equalified Nodes (34 Updated)</li>
</ul>
</li>
<li>
<a href="url_details.html">And Another Page</a>
<button aria-label="Unwatch And Another Page">Unwatch</button>
<ul>
<li>43 Active Nodes</li>
<li>23 Equalified Nodes</li>
</ul>
</li>
<li>
<a href="url_details.html">Also Another Page</a>
<button aria-label="Unwatch Also Another Page">Unwatch</button>
<ul>
<li>43 Active Nodes</li>
<li>23 Equalified Nodes (3 Updated)</li>
</ul>
</li>
<li>
<a href="url_details.html">Sixth Page</a>
<button aria-label="Unwatch Sixth Page">Unwatch</button>
<ul>
<li>43 Active Nodes (3 Updated)</li>
<li>23 Equalified Nodes</li>
</ul>
</li>
<li>
<a href="url_details.html">Sample Page Eight</a>
<button aria-label="Unwatch Sample Page Eight">Unwatch</button>
<ul>
<li>43 Active Nodes</li>
<li>23 Equalified Nodes (3 Updated)</li>
</ul>
</li>
</ul>
Showing 8 of 203 Pages <button>Load More Pages</button>
</article>
<article>
<h3>Nodes Watched</h3>
<ul>
<li>
<a href="node_details.html">Node 2324 - Updated</a> (Status: Active)
<button aria-label="Unwatch Node 2324">Unwatch</button>
</li>
<li>
<a href="node_details.html">Node 24 - Updated</a> (Status: Equalified)
<button aria-label="Unwatch Node 24">Unwatch</button>
</li>
<li>
<a href="node_details.html">Example Node that was Titled</a> (Status: Ignored)
<button aria-label="Unwatch Example Node">Unwatch</button>
</li>
</ul>
</article>
<article>
<h3>Issues Watched</h3>
<ul>
<li>
<a href="issue_details.html">Example Issue</a>
<button aria-label="Unwatch Example Issue">Unwatch</button>
<ul>
<li>5 Active Nodes</li>
<li>23 Equalified Nodes</li>
</ul>
</li>
<li>
<a href="issue_details.html">Another Example Issue</a>
<button aria-label="Unwatch Another Example Issue">Unwatch</button>
<ul>
<li>43 Active Nodes (3 Updated)</li>
<li>320 Equalify Nodes</li>
</ul>
</li>
</ul>
</article>
</section>
</main>
<footer>
<nav aria-label="Footer">
<a href="account.html">Account</a>
</nav>
</footer>
<script src="script.js"></script>
</body>
</html>