Added new projects page
This commit is contained in:
+5
-4
@@ -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]">
|
||||
|
||||
Reference in New Issue
Block a user