diff --git a/sefaria/settings.py b/sefaria/settings.py index 05bdd23fb4..eb81675cc3 100644 --- a/sefaria/settings.py +++ b/sefaria/settings.py @@ -296,10 +296,10 @@ } } -''' + GLOBAL_INTERRUPTING_MESSAGE = { - "name": "14032022-matching-banner", - "style": "banner", # "modal" or "banner" + "name": "07042022-passover-donate-modal", + "style": "modal", # "modal" or "banner" "repetition": 1, "is_fundraising": True, "condition": { @@ -311,7 +311,7 @@ } ''' GLOBAL_INTERRUPTING_MESSAGE = None - +''' # Grab environment specific settings from a file which # is left out of the repo. diff --git a/static/mobile/message-en.json b/static/mobile/message-en.json index 19765bd501..ad403c46a9 100644 --- a/static/mobile/message-en.json +++ b/static/mobile/message-en.json @@ -1 +1,11 @@ -null +{ + "title": "Friend,", + "text": [ + "Sefaria was created to support your Jewish learning experience. We rely on individual users like you to grow and maintain the library so you can keep learning.", + "If the Sefaria library has helped you, we hope you’ll consider donating so we can keep acquiring texts and improving the platform to enhance your experience. \n" + ], + "buttonLink": "https://sefaria.nationbuilder.com/supportsefaria_aeb", + "buttonText": "Donate", + "name": "07042022-passover-donate-modal-1", + "schemaVersion": 1 +} \ No newline at end of file diff --git a/static/mobile/message-he.json b/static/mobile/message-he.json index ec747fa47d..3fa49e1af7 100644 --- a/static/mobile/message-he.json +++ b/static/mobile/message-he.json @@ -1 +1,11 @@ -null \ No newline at end of file +{ + "title": "", + "text": [ + " הספריה הזו נוצרה כדי לתמוך בחויית הלמידה שלכם עם ארון הספרים היהודי. אנחנו סומכים על משתמשים כמוכם על מנת להצמיח ולקיים את הספריה כדי שתוכלו להמשיך ללמוד. \n", + "אם הספריה של ספריא עזרה לכם, אנחנו מקווים שתשקלו לתרום כדי שנוכל להמשיך לרכוש טקסטים ולשפר את הפלטפורמה וכך להעצים את חוייתכם. " + ], + "buttonLink": "https://sefaria.nationbuilder.com/il_mobile_ahb", + "buttonText": "לתרומה", + "name": "07042022-passover-donate-modal-1", + "schemaVersion": 1 +} \ No newline at end of file diff --git a/templates/messages/07042022-passover-donate-modal.html b/templates/messages/07042022-passover-donate-modal.html new file mode 100644 index 0000000000..9917fe05cb --- /dev/null +++ b/templates/messages/07042022-passover-donate-modal.html @@ -0,0 +1,98 @@ +{% load i18n %} + +
+ Friend, + חברים, +
+ ++ + Sefaria was created to support your Jewish learning experience. + We rely on individual users like you to grow and maintain the library so you can keep learning. + + + הספריה הזו נוצרה כדי לתמוך בחויית הלמידה שלכם עם ארון הספרים היהודי. + אנחנו סומכים על משתמשים כמוכם על מנת להצמיח ולקיים את הספריה כדי שתוכלו להמשיך ללמוד. + +
+ ++ If the Sefaria library has helped you, we hope you’ll consider donating so we can keep acquiring texts and improving the platform to enhance your experience. + אם הספריה של ספריא עזרה לכם, אנחנו מקווים שתשקלו לתרום כדי שנוכל להמשיך לרכוש טקסטים ולשפר את הפלטפורמה וכך להעצים את חוייתכם. +
+ + + +