From 684702102c3e135994298c08f7491411ea80971d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 03:50:14 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Enhance=20navigation?= =?UTF-8?q?=20and=20discoverability?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Implement 'Scroll to Top' on navbar brand with accessibility support (role, tabindex, Enter/Space). - Add 'Save for Later (B)' shortcut hint to hero save button. - Clean up redundant DOM references and event listeners in js/app.js. - Ensure mobile menu closes when brand or navigation links are clicked. Co-authored-by: ruhdevops <203426218+ruhdevops@users.noreply.github.com> --- index.html | 4 +- js/app.js | 110 +++++++++-------------------------------------------- 2 files changed, 21 insertions(+), 93 deletions(-) diff --git a/index.html b/index.html index 0b438d6..2f051e4 100644 --- a/index.html +++ b/index.html @@ -64,7 +64,7 @@