From be7b6c63a4fb89144e52659a145d09ddb03ba29a Mon Sep 17 00:00:00 2001
From: olOwOlo <26087907+olOwOlo@users.noreply.github.com>
Date: Wed, 31 Jan 2018 22:00:51 +0800
Subject: refactor: default favicon
---
layouts/partials/head.html | 1 -
static/android-chrome-192x192.png | Bin 0 -> 4930 bytes
static/android-chrome-512x512.png | Bin 0 -> 5498 bytes
static/apple-touch-icon.png | Bin 0 -> 2530 bytes
static/browserconfig.xml | 9 +++++++++
static/favicon-16x16.png | Bin 0 -> 737 bytes
static/favicon-32x32.png | Bin 0 -> 1019 bytes
static/favicon.ico | Bin 1001 -> 15086 bytes
static/manifest.json | 18 ++++++++++++++++++
static/mstile-150x150.png | Bin 0 -> 2556 bytes
static/safari-pinned-tab.svg | 25 +++++++++++++++++++++++++
11 files changed, 52 insertions(+), 1 deletion(-)
create mode 100644 static/android-chrome-192x192.png
create mode 100644 static/android-chrome-512x512.png
create mode 100644 static/apple-touch-icon.png
create mode 100644 static/browserconfig.xml
create mode 100644 static/favicon-16x16.png
create mode 100644 static/favicon-32x32.png
create mode 100644 static/manifest.json
create mode 100644 static/mstile-150x150.png
create mode 100644 static/safari-pinned-tab.svg
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index ed233bf..f60cac6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -46,7 +46,6 @@
-
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..939d110
Binary files /dev/null and b/static/android-chrome-192x192.png differ
diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png
new file mode 100644
index 0000000..5d0adb6
Binary files /dev/null and b/static/android-chrome-512x512.png differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..140d7f6
Binary files /dev/null and b/static/apple-touch-icon.png differ
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
new file mode 100644
index 0000000..e8b57e5
--- /dev/null
+++ b/static/browserconfig.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ #b91d47
+
+
+
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..74c7dab
Binary files /dev/null and b/static/favicon-16x16.png differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..c418957
Binary files /dev/null and b/static/favicon-32x32.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
index 60299ae..08da9cd 100644
Binary files a/static/favicon.ico and b/static/favicon.ico differ
diff --git a/static/manifest.json b/static/manifest.json
new file mode 100644
index 0000000..4fbe181
--- /dev/null
+++ b/static/manifest.json
@@ -0,0 +1,18 @@
+{
+ "name": "",
+ "icons": [
+ {
+ "src": "/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png"
+ },
+ {
+ "src": "/android-chrome-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
\ No newline at end of file
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
new file mode 100644
index 0000000..28e92fc
Binary files /dev/null and b/static/mstile-150x150.png differ
diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
new file mode 100644
index 0000000..0166bff
--- /dev/null
+++ b/static/safari-pinned-tab.svg
@@ -0,0 +1,25 @@
+
+
+
--
cgit v1.2.3