<style>
/* ------------------------------------------- */
/* CSS Styling for Kids Post */
/* ------------------------------------------- */
.kids-post-container {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: #333;
padding: 15px;
background: #e6f7ff; /* આછો આકાશી બ્લુ બેકગ્રાઉન્ડ */
border-radius: 12px;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.main-title {
color: #ff4500; /* નારંગી (Orange) */
text-align: center;
font-size: 36px;
font-weight: 900;
margin-bottom: 20px;
border-bottom: 3px solid #ff4500;
padding-bottom: 10px;
}
.lesson-heading {
color: #007bff; /* બ્લુ (Blue) */
font-size: 24px;
margin-top: 25px;
margin-bottom: 15px;
border-left: 5px solid #007bff;
padding-left: 10px;
background: #f0f8ff; /* આછા બ્લુ બેકગ્રાઉન્ડ */
border-radius: 5px;
}
.alphabet-card {
background: #ffffff;
border: 2px solid #28a745; /* ગ્રીન બોર્ડર */
margin-bottom: 20px;
padding: 15px;
border-radius: 10px;
}
.letter-focus {
color: #dc3545; /* લાલ (Red) */
font-size: 60px;
font-weight: bold;
display: block;
text-align: center;
margin: 10px 0;
}
.sound-text {
font-style: italic;
color: #6f42c1; /* જાંબલી (Purple) */
font-size: 18px;
font-weight: 600;
}
.image-placeholder {
display: block;
text-align: center;
margin: 10px auto;
width: 80%;
height: 150px;
background: #dddddd; /* ઈમેજ ન હોય તો ગ્રે કલર */
border: 1px dashed #555;
line-height: 150px;
color: #555;
font-size: 14px;
border-radius: 8px;
}
.tpr-action {
background: #ffe6e6; /* આછો ગુલાબી */
border: 1px solid #dc3545;
padding: 8px;
border-radius: 5px;
font-weight: bold;
color: #dc3545;
margin-top: 10px;
}
.activity-box {
background: #ccffcc; /* આછો લીલો (Activity Zone) */
border: 2px dashed #28a745;
padding: 15px;
margin-top: 20px;
border-radius: 8px;
}
</style>
<div class="kids-post-container">
<h1 class="main-title">
📚 Day 1: A, B, C – પાયાનું અંગ્રેજી શિક્ષણ (ધોરણ ૧)
</h1>
<p style="text-align:center; font-style:italic; color:#007bff;">
ઝીરોથી અંગ્રેજી શીખો! આજે આપણે અક્ષરો A, B, C અને તેના અવાજો (Sounds) શીખીશું.
</p>
<h2 class="lesson-heading">૧. મૂળભૂત પરિચય: Greetings (અભિવાદન)</h2>
<p>સૌથી પહેલા રોજિંદા વપરાશના આ શબ્દો શીખીએ:</p>
<ul style="list-style-type: disc;">
<li><strong>Hello</strong> (ઉચ્ચારણ: <strong>હેલો</strong>) - અર્થ: નમસ્કાર/કેમ છો.</li>
<li style="margin-top:10px;"><strong>Bye</strong> (ઉચ્ચારણ: <strong>બાય</strong>) - અર્થ: આવજો.</li>
</ul>
<p class="tpr-action">👋 <strong>TPR (ક્રિયા):</strong> Hello બોલીને હાથ મિલાવવાનો અભિનય કરો. Bye બોલીને હાથ હલાવો!</p>
<h2 class="lesson-heading">૨. અક્ષરોની ઓળખ અને અવાજ (Phonics)</h2>
<div class="alphabet-card">
<span class="letter-focus">A / a</span>
<p>🔹 <strong>અક્ષરનો અવાજ (Sound):</strong> મોં ખોલીને 'એ' અને 'એ' વચ્ચેનો અવાજ: <span class="sound-text">'એ'</span> (જેમ કે 'Catch' માં)</p>
<div class="image-placeholder">
[Image of a big red apple]
</div>
<p>🍎 <strong>ઉદાહરણ:</strong> <strong>Apple</strong> (એપલ - સફરજન)</p>
<p>📝 <strong>વાક્ય:</strong> <strong>This is an apple.</strong> (આ એક સફરજન છે.)</p>
</div>
<div class="alphabet-card">
<span class="letter-focus">B / b</span>
<p>🔹 <strong>અક્ષરનો અવાજ (Sound):</strong> 'બ' (ગુજરાતી 'બ' જેવો જ અવાજ: <span class="sound-text">'બ'</span>)</p>
<div class="image-placeholder">
</div>
<p>⚽ <strong>ઉદાહરણ:</strong> <strong>Ball</strong> (બોલ - દડો)</p>
<p>📝 <strong>વાક્ય:</strong> <strong>This is a big ball.</strong> (આ એક મોટો દડો છે.)</p>
<p class="tpr-action">🤸 <strong>TPR (ક્રિયા):</strong> દડો ઉછાળવાનો અભિનય કરો અને 'B-B-B Ball' બોલો!</p>
</div>
<div class="alphabet-card">
<span class="letter-focus">C / c</span>
<p>🔹 <strong>અક્ષરનો અવાજ (Sound):</strong> 'ક' (શરૂઆતમાં 'ક' શીખવો: <span class="sound-text">'ક'</span>)</p>
<div class="image-placeholder">
</div>
<p>🐈 <strong>ઉદાહરણ:</strong> <strong>Cat</strong> (કેટ - બિલાડી)</p>
<p>📝 <strong>વાક્ય:</strong> <strong>The cat is small.</strong> (બિલાડી નાની છે.)</p>
<p class="tpr-action">🐾 <strong>TPR (ક્રિયા):</strong> બિલાડીની જેમ ચાલીને 'મ્યાઉં' અવાજ કાઢો!</p>
</div>
<div class="activity-box">
<h3 style="color:#28a745; margin-top:0;">૩. આજની રમત (Activity Zone)</h3>
<ol>
<li><strong>જોડકાં જોડો:</strong> મોટા અક્ષરો (A, B, C) ને તેના નાના અક્ષરો (a, b, c) સાથે જોડો.</li>
<li><strong>રંગ પૂરો:</strong> Apple માં <strong>Red (લાલ)</strong> રંગ પૂરો.</li>
<li><strong>ઘરકામ:</strong> ઘરે જઈને A, B, C થી શરૂ થતી એક-એક વસ્તુના નામ શોધીને યાદ કરો.</li>
</ol>
</div>
<p style="text-align:center; margin-top: 30px; font-weight: bold; color:#007bff;">
અભિનંદન! તમે Day 1 નું શિક્ષણ સફળતાપૂર્વક પૂર્ણ કર્યું. હવે આવતીકાલે Day 2 માટે તૈયાર રહેજો!
</p>
</div>