Sample Project Detail
This page demonstrates a detail page within the Projects section. Both this page and the Projects landing page are in the same folder, so linking between them is simple.
Navigation from Nested Pages
When you are in a nested folder like projects/, you need to use ../ to go up one level to reach pages at the root level.
Examples:
- ../index.html - goes to the homepage
- ../about.html - goes to the about page
- ../gallery/index.html - goes to gallery (up, then into different folder)
- index.html - stays in projects folder