Add navigation section to index.html and links.html

- Introduced a new navigation container in both index.html and links.html for improved site navigation.
- Added links to Home and Links pages with associated images for better user experience.
- Updated CSS to style the new navigation elements, ensuring they are visually appealing and functional.
This commit is contained in:
2026-02-20 15:54:11 -10:00
parent a8e738d079
commit 4035d06e67
3 changed files with 26 additions and 1 deletions

View File

@@ -86,4 +86,17 @@ a {
ul li::marker {
color: white; /* Or any other color value (e.g., hex code, RGB) */
}
.nav-item {
height: 100px;
width: auto;
image-rendering: pixelated;
text-align: center;
position: sticky;
}
.nav-container {
display: block;
position: absolute;
text-align: center;
top: 20px;
left: 40px;
}