From 7a5f04497bf12d25abe516338ebfe0be7c9e21a8 Mon Sep 17 00:00:00 2001 From: sistav Date: Wed, 25 Feb 2026 07:51:24 -0500 Subject: [PATCH] Added new projects page --- includes/nav.php | 9 +++++---- projects/index.php | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 projects/index.php diff --git a/includes/nav.php b/includes/nav.php index 398555d..a7e6aa6 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -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', ]; ?>