summaryrefslogtreecommitdiffstats
path: root/pictographs/ballot.html
diff options
context:
space:
mode:
Diffstat (limited to 'pictographs/ballot.html')
-rw-r--r--pictographs/ballot.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/pictographs/ballot.html b/pictographs/ballot.html
new file mode 100644
index 0000000..232847b
--- /dev/null
+++ b/pictographs/ballot.html
@@ -0,0 +1,46 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Ballot</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x1F5F3;</td> <!-- BALLOT BOX WITH BALLOT -->
+ <td>&#x2610;</td> <!-- BALLOT BOX -->
+ </tr>
+ <tr>
+ <td class="lacuna"></td> <!-- light ballot x -->
+ <td>&#x2BBD;</td> <!-- BALLOT BOX WITH LIGHT X -->
+ <td class="dup">&#x2717;</td> <!-- BALLOT X -->
+ <td>&#x2612;</td> <!-- BALLOT BOX WITH X -->
+ <td class="dup">&#x2718;</td> <!-- HEAVY BALLOT X -->
+ <td class="lacuna"></td> <!-- ballot box with heavy x -->
+ <td class="lacuna"></td> <!-- bold ballot x -->
+ <td class="lacuna"></td> <!-- ballot box with bold x -->
+ </tr>
+ <tr>
+ <td class="lacuna"></td> <!-- light ballot script x -->
+ <td class="lacuna"></td> <!-- ballot box with light script x -->
+ <td>&#x1F5F4;</td> <!-- BALLOT SCRIPT X -->
+ <td>&#x1F5F5;</td> <!-- BALLOT BOX WITH SCRIPT X -->
+ <td class="lacuna"></td> <!-- ballot heavy script x -->
+ <td class="lacuna"></td> <!-- ballot box with heavy script x -->
+ <td>&#x1F5F6;</td> <!-- BALLOT BOLD SCRIPT X -->
+ <td>&#x1F5F7;</td> <!-- BALLOT BOX WITH BOLD SCRIPT X -->
+ </tr>
+ <tr>
+ <td>&#x1F5F8;</td> <!-- LIGHT CHECK MARK -->
+ <td class="lacuna"></td> <!-- ballot box with light check -->
+ <td class="dup">&#x2713;</td> <!-- CHECK MARK -->
+ <td>&#x2611;</td> <!-- BALLOT BOX WITH CHECK -->
+ <td class="dup">&#x2714;</td> <!-- HEAVY CHECK MARK -->
+ <td class="lacuna"></td> <!-- ballot box with heavy check -->
+ <td class="lacuna"></td> <!-- bold check mark -->
+ <td>&#x1F5F9;</td> <!-- BALLOT BOX WITH BOLD CHECK -->
+ </tr>
+ </table>
+ </body>
+</html>