littleluxy michelle monaghan nude
html{min-height:100%}.ctxmenu{position:fixed;border:1px solid #999;padding:2px 0;box-shadow:#aaa 3px 3px 3px;background:#fff;margin:0;z-index:9999;overflow-y:auto;font:15px Verdana, sans-serif;box-sizing:border-box}.ctxmenu li{margin:1px 0;display:block;position:relative;user-select:none}.ctxmenu li.heading{font-weight:bold;margin-left:-5px}.ctxmenu li span{display:block;padding:2px 20px;cursor:default}.ctxmenu li a{color:inherit;text-decoration:none}.ctxmenu li.icon{padding-left:15px}.ctxmenu img.icon{position:absolute;width:18px;left:10px;top:2px}.ctxmenu li.disabled{color:#ccc}.ctxmenu li.divider{border-bottom:1px solid #aaa;margin:5px 0}.ctxmenu li.interactive:hover{background:rgba(0, 0, 0, .1)}.ctxmenu li.submenu::after{content:"";position:absolute;display:block;top:0;bottom:0;right:.4em;margin:auto .1rem auto auto;border-right:1px solid #000;border-top:1px solid #000;transform:rotate(45deg);width:.3rem;height:.3rem}.ctxmenu li.submenu.disabled::after{border-color:#ccc}
תיבת נח – לומדה אינטראקטיבית
body {
direction: rtl;
font-family: 'Segoe UI', 'Arial', sans-serif;
margin: 0;
padding: 20px;
background: #f0f5f9;
}
.container {
max-width: 900px;
margin: 0 auto;
background: white;
padding: 20px;
border-radius: 15px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.header {
text-align: center;
color: #2c3e50;
margin-bottom: 30px;
}
.stage {
margin: 20px 0;
padding: 15px;
border: 2px solid #3498db;
border-radius: 10px;
background: #ecf0f1;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
margin: 20px 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.quiz {
background: #fff;
padding: 20px;
border-radius: 10px;
margin: 20px 0;
}
.question {
font-weight: bold;
margin-bottom: 10px;
}
.options {
display: flex;
flex-direction: column;
gap: 10px;
}
.option {
padding: 10px;
border: 1px solid #bdc3c7;
border-radius: 5px;
cursor: pointer;
transition: background 0.3s;
}
.option:hover {
background: #e8f4f8;
}
.correct {
background: #27ae60 !important;
color: white;
}
.incorrect {
background: #e74c3c !important;
color: white;
}
.button {
background: #3498db;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
margin: 10px 0;
}
.button:hover {
background: #2980b9;
}
.progress-bar {
width: 100%;
height: 20px;
background: #ecf0f1;
border-radius: 10px;
margin: 20px 0;
overflow: hidden;
}
.progress {
width: 0%;
height: 100%;
background: #3498db;
transition: width 0.5s;
}
.button-container {
display: flex;
gap: 10px;
justify-content: center;
margin: 20px 0;
}
#copyButton, #restartButton {
background: #2ecc71;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: background 0.3s;
}
#copyButton:hover, #restartButton:hover {
background: #27ae60;
}
#copyButton:active, #restartButton:active {
transform: scale(0.98);
}
שלב 1: הרקע למבול
בתקופה שלפני המבול, האנושות הידרדרה מבחינה מוסרית. אלוקים החליט להביא מבול על הארץ, אך מצא את נח צדיק ותמים בדורותיו.
const content = [
{
type: 'info',
title: 'הרקע לסיפור המבול',
content: `
שלב 1: הרקע למבול
בתקופה שלפני המבול, האנושות הידרדרה מבחינה מוסרית. אלוקים החליט להביא מבול על הארץ, אך מצא את נח צדיק ותמים בדורותיו.
`
},
{
type: 'quiz',
question: 'מדוע הובא המבול לעולם?',
options: [
'בגלל בצורת ממושכת',
'בגלל השחתת דרכי האנושות',
'בגלל מלחמות בין העמים',
'בגלל חוסר אמונה'
],
correct: 1
},
{
type: 'info',
title: 'בניית התיבה',
content: `
שלב 2: בניית התיבה
ה' ציווה את נח לבנות תיבה מעצי גופר. התיבה הייתה בעלת שלוש קומות, עם מידות מדויקות: 300 אמה אורך, 50 אמה רוחב, ו-30 אמה גובה.
התיבה נמשחה בכופר מבפנים ומבחוץ לאיטום מפני המים.
`
},
{
type: 'quiz',
question: 'שאלות על בניית התיבה',
questions: [
{
question: 'מאיזה סוג עץ נבנתה התיבה?',
options: ['ארז', 'אלון', 'גופר', 'שיטה'],
correct: 2
},
{
question: 'כמה קומות היו בתיבה?',
options: ['שתיים', 'שלוש', 'ארבע', 'חמש'],
correct: 1
}
]
},
{
type: 'info',
title: 'איסוף בעלי החיים',
content: `
שלב 3: איסוף בעלי החיים
נח נצטווה להכניס לתיבה זוג מכל בעלי החיים הטמאים, ושבעה זוגות מבעלי החיים הטהורים. בנוסף, הוא אסף מזון עבור כל היצורים.
`
},
{
type: 'quiz',
question: 'שאלות על איסוף בעלי החיים',
questions: [
{
question: 'כמה זוגות של בעלי חיים טהורים נכנסו לתיבה?',
options: ['זוג אחד', 'שלושה זוגות', 'חמישה זוגות', 'שבעה זוגות'],
correct: 3
},
{
question: 'כמה זוגות של בעלי חיים טמאים נכנסו לתיבה?',
options: ['זוג אחד', 'שניים', 'שלושה', 'ארבעה'],
correct: 0
}
]
},
{
type: 'info',
title: 'המבול',
content: `
שלב 4: המבול
המבול החל כשנח היה בן 600 שנה. הגשם ירד במשך 40 יום ו-40 לילה, והמים גברו על הארץ 150 יום.
`
},
{
type: 'quiz',
questions: [
{
question: 'כמה זמן ירד הגשם?',
options: ['20 יום', '30 יום', '40 יום', '50 יום'],
correct: 2
},
{
question: 'בן כמה היה נח כשהתחיל המבול?',
options: ['500 שנה', '600 שנה', '700 שנה', '800 שנה'],
correct: 1
}
]
},
{
type: 'info',
title: 'סיום המבול',
content: `
שלב 5: סיום המבול
לאחר שהמים החלו לרדת, התיבה נחה על הרי אררט. נח שלח עורב ויונה לבדוק אם המים ירדו. כשהיונה חזרה עם עלה זית, זה היה סימן שהמים ירדו.
`
},
{
type: 'quiz',
questions: [
{
question: 'על איזה הר נחה התיבה?',
options: ['הר סיני', 'הר המוריה', 'הרי אררט', 'הר תבור'],
correct: 2
},
{
question: 'מה הביאה היונה כסימן לסיום המבול?',
options: ['ענף דקל', 'עלה זית', 'עלה תאנה', 'פרי'],
correct: 1
}
]
}
];
let currentStage = 0;
let score = 0;
let totalQuestions = 0;
// חישוב מספר השאלות הכולל
content.forEach(item => {
if (item.type === 'quiz') {
if (item.questions) {
totalQuestions += item.questions.length;
} else {
totalQuestions += 1;
}
}
});
function updateProgress() {
const progress = (currentStage / (content.length – 1)) * 100;
document.getElementById('progress').style.width = progress + '%';
}
function showStage(stage) {
const contentDiv = document.getElementById('content');
if (content[stage].type === 'info') {
contentDiv.innerHTML = content[stage].content;
} else if (content[stage].type === 'quiz') {
const quiz = content[stage];
let quizHTML = `
`;
if (quiz.questions) {
quiz.questions.forEach((q, qIndex) => {
quizHTML += `
${q.question}
`;
q.options.forEach((option, index) => {
quizHTML += `
${option}
`;
});
quizHTML += `
`;
});
} else {
quizHTML += `
${quiz.question}
`;
quiz.options.forEach((option, index) => {
quizHTML += `
${option}
`;
});
quizHTML += `
`;
}
quizHTML += `
`;
contentDiv.innerHTML = quizHTML;
}
updateProgress();
}
function checkMultiAnswer(questionIndex, selected, correct) {
const options = document.querySelectorAll('.options')[questionIndex].querySelectorAll('.option');
options[selected].classList.add(selected === correct ? 'correct' : 'incorrect');
options[correct].classList.add('correct');
if (selected === correct) {
score++;
}
options.forEach(option => {
option.style.pointerEvents = 'none';
});
}
function checkAnswer(selected, correct) {
const options = document.querySelectorAll('.option');
options[selected].classList.add(selected === correct ? 'correct' : 'incorrect');
options[correct].classList.add('correct');
if (selected === correct) {
score++;
}
options.forEach(option => {
option.style.pointerEvents = 'none';
});
}
function nextStage() {
currentStage++;
if (currentStage < content.length) {
showStage(currentStage);
} else {
document.getElementById('content').innerHTML = `
סיימת את הלומדה!
ציון סופי: ${Math.round((score / totalQuestions) * 100)}%
`;
document.getElementById('nextButton').style.display = 'none';
document.getElementById('progress').style.width = '100%';
}
}
function copyHTML() {
const fullHTML = document.documentElement.outerHTML;
navigator.clipboard.writeText(fullHTML).then(() => {
alert('HTML הועתק בהצלחה!');
}).catch(err => {
alert('שגיאה בהעתקה: ' + err);
});
}
function restartLesson() {
currentStage = 0;
score = 0;
showStage(0);
document.getElementById('nextButton').style.display = 'block';
updateProgress();
}
// התחלת הלומדה
showStage(0);
קלפי פרשת נח
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;700;900&display=swap');
:root {
–primary-color: #8B4513;
–secondary-color: #D2691E;
–accent-color: #FFD700;
–light-color: #F5F5DC;
–dark-color: #3E2723;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body, html {
margin: 0;
padding: 0;
font-family: 'Heebo', sans-serif;
direction: rtl;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
header {
text-align: center;
margin-bottom: 30px;
padding: 20px;
background: linear-gradient(135deg, var(–primary-color), var(–secondary-color));
color: white;
border-radius: 10px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
h1 {
font-size: 2.5rem;
margin-bottom: 10px;
font-weight: 900;
}
.subtitle {
font-size: 1.2rem;
opacity: 0.9;
}
.instructions {
background-color: white;
padding: 15px;
border-radius: 10px;
margin-bottom: 20px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
line-height: 1.6;
}
.page {
width: 210mm;
min-height: 297mm;
margin: 0 auto;
background-color: white;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-content: flex-start;
padding: 10mm;
box-sizing: border-box;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
border-radius: 5px;
}
.card-container {
perspective: 1000px;
width: 85mm;
height: 110mm;
margin: 5mm;
}
.card {
width: 100%;
height: 100%;
position: relative;
transform-style: preserve-3d;
transition: transform 0.8s;
cursor: pointer;
}
.card.flipped {
transform: rotateY(180deg);
}
.card-front, .card-back {
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
border-radius: 10px;
padding: 5mm;
box-sizing: border-box;
display: flex;
flex-direction: column;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
overflow: hidden;
}
.card-front {
background-color: #FFE4E1;
border: 2px solid #FFB6C1;
}
.card-back {
background-color: #F0FFF0;
transform: rotateY(180deg);
border: 2px solid #98FB98;
justify-content: center;
align-items: center;
text-align: center;
}
.card-back-content {
padding: 10px;
}
.card-header {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
text-align: center;
color: var(–dark-color);
border-bottom: 1px solid rgba(0,0,0,0.1);
padding-bottom: 5px;
}
.card-content {
flex-grow: 1;
font-size: 14px;
line-height: 1.5;
overflow-y: auto;
padding: 5px;
}
.card-content p {
margin-bottom: 10px;
}
.card-footer {
font-size: 12px;
text-align: center;
margin-top: 10px;
color: #666;
border-top: 1px solid rgba(0,0,0,0.1);
padding-top: 5px;
}
.card-2 .card-front {
background-color: #E6E6FA;
border-color: #9370DB;
}
.card-3 .card-front {
background-color: #E0FFFF;
border-color: #20B2AA;
}
.card-4 .card-front {
background-color: #FAFAD2;
border-color: #DAA520;
}
.controls {
display: flex;
justify-content: center;
gap: 15px;
margin: 30px 0;
flex-wrap: wrap;
}
button {
padding: 12px 25px;
background: linear-gradient(135deg, var(–primary-color), var(–secondary-color));
color: white;
border: none;
border-radius: 5px;
cursor: pointer;
font-family: 'Heebo', sans-serif;
font-weight: 500;
font-size: 16px;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
button:hover {
transform: translateY(-2px);
box-shadow: 0 6px 8px rgba(0,0,0,0.15);
}
button:active {
transform: translateY(0);
}
.flip-all {
background: linear-gradient(135deg, #2E8B57, #3CB371);
}
.instructions-icon {
display: inline-block;
margin-left: 5px;
}
@media (max-width: 1200px) {
.page {
width: 100%;
padding: 15px;
}
.card-container {
width: calc(50% – 20px);
height: 150mm;
}
}
@media (max-width: 768px) {
.page {
padding: 10px;
}
.card-container {
width: 100%;
height: 130mm;
margin: 10px 0;
}
h1 {
font-size: 1.8rem;
}
.controls {
flex-direction: column;
align-items: center;
}
button {
width: 100%;
max-width: 300px;
}
}
@media print {
.controls, .instructions, header {
display: none;
}
.page {
box-shadow: none;
width: 100%;
height: auto;
}
.card-container {
break-inside: avoid;
}
}
הוראות שימוש:
• לחצו על קלף כדי לסובב אותו ולראות את הצד האחורי עם המשימות
• השתמשו בכפתור "סובב כל הקלפים" כדי להפוך את כל הקלפים בבת אחת
• השתמשו בכפתור "יצוא ל-PDF" כדי לשמור את הקלפים כקובץ PDF
• השתמשו בכפתור "הדפסה" כדי להדפיס את הקלפים ישירות
משימה: ענו על שאלות ידע על פרשת נח:
1. שאלה: כמה ימים ירד המבול? 🌧️
תשובה: 40 יום ו-40 לילה.
2. שאלה: כמה אנשים ניצלו בתיבה? 👨👩👦👦
תשובה: 8 אנשים – נח, אשתו, 3 בניו ונשותיהם.
3. שאלה: מה סימן הברית שנתן ה' אחרי המבול? 🌈
תשובה: הקשת בענן.
4. שאלה: מה היו שמות בני נח? 👥
תשובה: שם, חם ויפת.
קלף ידע 📚
רמת חשיבה: זכירה והבנה
לחצו שוב כדי לחזור לצד הקדמי
משימה: הסבירו את המושגים הבאים מפרשת נח:
1. "תיבת נח" 🚢 – כלי השיט שבנה נח להצלה מהמבול.
2. "דור המבול" 💧 – האנושות המושחתת שנמחתה במבול.
3. "הקשת בענן" 🌈 – אות הברית בין ה' לאנושות.
4. "צהר לתיבה" 💡 – חלון או אבן טובה שהאירה בתיבה.
5. "גופר" 🌳 – סוג העץ ממנו נבנתה התיבה.
קלף הבנה 🤔
רמת חשיבה: פרשנות והסבר
לחצו שוב כדי לחזור לצד הקדמי
משימה: יישמו את הערכים מפרשת נח בחיי היומיום:
1. כיצד ניתן ללמוד מצדקותו של נח בדורו? 🌟
2. איך אפשר ליישם את רעיון שמירת בעלי החיים כיום? 🐘
3. מה אפשר ללמוד מבניית התיבה על תכנון לטווח ארוך? 📝
4. כיצד ניתן ליישם את רעיון הברית בחיינו? 🤝
5. איך נוכל ללמוד מסיפור המבול על אחריות סביבתית? 🌍
קלף יישום 🛠️
רמת חשיבה: שימוש בידע בהקשרים חדשים
לחצו שוב כדי לחזור לצד הקדמי
משימה: נתחו את ההיבטים הבאים מפרשת נח:
1. השוו בין התנהגות נח להתנהגות דורו. 👥
2. נתחו את משמעות הקשת כסמל לברית. 🌈
3. בחנו את ההשלכות של המבול על האנושות. 🌊
4. נתחו את תפקיד בעלי החיים בסיפור. 🦁
5. השוו בין העולם לפני ואחרי המבול. 🌎
קלף אנליזה 🔍
רמת חשיבה: פירוק לרכיבים והבנת קשרים
לחצו שוב כדי לחזור לצד הקדמי
window.jsPDF = window.jspdf.jsPDF;
// פונקציה לסיבוב קלפים
document.querySelectorAll('.card').forEach(card => {
card.addEventListener('click', function() {
this.classList.toggle('flipped');
});
});
// פונקציה לסיבוב כל הקלפים
document.getElementById('flipAllButton').addEventListener('click', function() {
const allCards = document.querySelectorAll('.card');
const isFlipped = allCards[0].classList.contains('flipped');
allCards.forEach(card => {
if (isFlipped) {
card.classList.remove('flipped');
} else {
card.classList.add('flipped');
}
});
});
// פונקציה ליצוא PDF
document.getElementById('exportButton').addEventListener('click', function() {
const { jsPDF } = window.jspdf;
const doc = new jsPDF({
orientation: 'portrait',
unit: 'mm',
format: 'a4'
});
html2canvas(document.querySelector('.page')).then(canvas => {
const imgData = canvas.toDataURL('image/png');
const imgProps = doc.getImageProperties(imgData);
const pdfWidth = doc.internal.pageSize.getWidth();
const pdfHeight = (imgProps.height * pdfWidth) / imgProps.width;
doc.addImage(imgData, 'PNG', 0, 0, pdfWidth, pdfHeight);
doc.save('קלפי_פרשת_נח.pdf');
});
});
// פונקציה להדפסה
document.getElementById('printButton').addEventListener('click', function() {
window.print();
});
כמות צפיות בפוסט: 276