Add favicon and a logo to the site

This commit is contained in:
2019-11-02 21:57:50 +01:00
parent 20d91c9ace
commit cdfbf942d2
5 changed files with 47 additions and 41 deletions

BIN
static/images/m-logo.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
static/images/m-logo.xcf Normal file

Binary file not shown.

BIN
static/m-favicon-192x192.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,20 +1,20 @@
{
"background_color": "#ffffff",
"theme_color": "#333333",
"name": "TODO",
"short_name": "TODO",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "logo-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "logo-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
"background_color": "#ffffff",
"theme_color": "#212138",
"name": "michalvanko.dev",
"short_name": "m-dev",
"display": "minimal-ui",
"start_url": "/",
"icons": [
{
"src": "m-favicon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "images/m-logo.png",
"sizes": "226x226",
"type": "image/png"
}
]
}