-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwcnl-2022.html
40 lines (32 loc) · 1.39 KB
/
wcnl-2022.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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<title>Workshops A11y testing in the browser for WCNL 2022</title>
<link href="https://fonts.googleapis.com/css2?family=Arvo%7CIBM+Plex+Sans:wght@400;700&display=swap" rel="stylesheet">
<link rel="icon"
type="image/png"
href="https://a11y-collective.github.io/workshops/favicon.ico">
<link rel="stylesheet" href="stylesheet.css" type="text/css" media="all">
<meta name="robots" content="noindex,nofollow">
</head>
<body class="header-with-logo">
<main>
<header>
<img src="img/logo-tac.png" alt="logo The A11Y Collective" class="header-logo">
<h1>Workshop accessibility testing in the browser for WCNL 2022</h1>
</header>
<ul>
<li><a href="en/guidelines-wcag.html">Guidelines for accessibility: WCAG</a></li>
<li><a href="en/keyboard-basics.html">Keyboard navigation, the basics</a></li>
<li><a href="en/keyboard-exercise.html">Practice keyboard navigation</a></li>
<li><a href="en/test-resources.html">Resources testing accessibility in the browser</a></li>
<li><a href="en/test-exercise.html">Test sites</a></li>
</ul>
</main>
<footer>
<p>These pages are used for workshops only and not part of the courses.</p>
<p>Created by <a href="https://a11y-collective.com/">The A11Y Collective</a>.</p>
</footer>
</body>
</html>