From 960fd240e55dbffeba084121dbf49d82883dca6c Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Sun, 3 Nov 2024 17:55:28 +0530
Subject: [PATCH 1/9] Update index.html
---
index.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/index.html b/index.html
index 635a6231..df5fc385 100644
--- a/index.html
+++ b/index.html
@@ -158,9 +158,6 @@
Awesome GitHub Profile READMEs
-
-
-
From d43c2f8997cd5aad25895e846b1071ca88898d1b Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Sun, 3 Nov 2024 19:01:09 +0530
Subject: [PATCH 2/9] Update styles.css
---
styles/styles.css | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/styles/styles.css b/styles/styles.css
index b25b1ec5..82d00cb2 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -285,12 +285,18 @@ body.dark-mode ::-webkit-scrollbar-button {
display: flex;
align-items: center;
justify-content: center;
- flex-wrap: wrap;
+ flex-wrap:wrap;
margin-bottom: 20px;
}
.tag {
- display: inline-block;
+ flex: 0 0 25%; /* Each tag will take up 25% of the width */
+ box-sizing: border-box; /* Ensures padding and border are included in width */
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-wrap: wrap;
+ margin-bottom: 20px;
margin: 5px;
padding: 10px 15px;
background-color: #fff;
@@ -779,10 +785,10 @@ body.dark-mode .footer-button:hover {
.side-icons {
position: fixed;
right: 20px;
- top: 30%;
+ top: 20%;
display: flex;
flex-direction: column;
- gap: 15px;
+ gap: 10px;
}
.icon-content {
From 9a697663ff4dd0baeb396315ad084f7e7e5cd6d8 Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Sun, 3 Nov 2024 20:32:44 +0530
Subject: [PATCH 3/9] added the padding
---
styles/styles.css | 1 +
1 file changed, 1 insertion(+)
diff --git a/styles/styles.css b/styles/styles.css
index 82d00cb2..fc15a487 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -299,6 +299,7 @@ body.dark-mode ::-webkit-scrollbar-button {
margin-bottom: 20px;
margin: 5px;
padding: 10px 15px;
+ padding: 15px 25px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 20px;
From 28884a56d516dfbabdac7cb1e61217314622ec8d Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Sun, 3 Nov 2024 20:36:41 +0530
Subject: [PATCH 4/9] added new
---
styles/styles.css | 1 -
1 file changed, 1 deletion(-)
diff --git a/styles/styles.css b/styles/styles.css
index fc15a487..82d00cb2 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -299,7 +299,6 @@ body.dark-mode ::-webkit-scrollbar-button {
margin-bottom: 20px;
margin: 5px;
padding: 10px 15px;
- padding: 15px 25px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 20px;
From d7fc5d8e553420b36a9bb0de63ffadc8a1c32019 Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Sun, 3 Nov 2024 20:43:23 +0530
Subject: [PATCH 5/9] added
---
styles/styles.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/styles/styles.css b/styles/styles.css
index 82d00cb2..56ac61d1 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -298,7 +298,7 @@ body.dark-mode ::-webkit-scrollbar-button {
flex-wrap: wrap;
margin-bottom: 20px;
margin: 5px;
- padding: 10px 15px;
+ padding: 11px 15px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 20px;
From 182701393303c8b85e6aa4de8f721ba90467119a Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Mon, 4 Nov 2024 08:30:47 +0530
Subject: [PATCH 6/9] Updated styles for improved layout
---
styles/styles.css | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/styles/styles.css b/styles/styles.css
index a5059cab..12728e6a 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -290,6 +290,8 @@ body.dark-mode ::-webkit-scrollbar-button {
}
.tag {
+ flex: 0 0 25%; /* Each tag will take up 25% of the width */
+ box-sizing: border-box; /* Ensures padding and border are included in width */
display: inline-block;
margin: 5px;
padding: 10px 15px;
@@ -883,17 +885,17 @@ body.dark-mode .side-icons .icon-content a:hover i {
/* Dark mode background colors for different icons */
body.dark-mode .side-icons .icon-content a[data-social="facebook"] .filled {
- background-color: #3b5998;
+ background-color: #040c1e;
/* Darker shade for Facebook in dark mode */
}
body.dark-mode .side-icons .icon-content a[data-social="linkedin"] .filled {
- background-color: #0077b5;
+ background-color: #04141d;
/* Darker shade for LinkedIn in dark mode */
}
body.dark-mode .side-icons .icon-content a[data-social="twitter"] .filled {
- background-color: #1da1f2;
+ background-color: #030d13;
/* Darker shade for Twitter in dark mode */
}
@@ -916,7 +918,7 @@ body.dark-mode .side-icons .icon-content a:hover {
/* Base styles */
body {
font-family: Arial, sans-serif;
- background: linear-gradient(45deg, rgba(10, 151, 207, 0.9) 60%, rgba(15, 61, 214, 0.9) 40%);
+ background: linear-gradient(45deg, rgba(0, 8, 11, 0.9) 60%, rgba(1, 4, 15, 0.9) 40%);
color: #333;
margin: 0;
padding: 0;
From e08045f61dfdeba84023da3d01fb8c9168e07d8d Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Mon, 4 Nov 2024 08:50:38 +0530
Subject: [PATCH 7/9] Fixed alignment issues on profile showcase page
---
awesome-github-profiles | 2 +-
styles/styles.css | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/awesome-github-profiles b/awesome-github-profiles
index e0ceaa0f..d7fc5d8e 160000
--- a/awesome-github-profiles
+++ b/awesome-github-profiles
@@ -1 +1 @@
-Subproject commit e0ceaa0f77ad4f76f0271599732a5ec6e0c61339
+Subproject commit d7fc5d8e553420b36a9bb0de63ffadc8a1c32019
diff --git a/styles/styles.css b/styles/styles.css
index 12728e6a..9beef846 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -290,8 +290,7 @@ body.dark-mode ::-webkit-scrollbar-button {
}
.tag {
- flex: 0 0 25%; /* Each tag will take up 25% of the width */
- box-sizing: border-box; /* Ensures padding and border are included in width */
+
display: inline-block;
margin: 5px;
padding: 10px 15px;
@@ -300,6 +299,8 @@ body.dark-mode ::-webkit-scrollbar-button {
border-radius: 20px;
cursor: pointer;
transition: background-color 0.3s ease;
+ flex: 0 0 25%; /* Each tag will take up 25% of the width */
+ box-sizing: border-box; /* Ensures padding and border are included in width */
}
.tag:hover {
From 041057658aaac38b5d7f0c7b78c821afdec4ad2f Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Mon, 4 Nov 2024 10:47:47 +0530
Subject: [PATCH 8/9] Removed submodule and cleaned up directory
---
awesome-github-profiles | 1 -
1 file changed, 1 deletion(-)
delete mode 160000 awesome-github-profiles
diff --git a/awesome-github-profiles b/awesome-github-profiles
deleted file mode 160000
index d7fc5d8e..00000000
--- a/awesome-github-profiles
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit d7fc5d8e553420b36a9bb0de63ffadc8a1c32019
From fbfca774e2812be5353e4dbec55c8aa8b1bd2d42 Mon Sep 17 00:00:00 2001
From: "P.Varsha Sri" <22wh1a05c4@bvrithyderabad.edu.in>
Date: Mon, 4 Nov 2024 10:53:26 +0530
Subject: [PATCH 9/9] alignment changes
---
styles/styles.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/styles/styles.css b/styles/styles.css
index 90d59b5d..014161de 100644
--- a/styles/styles.css
+++ b/styles/styles.css
@@ -39,6 +39,8 @@ body {
}
.tag {
+ flex: 0 0 25%; /* Each tag will take up 25% of the width */
+ box-sizing: border-box; /* Ensures padding and border are included in width */
display: inline-block;
margin: 5px;
padding: 10px 15px;