From 3574af9bb36dfa9d5553aaf636f5fb7e287bd284 Mon Sep 17 00:00:00 2001 From: SaishWadnere Date: Sun, 3 May 2026 12:12:21 +0530 Subject: [PATCH 1/4] fix(ui): prevent metadata layout from shrinking Add min-w, max-w, and shrink-0 to the location/country metadata container to avoid it collapsing when name or role text is long. Addresses review feedback from PR #466. --- src/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.njk b/src/index.njk index 83c28a7..8bc63f7 100644 --- a/src/index.njk +++ b/src/index.njk @@ -31,7 +31,7 @@ layout: false {% set country = person.data.country %} {% set location = person.data.location %} {% if location or country %} -
+
{% if location %}{{ location }}{% endif %} {% if country %}{{ country }}{% endif %}
From aa85489802c768ad9c0225253cf00c96f0ac5d7a Mon Sep 17 00:00:00 2001 From: SaishWadnere Date: Sun, 3 May 2026 12:48:30 +0530 Subject: [PATCH 2/4] Add Saish Wadnere to developer directory --- src/users/saishwadnere.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/users/saishwadnere.yaml diff --git a/src/users/saishwadnere.yaml b/src/users/saishwadnere.yaml new file mode 100644 index 0000000..82e9027 --- /dev/null +++ b/src/users/saishwadnere.yaml @@ -0,0 +1,13 @@ +name: Saish Milind Wadnere +github: SaishWadnere +email: saishwadnere3@gmail.com +instagram: https://www.instagram.com/saish_wadnere/ +twitter: https://x.com/saishwadnere +linkedin: https://www.linkedin.com/in/saish-wadnere/ +country: India +location: Nashik +role: Student +languages: Java JavaScript React HTML CSS +bio: | + Student studying at Sandip Institute of Technology and Research Centre. + Interested in Backend and Cloud. Building real systems. Mastery in React and CSS. From 2503eb59e947657665bc38fd700f7a6155836c78 Mon Sep 17 00:00:00 2001 From: SaishWadnere Date: Sun, 3 May 2026 12:57:37 +0530 Subject: [PATCH 3/4] Use standard Tailwind spacing classes instead of arbitrary values --- src/index.njk | 2 +- src/users/saishwadnere.yaml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/index.njk b/src/index.njk index 8bc63f7..9b67c28 100644 --- a/src/index.njk +++ b/src/index.njk @@ -31,7 +31,7 @@ layout: false {% set country = person.data.country %} {% set location = person.data.location %} {% if location or country %} -
+
{% if location %}{{ location }}{% endif %} {% if country %}{{ country }}{% endif %}
diff --git a/src/users/saishwadnere.yaml b/src/users/saishwadnere.yaml index 82e9027..51865e9 100644 --- a/src/users/saishwadnere.yaml +++ b/src/users/saishwadnere.yaml @@ -9,5 +9,6 @@ location: Nashik role: Student languages: Java JavaScript React HTML CSS bio: | - Student studying at Sandip Institute of Technology and Research Centre. - Interested in Backend and Cloud. Building real systems. Mastery in React and CSS. + Computer Engineering student at Sandip Institute of Technology and Research Centre, Nashik. + Focused on backend development and cloud technologies, with strong experience in React and CSS. + Passionate about building scalable, real-world systems and continuously improving through hands-on projects. From be32d97831cf123d1e0da3a6cb6851bc099ff440 Mon Sep 17 00:00:00 2001 From: Saish Wadnere <115936830+SaishWadnere@users.noreply.github.com> Date: Sun, 3 May 2026 15:15:23 +0530 Subject: [PATCH 4/4] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/index.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.njk b/src/index.njk index 9b67c28..8bc63f7 100644 --- a/src/index.njk +++ b/src/index.njk @@ -31,7 +31,7 @@ layout: false {% set country = person.data.country %} {% set location = person.data.location %} {% if location or country %} -
+
{% if location %}{{ location }}{% endif %} {% if country %}{{ country }}{% endif %}