forked from GSA/EDX-chrome-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 1.9 KB
/
index.html
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>GSA IT Standards Report</title>
<script src="scripts/report.js"></script>
<script src="uswds/js/uswds-init.min.js"></script>
<link href="uswds/css/uswds.min.css" rel="stylesheet" />
</head>
<body>
<div class="grid-container margin-y-10">
<div class="grid-row">
<div class="text-center width-full margin-bottom-2">
<img
class="margin-x-auto width-10"
src="images/logo.png"
alt="GSA logo"
/>
<h1>GSA IT Standards Report</h1>
<h3>Results for <span id="url"></span></h3>
</div>
<div
id="root"
class="usa-accordion usa-accordion--bordered usa-accordion--multiselectable"
data-allow-multiple
></div>
</div>
<!-- <div class="grid-row">
<div class="width-full margin-x-5 font-body-md">
<p class="line-height-sans-6">
The included USWDS audits are derived from the IDEA text, Section
3e, where it says agencies must use the USWDS. In order to define
"compliance", we as the Enterprise Digital Experience team with the
backing of the Digital Council and Executive Board, identified the
usage of discrete, customer-facing and low-effort implementation
elements (like the usa-identifier) as indications of good-faith
usage of USWDS.
</p>
</div>
</div> -->
<div class="grid-row">
<div class="width-full margin-top-5 font-body-md text-center">
Generated by <span class="text-bold">GSA EDX Chrome Extension</span>
|
<a href="https://github.com/GSA/EDX-chrome-extension/issues"
>File an issue</a
>
</div>
</div>
</div>
<script type="text/javascript" src="uswds/js/uswds.js"></script>
</body>
</html>