From ded1295429a3d7eccaff09af3eb478c1f3522417 Mon Sep 17 00:00:00 2001 From: Ephraim Date: Tue, 10 May 2022 20:08:22 +0300 Subject: [PATCH] Shavuot banner 2022-05-10 --- sefaria/settings.py | 6 ++++-- static/mobile/message-en.json | 11 ++++++++++- static/mobile/message-he.json | 11 ++++++++++- .../2022-05-10-shavuot-donate-banner.html | 18 ++++++++++++++++++ 4 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 templates/messages/2022-05-10-shavuot-donate-banner.html diff --git a/sefaria/settings.py b/sefaria/settings.py index a7cf802fb3..e1e24f090d 100644 --- a/sefaria/settings.py +++ b/sefaria/settings.py @@ -297,9 +297,9 @@ } -''' + GLOBAL_INTERRUPTING_MESSAGE = { - "name": "13042022-passover-donate-banner", + "name": "2022-05-10-shavuot-donate-banner", "style": "banner", # "modal" or "banner" "repetition": 1, "is_fundraising": True, @@ -312,6 +312,8 @@ } ''' GLOBAL_INTERRUPTING_MESSAGE = None +''' + # Grab environment specific settings from a file which diff --git a/static/mobile/message-en.json b/static/mobile/message-en.json index ec747fa47d..9ef688d394 100644 --- a/static/mobile/message-en.json +++ b/static/mobile/message-en.json @@ -1 +1,10 @@ -null \ No newline at end of file +{ + "title": "", + "text": [ + "In honor of Shavuot, we are counting towards the goal of recruiting 400 new Sefaria Sustainers. If you receive value from the library, please consider giving back with a monthly donation today." + ], + "buttonLink": "https://sefaria.nationbuilder.com/sustainers_e", + "buttonText": "Become a Sustainer", + "name": "2022-05-10-shavuot-donate-banner-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..1877ceba8e 100644 --- a/static/mobile/message-he.json +++ b/static/mobile/message-he.json @@ -1 +1,10 @@ -null \ No newline at end of file +{ + "title": "", + "text": [ + "לקראת סיום ספירת העומר ובואו של חג השבועות, ברצוננו להגיע ליעד של גיוס 400 תורמים חודשיים נוספים לספריא. אנו קוראים לך להירשם עוד היום לתרומה חודשית ולהצטרף לקהילת התורמים והתורמות המתרחבת שלנו!" + ], + "buttonLink": "https://sefaria.nationbuilder.com/sustainers_e", + "buttonText": "לתרומה חודשית", + "name": "2022-05-10-shavuot-donate-banner-1", + "schemaVersion": 1 +} \ No newline at end of file diff --git a/templates/messages/2022-05-10-shavuot-donate-banner.html b/templates/messages/2022-05-10-shavuot-donate-banner.html new file mode 100644 index 0000000000..438c353693 --- /dev/null +++ b/templates/messages/2022-05-10-shavuot-donate-banner.html @@ -0,0 +1,18 @@ +
+ + In honor of Shavuot, we are counting towards the goal of recruiting 400 new Sefaria Sustainers. + If you receive value from the library, please consider giving back with a monthly donation today. + + + לקראת סיום ספירת העומר ובואו של חג השבועות, ברצוננו להגיע ליעד של גיוס 400 תורמים חודשיים נוספים לספריא. + אנו קוראים לך להירשם עוד היום לתרומה חודשית ולהצטרף לקהילת התורמים והתורמות המתרחבת שלנו! + +
+
+ + Become a Sustainer + + + לתרומה חודשית + +
\ No newline at end of file