Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2019-05-28 00:54:56 +0300
committerDarshan Baral <darshanbaral@gmail.com>2019-05-28 00:54:56 +0300
commit7e3de43c81c040d2b3c1396f4d5319c23fce90d4 (patch)
tree703a1fae19269ae776b3756b409f947a84f32540 /static
parent3d2728d2ce64daad54829c182f468ce646e96174 (diff)
added favicon files
Diffstat (limited to 'static')
-rw-r--r--static/android-chrome-192x192.pngbin0 -> 6973 bytes
-rw-r--r--static/android-chrome-512x512.pngbin0 -> 14177 bytes
-rw-r--r--static/apple-touch-icon.pngbin0 -> 6501 bytes
-rw-r--r--static/browserconfig.xml9
-rw-r--r--static/favicon-16x16.pngbin0 -> 825 bytes
-rw-r--r--static/favicon-32x32.pngbin0 -> 1298 bytes
-rw-r--r--static/favicon.icobin0 -> 15086 bytes
-rw-r--r--static/mstile-150x150.pngbin0 -> 5210 bytes
-rw-r--r--static/safari-pinned-tab.svg18
-rw-r--r--static/site.webmanifest19
10 files changed, 46 insertions, 0 deletions
diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png
new file mode 100644
index 0000000..d0cbb4c
--- /dev/null
+++ b/static/android-chrome-192x192.png
Binary files differ
diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png
new file mode 100644
index 0000000..0eb80ce
--- /dev/null
+++ b/static/android-chrome-512x512.png
Binary files differ
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..f73bbc6
--- /dev/null
+++ b/static/apple-touch-icon.png
Binary files differ
diff --git a/static/browserconfig.xml b/static/browserconfig.xml
new file mode 100644
index 0000000..6e75965
--- /dev/null
+++ b/static/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="images/favicons/mstile-150x150.png"/>
+ <TileColor>#da532c</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png
new file mode 100644
index 0000000..8dfa8cd
--- /dev/null
+++ b/static/favicon-16x16.png
Binary files differ
diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png
new file mode 100644
index 0000000..6676112
--- /dev/null
+++ b/static/favicon-32x32.png
Binary files differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..ea2e400
--- /dev/null
+++ b/static/favicon.ico
Binary files differ
diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png
new file mode 100644
index 0000000..3f3185e
--- /dev/null
+++ b/static/mstile-150x150.png
Binary files differ
diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg
new file mode 100644
index 0000000..19ee60a
--- /dev/null
+++ b/static/safari-pinned-tab.svg
@@ -0,0 +1,18 @@
+<?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="512.000000pt" height="512.000000pt" viewBox="0 0 512.000000 512.000000"
+ preserveAspectRatio="xMidYMid meet">
+<metadata>
+Created by potrace 1.11, written by Peter Selinger 2001-2013
+</metadata>
+<g transform="translate(0.000000,512.000000) scale(0.100000,-0.100000)"
+fill="#000000" stroke="none">
+<path d="M415 5110 c-153 -31 -295 -140 -362 -280 -56 -116 -53 5 -50 -2295 2
+-2073 3 -2131 21 -2180 70 -181 200 -299 376 -342 45 -10 453 -12 2185 -10
+2046 2 2132 3 2180 21 157 58 282 184 331 332 18 57 19 115 19 2204 l0 2145
+-23 65 c-57 166 -181 281 -361 334 -48 14 -264 16 -2165 15 -1161 -1 -2129 -5
+-2151 -9z"/>
+</g>
+</svg>
diff --git a/static/site.webmanifest b/static/site.webmanifest
new file mode 100644
index 0000000..1edcfef
--- /dev/null
+++ b/static/site.webmanifest
@@ -0,0 +1,19 @@
+{
+ "name": "",
+ "short_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"
+}