You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates CSS for the navigation after converting the footer to a nav element.
Removes old footer styles and implements styles for better touch target size and spacing, particularly on mobile.
[Closes#14](#14)
Signed-off-by: Samuel Soto <[email protected]>
…on (#15)
## Description
This pull request addresses [issue
#14](#14),
which involves refactoring the website's footer to use a `<nav>`
element. This change is made to improve the overall navigation
experience and accessibility, while enhancing the structural semantic of
the HTML. The specific goals are to provide more intuitive links with
the website's navigation structure.
### Key Changes:
* **HTML Refactoring:** Replaced the `<footer>` element with a `<nav>`
element, semantically structuring the navigation links.
* **Added Target Attributes:** External links now have `target="_blank"`
for proper behavior, opening in new tabs.
* **CSS Styling:** Footer CSS styles have been removed, updated
navigation styles have been added, and the styles are adjusted to ensure
appropriate touch target sizes and spacing for navigation links,
especially on mobile devices.
## Related Tickets & Documents
Closes#14
Description:
This issue involves refactoring the website's footer to utilize a
<nav>
element instead. The goal is to improve the navigation experienceWhy is this change necessary?
target="_blank"
attribute for proper behavior.The text was updated successfully, but these errors were encountered: