From 6d9f3a1e6c8a7ce82c7c62742139030a5f7e84af Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 2 May 2026 21:53:23 +0000 Subject: [PATCH 1/5] fix: align all 3 bio section headings consistently Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/c6854300-779e-4451-a940-295b87e4f119 Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- src/_includes/bio.njk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/_includes/bio.njk b/src/_includes/bio.njk index e59ca92..86a6a48 100644 --- a/src/_includes/bio.njk +++ b/src/_includes/bio.njk @@ -87,7 +87,9 @@ {% if languages is defined and languages is not null %}
-

Technologies

+

+ Technologies +

{% set skills = languages.split(' ') %} {% include "skills-list.njk" %} @@ -96,7 +98,7 @@ {% endif %}
-

+

Mini-Game

Catch the skill tiles before they fall! Collect enough to win XP.

From ddef2b7c5eeb7306a3b6aefcc913ff6c237fa972 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 2 May 2026 22:20:32 +0000 Subject: [PATCH 2/5] fix: unify container padding to p-8 sm:p-12 on all three bio sections Agent-Logs-Url: https://github.com/NextCommunity/NextCommunity.github.io/sessions/b12891e7-40a5-416f-8882-415a6b6d877d Co-authored-by: jbampton <418747+jbampton@users.noreply.github.com> --- src/_includes/bio.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_includes/bio.njk b/src/_includes/bio.njk index 86a6a48..db695d6 100644 --- a/src/_includes/bio.njk +++ b/src/_includes/bio.njk @@ -86,7 +86,7 @@ {% endif %} {% if languages is defined and languages is not null %} -
+

Technologies

@@ -97,7 +97,7 @@
{% endif %} -
+

Mini-Game

From 247b76a290002ba38e9bb5d8708f2368fb75059d Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 3 May 2026 08:32:22 +1000 Subject: [PATCH 3/5] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/_includes/bio.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/bio.njk b/src/_includes/bio.njk index db695d6..eb4115c 100644 --- a/src/_includes/bio.njk +++ b/src/_includes/bio.njk @@ -99,7 +99,7 @@

- Mini-Game + Mini-Game

Catch the skill tiles before they fall! Collect enough to win XP.