forked from codelikeagirlau/accessibility-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link href="https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600&family=Inter:wght@400;500;700&display=swap" rel="stylesheet">
<title>Accessibility Resources</title>
</head>
<body>
<section>
<h1>Welcome to the CLG Community's Hacktoberfest Project!</h1>
<p>This year, we're collectively creating your new go-to resource on all things accessibility!</p>
<p>Check out our <a href="README.md" target="_blank">README.md</a> for some more details but feel free to collaborate together to create this space for all to enjoy!</p>
</section>
<section>
<h2>Accessibility Resources</h2>
<ul>
<li><a href="#">What is accessibility?</a></li>
<li><a href="#">Things to consider when creating web and digital products</a></li>
<li><a href="#">Questions for digital teams and organisations to ask?</a></li>
<li><a href="#">Who in an org should be responsible for accessibilitiy?</a></li>
<li><a href="#">Assistive technology in action</a></li>
<li><a href="#">People to Follow in Web Accessibility</a></li>
<li><a href="#">Accessibility Courses</a></li>
</ul>
<h2>Web Developer Accessibility Pledge</h2>
<ul>
<li><a href="web-developer-pledge.html">Detail Accessibility Pledge for Developers</a></li>
</ul>
</section>
</body>
</html>