Changed the 'Projects' button on the projects page to be 'Home' to take users back to the main home page

This commit is contained in:
2026-02-27 09:53:09 -05:00
parent a1a0a3e4ed
commit 4238306621
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
# Web_Dev_Project # Web_Dev_Project
My personal website with HTML and CSS. Currently in development. My personal website with HTML and CSS. Currently in development.
This site is currently up and running although it is still in development. This site is currently up and running although it is still in development. The road map below reflects my current task list. The .gitignore reflects changes that will occur when I port the site over to node.js/vite
Road Map: Road Map:
-- Projects Page -- -- Projects Page --
1) Add direct connections from project cards to the git.lewispricedev.com/rapturate/<project-name>/<release-name> urls. 1) Add direct connections from project cards to the git.lewispricedev.com/rapturate/<project-name>/<release-name> urls.

View File

@@ -18,7 +18,7 @@
<a href="index.html"><img class ="nav-logo" src="./images/Lew Header.svg" alt="lew's logo" width="180" height="auto"></a> <a href="index.html"><img class ="nav-logo" src="./images/Lew Header.svg" alt="lew's logo" width="180" height="auto"></a>
<nav> <nav>
<ul class="nav-links"> <ul class="nav-links">
<li><a href="./project.html">Projects</a></li> <li><a href="./index.html">Home</a></li>
<li><a href="./index.html#contact">Contact</a></li> <li><a href="./index.html#contact">Contact</a></li>
</ul> </ul>
</nav> </nav>