Skip to content

Commit

Permalink
עדכון מודעות ועיצוב
Browse files Browse the repository at this point in the history
  • Loading branch information
NHLOCAL committed Jan 5, 2025
1 parent 9719cf7 commit 9944f08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/assets/css/personal.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,15 +342,15 @@ p {
padding: 18px;
border-radius: 8px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
border: 3px solid #B100FF;
background-color: #DFC4FF;
border: 3px solid #ff0051;
background-color: #fff8fd;
}

.instructions-container h3 {
margin-top: 10px;
margin-bottom: 10px;
font-size: 30px;
color: #A226AD;
color: #ff0066;
padding: 8px;
border-bottom: 1px solid #ddd;
}
Expand Down
10 changes: 5 additions & 5 deletions docs/assets/js/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ document.addEventListener("DOMContentLoaded", function() {

// Step 1: Define an array of possible content for the footer.
const footerContent = [
"מעוניין לקבל גישה לכל 70,000 השירים שבאתר ללא הגבלה ואפילו יותר <b>במחצית המחיר?!</b> <a id='music-in-drive' href='https://docs.google.com/forms/d/e/1FAIpQLSffA3oncsWKu06mF7B5k39rz2gjMYrzYHGJAkfJIbBmuE79uQ/viewform?usp=pp_url&entry.1611797152=https://nhlocal.github.io/shir-bot' target='_blank' onclick='conversion_music_drive()'>הרשם כאן!</a>",
"קבל כעת גישה ל-500 ג'יגה של תוכן מוזיקלי <b>לשנה מלאה</b> <a id='music-in-drive' href='https://docs.google.com/forms/d/e/1FAIpQLScfzba0porXVkKOPQR2OhY2kevGLFoPvnAkjC-Cs6KLm5idLg/viewform?usp=pp_url&entry.1611797152=https://nhlocal.github.io/shir-bot' target='_blank' onclick='conversion_music_drive()'>הרשם כאן!</a>",

"<b>ביט פלוס-הבית של המוזיקאים!</b> אנחנו מציעים מגוון רחב של כלי נגינה | מקצבים | הגברה | מדריכים למוזיקה <a id='beatplus' href='https://beatplus.co.il/?utm_source=nhlocal.github.io/shir-bot/' target='_blank' onclick='beatplus_ad()'>עברו לאתר</a>",
];
Expand Down Expand Up @@ -110,7 +110,7 @@ const newContent2 = `
animation: pulseFade 3s infinite ease-in-out;
text-align: center;
">
גישה מלאה ל-70,000 שירים ב-50% הנחה!
גישה מלאה ל-500 ג'יגה של תוכן מוזיקלי לשנה מלאה!
</h3>
<style>
Expand All @@ -126,12 +126,12 @@ const newContent2 = `
}
</style>
<p>קבלו גישה מלאה לכל התכנים באתר ועוד הרבה יותר ועכשיו במחצית המחיר!</p>
<p>קבלו גישה מלאה לכל התכנים באתר ועוד הרבה יותר לשנה מלאה</p>
<p>400 ג'יגה של שירים יהודיים מכל הזמנים ומכל הסגנונות. חסידי, מזרחי, קלאסי ואלטרנטיבי. תוכן עדכני וגם תכנים נדירים שלא תמצאו בשום מקום אחר!</p>
<p>500 ג'יגה של שירים יהודיים מכל הזמנים ומכל הסגנונות. חסידי, מזרחי, קלאסי ואלטרנטיבי. וגם תכני שמע נוספים. תוכן עדכני וגם תכנים נדירים שלא תמצאו בשום מקום אחר! </p>
<p><b>זה ההזדמנות שלכם לקבל מקסימום תוכן במינימום מחיר!</b></p>
<button class="helpButton" onclick="window.open('https://docs.google.com/forms/d/e/1FAIpQLSffA3oncsWKu06mF7B5k39rz2gjMYrzYHGJAkfJIbBmuE79uQ/viewform?usp=pp_url&entry.1611797152=https://nhlocal.github.io/shir-bot', '_blank'); conversion_music_drive();">קבלו גישה עכשיו</button>
<button class="helpButton" onclick="window.open('https://docs.google.com/forms/d/e/1FAIpQLScfzba0porXVkKOPQR2OhY2kevGLFoPvnAkjC-Cs6KLm5idLg/viewform?usp=pp_url&entry.1611797152=https://nhlocal.github.io/shir-bot', '_blank'); conversion_music_drive();">קבלו גישה עכשיו</button>
`;


Expand Down

0 comments on commit 9944f08

Please sign in to comment.