aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Loomans <noahloomans@gmail.com>2017-01-26 20:57:29 +0100
committerNoah Loomans <noahloomans@gmail.com>2017-01-26 20:57:29 +0100
commit38565ce8f6f56e3e40baeb9ad83c8c7435bd5d34 (patch)
tree027a9fd0561c2f22f23815462a7cc5ab08ba83eb
parent4701a97bb9b582f8b9dfb5a7852778d3a290ff02 (diff)
Add favicon
Signed-off-by: Noah Loomans <noahloomans@gmail.com>
-rw-r--r--_includes/head.html6
-rw-r--r--android-chrome-192x192.pngbin0 -> 62547 bytes
-rw-r--r--android-chrome-512x512.pngbin0 -> 362742 bytes
-rw-r--r--apple-touch-icon.pngbin0 -> 55864 bytes
-rw-r--r--favicon-16x16.pngbin0 -> 1130 bytes
-rw-r--r--favicon-32x32.pngbin0 -> 3021 bytes
-rw-r--r--favicon.icobin0 -> 15086 bytes
7 files changed, 6 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 9fc064d..fe538cf 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -1,6 +1,7 @@
<head>
<meta charset="utf-8">
<title>Noah Loomans</title>
+ <meta name="theme-color" content="#ffffff">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/style/main.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
@@ -10,4 +11,9 @@
window.location = window.location.toString().replace(/^http:/, "https:");
}
</script>
+
+ <!-- sigh... favicon -->
+ <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
+ <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
+ <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
</head>
diff --git a/android-chrome-192x192.png b/android-chrome-192x192.png
new file mode 100644
index 0000000..f7a6439
--- /dev/null
+++ b/android-chrome-192x192.png
Binary files differ
diff --git a/android-chrome-512x512.png b/android-chrome-512x512.png
new file mode 100644
index 0000000..8a1171d
--- /dev/null
+++ b/android-chrome-512x512.png
Binary files differ
diff --git a/apple-touch-icon.png b/apple-touch-icon.png
new file mode 100644
index 0000000..fe0662e
--- /dev/null
+++ b/apple-touch-icon.png
Binary files differ
diff --git a/favicon-16x16.png b/favicon-16x16.png
new file mode 100644
index 0000000..16a3dd9
--- /dev/null
+++ b/favicon-16x16.png
Binary files differ
diff --git a/favicon-32x32.png b/favicon-32x32.png
new file mode 100644
index 0000000..082c845
--- /dev/null
+++ b/favicon-32x32.png
Binary files differ
diff --git a/favicon.ico b/favicon.ico
new file mode 100644
index 0000000..944b895
--- /dev/null
+++ b/favicon.ico
Binary files differ