-
+
From 97e70cae9ede4253f862edf986a1a8116f5bb35c Mon Sep 17 00:00:00 2001
From: Sourabh Majoka
Date: Sat, 26 Oct 2024 17:15:32 +0530
Subject: [PATCH 06/22] Fixed "Buy Our eBooks" Button in Dark Mode
---
assets/css/darkmode.css | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/assets/css/darkmode.css b/assets/css/darkmode.css
index 10c2204..687cbea 100644
--- a/assets/css/darkmode.css
+++ b/assets/css/darkmode.css
@@ -504,6 +504,19 @@ body.nav-active {
padding: 3rem;
}
+.E-book-button {
+ position: fixed;
+ left: 20px;
+ bottom: 80px;
+ background-color: #FF4D4D;
+ color: white;
+ padding: 15px;
+ border-radius: 5px;
+ cursor: pointer;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
+ z-index: 1001;
+}
+
.feedback-button {
position: fixed;
left: 20px;
From 1b5959ace7570a3f3c42955d7e4fba663fc4f4cc Mon Sep 17 00:00:00 2001
From: imsudiptaa
Date: Sat, 26 Oct 2024 17:41:37 +0530
Subject: [PATCH 07/22] Register Today Button UI updated
---
index.html | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/index.html b/index.html
index b9759c0..7597b89 100644
--- a/index.html
+++ b/index.html
@@ -907,6 +907,38 @@
+
-
+
-
+
@@ -280,8 +280,8 @@
Your Feedback
Your Email
-
+
From c458259b42656f874e0bc165bf17bee56e85a742 Mon Sep 17 00:00:00 2001
From: byteom <123omsinghpipariya@gmail.com>
Date: Sun, 27 Oct 2024 20:12:42 +0530
Subject: [PATCH 12/22] Fix issue #870 At carrier page - Date Input Field
Allows Invalid Six-Digit Year in Job Application Form
---
careers.html | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/careers.html b/careers.html
index b64f2c5..0386f2e 100644
--- a/careers.html
+++ b/careers.html
@@ -145,7 +145,7 @@
Apply for Internship
-
+
@@ -187,6 +187,18 @@
Apply for Internship
this.reset();
});
+
+
+
+