feat(projects): consolidate /projects, hide skills, redirect /archive

- /projects: merged page with featured (top) + archive (bottom)
- titles mirror homelab pattern: projects/featured, projects/archive
- nav: archive → projects
- home: drop Skills section and featured grid
- /archive → /projects via meta-refresh + JS redirect stub
This commit is contained in:
lerko96
2026-04-27 00:49:52 -04:00
parent e9d7a994c7
commit 7f614d28b5
4 changed files with 95 additions and 74 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { useTheme } from "@/context/ThemeContext";
const links = [
{ href: "/", label: "tyler" },
{ href: "/homelab/", label: "homelab" },
{ href: "/archive/", label: "archive" },
{ href: "/projects/", label: "projects" },
];
export default function Nav() {