Added new projects page

This commit is contained in:
2026-02-25 07:51:24 -05:00
parent 20d392c09f
commit 7a5f04497b
2 changed files with 32 additions and 4 deletions
+5 -4
View File
@@ -9,10 +9,11 @@ function _nav_active(string $href): bool {
}
$_nav_pages = [
'/about/' => 'About',
'/log/' => 'Log',
'/links/' => 'Links',
'/contact/' => 'Contact',
'/about/' => 'About',
'/log/' => 'Log',
'/links/' => 'Links',
'/projects/' => 'Projects',
'/contact/' => 'Contact',
];
?>
<nav class="fixed top-0 left-0 right-0 z-50 bg-[#0a0a0a] border-b border-[#1c1c1c]">