Elimuhub Tuition And Homeschooling

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="<data:blog.encoding/>">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title><data:blog.title/></title>
    <link rel="stylesheet" href="styles.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
    <header>
        <div class="container">
            <div id="branding">
                <h1><data:blog.title/></h1>
            </div>
            <nav>
                <ul>
                    <li><a href="<data:blog.homepageUrl/>">Home</a></li>
                    <li><a href="about.html">About Us</a>
                        <ul>
                            <li><a href="our-story.html">Our Story</a></li>
                            <li><a href="our-team.html">Our Team</a></li>
                            <li><a href="testimonials.html">Testimonials</a></li>
                        </ul>
                    </li>
                    <li><a href="services.html">Services</a>
                        <ul>
                            <li><a href="tuition-services.html">Tuition Services</a></li>
                            <li><a href="homeschooling.html">Homeschooling</a></li>
                            <li><a href="consultancy.html">Educational Consultancy</a></li>
                        </ul>
                    </li>
                    <li><a href="resources.html">Resources</a>
                        <ul>
                            <li><a href="blog.html">Blog</a></li>
                            <li><a href="faqs.html">FAQs</a></li>
                            <li><a href="downloads.html">Downloads</a></li>
                        </ul>
                    </li>
                    <li><a href="contact.html">Contact Us</a>
                        <ul>
                            <li><a href="contact-info.html">Contact Information</a></li>
                            <li><a href="enquiry-form.html">Enquiry Form</a></li>
                            <li><a href="social-media.html">Social Media Links</a></li>
                        </ul>
                    </li>
                    <li><a href="testimonials.html">Testimonials</a></li>
                    <li><a href="events.html">Events</a></li>
                    <li><a href="gallery.html">Gallery</a></li>
                </ul>
            </nav>
        </div>
    </header>

    <section class="showcase">
        <img src="https://1drv.ms/i/s!Akq9NOh4YVCFhH2fB44WGtSP8jDQ?e=g89nJP" alt="Elimuhub Showcase" width="1200" height="400">
        <div class="container">
            <h1>Discover the Excellence of Elimuhub Tuition and Homeschooling</h1>
            <p>Your trusted partner in education based in Nairobi, Kenya.</p>
        </div>
    </section>

    <section class="content container">
        <h2>Why Choose Elimuhub?</h2>
        <div class="row">
            <div class="col-4">
                <h3><i class="fas fa-book"></i> Comprehensive Tuition Services</h3>
                <p>At Elimuhub, we offer a wide range of tuition services tailored to meet the needs of students at all levels. Our experienced tutors provide personalized support for various curricula, including the Kenyan education system (KCSE and KCPE) and the British IGCSEs. Our goal is to help students achieve their academic goals and improve their skills.</p>
            </div>
            <div class="col-4">
                <h3><i class="fas fa-chalkboard-teacher"></i> Qualified and Experienced Tutors</h3>
                <p>Our team comprises full-time tutors, current TSC (Teachers Service Commission) school teachers, retired school teachers, and part-time teachers. These educators bring their expertise and dedication to ensure that each student receives the best possible education.</p>
            </div>
            <div class="col-4">
                <h3><i class="fas fa-graduation-cap"></i> Educational Consultancy</h3>
                <p>In addition to tuition, Elimuhub offers comprehensive educational consultancy services. We assist with student placements in schools and universities, providing guidance and support to help students make informed decisions about their education.</p>
            </div>
            <div class="col-4">
                <h3><i class="fas fa-hand-holding-heart"></i> Commitment to Hygiene Standards</h3>
                <p>We understand the importance of maintaining strict hygiene standards, especially in the context of home-based tuition and homeschooling. Elimuhub takes all necessary measures to ensure a safe and healthy learning environment for your child.</p>
            </div>
        </div>
        <div class="row">
            <div class="col-12">
                <h2>Connect with Us</h2>
                <p>For more information about our services, visit our <a href="https://www.facebook.com/elimuhubtuitionandconsultants/">Facebook page</a> or explore our <a href="https://www.youtube.com/@Elimuhub">YouTube channel</a>. We are here to answer any questions you may have and to provide the support your child needs to succeed.</p>
            </div>
        </div>
    </section>

    <section class="testimonials">
        <div class="container">
            <h2>What Our Clients Say</h2>
            <div class="testimonial">
                <p><i class="fas fa-quote-left"></i> Elimuhub has been a game-changer for my child's education. The tutors are highly qualified and dedicated. <i class="fas fa-quote-right"></i></p>
                <p class="author">- Jane Doe</p>
            </div>
            <div class="testimonial">
                <p><i class="fas fa-quote-left"></i> The personalized attention my child receives at Elimuhub has made a significant difference in their academic performance. <i class="fas fa-quote-right"></i></p>
                <p class="author">- John Smith</p>
            </div>
            <div class="testimonial">
                <p><i class="fas fa-quote-left"></i> I highly recommend Elimuhub for their excellent tuition services and commitment to student success. <i class="fas fa-quote-right"></i></p>
                <p class="author">- Mary Johnson</p>
            </div>
        </div>
    </section>

    <footer>
        <p><data:blog.title/> © 2024</p>
    </footer>

    <script src="script.js"></script>
</body>
</html>

No comments:

Post a Comment