This pull request introduces a basic navigation bar to the index.html, about.html, blog.html, and resources.html pages.
Changes Made:
Added a <nav> element with a list of links to each page in the header section of every page.
Ensured that the navigation links point to the correct HTML files.
I noticed there is a separate issue for "basic styling" (Issue #4), so I have not included any CSS for the navigation bar in this pull request to maintain a separation of tasks and to keep the changes focused.
This pull request introduces a basic navigation bar to the
index.html
,about.html
,blog.html
, andresources.html
pages.Changes Made:
<nav>
element with a list of links to each page in the header section of every page.I noticed there is a separate issue for "basic styling" (Issue #4), so I have not included any CSS for the navigation bar in this pull request to maintain a separation of tasks and to keep the changes focused.