ShaAnder / elevate_hackathon_2024

1 stars 2 forks source link

Footer that includes relevant information for the User. #6

Closed SamOBrienOlinger closed 1 month ago

SamOBrienOlinger commented 1 month ago

As a user, I want a footer that includes developer information and social media links, so I can easily identify that Team 3 created the product and I can follow social media profiles.

Acceptance Criteria

  1. Developer Information:

    • The footer must include a section with developer information that links to the "about.html" page.
    • Tasks:
      • [ ] Add a link potentially called "Team 3: The Get a Giggers".
      • [ ] Ensure the link navigates to the "about.html" page.
  2. Hackathon Declaration:

    • The footer must display the text "Code Institute October 2024 Hackathon" centered on the page.
    • Tasks:
      • [x] Ensure the text is styled consistently with the rest of the footer.
  3. Social Media Links:

    • The footer must include icons for Facebook, Twitter, Instagram, and YouTube that link to respective social media pages.
    • Tasks:
      • [x] Add icons for Facebook, Twitter, Instagram, and YouTube with links that open in a new tab.
      • [ ] Ensure each icon has an aria-label for accessibility.
      • [ ] Test each link to make sure it directs to the correct social media page.

Relevant Tasks