Skip to content

Commit

Permalink
Banner update
Browse files Browse the repository at this point in the history
  • Loading branch information
edamboritz committed Apr 13, 2022
1 parent fe7622f commit 7560849
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 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": "07042022-passover-donate-modal",
"style": "modal", # "modal" or "banner"
"name": "13042022-passover-donate-banner",
"style": "banner", # "modal" or "banner"
"repetition": 1,
"is_fundraising": True,
"condition": {
Expand Down
7 changes: 3 additions & 4 deletions static/mobile/message-en.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"title": "Friend,",
"title": "",
"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"
"At Passover, we celebrate teaching and storytelling. If you’ve used Sefaria’s many resources to learn about Jewish traditions or enhance your celebrations, we hope you’ll support the library with a donation today."
],
"buttonLink": "https://sefaria.nationbuilder.com/supportsefaria_aeb",
"buttonText": "Donate",
"name": "07042022-passover-donate-modal-1",
"name": "13042022-passover-donate-banner-1",
"schemaVersion": 1
}
5 changes: 2 additions & 3 deletions static/mobile/message-he.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"title": "",
"text": [
" הספריה הזו נוצרה כדי לתמוך בחויית הלמידה שלכם עם ארון הספרים היהודי. אנחנו סומכים על משתמשים כמוכם על מנת להצמיח ולקיים את הספריה כדי שתוכלו להמשיך ללמוד. \n",
"אם הספריה של ספריא עזרה לכם, אנחנו מקווים שתשקלו לתרום כדי שנוכל להמשיך לרכוש טקסטים ולשפר את הפלטפורמה וכך להעצים את חוייתכם. "
"בפסח אנחנו חוגגים את מעשה ההוראה והסיפור. אם השתמשתם במשאבים הרבים של ספריא כדי ללמוד על מסורות יהודיות או להעמיק את החגיגות שלכם, אנחנו מקווים שתתמכו היום בספריה באמצעות תרומה.\n"
],
"buttonLink": "https://sefaria.nationbuilder.com/il_mobile_ahb",
"buttonText": "לתרומה",
"name": "07042022-passover-donate-modal-1",
"name": "13042022-passover-donate-banner-1",
"schemaVersion": 1
}
16 changes: 16 additions & 0 deletions templates/messages/13042022-passover-donate-banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<div id="bannerTextBox">
<span class="int-en" style="font-weight: bold">
At Passover, we celebrate teaching and storytelling. If you’ve used Sefaria’s many resources to learn about Jewish traditions or enhance your celebrations, we hope you’ll support the library with a donation today.
</span>
<span class="int-he" style="font-weight: bold">
בפסח אנחנו חוגגים את מעשה ההוראה והסיפור. אם השתמשתם במשאבים הרבים של ספריא כדי ללמוד על מסורות יהודיות או להעמיק את החגיגות שלכם, אנחנו מקווים שתתמכו היום בספריה באמצעות תרומה.
</span>
</div>
<div id="bannerButtonBox">
<a class="button white int-en" href="https://sefaria.nationbuilder.com/supportsefaria_web">
<span>Double</span>
</a>
<a class="button white int-he" href="https://sefaria.nationbuilder.com/il_whb">
<span>לתרומה</span>
</a>
</div>

0 comments on commit 7560849

Please sign in to comment.