summaryrefslogtreecommitdiffstats
path: root/pictographs/observance.html
diff options
context:
space:
mode:
Diffstat (limited to 'pictographs/observance.html')
-rw-r--r--pictographs/observance.html64
1 files changed, 64 insertions, 0 deletions
diff --git a/pictographs/observance.html b/pictographs/observance.html
new file mode 100644
index 0000000..3426651
--- /dev/null
+++ b/pictographs/observance.html
@@ -0,0 +1,64 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Observance</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr> <!-- school -->
+ <td>&#x1F392;</td> <!-- SCHOOL SATCHEL -->
+ <td>&#x1F393;</td> <!-- GRADUATION CAP -->
+ </tr>
+ <tr> <!-- children -->
+ <td>&#x1F38F;</td> <!-- CARP STREAMER -->
+ <td>&#x1F38E;</td> <!-- JAPANESE DOLLS -->
+ </tr>
+ <tr> <!-- summer -->
+ <td>&#x1F390;</td> <!-- WIND CHIME -->
+ </tr>
+ <tr> <!-- tanabata -->
+ <td>&#x1F38B;</td> <!-- TANABATA TREE -->
+ </tr>
+ <tr> <!-- tsukimi -->
+ <td>&#x1F391;</td> <!-- MOON VIEWING CEREMONY -->
+ </tr>
+ <tr> <!-- halloween -->
+ <td>&#x1F383;</td> <!-- JACK-O-LANTERN -->
+ </tr>
+ <tr> <!-- chrismas -->
+ <td>&#x1F384;</td> <!-- CHRISTMAS TREE -->
+ <td>&#x1F385;</td> <!-- FATHER CHRISTMAS -->
+ <td>&#x1F936;</td> <!-- MOTHER CHRISTMAS -->
+ </tr>
+ <tr> <!-- new years -->
+ <td>&#x1F38D;</td> <!-- PINE DECORATION -->
+ <td>&#x1F386;</td> <!-- FIREWORKS -->
+ <td>&#x1F387;</td> <!-- FIREWORK SPARKLER -->
+ </tr>
+ <tr> <!-- birthday -->
+ <td>&#x1F382;</td> <!-- BIRTHDAY CAKE -->
+ </tr>
+ <tr> <!-- presents -->
+ <td>&#x1F9E7;</td> <!-- RED GIFT ENVELOPE -->
+ <td>&#x1F380;</td> <!-- RIBBON -->
+ <td>&#x1F381;</td> <!-- WRAPPED PRESENT -->
+ <td>&#x1F395;</td> <!-- BOUQUET OF FLOWERS -->
+ </tr>
+ <tr> <!-- national day -->
+ <td>&#x1F38C;</td> <!-- CROSSED FLAGS -->
+ </tr>
+ <tr> <!-- remembrance -->
+ <td>&#x1F397;</td> <!-- REMINDER RIBBON -->
+ </tr>
+ <tr> <!-- generic -->
+ <td>&#x1F38A;</td> <!-- CONFETTI BALL -->
+ <td>&#x1F388;</td> <!-- BALLOON -->
+ <td>&#x1F389;</td> <!-- PARTY POPPER -->
+ <td class="dup">&#x1F973;</td> <!-- FACE WITH PARTY HORN AND PARTY HAT -->
+ <td>&#x1FA85;</td> <!-- PINATA -->
+ </tr>
+ </table>
+ </body>
+</html>