forked from alphagov/accessibility-tool-audit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (63 loc) · 2.43 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Accessibility tools audit results - Overview - GDS accessibility team</title>
<link rel="stylesheet" href="assets/stylesheets/application.css" />
</head>
<body class="">
<header id="global-header" role="banner">
<div class="header-wrapper">
<div class="header-global">
<div class="header-logo">
<a id="logo" class="content" href="index.html">Accessibility tool audit</a>
</div>
</div>
</div>
</header>
<main id="wrapper">
<div class="breadcrumbs">
<ol>
<li>Overview</li>
</ol>
</div>
<div class="grid-row">
<div class="column-two-thirds intro-summary">
<h1>Fork of GOV UK's accessibility tool checking repo.</h1>
<p>
This is a fork of the <a href="https://github.com/alphagov/accessibility-tool-audit">Alpha Gov Accessibility Tool Audit repo</a> that can be used to assess proposed <abbr title="W3C Accessibility Guidelines">WCAG</abbr> 3 conformance.
</p>
<p>
You can read their <a href="https://www.gov.uk/service-manual/helping-people-to-use-your-service/testing-for-accessibility">accompanying blog post in their Service Manual</a>.
</p>
<p class="heading-medium"><a href="test-cases.html">See all the tests</a>.</p>
</div>
</div>
</main>
<footer id="footer" class="group" role="contentinfo">
<div class="footer-wrapper">
<div class="footer-meta">
<div class="footer-meta-inner">
<div class="open-government-licence">
<p class="logo">
<a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">
Open Government Licence
</a>
</p>
<p>
All content is available under the
<a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, except where otherwise stated
</p>
</div>
</div>
<div class="copyright">
<a href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">
© Crown copyright
</a>
</div>
</div>
</div>
</footer>
</body>
</html>