Added favicon and site.webmanifest

This commit is contained in:
Nathan Peckham 2024-06-11 12:55:02 -05:00
parent ffa2c14119
commit 36a09c51a6
8 changed files with 22 additions and 1 deletions

View file

@ -7,7 +7,9 @@
"files": [
"**/*.html",
"**/*.css",
"**/*.js"
"**/*.js",
"favicon/*",
"site.webmanifest"
],
"exclude": [
".gitea/**",

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

BIN
favicon/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 721 B

BIN
favicon/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
favicon/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

19
site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "Nathan Peckham Profile Page",
"short_name": "Nate Profile",
"icons": [
{
"src": "favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}