From 48b7e49860caf41efee89cd4607cea6d88639264 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 18:58:56 +0000 Subject: [PATCH 1/5] Initial plan From 88b61865b52e8c865424daa7ee18d0c05d46cce1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:07:46 +0000 Subject: [PATCH 2/5] Activate January PNSQC banner with slideDown animation Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- _includes/banner.html | 2 +- _sass/_layout.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/banner.html b/_includes/banner.html index 7de74197..556e8528 100644 --- a/_includes/banner.html +++ b/_includes/banner.html @@ -2,5 +2,5 @@
- Do you have a software testing conference or workshop and want to list it? Learn how to contribute. + Come Jam with PNSQC! Learn more.
\ No newline at end of file diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 9fd192a6..c26088d7 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -338,6 +338,7 @@ } #promo { + display: none; position: relative; z-index: 101; top: 0; From 5bc39d9c84384cd4c90d1fd0d01ef100cf2338a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:09:16 +0000 Subject: [PATCH 3/5] Add accessibility and security improvements to banner link Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- _includes/banner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/banner.html b/_includes/banner.html index 556e8528..cff01369 100644 --- a/_includes/banner.html +++ b/_includes/banner.html @@ -2,5 +2,5 @@
- Come Jam with PNSQC! Learn more. + Come Jam with PNSQC! Learn more.
\ No newline at end of file From 3387aad8854b185e099eb27e60b1452b8af1d317 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:10:09 +0000 Subject: [PATCH 4/5] Remove stray semicolon from CSS Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- _sass/_layout.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index c26088d7..80cd9a3c 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -351,7 +351,6 @@ color: black; } - ; text-align: center; line-height: 1.5; font-weight: normal; From 188ca9a1763933e1516188913fa55aae3e6d0f51 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 19:11:21 +0000 Subject: [PATCH 5/5] Remove empty link element from banner Co-authored-by: ckenst <6896787+ckenst@users.noreply.github.com> --- _includes/banner.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/banner.html b/_includes/banner.html index cff01369..5cbd9e09 100644 --- a/_includes/banner.html +++ b/_includes/banner.html @@ -1,6 +1,5 @@ -
Come Jam with PNSQC! Learn more.
\ No newline at end of file