Updated favicons
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig><msapplication><tile><square70x70logo src="/images/favico/ms-icon-70x70.png"/><square150x150logo src="/images/favico/ms-icon-150x150.png"/><square310x310logo src="/images/favico/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
|
BIN
src/favicon.ico
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 56 KiB |
Before Width: | Height: | Size: 56 KiB |
BIN
src/images/favico/favicon-114-precomposed.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
src/images/favico/favicon-120-precomposed.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
src/images/favico/favicon-144-precomposed.png
Normal file
After Width: | Height: | Size: 22 KiB |
BIN
src/images/favico/favicon-152-precomposed.png
Normal file
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 1.5 KiB |
BIN
src/images/favico/favicon-180-precomposed.png
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
src/images/favico/favicon-192.png
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
src/images/favico/favicon-32.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.8 KiB |
BIN
src/images/favico/favicon-36.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
src/images/favico/favicon-48.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
src/images/favico/favicon-57.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
src/images/favico/favicon-60.png
Normal file
After Width: | Height: | Size: 4.9 KiB |
BIN
src/images/favico/favicon-72-precomposed.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
src/images/favico/favicon-72.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
src/images/favico/favicon-76.png
Normal file
After Width: | Height: | Size: 7.3 KiB |
BIN
src/images/favico/favicon-96.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 5.4 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 107 KiB |
Before Width: | Height: | Size: 9.1 KiB |
BIN
src/images/marcus-transparent.png
Executable file
After Width: | Height: | Size: 5.6 MiB |
BIN
src/images/marcus.jpg
Normal file → Executable file
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 7.9 MiB |
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 15 MiB |
@ -2,40 +2,40 @@
|
||||
"name": "Marcus Noble - Blog",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/images\/favico\/android-icon-36x36.png",
|
||||
"src": "\/images\/favico\favicon-36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favico\/android-icon-48x48.png",
|
||||
"src": "\/images\/favico\favicon-48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favico\/android-icon-72x72.png",
|
||||
"src": "\/images\/favico\favicon-72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favico\/android-icon-96x96.png",
|
||||
"src": "\/images\/favico\favicon-96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favico\/android-icon-144x144.png",
|
||||
"src": "\/images\/favico\favicon-144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/images\/favico\/android-icon-192x192.png",
|
||||
"src": "\/images\/favico\favicon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -18,24 +18,33 @@
|
||||
<!-- Twitter Do Not Track -->
|
||||
<meta name="twitter:dnt" content="on">
|
||||
|
||||
<link rel="apple-touch-icon" href="/images/favico/apple-icon-180x180.png"/>
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/images/favico/apple-icon-57x57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="/images/favico/apple-icon-60x60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/images/favico/apple-icon-72x72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="/images/favico/apple-icon-76x76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/images/favico/apple-icon-114x114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/images/favico/apple-icon-120x120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favico/apple-icon-144x144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/images/favico/apple-icon-152x152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/favico/apple-icon-180x180.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="/images/favico/android-icon-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/images/favico/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="/images/favico/favicon-96x96.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/images/favico/favicon-16x16.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="msapplication-TileImage" content="/images/favico/ms-icon-144x144.png">
|
||||
<!-- For old IEs -->
|
||||
<link rel="shortcut icon" href="/images/favico/favicon.ico" />
|
||||
<!-- For new browsers - multisize ico -->
|
||||
<link rel="icon" type="image/x-icon" sizes="16x16 32x32" href="/images/favico/favicon.ico">
|
||||
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="/images/favico/favicon-152-precomposed.png">
|
||||
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="/images/favico/favicon-144-precomposed.png">
|
||||
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="/images/favico/favicon-120-precomposed.png">
|
||||
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="/images/favico/favicon-114-precomposed.png">
|
||||
<!-- For iPhone 6+ -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/images/favico/favicon-180-precomposed.png">
|
||||
<!-- For first- and second-generation iPad: -->
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="/images/favico/favicon-72-precomposed.png">
|
||||
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="/images/favico/favicon-57.png">
|
||||
<!-- For Old Chrome -->
|
||||
<link rel="icon" sizes="32x32" href="/images/favico/favicon-32.png" >
|
||||
<!-- For IE10 Metro -->
|
||||
<meta name="msapplication-TileColor" content="#FFFFFF">
|
||||
<meta name="msapplication-TileImage" content="/images/favico/favicon-192.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<!-- Chrome for Android -->
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<link rel="icon" sizes="192x192" href="/images/favico/favicon-192.png">
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css?{{moment date 'YYYYMMDDHHMM'}}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ site.url }}/feed.xml">
|
||||
|