From 83a43d15236fd0fe07e86f590424ac63eff4eece Mon Sep 17 00:00:00 2001 From: Subhajit-2023-44 Date: Sat, 9 Nov 2024 14:56:45 +0530 Subject: [PATCH] done --- FAQs.html | 80 +++++++++++++++++++++++++++++++ contributors.html | 85 ++++++++++++++++++++++++++++++++ donation_page.html | 87 +++++++++++++++++++++++++++++++++ feedback.html | 84 ++++++++++++++++++++++++++++++++ login.css | 43 ++++++++++++++++- login.html | 55 +++++++++++++-------- privacy_policy.html | 86 +++++++++++++++++++++++++++++++++ welcometestimonials.html | 101 ++++++++++++++++++++++++++++++++++----- 8 files changed, 586 insertions(+), 35 deletions(-) diff --git a/FAQs.html b/FAQs.html index 5bb5e8b..eaf542f 100644 --- a/FAQs.html +++ b/FAQs.html @@ -13,6 +13,57 @@ />
@@ -72,5 +126,36 @@

Our Contributors

+ + + + + diff --git a/donation_page.html b/donation_page.html index 9291696..446af13 100644 --- a/donation_page.html +++ b/donation_page.html @@ -9,6 +9,60 @@ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" /> @@ -292,6 +346,36 @@ + + + + \ No newline at end of file diff --git a/login.css b/login.css index 9376241..7655ae5 100644 --- a/login.css +++ b/login.css @@ -442,4 +442,45 @@ form.sign-in-form { pointer-events: none; z-index: 99999999; /* Stays on top of all elements */ -} \ No newline at end of file +} + + + + /* General Body Styling */ + + body { + +cursor: none; /* Hide the default cursor */ + +} + +/* Cursor Tail Effect - the small dots trailing behind */ +.cursor-tail { + +position: absolute; +width: 11px; /* Small dot */ +height: 11px; +background-color: rgba(63, 228, 253, 0.8); /* Neon green tail */ +border-radius: 50%; +pointer-events: none; /* Ensure the trail doesn't interfere with clicks */ +z-index: 9999; +transform: translate(-50%, -50%); +animation: trail 0.5s forwards; + +} + +/* Tail Effect Animation - Fades and shrinks */ +@keyframes trail { + +0% { + transform: scale(1) translate(-50%, -50%); + opacity: 1; +} +100% { + transform: scale(0) translate(-50%, -50%); + opacity: 0; +} + +} + + diff --git a/login.html b/login.html index 5d18ffb..5b9bc3c 100644 --- a/login.html +++ b/login.html @@ -27,27 +27,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+