Add art assets.

This commit is contained in:
Kaj Forney 2022-12-06 03:54:06 -07:00
parent 12ca3fb8e8
commit 311800a31c
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F
19 changed files with 213 additions and 17 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -87,6 +87,10 @@ textarea {
Author's custom styles
========================================================================== */
html {
}
/* ==========================================================================
Helper classes
========================================================================== */

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 876 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 766 B

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -3,11 +3,7 @@
# TEAM
<name> -- <role> -- <twitter>
# THANKS
<name>
Kaj Forney
# TECHNOLOGY COLOPHON

BIN
img/art/airship1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

BIN
img/art/airship2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 MiB

BIN
img/art/cat.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 MiB

BIN
img/art/portrait_dad.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

BIN
img/art/rakuenDoor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 49 KiB

View file

@ -1,12 +1 @@
{
"short_name": "",
"name": "",
"icons": [{
"src": "icon.png",
"type": "image/png",
"sizes": "192x192"
}],
"start_url": "/?utm_source=homescreen",
"background_color": "#fafafa",
"theme_color": "#fafafa"
}
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}