From 235f4aa98240bae3febfcf88c6a4bef1b5e36583 Mon Sep 17 00:00:00 2001 From: IshanPathak <88367734+Ishanpathak1@users.noreply.github.com> Date: Sat, 21 Feb 2026 15:59:58 -0500 Subject: [PATCH] Add profile page and sidebar profile links Introduce a new profile view and connect the sidebar user chip to it. Adds profile.html and a package.json (serve dev dependency), implements profile UI styles in css/style.css (large profile section and .user-chip-link hover behavior), and updates multiple pages (about.html, ai.html, dashboard.html, lesson.html, quiz.html, resources.html) to wrap the user chip in an anchor to profile.html. Also initializes the profile sidebar toggle in js/app.js. These changes add navigation to the new profile page and include responsive/profile-specific styling. --- about.html | 4 +- ai.html | 4 +- css/style.css | 221 +++++++++++++++++++++++++++++++++++++++++++++++++ dashboard.html | 4 +- js/app.js | 3 + lesson.html | 4 +- package.json | 1 + profile.html | 163 ++++++++++++++++++++++++++++++++++++ quiz.html | 4 +- resources.html | 4 +- 10 files changed, 400 insertions(+), 12 deletions(-) create mode 100644 package.json create mode 100644 profile.html diff --git a/about.html b/about.html index da80c2d..312c3eb 100644 --- a/about.html +++ b/about.html @@ -14,13 +14,13 @@