Skip to content

Commit

Permalink
Banner update
Browse files Browse the repository at this point in the history
  • Loading branch information
edamboritz committed Dec 1, 2021
1 parent 4cfaca9 commit bf3fb66
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
4 changes: 2 additions & 2 deletions sefaria/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@


GLOBAL_INTERRUPTING_MESSAGE = {
"name": "giving-tuesday-2021-modal",
"style": "modal", # "modal" or "banner"
"name": "post-giving-tuesday-2021-banner",
"style": "banner", # "modal" or "banner"
"repetition": 1,
"is_fundraising": False,
"condition": {
Expand Down
12 changes: 5 additions & 7 deletions static/mobile/message-en.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"title": "Sefaria Community,",
"title": "",
"text": [
"Please join thousands of users today – from all around the world – who will be empowered to act with generosity this #GivingTuesday to support free Torah on Sefaria.",
"Join the movement by making a donation today to help us reach our one-day goal of raising $18,000 for the library.",
"When you do, you’ll empower Sefaria to continue its vital work of keeping the library running and bug free, and acquiring and digitizing new texts and translations."
"Sefaria's global community showed up this #GivingTuesday and created a wave of radical generosity that is worth celebrating. Thank you to everyone who gave – and to our whole community – for your generous support for and trust in Sefaria."
],
"buttonLink": "https://sefaria.nationbuilder.com/givingtuesday",
"buttonText": "Give Today",
"name": "giving-tuesday-2021-modal-1",
"buttonLink": "",
"buttonText": "",
"name": "post-giving-tuesday-2021-banner-1",
"schemaVersion": 1
}
11 changes: 5 additions & 6 deletions static/mobile/message-he.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"title": "קהילת ספריא,",
"title": "",
"text": [
"ב־30 בנובמבר יחול #יום–הנתינה–הבינלאומי. אלפי משתמשי ספריא מרחבי העולם יפתחו את היד ואת הלב במעשה של נתינה. אנו קוראים לך להצטרף אליהם באמצעות תרומה לספריא, עוד היום.\n",
"התרומה שלך תחזק את ספריא בעבודה החיונית שלה לפריצת דרכים חדשות ומקוריות להרחבת התפוצה וההשפעה של ארון הספרים היהודי! "
"הקהילה הגלובלית של ספריא הוכיחה את עצמה ביום הנתינה הבינלאומי והפיקה גל מבורך של נדיבות רדיקלית. תודה לכל הנותנים - ולכל הקהילה שלנו - על תמיכתכם הנדיבה ועל האמון שלכם בספריא."
],
"buttonLink": "https://sefaria.nationbuilder.com/givingtuesday",
"buttonText": "לתרומה כעת",
"name": "giving-tuesday-2021-modal-1",
"buttonLink": "",
"buttonText": "",
"name": "post-giving-tuesday-2021-banner-1",
"schemaVersion": 1
}
9 changes: 9 additions & 0 deletions templates/messages/post-giving-tuesday-2021-banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<div id="bannerTextBox">
<span class="int-en">
Sefaria's global community showed up this #GivingTuesday and created a wave of radical generosity that is worth celebrating.
Thank you to everyone who gave – and to our whole community – for your generous support for and trust in Sefaria.
</span>
<span class="int-he">
הקהילה הגלובלית של ספריא הוכיחה את עצמה ביום הנתינה הבינלאומי והפיקה גל מבורך של נדיבות רדיקלית. תודה לכל הנותנים - ולכל הקהילה שלנו - על תמיכתכם הנדיבה ועל האמון שלכם בספריא.
</span>
</div>

0 comments on commit bf3fb66

Please sign in to comment.