summaryrefslogtreecommitdiffstats
path: root/pictographs/accessibility.html
diff options
context:
space:
mode:
Diffstat (limited to 'pictographs/accessibility.html')
-rw-r--r--pictographs/accessibility.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/pictographs/accessibility.html b/pictographs/accessibility.html
new file mode 100644
index 0000000..9c91454
--- /dev/null
+++ b/pictographs/accessibility.html
@@ -0,0 +1,29 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Accessibility</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr> <!-- blindness -->
+ <td>&#x1F9AE;</td> <!-- GUIDE DOG -->
+ <td>&#x1F9AF;</td> <!-- PROBING CANE -->
+ </tr>
+ <tr> <!-- deafness -->
+ <td>&#x1F9BB;</td> <!-- EAR WITH HEARING AID -->
+ <td>&#x1F9CF;</td> <!-- DEAF PERSON -->
+ </tr>
+ <tr> <!-- immobility -->
+ <td>&#x1F9BC;</td> <!-- MOTORIZED WHEELCHAIR -->
+ <td>&#x1F9BD;</td> <!-- MANUAL WHEELCHAIR -->
+ <td>&#x267F;</td> <!-- WHEELCHAIR SYMBOL -->
+ </tr>
+ <tr> <!-- prosthetic -->
+ <td>&#x1F9BE;</td> <!-- MECHANICAL ARM -->
+ <td>&#x1F9BF;</td> <!-- MECHANICAL LEG -->
+ </tr>
+ </table>
+ </body>
+</html>