diff --git a/output/index.html b/output/index.html index 94a5660..bff1293 100644 --- a/output/index.html +++ b/output/index.html @@ -20,12 +20,12 @@ Avraham Society | Home - - + + @@ -36,7 +36,7 @@ - + @@ -44,7 +44,7 @@ - + @@ -54,19 +54,19 @@
@@ -150,7 +150,7 @@

- +

Quick informative blurb, social links, etc. diff --git a/output/library/library-entry-2.html b/output/library/library-entry-2.html index 27ebb7e..dc422e9 100644 --- a/output/library/library-entry-2.html +++ b/output/library/library-entry-2.html @@ -25,12 +25,12 @@ Avraham Society | Library | Library Entry Two - - + + @@ -41,7 +41,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -59,19 +59,19 @@

@@ -97,7 +97,7 @@ This is the second Library Entry, for testing. This is a very real blurb! It has
- +

Quick informative blurb, social links, etc. diff --git a/output/library/library-entry.html b/output/library/library-entry.html index c6ab002..b5ad001 100644 --- a/output/library/library-entry.html +++ b/output/library/library-entry.html @@ -25,12 +25,12 @@ Avraham Society | Library | Library Entry - - + + @@ -41,7 +41,7 @@ - + @@ -49,7 +49,7 @@ - + @@ -59,19 +59,19 @@

@@ -97,7 +97,7 @@ This library text is sure to boggle the mind! Lorem ipsum dolor sit amet consect
- +

Quick informative blurb, social links, etc. diff --git a/output/librarymain.html b/output/librarymain.html index 3c317a0..10847c1 100644 --- a/output/librarymain.html +++ b/output/librarymain.html @@ -21,12 +21,12 @@ Avraham Society | Library - - + + @@ -37,7 +37,7 @@ - + @@ -45,7 +45,7 @@ - + @@ -55,19 +55,19 @@

@@ -84,24 +84,24 @@
- +

Quick informative blurb, social links, etc. diff --git a/output/main.css b/output/main.css index d930f26..19f178e 100644 --- a/output/main.css +++ b/output/main.css @@ -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%; diff --git a/output/manifest.json b/output/manifest.json index 74342b8..f503b18 100644 --- a/output/manifest.json +++ b/output/manifest.json @@ -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" } ] diff --git a/output/res/logo-gradiented-old.png b/output/res/logo-gradiented-old.png new file mode 100644 index 0000000..1d3ea75 Binary files /dev/null and b/output/res/logo-gradiented-old.png differ diff --git a/output/res/logo-gradiented.png b/output/res/logo-gradiented.png new file mode 100644 index 0000000..80157d2 Binary files /dev/null and b/output/res/logo-gradiented.png differ diff --git a/site/config.stx b/site/config.stx index a4223a0..33252fd 100644 --- a/site/config.stx +++ b/site/config.stx @@ -1,2 +1,2 @@ [?] -[=baseurl https://swaous.asuscomm.com/dev/avrahamsociety/] \ No newline at end of file +[=baseurl https://swaous.asuscomm.com/dev/avrahamsociety] \ No newline at end of file diff --git a/site/main.css b/site/main.css index d930f26..19f178e 100644 --- a/site/main.css +++ b/site/main.css @@ -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%; diff --git a/site/manifest.json b/site/manifest.json index 74342b8..f503b18 100644 --- a/site/manifest.json +++ b/site/manifest.json @@ -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" } ] diff --git a/site/res/logo-gradiented-old.png b/site/res/logo-gradiented-old.png new file mode 100644 index 0000000..1d3ea75 Binary files /dev/null and b/site/res/logo-gradiented-old.png differ diff --git a/site/res/logo-gradiented.png b/site/res/logo-gradiented.png new file mode 100644 index 0000000..80157d2 Binary files /dev/null and b/site/res/logo-gradiented.png differ