aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-10-31 03:04:36 -0700
committerJakob Odersky <jakob@odersky.com>2018-10-31 03:04:36 -0700
commit93a5433d0b5b11cbb9e37c766c7b446a3472f249 (patch)
tree7f4fb28a88c36b23d1cfae37f605fae2fcbdd3c3
parentc1601e139c50ef77450011c080fab2e56192cc8f (diff)
downloadidenticon-93a5433d0b5b11cbb9e37c766c7b446a3472f249.tar.gz
identicon-93a5433d0b5b11cbb9e37c766c7b446a3472f249.tar.bz2
identicon-93a5433d0b5b11cbb9e37c766c7b446a3472f249.zip
Add sample identicon to readmev0.1.0
-rw-r--r--README.md2
-rw-r--r--sample.svg1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d62563a..9f9d3b8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Identicons
+# Identicons<img align="right" src="sample.svg" height="150px" style="padding-left: 20px"/>
A tiny implementation of
[identicons](https://en.wikipedia.org/wiki/Identicon), similar to the
diff --git a/sample.svg b/sample.svg
new file mode 100644
index 0000000..a1fc092
--- /dev/null
+++ b/sample.svg
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="5" height="5"><rect x="0" y="0" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="4" y="0" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="0" y="2" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="4" y="2" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="0" y="3" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="4" y="3" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="0" y="4" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="4" y="4" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="1" y="2" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="3" y="2" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="2" y="0" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="2" y="1" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="2" y="2" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="2" y="3" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/><rect x="2" y="4" width="1" height="1" style="fill:#5de45f;stroke:#5de45f;stroke-width:0.05"/></svg> \ No newline at end of file