diff --git a/output/index.html b/output/index.html index 3d6a1e4..94a5660 100644 --- a/output/index.html +++ b/output/index.html @@ -20,11 +20,13 @@ Avraham Society | Home - - + + + @@ -34,7 +36,7 @@ - + @@ -42,7 +44,7 @@ - + @@ -52,19 +54,19 @@
@@ -148,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 f68374f..27ebb7e 100644 --- a/output/library/library-entry-2.html +++ b/output/library/library-entry-2.html @@ -25,11 +25,13 @@ Avraham Society | Library | Library Entry Two - - + + + @@ -39,7 +41,7 @@ - + @@ -47,7 +49,7 @@ - + @@ -57,19 +59,19 @@

@@ -95,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 24c9033..c6ab002 100644 --- a/output/library/library-entry.html +++ b/output/library/library-entry.html @@ -25,11 +25,13 @@ Avraham Society | Library | Library Entry - - + + + @@ -39,7 +41,7 @@ - + @@ -47,7 +49,7 @@ - + @@ -57,19 +59,19 @@

@@ -95,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 de3108d..3c317a0 100644 --- a/output/librarymain.html +++ b/output/librarymain.html @@ -21,11 +21,13 @@ Avraham Society | Library - - + + + @@ -35,7 +37,7 @@ - + @@ -43,7 +45,7 @@ - + @@ -53,19 +55,19 @@

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

Quick informative blurb, social links, etc. diff --git a/output/main.css b/output/main.css index dbba97d..d930f26 100644 --- a/output/main.css +++ b/output/main.css @@ -40,6 +40,7 @@ width: 100vw; height: 100vh; overflow: auto; + overflow-x: hidden; } #main > div, #main > p { @@ -76,10 +77,13 @@ #main > div.bottom > * { flex-basis: 100%; - justify-self: start; width: 100%; } +#main > div.bottom > img { + max-width: 40vw; +} + #main > .top { text-align: center; height: 100vh; @@ -266,6 +270,10 @@ small { padding-left: 0px !important; max-width: unset !important; } + + #main > div.bottom > img { + max-width: 90vw; + } } #plug { diff --git a/output/manifest.json b/output/manifest.json new file mode 100644 index 0000000..74342b8 --- /dev/null +++ b/output/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "Avraham Society", + "short_name": "AvrahamSociety", + "start_url": ".", + "display": "standalone", + "background_color": "#ff0000", + "description": "A Jewish Humanist organization serving the Middle East and North Africa", + "icons": [ + { + "src": "res/Avraham_Society_icon.png", + "sizes": "any" + } + ] +} \ No newline at end of file diff --git a/site/config.stx b/site/config.stx index a85f225..a4223a0 100644 --- a/site/config.stx +++ b/site/config.stx @@ -1,2 +1,2 @@ [?] -[=baseurl http://localhost:8080] \ No newline at end of file +[=baseurl https://swaous.asuscomm.com/dev/avrahamsociety/] \ No newline at end of file diff --git a/site/librarymain.html b/site/librarymain.html index f369dfb..b504739 100644 --- a/site/librarymain.html +++ b/site/librarymain.html @@ -3,12 +3,12 @@

diff --git a/site/main.css b/site/main.css index dbba97d..d930f26 100644 --- a/site/main.css +++ b/site/main.css @@ -40,6 +40,7 @@ width: 100vw; height: 100vh; overflow: auto; + overflow-x: hidden; } #main > div, #main > p { @@ -76,10 +77,13 @@ #main > div.bottom > * { flex-basis: 100%; - justify-self: start; width: 100%; } +#main > div.bottom > img { + max-width: 40vw; +} + #main > .top { text-align: center; height: 100vh; @@ -266,6 +270,10 @@ small { padding-left: 0px !important; max-width: unset !important; } + + #main > div.bottom > img { + max-width: 90vw; + } } #plug { diff --git a/site/manifest.json b/site/manifest.json new file mode 100644 index 0000000..74342b8 --- /dev/null +++ b/site/manifest.json @@ -0,0 +1,14 @@ +{ + "name": "Avraham Society", + "short_name": "AvrahamSociety", + "start_url": ".", + "display": "standalone", + "background_color": "#ff0000", + "description": "A Jewish Humanist organization serving the Middle East and North Africa", + "icons": [ + { + "src": "res/Avraham_Society_icon.png", + "sizes": "any" + } + ] +} \ No newline at end of file diff --git a/site/templates/default.html b/site/templates/default.html index 406722c..a503a7e 100644 --- a/site/templates/default.html +++ b/site/templates/default.html @@ -18,10 +18,12 @@ Avraham Society | [^title] - + +