summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-11-03 15:54:11 -0400
committerAlee <alee14498@gmail.com>2018-11-03 15:54:11 -0400
commit0bc93655599acd531d0b8c73d68ed2e9a41454c0 (patch)
tree74cce6d3bce2c499065109e21d214f91921158e2
parenta169a3f32f22cf0aa5572902a64c497976926fe6 (diff)
downloadsilicon-linux-0bc93655599acd531d0b8c73d68ed2e9a41454c0.tar.gz
silicon-linux-0bc93655599acd531d0b8c73d68ed2e9a41454c0.tar.bz2
silicon-linux-0bc93655599acd531d0b8c73d68ed2e9a41454c0.zip
Added favicon
-rw-r--r--_includes/heading.html8
-rw-r--r--android-icon-192x192.pngbin0 -> 3465 bytes
-rw-r--r--apple-icon.pngbin0 -> 4039 bytes
-rw-r--r--browserconfig.xml2
-rw-r--r--favicon-32x32.pngbin0 -> 1436 bytes
-rw-r--r--favicon.icobin0 -> 1150 bytes
-rw-r--r--manifest.json41
-rw-r--r--ms-icon-150x150.pngbin0 -> 3042 bytes
8 files changed, 51 insertions, 0 deletions
diff --git a/_includes/heading.html b/_includes/heading.html
index 5c04f32..83dca65 100644
--- a/_includes/heading.html
+++ b/_includes/heading.html
@@ -3,3 +3,11 @@
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
+<link rel="apple-touch-icon" sizes="192x192" href="/apple-icon.png">
+<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
+<link rel="manifest" href="/manifest.json">
+<meta name="msapplication-TileColor" content="#ffffff">
+<meta name="msapplication-TileImage" content="/ms-icon-150x150.png">
+<meta name="theme-color" content="#ffffff">
diff --git a/android-icon-192x192.png b/android-icon-192x192.png
new file mode 100644
index 0000000..3b7edcb
--- /dev/null
+++ b/android-icon-192x192.png
Binary files differ
diff --git a/apple-icon.png b/apple-icon.png
new file mode 100644
index 0000000..d38fbc9
--- /dev/null
+++ b/apple-icon.png
Binary files differ
diff --git a/browserconfig.xml b/browserconfig.xml
new file mode 100644
index 0000000..c554148
--- /dev/null
+++ b/browserconfig.xml
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig> \ No newline at end of file
diff --git a/favicon-32x32.png b/favicon-32x32.png
new file mode 100644
index 0000000..826da64
--- /dev/null
+++ b/favicon-32x32.png
Binary files differ
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..3b9abde
--- /dev/null
+++ b/favicon.ico
Binary files differ
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..013d4a6
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,41 @@
+{
+ "name": "App",
+ "icons": [
+ {
+ "src": "\/android-icon-36x36.png",
+ "sizes": "36x36",
+ "type": "image\/png",
+ "density": "0.75"
+ },
+ {
+ "src": "\/android-icon-48x48.png",
+ "sizes": "48x48",
+ "type": "image\/png",
+ "density": "1.0"
+ },
+ {
+ "src": "\/android-icon-72x72.png",
+ "sizes": "72x72",
+ "type": "image\/png",
+ "density": "1.5"
+ },
+ {
+ "src": "\/android-icon-96x96.png",
+ "sizes": "96x96",
+ "type": "image\/png",
+ "density": "2.0"
+ },
+ {
+ "src": "\/android-icon-144x144.png",
+ "sizes": "144x144",
+ "type": "image\/png",
+ "density": "3.0"
+ },
+ {
+ "src": "\/android-icon-192x192.png",
+ "sizes": "192x192",
+ "type": "image\/png",
+ "density": "4.0"
+ }
+ ]
+} \ No newline at end of file
diff --git a/ms-icon-150x150.png b/ms-icon-150x150.png
new file mode 100644
index 0000000..21485b1
--- /dev/null
+++ b/ms-icon-150x150.png
Binary files differ