final commit for the day. got the pwa working and nice.

This commit is contained in:
Lazy Hippopotamus
2024-03-05 22:46:36 -05:00
parent c700ca6562
commit 6650aa994a
13 changed files with 67 additions and 67 deletions

View File

@@ -1,2 +1,2 @@
[?]
[=baseurl https://swaous.asuscomm.com/dev/avrahamsociety/]
[=baseurl https://swaous.asuscomm.com/dev/avrahamsociety]

View File

@@ -24,7 +24,7 @@
overflow: hidden;
background-image: url(res/Avraham_Society.png),
/*linear-gradient(90deg, var(--kuwaitgreen), var(--cream), var(--kuwaitred), black)*/
linear-gradient(45deg, red, rgb(0, 255, 0, 0), green),
/*linear-gradient(rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), */linear-gradient(45deg, red, rgb(0, 255, 0, 0), green),
linear-gradient(135deg, black, rgb(255, 255, 255, 0), white);
background-size: contain;
background-position: 50% 65%;

View File

@@ -3,11 +3,11 @@
"short_name": "AvrahamSociety",
"start_url": ".",
"display": "standalone",
"background_color": "#ff0000",
"background_color": "#000000",
"description": "A Jewish Humanist organization serving the Middle East and North Africa",
"icons": [
{
"src": "res/Avraham_Society_icon.png",
"src": "res/logo-gradiented.png",
"sizes": "any"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 452 KiB