From aefdacaff8498c8198d2926055d3b46edfe3b535 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 3 Aug 2024 19:09:35 +0530 Subject: [PATCH 01/34] Added Cursor Trail Effect contact_GSSoC_contributed.html --- contact_GSSoC_contributed.html | 101 +++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) diff --git a/contact_GSSoC_contributed.html b/contact_GSSoC_contributed.html index 618d89ad..7a21e109 100644 --- a/contact_GSSoC_contributed.html +++ b/contact_GSSoC_contributed.html @@ -29,6 +29,37 @@ background-color: #e21f1f; z-index: 9999; } + + .circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } @@ -139,6 +170,76 @@

Follow Us

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ \ No newline at end of file From 0de9d77c3ab9e04ec34dd24994df74a461b2dbd1 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 3 Aug 2024 19:09:55 +0530 Subject: [PATCH 02/34] Update add-address.html --- Html-files/add-address.html | 103 ++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/Html-files/add-address.html b/Html-files/add-address.html index 2883e3ae..d674ffd6 100644 --- a/Html-files/add-address.html +++ b/Html-files/add-address.html @@ -32,10 +32,113 @@ background-color: #b80d0d; z-index: 9999; } + + .circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + From 2e1272303a52833921d0fc46822bd7028a55c938 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 3 Aug 2024 19:10:33 +0530 Subject: [PATCH 05/34] Update cart.html --- Html-files/cart.html | 103 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/Html-files/cart.html b/Html-files/cart.html index ccaa6061..8dfb54a6 100644 --- a/Html-files/cart.html +++ b/Html-files/cart.html @@ -167,6 +167,37 @@ color: rgb(0, 0, 0); } +.circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } + @@ -175,6 +206,78 @@ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + From 30b798137a496b940202858f102370b5cd1bec19 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 3 Aug 2024 19:11:29 +0530 Subject: [PATCH 09/34] Update contributor.html --- Html-files/contributor.html | 103 ++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/Html-files/contributor.html b/Html-files/contributor.html index 221be7a1..997385a4 100644 --- a/Html-files/contributor.html +++ b/Html-files/contributor.html @@ -6,6 +6,38 @@ Contributors +
@@ -44,5 +76,76 @@

${contribu fetchContributors(); }); +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + From f949505f4cc99374517f734de8dc9bbccca80583 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 3 Aug 2024 19:11:42 +0530 Subject: [PATCH 10/34] Update dish-detailes.html --- Html-files/dish-detailes.html | 103 ++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/Html-files/dish-detailes.html b/Html-files/dish-detailes.html index 9cf3dd1b..89182418 100644 --- a/Html-files/dish-detailes.html +++ b/Html-files/dish-detailes.html @@ -36,9 +36,112 @@ background-color: #b80d0d; z-index: 9999; } + + .circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+ From a88930345d205ddaedcbd890e6b49335bd363757 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 3 Aug 2024 19:12:03 +0530 Subject: [PATCH 12/34] Update feedback.html --- Html-files/feedback.html | 103 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/Html-files/feedback.html b/Html-files/feedback.html index 53604e5e..628e6ea5 100644 --- a/Html-files/feedback.html +++ b/Html-files/feedback.html @@ -21,9 +21,112 @@ background-color: #b80d0d; z-index: 9999; } + + .circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+
From 9590bd9fc63311e740fb9bc7cbcc670dff29a34c Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 3 Aug 2024 19:12:30 +0530 Subject: [PATCH 15/34] Update frosa.html --- Html-files/frosa.html | 103 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/Html-files/frosa.html b/Html-files/frosa.html index 5bff77bb..d3763a2d 100644 --- a/Html-files/frosa.html +++ b/Html-files/frosa.html @@ -98,10 +98,113 @@ border-radius: 5px; text-align: center; } + + .circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+
+ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + From 60c03833f93b7bde39d3b3187b9121f3b4598cfc Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sat, 3 Aug 2024 19:15:41 +0530 Subject: [PATCH 18/34] Update menu.html --- Html-files/menu.html | 103 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/Html-files/menu.html b/Html-files/menu.html index decd259d..6d4538bc 100644 --- a/Html-files/menu.html +++ b/Html-files/menu.html @@ -97,11 +97,114 @@ } +.circle { + position: absolute; + width: 20px; + height: 20px; + border-radius: 50%; + pointer-events: none; + background: radial-gradient(circle, rgba(255, 0, 0, 0.466), rgba(255, 52, 52, 0.5)); + transition: transform 0.1s, left 0.1s, top 0.1s; + box-shadow: 0 0 20px #faff64, + 0 0 60px #f52323, + 0 0 100px #ff0000; + animation: colors 1s infinite; + transform: translate(-50%, -50%); + } + + .circle-container { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: none; + z-index: 9999; + } + + @media (max-width: 724px) { + .circle-container{ + display: none; + } + } + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +
+