-
-
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
2cb132d
commit ded1295
Showing
4 changed files
with
42 additions
and
4 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 +1,10 @@ | ||
null | ||
{ | ||
"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 | ||
} |
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 +1,10 @@ | ||
null | ||
{ | ||
"title": "", | ||
"text": [ | ||
"לקראת סיום ספירת העומר ובואו של חג השבועות, ברצוננו להגיע ליעד של גיוס 400 תורמים חודשיים נוספים לספריא. אנו קוראים לך להירשם עוד היום לתרומה חודשית ולהצטרף לקהילת התורמים והתורמות המתרחבת שלנו!" | ||
], | ||
"buttonLink": "https://sefaria.nationbuilder.com/sustainers_e", | ||
"buttonText": "לתרומה חודשית", | ||
"name": "2022-05-10-shavuot-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,18 @@ | ||
<div id="bannerTextBox"> | ||
<span class="int-en"> | ||
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. | ||
</span> | ||
<span class="int-he"> | ||
לקראת סיום ספירת העומר ובואו של חג השבועות, ברצוננו להגיע ליעד של גיוס 400 תורמים חודשיים נוספים לספריא. | ||
אנו קוראים לך להירשם עוד היום לתרומה חודשית ולהצטרף לקהילת התורמים והתורמות המתרחבת שלנו! | ||
</span> | ||
</div> | ||
<div id="bannerButtonBox"> | ||
<a class="button white int-en" href="https://sefaria.nationbuilder.com/sustainers_e"> | ||
<span>Become a Sustainer</span> | ||
</a> | ||
<a class="button white int-he" href="https://sefaria.nationbuilder.com/sustainers_e"> | ||
<span>לתרומה חודשית</span> | ||
</a> | ||
</div> |