📦 EqualifyEverything / equalify-v2-dashboard-mocks

📄 12-page_details.html · 86 lines
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<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Page Details (Page ID: 1) - Equalify</title>
</head>
<body>
    <header>
        <nav aria-label="Main">
            <ul role="list">
                <li role="listitem"><a href="#">Audits</a></li>
                <li role="listitem"><a href="#">Pages</a></li>
                <li role="listitem"><a href="13-logs-with_content.html">Logs</a></li>
                <li role="listitem"><a href="#">Account</a></li>
            </ul>
        </nav>
    </header>

    <main>
        <h1>Page Details (Page ID: 1)</h1>
        <ul role="list">
            <li role="listitem">Title: Berkeley Homepage (Staging) <button>Rescan Title</button></li>
            <li role="listitem">URL: <code>https://www-stg.berkeley.edu</code> <a href="#">Visit Page URL</a></li>
            <li role="listitem">Added: 12-1-2024 at 02:20:21</li>
            <li role="listitem">Audits:
                <ul role="list">
                    <li role="listitem"><a href="#">Lucy's Review</a></li>
                </ul>
            </li>
        </ul>
        <article>
            <h2>Related Logs</h2>
            <table>
                <thead>
                    <tr>
                        <th>ID</th>
                        <th>Summary</th>
                        <th>Trigger</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <th role="rowheader"><a href="#">Log 4</a></th>
                        <td>One blocker ignored in Lucy's Audit.</td>
                        <td>User: Lucy</td>
                    </tr>
                    <tr>
                        <th role="rowheader"><a href="#">Log 3</a></th>
                        <td>Audit ran. Three blockers found.</td>
                        <td>Lucy's Review Audit</td>
                    </tr>
                    <tr>
                        <th role="rowheader"><a href="#">Log 2</a></th>
                        <td>Lucy's Review created with two pages and two checks.</td>
                        <td>User: Lucy</td>
                    </tr>
                    <tr>
                        <th role="rowheader"><a href="#">Log 12</a></th>
                        <td>Two pages added.</td>
                        <td>User: Lucy</td>
                    </tr>
                </tbody>
            </table> 
            <nav aria-label="Logs Table">
                <label for="item-count">Showing 4 of 4 Logs. Change Number of Logs Displayed:</label> 
                <select id="item-count">
                    <option selected>Up to 5</option>
                </select>
            </nav>
        </article>
    </main>

    <footer>
        <section>
            <h2>Scan Quota</h2>
            <p>0 free scans remaining. <a href="#">Upgrade</a>.</p>
        </section>
        <section>
            <h2>Need help?</h2>
            <p>Email <a href="#">support@equalify.app</a>.</p>
        </section>
    </footer>
</body>
</html>