Need Help Improving My Blogger Homepage for Elimuhub Education Consultants

Need Help Improving My Blogger Homepage for Elimuhub Education Consultants
Hello FreeCodeCamp community!
I am working on my Blogger homepage for Elimuhub Education Consultants and would love some feedback on my HTML code. I want to ensure that it is well-structured, visually appealing, and effectively communicates our services. Here’s my current code:

Home Elimuhub Education Consultants body {font-family: 'Arial', sans-serif; line-height: 1.6; margin: 0; padding: 0; background-color: #f4f4f4; color: #333;} .container {max-width: 800px; margin: 20px auto; padding: 20px; background: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);} h1 {color: #2c3e50; text-align: center;} h2 {color: #2980b9; margin-top: 20px;} h3 {color: #34495e; margin-top: 15px;} p {margin: 10px 0;} ul {list-style-type: square; margin: 10px 0 20px 20px;} .contact-info {background: #e7f3fe; border-left: 6px solid #2196F3; padding: 10px 15px; margin-top: 20px;} footer {text-align: center; margin-top: 30px; font-size: 0.9em; color: #777;} .responsive-image {max-width: 100%; height: auto; display: block; margin: 20px auto;}

Welcome to Elimuhub Education Consultants

A Teacher Helping a Student

Your trusted partner in educational success! Based in Nairobi, we are dedicated to providing comprehensive educational consulting services that empower students, parents, and educational institutions across Kenya.

    <h2>Our Mission</h2>
    <p>At Elimuhub, we believe that every child has the potential to excel academically and personally. Our mission is to facilitate this journey through a range of tailored services designed to meet the unique needs of each student.</p>

    <h2>Our Services Include:</h2>
    <ul>
        <li><strong>Career Guidance:</strong> We assist students in making informed decisions about their educational and career paths.</li>
        <li><strong>School Placement Services:</strong> Helping parents and students identify and secure placements in schools that align with their goals.</li>
        <li><strong>Tuition and Homeschooling:</strong> Offering personalized tutoring and homeschooling solutions.</li>
        <li><strong>Teacher Professional Development:</strong> Conducting training and refresher courses for educators.</li>
        <li><strong>Special Education Services:</strong> Providing advocacy and support for students with special needs.</li>
        <li><strong>University Placement:</strong> Navigating the complexities of university admissions.</li>
        <li><strong>Workshops and Events:</strong> Organizing career fairs, campus visits, and educational workshops.</li>
    </ul>

    <h2>Our Vision</h2>
    <p>Elimuhub Education Consultants aims to be a leading educational consultancy in Kenya, known for our commitment to excellence and our innovative approach to education. We envision a future where every student has access to quality education and the guidance needed to achieve their dreams.</p>

    <div class="contact-info">
        <h3>Contact Us</h3>
        <p>For more information about our services or to schedule a consultation, please contact us at:</p>
        <p><strong>Phone:</strong> +254 731 838 387</p>
        <p><strong>Email:</strong> <a href="mailto:elimuhub@gmail.com">elimuhub@gmail.com</a></p>
        <p><strong>Location:</strong> Muhoho Avenue, Opposite Rozana Hotel, Nairobi, Kenya</p>
    </div>

    <footer>
        <p>Join us at Elimuhub Education Consultants, where we unlock the potential of every student!</p>
    </footer>
</div>

<script src="script.js"></script>
<!-- Link to the JS file -->
<script>
    // script.js
    window.onload = function() {
        console.log("Welcome to Elimuhub Education Consultants!");
    };
</script>

I would appreciate any suggestions on how to improve the layout, content clarity, or overall design. Also, if you have any tips on SEO optimization for Blogger pages or enhancing user engagement through design elements, I would love to hear them!

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').