From 50cc7be3fc2fa782f62eb327ddc2f96f03dc0983 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 23:46:51 +0000 Subject: [PATCH] feat: Improve counselling website design and features This commit improves the design and adds new features to the one-page counselling website. Changes include: - Added a hero image to the homepage. - Improved the typography. - Refined the color scheme for a more professional look. - Added subtle animations and transitions. - Improved the layout and spacing for better readability. - Added a "scroll to top" button. - Added social media icons to the footer. --- index.html | 8 ++++ script.js | 41 ++++++++++++++++++++ style.css | 107 +++++++++++++++++++++++++++++++++++++++++++---------- 3 files changed, 136 insertions(+), 20 deletions(-) create mode 100644 script.js diff --git a/index.html b/index.html index d8a34d7c07b0..de462b03ca5b 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@