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:
@@ -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.
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user