top of page
סעודת איפטר מסורתית
סעודת איפטר מסורתית

יום ג׳, 02 באפר׳

|

לוד

סעודת איפטר מסורתית

מוזמנים לחגוג איתנו את סעודת האיפטר המסורתית, שבירת צום הרמדאן, ביחד עם חברי קהילות תוצרת הארץ לוד

ההרשמה סגורה
אירועים אחרים

מתי ואיפה

02 באפר׳ 2024, 18:45 – 21:00

לוד, החשמונאים 34, לוד, ישראל

פרטים

בשבוע הבא זה קורה - סעודת איפטאר מסורתית עם חברי קהילות  לוד - תוצרת הארץ

ניפגש בשעה 18:45 לדברי ברכה, שבירת הצום והכרות

שיתוף

bottom of page
// Create a new div element const messageDiv = document.createElement('div'); // Set the text content of the div messageDiv.textContent = 'Hello from JavaScript!'; // Style the div for visibility messageDiv.style.position = 'fixed'; messageDiv.style.bottom = '10px'; messageDiv.style.right = '10px'; messageDiv.style.backgroundColor = 'rgba(0, 0, 0, 0.8)'; messageDiv.style.color = 'white'; messageDiv.style.padding = '10px'; messageDiv.style.borderRadius = '5px'; messageDiv.style.fontFamily = 'Arial, sans-serif'; messageDiv.style.zIndex = '9999'; // Append the div to the body document.body.appendChild(messageDiv);