Little Aleph - Learn Hebrew from the Beginning body { font-family: 'Nunito', sans-serif; background-color: #f8f7ff; } .hebrew-letter { transition: all 0.3s ease; } .hebrew-letter:hover { transform: scale(1.2) rotate(5deg); } .hero-pattern { background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); } @keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } } .floating { animation: float 3s ease-in-out infinite; } Little Aleph א 100% Free Home Lessons Games Parents Start Learning Learn Hebrew From the Very Beginning A fun, interactive way for kids to learn Hebrew letters, words, and more - completely free forever! Start Learning - 100% Free! Watch Demo א ב ג ד א Aleph First letter of the Hebrew alphabet Continue Learning Why Kids Love Learning Hebrew with Us Our playful approach makes learning Hebrew fun and effective for beginners of all ages. Interactive Lessons Engaging activities that make learning the Hebrew alphabet and basic words fun and memorable. Audio Pronunciation Clear audio guides help kids learn the correct pronunciation of Hebrew letters and words. Progress Tracking Parents can monitor their child's learning journey with detailed progress reports. How It Works Our step-by-step approach makes learning Hebrew easy and enjoyable. 1 Learn the Alphabet Start with the basics: recognizing and pronouncing Hebrew letters. 2 Build Vocabulary Learn common words and phrases through fun, interactive games. 3 Practice & Master Reinforce learning with regular practice and engaging activities. Start Your Child's Hebrew Journey Today Join thousands of families who are helping their children learn Hebrew in a fun, engaging way. Start Learning Now - 100% Free! Always free. No credit card required. Little Aleph א 100% Free Making Hebrew learning fun, accessible, and completely free for children of all ages. Learn Curriculum Games Resources Blog Company About Us Careers Contact Press Connect Subscribe © 2023 Little Aleph. All rights reserved. // Mobile menu toggle document.addEventListener('DOMContentLoaded', function() { const mobileMenuButton = document.querySelector('.md\\:hidden button'); if (mobileMenuButton) { mobileMenuButton.addEventListener('click', function() { // Add your mobile menu toggle logic here alert('Mobile menu clicked! Add your menu toggle logic here.'); }); } // Example of adding interactivity to the Hebrew letters const hebrewLetters = document.querySelectorAll('.hebrew-letter'); hebrewLetters.forEach(letter => { letter.addEventListener('click', function() { // You could add pronunciation audio or additional information here alert('You clicked on the Hebrew letter: ' + this.textContent); }); }); // Continue Learning button functionality const continueButton = document.querySelector('.bg-yellow-500.text-white.rounded-lg'); if (continueButton) { continueButton.addEventListener('click', function() { // Navigate to the lessons page or show next lesson alert('Continue to next lesson!'); }); } });