top of page
 שבת בוגרים - תוצרת הארץ לוד
 שבת בוגרים - תוצרת הארץ לוד

יום ו׳, 14 ביולי

|

מרכז שדה ויער קק"ל נס הרים

שבת בוגרים - תוצרת הארץ לוד

הינה זה מגיע! שבת בוגרים - תוצרת הארץ לוד תאריכים: 14-15.7 מתחם קק"ל נס הרים ההרשמה מוגבלת!

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

מתי ואיפה

14 ביולי 2023, 12:00 – 15 ביולי 2023, 21:00

מרכז שדה ויער קק"ל נס הרים, נס הרים, ישראל

פרטים

שבת בוגרים ראשונה לבוגרי תוצרת הארץ לוד!

השבת תערך במתחם קק"ל נס הרים

הלינה הינה בתנאי פנמייה

עלות ההרשמה - 30 ש"ח

כרטיסים

  • כרטיס יחיד לשבת

    ‏30.00 ‏₪

    הכרטיסים אזלו
  • כרטיס זוגי לשבת

    ‏60.00 ‏₪

    הכרטיסים אזלו

הכרטיסים לאירוע אזלו

שיתוף

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);