summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-11 10:43:19 +0300
committerPaul Buetow <paul@buetow.org>2026-06-11 10:43:19 +0300
commit1e7b394e56085a9cc33b8b8b64b094d5223e8853 (patch)
treed716db2d332904bb66f34572ec066d19170cd9cc /assets
parentcbd3cf2be4ce50092ec4eb3f4b28d77c0aa044e4 (diff)
Add shuriken logo and generated favicon
Diffstat (limited to 'assets')
-rw-r--r--assets/docs/shuriken-logo.jpgbin0 -> 50976 bytes
-rw-r--r--assets/docs/shuriken-logo.svg18
-rw-r--r--assets/site/favicon.icobin0 -> 123870 bytes
3 files changed, 18 insertions, 0 deletions
diff --git a/assets/docs/shuriken-logo.jpg b/assets/docs/shuriken-logo.jpg
new file mode 100644
index 0000000..fc7216c
--- /dev/null
+++ b/assets/docs/shuriken-logo.jpg
Binary files differ
diff --git a/assets/docs/shuriken-logo.svg b/assets/docs/shuriken-logo.svg
new file mode 100644
index 0000000..58ed8ab
--- /dev/null
+++ b/assets/docs/shuriken-logo.svg
@@ -0,0 +1,18 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" role="img" aria-labelledby="title desc">
+ <title id="title">Shuriken logo</title>
+ <desc id="desc">A four-point shuriken mark with a red center ring.</desc>
+ <rect width="256" height="256" rx="36" fill="#f4f0e8"/>
+ <circle cx="128" cy="128" r="108" fill="#18212b"/>
+ <path
+ d="M128 18 153 94 231 65 190 128 231 191 153 162 128 238 103 162 25 191 66 128 25 65 103 94Z"
+ fill="#dce5eb"
+ stroke="#0b1118"
+ stroke-linejoin="round"
+ stroke-width="10"/>
+ <path
+ d="M128 43 146 101 204 82 171 128 204 174 146 155 128 213 110 155 52 174 85 128 52 82 110 101Z"
+ fill="#7f8e99"/>
+ <circle cx="128" cy="128" r="39" fill="#18212b"/>
+ <circle cx="128" cy="128" r="24" fill="none" stroke="#c7432b" stroke-width="10"/>
+ <circle cx="128" cy="128" r="8" fill="#f4f0e8"/>
+</svg>
diff --git a/assets/site/favicon.ico b/assets/site/favicon.ico
new file mode 100644
index 0000000..754a880
--- /dev/null
+++ b/assets/site/favicon.ico
Binary files differ