### Error code ERRW:1.0:EL1.0:CE0.5:AS ### Were you logged in? Yes ### Your username (if logged in) Mr_Carbs ### Your HTML ```html אודות הפרויקט על הקורס יחידות לימוד הרחבות וקישורים מדברים AI-ית שוטפת קורס בבינה מלאכותית קורס ייחודי וחווייתי להיכרות עם עולמות הבינה המלאכותית, פיתוח מיומנויות קריטיות בעידן החדש והטמעת כלי AI בעבודה היומיומית. הקורס כולל למידה אינטראקטיבית, יחידות יישומיות וליווי מעשי, בשילוב משימות ותרגול. יחידות הלימוד מבוא לבינה מלאכותית יסודות הפרומפטינג התאמת כלי AI לעבודה השוטפת חשיבה ביקורתית בשימוש ב-AI אודות הפרויקט רקע לפרויקט צוות הפיתוח והתוכן הלקוחות שלנו הרחבות וקישורים כלי AI לעיצוב Canva AI Designify Khroma Looka Logo.com כלי AI לעריכת תמונות וסרטונים Runway ML ClipDrop Picsart AI Removal.AI Descript כלי AI ליצירת מצגות Gamma App Beautiful.ai Tome Visme AI כלי AI לכתיבה ועריכת טקסט ChatGPT Jasper QuillBot Grammarly Copy.ai כלי AI לניהול זמן ותכנון Clockwise Motion Trello AI בוטים ושירותי אוטומציה Landbot Chatbase ManyChat למידה ותרגול AI Khan Academy Coursera - קורסי AI Udemy - קורסי בינה מלאכותית ``` ### Your JavaScript ```javascript // פתיחת/סגירת תפריט צד const menuBtn = document.getElementById('menuBtn'); const sideMenu = document.getElementById('sideMenu'); const overlay = document.getElementById('overlay'); menuBtn.addEventListener('click', () => { sideMenu.classList.toggle('open'); overlay.classList.toggle('show'); }); overlay.addEventListener('click', () => { sideMenu.classList.remove('open'); overlay.classList.remove('show'); }); // ניווט דינמי בין העמודים (דף הבית, אודות, הרחבות) function navigateTo(page) { document.getElementById('mainContent').style.display = (page === 'home') ? 'block' : 'none'; document.getElementById('aboutPage').classList.toggle('hidden', page !== 'about'); document.getElementById('linksPage').classList.toggle('hidden', page !== 'links'); sideMenu.classList.remove('open'); overlay.classList.remove('show'); } // פופ-אפ "בקרוב" לפרקים לא זמינים const episodes = document.querySelectorAll('.episode-card'); episodes.forEach(card => { card.addEventListener('click', () => { if (card.dataset.available === "false") { showPopup(); } else if (card.dataset.link) { window.open(card.dataset.link, '_blank'); } }); }); function showPopup() { document.getElementById('popupBg').classList.add('show'); document.getElementById('popup').classList.add('show'); } function closePopup() { document.getElementById('popupBg').classList.remove('show'); document.getElementById('popup').classList.remove('show'); }// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({behavior: 'smooth'}); }); }); // אקורדיון document.querySelectorAll('.accordion-header').forEach(btn => { btn.addEventListener('click', function () { const open = this.getAttribute('aria-expanded') === 'true'; document.querySelectorAll('.accordion-header').forEach(h => h.setAttribute('aria-expanded', 'false')); if (!open) this.setAttribute('aria-expanded', 'true'); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({behavior: 'smooth'}); }); }); // אקורדיון document.querySelectorAll('.accordion-header').forEach(btn => { btn.addEventListener('click', function () { const open = this.getAttribute('aria-expanded') === 'true'; document.querySelectorAll('.accordion-header').forEach(h => h.setAttribute('aria-expanded', 'false')); if (!open) this.setAttribute('aria-expanded', 'true'); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({behavior: 'smooth'}); }); }); // אקורדיון document.querySelectorAll('.accordion-header').forEach(btn => { btn.addEventListener('click', function () { const open = this.getAttribute('aria-expanded') === 'true'; document.querySelectorAll('.accordion-header').forEach(h => h.setAttribute('aria-expanded', 'false')); if (!open) this.setAttribute('aria-expanded', 'true'); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({behavior: 'smooth'}); }); }); // אקורדיון document.querySelectorAll('.accordion-header').forEach(btn => { btn.addEventListener('click', function () { const open = this.getAttribute('aria-expanded') === 'true'; document.querySelectorAll('.accordion-header').forEach(h => h.setAttribute('aria-expanded', 'false')); if (!open) this.setAttribute('aria-expanded', 'true'); }); }); ``` ### Your CSS ```css // פתיחת/סגירת תפריט צד const menuBtn = document.getElementById('menuBtn'); const sideMenu = document.getElementById('sideMenu'); const overlay = document.getElementById('overlay'); menuBtn.addEventListener('click', () => { sideMenu.classList.toggle('open'); overlay.classList.toggle('show'); }); overlay.addEventListener('click', () => { sideMenu.classList.remove('open'); overlay.classList.remove('show'); }); // ניווט דינמי בין העמודים (דף הבית, אודות, הרחבות) function navigateTo(page) { document.getElementById('mainContent').style.display = (page === 'home') ? 'block' : 'none'; document.getElementById('aboutPage').classList.toggle('hidden', page !== 'about'); document.getElementById('linksPage').classList.toggle('hidden', page !== 'links'); sideMenu.classList.remove('open'); overlay.classList.remove('show'); } // פופ-אפ "בקרוב" לפרקים לא זמינים const episodes = document.querySelectorAll('.episode-card'); episodes.forEach(card => { card.addEventListener('click', () => { if (card.dataset.available === "false") { showPopup(); } else if (card.dataset.link) { window.open(card.dataset.link, '_blank'); } }); }); function showPopup() { document.getElementById('popupBg').classList.add('show'); document.getElementById('popup').classList.add('show'); } function closePopup() { document.getElementById('popupBg').classList.remove('show'); document.getElementById('popup').classList.remove('show'); }// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({behavior: 'smooth'}); }); }); // אקורדיון document.querySelectorAll('.accordion-header').forEach(btn => { btn.addEventListener('click', function () { const open = this.getAttribute('aria-expanded') === 'true'; document.querySelectorAll('.accordion-header').forEach(h => h.setAttribute('aria-expanded', 'false')); if (!open) this.setAttribute('aria-expanded', 'true'); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({behavior: 'smooth'}); }); }); // אקורדיון document.querySelectorAll('.accordion-header').forEach(btn => { btn.addEventListener('click', function () { const open = this.getAttribute('aria-expanded') === 'true'; document.querySelectorAll('.accordion-header').forEach(h => h.setAttribute('aria-expanded', 'false')); if (!open) this.setAttribute('aria-expanded', 'true'); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({behavior: 'smooth'}); }); }); // אקורדיון document.querySelectorAll('.accordion-header').forEach(btn => { btn.addEventListener('click', function () { const open = this.getAttribute('aria-expanded') === 'true'; document.querySelectorAll('.accordion-header').forEach(h => h.setAttribute('aria-expanded', 'false')); if (!open) this.setAttribute('aria-expanded', 'true'); }); });// גלילה רכה לעוגנים document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); document.querySelector(this.getAttribute('href')).scrollIntoView({behavior: 'smooth'}); }); }); // אקורדיון document.querySelectorAll('.accordion-header').forEach(btn => { btn.addEventListener('click', function () { const open = this.getAttribute('aria-expanded') === 'true'; document.querySelectorAll('.accordion-header').forEach(h => h.setAttribute('aria-expanded', 'false')); if (!open) this.setAttribute('aria-expanded', 'true'); }); }); ```