basic favicons

This commit is contained in:
ManjaroOne666 2019-02-04 12:24:36 +00:00
parent 5606c3d5ee
commit f39ce0f1a6
7 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,4 @@
## TODO ## TODO
* image urls, page links, social nav items, etc -> put in store or whatever
* favicon
* page descriptions etc * page descriptions etc
* services - background image for mobile * services - background image for mobile
* facebook/twitter social card thingies * facebook/twitter social card thingies

View File

@ -19,7 +19,9 @@ module.exports = {
{ hid: 'description', name: 'description', content: pkg.description } { hid: 'description', name: 'description', content: pkg.description }
], ],
link: [ link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }, { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' },
{ rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' },
{ rel: 'icon', type: 'image/png', sizes: '96x96', href: '/favicon-96x96.png' },
{ rel: 'stylesheet', { rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css?family=' + href: 'https://fonts.googleapis.com/css?family=' +
'Montserrat:400,600|' + 'Montserrat:400,600|' +

BIN
static/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B

BIN
static/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B

BIN
static/favicon-96x96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

BIN
static/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B