From f712dbf1d8c64825911c497e71ab7156fbb1aa1e Mon Sep 17 00:00:00 2001 From: Shishir Pandey <39762897+iamshishirpandey@users.noreply.github.com> Date: Sun, 1 Jun 2025 06:47:07 +0000 Subject: [PATCH 1/2] feat: add hover effects to logo borders with Appwrite brand colors- Added shine effect to logo borders on hover- Implemented dynamic hover states for better UI interaction- Used Appwrite parent colors for consistent branding- Enhances user experience with visual feedbackFixes #1571 --- src/lib/components/Technologies.svelte | 73 +++++++++++++++++++++++++- 1 file changed, 71 insertions(+), 2 deletions(-) diff --git a/src/lib/components/Technologies.svelte b/src/lib/components/Technologies.svelte index 05d48d94e2..603befdb37 100644 --- a/src/lib/components/Technologies.svelte +++ b/src/lib/components/Technologies.svelte @@ -66,6 +66,75 @@ }>; + + + \ No newline at end of file From c698715e77a7390fda285620b50f8ec0516c30c5 Mon Sep 17 00:00:00 2001 From: Shishir Pandey <39762897+iamshishirpandey@users.noreply.github.com> Date: Sun, 1 Jun 2025 07:26:21 +0000 Subject: [PATCH 2/2] Preetier Format --- src/lib/components/Technologies.svelte | 96 +++++++++++++++----------- 1 file changed, 54 insertions(+), 42 deletions(-) diff --git a/src/lib/components/Technologies.svelte b/src/lib/components/Technologies.svelte index 603befdb37..1f43303cd9 100644 --- a/src/lib/components/Technologies.svelte +++ b/src/lib/components/Technologies.svelte @@ -66,26 +66,62 @@ }>; + + - - \ No newline at end of file