-
-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe7622f
commit 7560849
Showing
4 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |