From 033f5d220b28ffe768a92ca77c6c9fb5853569c2 Mon Sep 17 00:00:00 2001 From: Adithyakp86 Date: Fri, 29 Aug 2025 20:38:10 +0530 Subject: [PATCH 1/2] Added hover grow effect for navbar links --- navLinks.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/navLinks.css b/navLinks.css index 033d9948..d43c72ea 100644 --- a/navLinks.css +++ b/navLinks.css @@ -211,6 +211,7 @@ body.light-mode .nav-container { /*added padding and transition*/ padding: 10px 15px; transition: all 0.3s ease-in-out; + display: inline-block; /* enable smooth scale without layout issues */ } @@ -236,6 +237,7 @@ body.light-mode .nav-container { background: rgba(255, 255, 255, 0.1); /* Subtle translucent background */ border-radius: 8px; transition: all 0.3s ease-in-out; + transform: scale(1.08); /* increase width & height on hover */ } /* Underline Effect */ @@ -257,6 +259,7 @@ body.light-mode .nav-container { color: #e0b3ff; /* Light purple glow effect */ text-shadow: 0px 0px 10px rgba(224, 179, 255, 0.8); /* Soft glow */ + transform: scale(1.08); /* increase width & height on hover */ } .navLinks a:hover::after, From 789913af8a17a7bd562f9a4a45836e527152971a Mon Sep 17 00:00:00 2001 From: Adithyakp86 Date: Thu, 4 Sep 2025 17:45:52 +0530 Subject: [PATCH 2/2] add google signin --- newLogin.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/newLogin.html b/newLogin.html index cc2c356c..94e8e6f5 100644 --- a/newLogin.html +++ b/newLogin.html @@ -6,7 +6,7 @@ Tourguide - + @@ -44,9 +44,9 @@

Tour Guide

@@ -73,9 +73,9 @@

Tour Guide

or use your account