-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (34 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Barriers of Babel</title>
<link rel="stylesheet" href="simple.css">
<link rel="stylesheet" href="site.css">
</head>
<body>
<main>
<h1>Barriers of Babel</h1>
<p>Investigating how human languages affect digital accessibility</p>
<h2>Test suite for multilingual web content</h2>
<ul>
<li><a href="lang-pages.html">Language demo pages</a></li>
</ul>
<h2>Test results</h2>
<ul>
<li><a href="research/lang-results.html">Test results for the language demo pages</a> (in progress)</li>
<li><a href="research/tech-results.html">Test results for technical tests</a> (in progress)</li>
<li>Presentation for the 2025 CSUN Assistive Technology Conference (in progress)</li>
</ul>
<h2>Tools</h2>
<ul>
<li><a href="utility/date-time-localizer.html">Date and time localizer</a></li>
</ul>
</main>
<footer>
<p>This site does not use cookies or logging.</p>
<p>This site is open source — <a href="https://github.com/ThePacielloGroup/babel/blob/main/CONTRIBUTING.md">improve it</a></p>
</footer>
</body>
</html>