summaryrefslogtreecommitdiffstats
path: root/pictographs/materials.html
diff options
context:
space:
mode:
Diffstat (limited to 'pictographs/materials.html')
-rw-r--r--pictographs/materials.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/pictographs/materials.html b/pictographs/materials.html
new file mode 100644
index 0000000..9749aec
--- /dev/null
+++ b/pictographs/materials.html
@@ -0,0 +1,38 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Materials</title>
+ <link rel="stylesheet" type="text/css" href="../style.css"/>
+ </head>
+ <body>
+ <table>
+ <tr>
+ <td>&#x267A;</td> <!-- RECYCLING SYMBOL FOR GENERIC MATERIALS -->
+ <td>&#x2673;</td> <!-- RECYCLING SYMBOL FOR TYPE-1 PLASTICS -->
+ <td>&#x2674;</td> <!-- RECYCLING SYMBOL FOR TYPE-2 PLASTICS -->
+ <td>&#x2675;</td> <!-- RECYCLING SYMBOL FOR TYPE-3 PLASTICS -->
+ <td>&#x2676;</td> <!-- RECYCLING SYMBOL FOR TYPE-4 PLASTICS -->
+ <td>&#x2677;</td> <!-- RECYCLING SYMBOL FOR TYPE-5 PLASTICS -->
+ <td>&#x2678;</td> <!-- RECYCLING SYMBOL FOR TYPE-6 PLASTICS -->
+ <td>&#x2679;</td> <!-- RECYCLING SYMBOL FOR TYPE-7 PLASTICS -->
+ </tr>
+ <tr>
+ <td>&#x267B;</td> <!-- BLACK UNIVERSAL RECYCLING SYMBOL -->
+ <td>&#x2672;</td> <!-- UNIVERSAL RECYCLING SYMBOL -->
+ </tr>
+ <tr>
+ <td>&#x267D;</td> <!-- PARTIALLY-RECYCLED PAPER SYMBOL -->
+ <td>&#x267C;</td> <!-- RECYCLED PAPER SYMBOL -->
+ <td>&#x267E;</td> <!-- PERMANENT PAPER SIGN -->
+ </tr>
+ <tr>
+ <td>&#x2B97;</td> <!-- SYMBOL FOR TYPE A ELECTRONICS -->
+ </tr>
+ <tr>
+ <td>&#x1F6E2;</td> <!-- OIL DRUM -->
+ <td>&#x1F9F1;</td> <!-- BRICK -->
+ </tr>
+ </table>
+ </body>
+</html>