Story 2.1: navbar responsive

This commit is contained in:
2026-02-04 16:51:55 +01:00
parent 4a5213331d
commit dd6c5d0a72
8 changed files with 231 additions and 40 deletions

View File

@@ -7,6 +7,10 @@ include_template('header', [
'pageTitle' => 'Portfolio en construction',
'pageDescription' => 'Mon portfolio de développeur web arrive bientôt. Restez connectés !'
]);
include_template('navbar', [
'currentPage' => 'home'
]);
?>
<main class="min-h-screen flex items-center justify-center">