From dc3b74cfacfc57321d2ee87828b60c6f482e7bf4 Mon Sep 17 00:00:00 2001 From: Sayyad Aslam Date: Thu, 8 Aug 2024 01:24:38 +0530 Subject: [PATCH 1/7] Update tnc.html --- tnc.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tnc.html b/tnc.html index c793e638..bbfc8e8f 100644 --- a/tnc.html +++ b/tnc.html @@ -46,7 +46,6 @@ } - @@ -54,6 +53,9 @@ +
+
+
@@ -260,6 +262,18 @@

8. Our Copyright Dispute Policy

updateWeekly(); }); + + + +
From c96b5896baaa282a2d143420ea378400e9318214 Mon Sep 17 00:00:00 2001 From: Sayyad Aslam Date: Thu, 8 Aug 2024 01:24:45 +0530 Subject: [PATCH 2/7] Update tnc.css --- tnc.css | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/tnc.css b/tnc.css index 22c2089d..0f8c0870 100644 --- a/tnc.css +++ b/tnc.css @@ -255,4 +255,27 @@ html { font-size: 18px; color: rgb(255, 255, 255) !important; font-weight: 400 !important; - } \ No newline at end of file + } + + #progress-container { + position: fixed ; + top: 0px; + left: 0; + width: 100%; + height: 15px; + z-index: 99990; + /* background: #f3f3f3; */ + } + + #progress-bar { + position: fixed; + top: 0; + left: 0; + width: 0%; + height: 7px; + width: 0; + background: linear-gradient(90deg, rgb(0, 72, 255) 0%, rgb(153, 187, 255) 50%, rgb(0, 184, 250) 100%); + box-shadow: 0 0 4px rgba(0, 166, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7); + transition: width 0.09s ease-in-out; + border-radius: 10px; + } From a233efa7dd1898938ef2c001335f7ad0ece1ed91 Mon Sep 17 00:00:00 2001 From: Sayyad Aslam Date: Thu, 8 Aug 2024 01:24:58 +0530 Subject: [PATCH 3/7] Update privacy.html --- privacy.html | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/privacy.html b/privacy.html index a390e0e5..9b246723 100644 --- a/privacy.html +++ b/privacy.html @@ -129,9 +129,36 @@ font-weight: 400 !important; } + + #progress-container { + position: fixed ; + top: 0px; + left: 0; + width: 100%; + height: 15px; + z-index: 99990; + /* background: #f3f3f3; */ + } + + #progress-bar { + position: fixed; + top: 0; + left: 0; + width: 0%; + height: 7px; + width: 0; + background: linear-gradient(90deg, rgb(0, 72, 255) 0%, rgb(153, 187, 255) 50%, rgb(0, 184, 250) 100%); + box-shadow: 0 0 4px rgba(0, 166, 255, 0.7), 0 0 10px rgba(255, 255, 255, 0.7); + transition: width 0.09s ease-in-out; + border-radius: 10px; + } + +
+
+
@@ -202,6 +229,7 @@ animateCircles(); }); +