OSDN Git Service

New Directory(sysetm/ico/) 0.0.3
authory- <oq@live.jp>
Mon, 4 Feb 2019 08:38:42 +0000 (17:38 +0900)
committery- <oq@live.jp>
Mon, 4 Feb 2019 08:38:42 +0000 (17:38 +0900)
23 files changed:
app/settings/about.html
app/welcome/default.html
app/welcome/detail.html
documents/banner.png [new file with mode: 0644]
documents/hub-banner.png [new file with mode: 0644]
documents/hub-icon.png [new file with mode: 0644]
documents/hub-logo.png [new file with mode: 0644]
documents/hub.mif [new file with mode: 0644]
documents/icon.png [new file with mode: 0644]
documents/logo.png [new file with mode: 0644]
documents/logos.mif [new file with mode: 0644]
kit.lnk [new file with mode: 0644]
system/ico.zip [new file with mode: 0644]
system/ico/android-chrome-192x192.png [new file with mode: 0644]
system/ico/apple-touch-icon.png [new file with mode: 0644]
system/ico/browserconfig.xml [new file with mode: 0644]
system/ico/favicon-16x16.png [new file with mode: 0644]
system/ico/favicon-32x32.png [new file with mode: 0644]
system/ico/favicon.ico [new file with mode: 0644]
system/ico/logo.png [new file with mode: 0644]
system/ico/mstile-150x150.png [new file with mode: 0644]
system/ico/safari-pinned-tab.svg [new file with mode: 0644]
system/ico/site.webmanifest [new file with mode: 0644]

index 9fda10d..cf7d6e9 100644 (file)
@@ -5,8 +5,8 @@
 <a class='btn settings-default'><span class='fa fa-arrow-circle-left'></span>設定</a>
 <h3><span class='fa fa-info-circle'></span> kitについて</h3>
 <div style='font-size:22px'>
-    <strong>kit</strong>Desktop <span style='color:silver'>beta</span>
-    <span class="settings-kitv"></span>
+    <img src="system/ico/logo.png" style="max-width: 100%;">
+    <br>バージョン<span class="settings-kitv"></span>
 </div>
 KWS 0.0.5 <span style='color:silver'>(kit Window System)</span><br>
 <a class="kit-hyperlink">kitのアップデートを確認する</a><br>
index 1bf5e9c..89e881b 100644 (file)
@@ -3,7 +3,7 @@
 </script>
 <div style='text-align:center;padding:4px 12px;'>
     <div style='font-size:22px'>
-        <strong>kit</strong>Desktop <span style='color:silver'>beta</span>
+        <img src="system/ico/logo.png" style="max-width: 100%;">
     </div>
     バージョン<span class="welcome-version"></span>
     <br>キットデスクトップ環境へようこそ<br>
index 6f203b0..fc7763b 100644 (file)
@@ -3,7 +3,7 @@
 </script>
 <div style='text-align:center;padding:4px 12px;'>
     <div style='font-size:22px'>
-        <strong>kit</strong>Desktop <span style='color:silver'>beta</span>
+        <img src="system/ico/logo.png" style="max-width: 100%;">
     </div>
     バージョン<span class="welcome-version"></span>
     <br>kitはJavaScriptベースのデスクトップ環境を提供します。<br>
diff --git a/documents/banner.png b/documents/banner.png
new file mode 100644 (file)
index 0000000..1112d66
Binary files /dev/null and b/documents/banner.png differ
diff --git a/documents/hub-banner.png b/documents/hub-banner.png
new file mode 100644 (file)
index 0000000..a87b1cf
Binary files /dev/null and b/documents/hub-banner.png differ
diff --git a/documents/hub-icon.png b/documents/hub-icon.png
new file mode 100644 (file)
index 0000000..811af20
Binary files /dev/null and b/documents/hub-icon.png differ
diff --git a/documents/hub-logo.png b/documents/hub-logo.png
new file mode 100644 (file)
index 0000000..384f1f1
Binary files /dev/null and b/documents/hub-logo.png differ
diff --git a/documents/hub.mif b/documents/hub.mif
new file mode 100644 (file)
index 0000000..0e38c67
Binary files /dev/null and b/documents/hub.mif differ
diff --git a/documents/icon.png b/documents/icon.png
new file mode 100644 (file)
index 0000000..8aa35b8
Binary files /dev/null and b/documents/icon.png differ
diff --git a/documents/logo.png b/documents/logo.png
new file mode 100644 (file)
index 0000000..8a38b8e
Binary files /dev/null and b/documents/logo.png differ
diff --git a/documents/logos.mif b/documents/logos.mif
new file mode 100644 (file)
index 0000000..9ef182a
Binary files /dev/null and b/documents/logos.mif differ
diff --git a/kit.lnk b/kit.lnk
new file mode 100644 (file)
index 0000000..107c28e
Binary files /dev/null and b/kit.lnk differ
diff --git a/system/ico.zip b/system/ico.zip
new file mode 100644 (file)
index 0000000..839c457
Binary files /dev/null and b/system/ico.zip differ
diff --git a/system/ico/android-chrome-192x192.png b/system/ico/android-chrome-192x192.png
new file mode 100644 (file)
index 0000000..ac6c7b8
Binary files /dev/null and b/system/ico/android-chrome-192x192.png differ
diff --git a/system/ico/apple-touch-icon.png b/system/ico/apple-touch-icon.png
new file mode 100644 (file)
index 0000000..8fa0f0a
Binary files /dev/null and b/system/ico/apple-touch-icon.png differ
diff --git a/system/ico/browserconfig.xml b/system/ico/browserconfig.xml
new file mode 100644 (file)
index 0000000..b3930d0
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+    <msapplication>
+        <tile>
+            <square150x150logo src="/mstile-150x150.png"/>
+            <TileColor>#da532c</TileColor>
+        </tile>
+    </msapplication>
+</browserconfig>
diff --git a/system/ico/favicon-16x16.png b/system/ico/favicon-16x16.png
new file mode 100644 (file)
index 0000000..f9ec85c
Binary files /dev/null and b/system/ico/favicon-16x16.png differ
diff --git a/system/ico/favicon-32x32.png b/system/ico/favicon-32x32.png
new file mode 100644 (file)
index 0000000..030a86a
Binary files /dev/null and b/system/ico/favicon-32x32.png differ
diff --git a/system/ico/favicon.ico b/system/ico/favicon.ico
new file mode 100644 (file)
index 0000000..9fa1f05
Binary files /dev/null and b/system/ico/favicon.ico differ
diff --git a/system/ico/logo.png b/system/ico/logo.png
new file mode 100644 (file)
index 0000000..8a38b8e
Binary files /dev/null and b/system/ico/logo.png differ
diff --git a/system/ico/mstile-150x150.png b/system/ico/mstile-150x150.png
new file mode 100644 (file)
index 0000000..3c60ac9
Binary files /dev/null and b/system/ico/mstile-150x150.png differ
diff --git a/system/ico/safari-pinned-tab.svg b/system/ico/safari-pinned-tab.svg
new file mode 100644 (file)
index 0000000..b8bc083
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
+ "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
+<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
+ width="196.000000pt" height="196.000000pt" viewBox="0 0 196.000000 196.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,196.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M790 1940 c-384 -82 -663 -350 -762 -733 -17 -63 -22 -112 -22 -212
+0 -71 3 -146 6 -165 57 -329 255 -593 552 -735 135 -64 243 -88 401 -89 154
+-1 204 6 324 45 138 45 275 131 386 243 141 142 227 305 270 513 13 63 13 261
+-1 337 -67 387 -345 685 -732 788 -109 28 -307 32 -422 8z"/>
+</g>
+</svg>
diff --git a/system/ico/site.webmanifest b/system/ico/site.webmanifest
new file mode 100644 (file)
index 0000000..0e0e858
--- /dev/null
@@ -0,0 +1,14 @@
+{
+    "name": "",
+    "short_name": "",
+    "icons": [
+        {
+            "src": "/android-chrome-192x192.png",
+            "sizes": "192x192",
+            "type": "image/png"
+        }
+    ],
+    "theme_color": "#ffffff",
+    "background_color": "#ffffff",
+    "display": "standalone"
+}