summaryrefslogtreecommitdiff
path: root/src/web/assets
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-03-22 16:19:32 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-03-22 16:19:32 +0900
commitb646877e8bf73650859c52fc00a601da5b34bfc0 (patch)
tree347c7a8d7744b8da7d966fe0422dad6f38a8a610 /src/web/assets
parent[Client] Fix design (diff)
downloadsharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.gz
sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.tar.bz2
sharkey-b646877e8bf73650859c52fc00a601da5b34bfc0.zip
#309 and some cleanups
Diffstat (limited to 'src/web/assets')
-rw-r--r--src/web/assets/error.jpgbin0 -> 56865 bytes
-rw-r--r--src/web/assets/favicon.icobin0 -> 360414 bytes
-rw-r--r--src/web/assets/label.svg6
-rw-r--r--src/web/assets/manifest.json1
-rw-r--r--src/web/assets/title.svg7
-rw-r--r--src/web/assets/unread.svg7
6 files changed, 21 insertions, 0 deletions
diff --git a/src/web/assets/error.jpg b/src/web/assets/error.jpg
new file mode 100644
index 0000000000..872b1a3f5d
--- /dev/null
+++ b/src/web/assets/error.jpg
Binary files differ
diff --git a/src/web/assets/favicon.ico b/src/web/assets/favicon.ico
new file mode 100644
index 0000000000..4fd944c3da
--- /dev/null
+++ b/src/web/assets/favicon.ico
Binary files differ
diff --git a/src/web/assets/label.svg b/src/web/assets/label.svg
new file mode 100644
index 0000000000..b1f85f3c07
--- /dev/null
+++ b/src/web/assets/label.svg
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
+ y="0px" width="96px" height="96px" viewBox="0 0 96 96" enable-background="new 0 0 96 96" xml:space="preserve">
+<polygon fill="#0B8AEA" points="0,45.255 45.254,0 84.854,0 0,84.854 "/>
+</svg>
diff --git a/src/web/assets/manifest.json b/src/web/assets/manifest.json
new file mode 100644
index 0000000000..0967ef424b
--- /dev/null
+++ b/src/web/assets/manifest.json
@@ -0,0 +1 @@
+{}
diff --git a/src/web/assets/title.svg b/src/web/assets/title.svg
new file mode 100644
index 0000000000..d74b754039
--- /dev/null
+++ b/src/web/assets/title.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
+ y="0px" width="1024px" height="512px" viewBox="0 256 1024 512" enable-background="new 0 256 1024 512" xml:space="preserve">
+<polyline opacity="0.3" fill="none" stroke="#000000" stroke-width="34" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" points="
+ 896.5,608.5 800.5,416.5 704.5,608.5 608.5,416.5 512.5,608.5 416.5,416.5 320.5,608.5 224.5,416.5 128.5,608.5 "/>
+</svg>
diff --git a/src/web/assets/unread.svg b/src/web/assets/unread.svg
new file mode 100644
index 0000000000..8c3cc9f475
--- /dev/null
+++ b/src/web/assets/unread.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+<svg version="1.1" id="レイヤー_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
+ y="0px" width="32px" height="32px" viewBox="0 0 32 32" enable-background="new 0 0 32 32" xml:space="preserve">
+<circle fill="#3AA2DC" cx="16.5" cy="16.5" r="6"/>
+</svg>