Add art assets.
BIN
android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 170 KiB |
BIN
apple-touch-icon.png
Normal file
After Width: | Height: | Size: 43 KiB |
|
@ -87,6 +87,10 @@ textarea {
|
|||
Author's custom styles
|
||||
========================================================================== */
|
||||
|
||||
html {
|
||||
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Helper classes
|
||||
========================================================================== */
|
||||
|
|
BIN
favicon-16x16.png
Normal file
After Width: | Height: | Size: 876 B |
BIN
favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.4 KiB |
BIN
favicon.ico
Before Width: | Height: | Size: 766 B After Width: | Height: | Size: 15 KiB |
|
@ -3,11 +3,7 @@
|
|||
|
||||
# TEAM
|
||||
|
||||
<name> -- <role> -- <twitter>
|
||||
|
||||
# THANKS
|
||||
|
||||
<name>
|
||||
Kaj Forney
|
||||
|
||||
# TECHNOLOGY COLOPHON
|
||||
|
||||
|
|
BIN
img/art/airship1.png
Normal file
After Width: | Height: | Size: 2 MiB |
BIN
img/art/airship2.png
Normal file
After Width: | Height: | Size: 2 MiB |
BIN
img/art/cat.png
Executable file
After Width: | Height: | Size: 18 MiB |
BIN
img/art/portrait_dad.png
Normal file
After Width: | Height: | Size: 1.6 MiB |
BIN
img/art/rakuenDoor.png
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
img/branding/LunarPenguin_newPalette_transparency.png
Normal file
After Width: | Height: | Size: 123 KiB |
After Width: | Height: | Size: 178 KiB |
BIN
img/branding/backgroundLarge.png
Normal file
After Width: | Height: | Size: 2.2 MiB |
BIN
img/branding/backgroundSmall.png
Normal file
After Width: | Height: | Size: 397 KiB |
207
img/branding/lunarPenguin_avatar.svg
Normal file
After Width: | Height: | Size: 49 KiB |
|
@ -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"}
|