diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 16:19:32 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-03-22 16:19:32 +0900 |
| commit | b646877e8bf73650859c52fc00a601da5b34bfc0 (patch) | |
| tree | 347c7a8d7744b8da7d966fe0422dad6f38a8a610 /src/web/assets | |
| parent | [Client] Fix design (diff) | |
| download | sharkey-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.jpg | bin | 0 -> 56865 bytes | |||
| -rw-r--r-- | src/web/assets/favicon.ico | bin | 0 -> 360414 bytes | |||
| -rw-r--r-- | src/web/assets/label.svg | 6 | ||||
| -rw-r--r-- | src/web/assets/manifest.json | 1 | ||||
| -rw-r--r-- | src/web/assets/title.svg | 7 | ||||
| -rw-r--r-- | src/web/assets/unread.svg | 7 |
6 files changed, 21 insertions, 0 deletions
diff --git a/src/web/assets/error.jpg b/src/web/assets/error.jpg Binary files differnew file mode 100644 index 0000000000..872b1a3f5d --- /dev/null +++ b/src/web/assets/error.jpg diff --git a/src/web/assets/favicon.ico b/src/web/assets/favicon.ico Binary files differnew file mode 100644 index 0000000000..4fd944c3da --- /dev/null +++ b/src/web/assets/favicon.ico 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>
|