Build an Event Hub - Build an Event Hub

Tell us what’s happening:

Help me to answer buil and event hub, I got some answers it remains some that I could not able to navigate through this project

Your code so far

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf-8">
    <title>Event Hub</title>
</head>

<body>
<header>
    <h1>Event Hub</h1>
    </header>
    <nav>
        <ul>
            <li></li>
            <li></li>
            </ul>
            </nav>
            <a
            href="https://cdn.freecodecamp.org/curriculum/labs/past-event1.jpg."<Upcoming Events</a>


        <nav>
            <ul>
                <li></li>
                <li></li>
                </ul>
                </nav>
                <a
                href="https://cdn.freecodecamp.org/curriculum/labs/past-events2.jpg."<Past Events</a>
 </header>
 <main>
     <section id="upcoming-events">
         <h2>Upcoming Events</h2>
         <article>
         <h3>Agricultural Show Festival</h3>
         <p>Join us it's Live Performance Show, Different Products will be Available for Sale, Fun End of Year Festival Show</p>
         </article>
         <article>
             <h3>Community Clean-Up Day</h3>
             <p>Help Keep our Neighborhood Beautiful by Participating in the Community Clean-Up.</p>
             </article>  
         </section>
         <section id="past-events">
             <img src="images/events1.jpj" alt="Past Event 1">
             <img src="images/events2. jpg" alt="Past Event 2">
             <div id="past-events">
                 <img src="/assets/photos/concert2024.png" alt="Concert 2024">
                 <img src="/assets/photos/workshop2023.png" alt="Workshop 2023">
                 </div>
         <h2>Past Events</h2>
         <article>
             <h3>Spring Charity Marathon</h3>
             <p>Over 150 Runners gathered for our Annual Spring Charity Marathon, raising funds for street children.</p>
             </article>
             <article>
                 <h3>Show Your Talents for Secondary Schools Girls</h3>
                 <p>Girl child will able to identify their Talents and showcase for their career path</p>
                 </article>
</body>

</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0

Challenge Information:

Build an Event Hub - Build an Event Hub
https://www.freecodecamp.org/learn/full-stack-developer/lab-event-hub/lab-event-hub

Here are some troubleshooting steps you can follow. Focus on one test at a time:

  1. Are there any errors or messages in the console?
  2. What is the requirement of the first failing test?
  3. Check the related User Story and ensure it’s followed precisely.
  4. What line of code implements this?
  5. What is the result of the code and does it match the requirement?

If this does not help you solve the problem, please reply with answers to these questions.