summaryrefslogtreecommitdiff
path: root/image
diff options
context:
space:
mode:
authorKurt Jung <kurt.w.jung@gmail.com>2015-07-28 11:52:31 -0400
committerKurt Jung <kurt.w.jung@gmail.com>2015-07-28 11:52:31 -0400
commite53cd035812339b1ca6de40692d9f31a4431986f (patch)
treef6e0eba2b5487dcc4bb9f5938c9df793be45f4eb /image
parentd5035cea160a6d975b4bd07169a3fb5efe48ab6f (diff)
Add some badge links
Diffstat (limited to 'image')
-rw-r--r--image/doc.svg20
-rw-r--r--image/mit.svg20
2 files changed, 40 insertions, 0 deletions
diff --git a/image/doc.svg b/image/doc.svg
new file mode 100644
index 0000000..1543a7e
--- /dev/null
+++ b/image/doc.svg
@@ -0,0 +1,20 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="109" height="20">
+ <linearGradient id="a" x2="0" y2="100%">
+ <stop offset="0" stop-color="#bbb" stop-opacity=".1" />
+ <stop offset="1" stop-opacity=".1" />
+ </linearGradient>
+ <rect rx="3" width="109" height="20" fill="#555" />
+ <rect rx="3" x="44" width="65" height="20" fill="#5272B4" />
+ <path fill="#5272B4" d="M44 0h4v20h-4z" />
+ <rect rx="3" width="109" height="20" fill="url(#a)" />
+ <g fill="#fff" text-anchor="middle"
+ font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
+ font-size="11">
+ <text x="23" y="15" fill="#010101" fill-opacity=".3">
+ godoc</text>
+ <text x="23" y="14">godoc</text>
+ <text x="75.5" y="15" fill="#010101" fill-opacity=".3">
+ reference</text>
+ <text x="75.5" y="14">reference</text>
+ </g>
+</svg>
diff --git a/image/mit.svg b/image/mit.svg
new file mode 100644
index 0000000..c8ed53f
--- /dev/null
+++ b/image/mit.svg
@@ -0,0 +1,20 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="109" height="20">
+ <linearGradient id="a" x2="0" y2="100%">
+ <stop offset="0" stop-color="#bbb" stop-opacity=".1" />
+ <stop offset="1" stop-opacity=".1" />
+ </linearGradient>
+ <rect rx="3" width="109" height="20" fill="#555" />
+ <rect rx="3" x="64" width="45" height="20" fill="#7b5" />
+ <path fill="#7b5" d="M64 0h4v20h-4z" />
+ <rect rx="3" width="109" height="20" fill="url(#a)" />
+ <g fill="#fff" text-anchor="middle"
+ font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
+ font-size="11">
+ <text x="30" y="15" fill="#010101" fill-opacity=".3">
+ license</text>
+ <text x="30" y="14">license</text>
+ <text x="85" y="15" fill="#010101" fill-opacity=".3">
+ MIT</text>
+ <text x="85" y="14">MIT</text>
+ </g>
+</svg>