From cbe590fa03722e075ab566e79d418b0ebeb18744 Mon Sep 17 00:00:00 2001
From: DeenuRSD <124046429+DeenuRSD@users.noreply.github.com>
Date: Sat, 19 Oct 2024 02:38:35 +0530
Subject: [PATCH] Update index.html
---
index.html | 459 ++++++++++++-----------------------------------------
1 file changed, 99 insertions(+), 360 deletions(-)
diff --git a/index.html b/index.html
index fc49ab1..8028ef1 100644
--- a/index.html
+++ b/index.html
@@ -1,369 +1,108 @@
-
-
-
- Badge Website
+
+
+
+ Badge Website
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ .header-container {
+ background-color: #f8f9fa; /* Light header background */
+ }
+
+ .badge-container {
+ background: linear-gradient(
+ 35deg,
+ rgba(10, 151, 207, 0.9) 50%,
+ rgba(15, 61, 214, 0.9) 50%
+ );
+ padding: 5px;
+ border-radius: 8px;
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
+ transform: scale(0.7); /* Further reduce the size of the card */
+ }
+
+ /* Dark Mode Styles */
+ body.dark-mode {
+ background-color: #121212; /* Dark background */
+ color: white; /* Light text color */
+ }
-