From 409530463a46d14c27ac8a12ac94d20b53e258c2 Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Sun, 13 Oct 2024 17:26:14 +0530 Subject: [PATCH] Update --- Terms.html | 42 ++++++++++++++++++++++++++++++++++++++++++ index.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ licensing.html | 43 +++++++++++++++++++++++++++++++++++++++++++ privacy-policy.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ visual.html | 43 +++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 217 insertions(+) diff --git a/Terms.html b/Terms.html index d610541..efa33ab 100644 --- a/Terms.html +++ b/Terms.html @@ -61,12 +61,54 @@ .hover-move:hover { transform: translateX(20px); } + #progress-container { + width: 100%; + height: 5px; + background-color: #f3f3f3; + border-radius: 5px; + overflow: hidden; + position: fixed; + top: 0; + left: 0; + z-index: 9999; + } + + #progress-bar { + /* width: 0%; */ + height: 100%; + background-color: rgb(219, 127, 219); + } +
+
+
+ + +
diff --git a/index.html b/index.html index b6ea859..7903eca 100644 --- a/index.html +++ b/index.html @@ -172,11 +172,56 @@ .delay-100 { animation-delay: 0.1s; } .delay-200 { animation-delay: 0.2s; } .delay-300 { animation-delay: 0.3s; } + + #progress-container { + width: 100%; + height: 5px; + background-color: #f3f3f3; + border-radius: 5px; + overflow: hidden; + position: fixed; + top: 0; + left: 0; + z-index: 9999; + } + + #progress-bar { + /* width: 0%; */ + height: 100%; + background-color: rgb(219, 127, 219); + } + +
+
+
+ + + +
diff --git a/licensing.html b/licensing.html index 20454c0..94e3bfa 100644 --- a/licensing.html +++ b/licensing.html @@ -58,6 +58,24 @@ .hover-move:hover { transform: translateX(20px); } + + #progress-container { + width: 100%; + height: 5px; + background-color: #f3f3f3; + border-radius: 5px; + overflow: hidden; + position: fixed; + top: 0; + left: 0; + z-index: 9999; + } + + #progress-bar { + /* width: 0%; */ + height: 100%; + background-color: rgb(219, 127, 219); + } + +
+
+
+ + +