From 27e52e24326defad91ed5eff9c97e655b8049720 Mon Sep 17 00:00:00 2001 From: Asghar Hussain Date: Thu, 10 Oct 2024 01:13:35 +0530 Subject: [PATCH 1/3] galaxy brain --- pages/githubbadge.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/githubbadge.html b/pages/githubbadge.html index bf6020fa..8341df52 100644 --- a/pages/githubbadge.html +++ b/pages/githubbadge.html @@ -506,9 +506,13 @@

📃 Achievement List 📃

Galaxy Brain Galaxy Brain - Answered a discussion and someone marked your reply as answer
You can answer some of the - discussions here
Watch the Video Tutorial + + Answered a discussion and someone marked your reply as answer +
+ You can answer some of the discussions + here +
+ Watch the Video Tutorial From 997c215b8acc6a2dde77c7d97e64712827fd5290 Mon Sep 17 00:00:00 2001 From: Asghar Hussain Date: Thu, 10 Oct 2024 10:51:59 +0530 Subject: [PATCH 2/3] pro-badge --- pages/githubbadge.html | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/pages/githubbadge.html b/pages/githubbadge.html index 8341df52..6af787bd 100644 --- a/pages/githubbadge.html +++ b/pages/githubbadge.html @@ -364,7 +364,7 @@

📃 Achievement List 📃

If you get the first 16 stars you will unlock the badge.
Watch the Video Tutorial - +
@@ -512,7 +512,8 @@

📃 Achievement List 📃

You can answer some of the discussions here
- Watch the Video Tutorial + Watch the Video Tutorial +
@@ -550,7 +551,8 @@

📃 Achievement List 📃

- - + +
YOLO
Merged a pull request without a review
-
You can raise a PR here
+
You can raise a PR here +
Merged a pull request without a @@ -742,11 +744,18 @@

✨ Highlights Badges ✨

Pro Light Mode
ProPay for GitHub - Pro or if you are student get it free: Watch - Video + Pro + Pay for + + GitHub Pro + + or if you are student get it free: + + Watch Video + +
From dd296befec5646796b36e56396c5150200750d1c Mon Sep 17 00:00:00 2001 From: Asghar Hussain Date: Fri, 11 Oct 2024 18:48:14 +0530 Subject: [PATCH 3/3] fixed navbar mobileview issue --- index.html | 2 +- styles/hamburger.css | 4 ++-- styles/styles.css | 19 +++++++++++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 977c2395..295c66af 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,7 @@

Awesome GitHub Profile READMEs

class="search-input" placeholder="Search Nickname or Username..." /> - + diff --git a/styles/hamburger.css b/styles/hamburger.css index 6d571a6b..0fdb9413 100644 --- a/styles/hamburger.css +++ b/styles/hamburger.css @@ -21,7 +21,7 @@ } .hamburger.active div:nth-child(1) { - transform: translateY(6px) rotate(45deg); + transform: translateY(14px) rotate(45deg); } .hamburger.active div:nth-child(2) { @@ -38,7 +38,7 @@ align-items: center; background-color: #ffffff; width: 100%; - position: absolute; + position: fixed; top: 52px; left: 0; opacity: 0; diff --git a/styles/styles.css b/styles/styles.css index 447d38bc..7922a9a0 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -1277,6 +1277,10 @@ a { position: relative; padding: 18px !important; } +.fa-search{ + position: relative; + right: 40px; +} /* Media query for mobile view */ @media (max-width: 768px) { @@ -1293,8 +1297,23 @@ a { max-width: 90vw; font-size: 12px; /* Adjust font size for smaller screens */ } + + .search-input{ + padding-right: 35px; + } + .fa-search{ + position: relative; + right: 35px; + } + .fa-caret-down.dropdown{ + position: relative; + right: 15px; + } } + + + .line.show{ position: relative; /* bottom: -20px; */