From fd41e326fda950fbf02c11471efa8342bf4e461c Mon Sep 17 00:00:00 2001 From: Anjaliavv51 <154777864+Anjaliavv51@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:36:21 +0530 Subject: [PATCH 1/4] [Feature] Add custom cursor to the website issue #864 --- index.html | 176 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 176 insertions(+) diff --git a/index.html b/index.html index 6a48c7cc..0f43b097 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,53 @@ Beautiify + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -277,7 +321,139 @@

Transfer Lists

+ From 55216046e4d8d25842c1111efd654ff9fadfb748 Mon Sep 17 00:00:00 2001 From: Anjaliavv51 <154777864+Anjaliavv51@users.noreply.github.com> Date: Thu, 20 Jun 2024 19:03:10 +0530 Subject: [PATCH 2/4] Added custom cursor to the website issue #991 --- assets/css_files/cursor.css | 19 +++ assets/html_files/about.html | 26 ++++- assets/html_files/accordions.html | 26 ++++- assets/html_files/backgrounds.html | 25 +++- assets/html_files/breadcrumbs.html | 25 +++- assets/html_files/buttons.html | 24 ++++ assets/html_files/cards.html | 24 ++++ assets/html_files/carousels.html | 24 ++++ assets/html_files/contact.html | 25 +++- assets/html_files/contributor.html | 24 ++++ assets/html_files/dropdowns.html | 24 ++++ assets/html_files/footers.html | 24 ++++ assets/html_files/forms.html | 24 ++++ assets/html_files/loaders.html | 24 ++++ assets/html_files/navigation-bars.html | 24 ++++ assets/html_files/popups.html | 24 ++++ assets/html_files/search-bars.html | 24 ++++ assets/html_files/text-animations.html | 24 ++++ assets/html_files/transfer-lists.html | 24 ++++ assets/js_files/cursor.js | 130 +++++++++++++++++++++ index.html | 156 +------------------------ 21 files changed, 583 insertions(+), 161 deletions(-) create mode 100644 assets/css_files/cursor.css create mode 100644 assets/js_files/cursor.js diff --git a/assets/css_files/cursor.css b/assets/css_files/cursor.css new file mode 100644 index 00000000..6e642d45 --- /dev/null +++ b/assets/css_files/cursor.css @@ -0,0 +1,19 @@ +.circle{ + z-index: 10000; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + animation: colors 5s infinite; + position: fixed; + transform: translate(-50%,-50%); + } + .circle::before { + content: ""; + position: fixed; + width: 50px; + height: 50px; + opacity: 0.2; + transform: translate(-30%,-30%); + border-radius: 50%; + } \ No newline at end of file diff --git a/assets/html_files/about.html b/assets/html_files/about.html index a6e0b3cd..b7c6b0e8 100644 --- a/assets/html_files/about.html +++ b/assets/html_files/about.html @@ -9,6 +9,7 @@ + @@ -22,7 +23,28 @@
- +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+