From 255497b34b60284e8e1ba31161b224195483af12 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 19:51:18 +0000 Subject: [PATCH 01/10] Style mailing-list subscribe button to match site buttons Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index d66fcec..3adafd3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -60,7 +60,7 @@ activities, and other math competition opportunities!
-
+
From d29c06c41afe4fb383ea62d5bf99eacdb4046916 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 20:17:17 +0000 Subject: [PATCH 02/10] Add outline to email input; responsive subscribe button layout Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 3adafd3..12e11ca 100644 --- a/content/_index.md +++ b/content/_index.md @@ -55,12 +55,17 @@ activities, and other math competition opportunities!
-
+
+
+ + +
+
-
+
From 7ada077793662bf0363b8ca8ce6c981cb3af2e51 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 20:19:16 +0000 Subject: [PATCH 03/10] Arrange sponsor tiers into per-row splits on small screens Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 12e11ca..6a83f32 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,7 +12,7 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Diamond Sponsors" -div_class = "flex gap-x-16 gap-y-4 flex-wrap justify-center items-center" +div_class = "grid grid-cols-2 justify-items-center items-center gap-x-6 gap-y-4 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-16" img_class = "max-w-36 max-h-18" sponsors = [ { alt = "Citadel | Citadel Securities", src = "assets/sponsors/citadel.png", href = "https://www.citadel.com/" }, @@ -23,7 +23,7 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Gold Sponsors" -div_class = "flex gap-x-16 gap-y-4 flex-wrap justify-center items-center" +div_class = "grid grid-cols-2 justify-items-center items-center gap-x-6 gap-y-4 [&>a:first-child]:col-span-2 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-16" img_class = "max-w-48 max-h-12" sponsors = [ { alt = "Simons Institute", src = "assets/sponsors/simons.png", href = "https://simons.berkeley.edu/" }, @@ -33,7 +33,7 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Blue Sponsors & Friends of BMT" -div_class = "flex gap-x-12 gap-y-4 flex-wrap justify-center items-center" +div_class = "grid grid-cols-3 justify-items-center items-center gap-x-4 gap-y-4 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-12" img_class = "max-w-24 max-h-12" sponsors = [ { alt = "Mustang Math", src = "assets/sponsors/mmt.png", href = "https://mustangmath.com/" }, From e0b116cea609f04a476e756b422a4c5791c070c2 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 20:30:50 +0000 Subject: [PATCH 04/10] Gold sponsors split 12/3 on small screens Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 6a83f32..73d4616 100644 --- a/content/_index.md +++ b/content/_index.md @@ -23,7 +23,7 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Gold Sponsors" -div_class = "grid grid-cols-2 justify-items-center items-center gap-x-6 gap-y-4 [&>a:first-child]:col-span-2 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-16" +div_class = "grid grid-cols-2 justify-items-center items-center gap-x-6 gap-y-4 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-16" img_class = "max-w-48 max-h-12" sponsors = [ { alt = "Simons Institute", src = "assets/sponsors/simons.png", href = "https://simons.berkeley.edu/" }, From b83fb082cf8b48402c73d1263dbc06704670baf1 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 20:33:11 +0000 Subject: [PATCH 05/10] Place email input inline to right of label and make it narrower Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index 73d4616..896644e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -55,9 +55,10 @@ activities, and other math competition opportunities!
-
-
- +
+
+ +
From 425ed3cec1b53f101f79750e52c202e9e61848c8 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 20:45:49 +0000 Subject: [PATCH 06/10] Match email input height to subscribe button Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 896644e..2573386 100644 --- a/content/_index.md +++ b/content/_index.md @@ -56,8 +56,8 @@ activities, and other math competition opportunities!
-
- +
+
From 3d754fd3e27ac88966328151da3f39509d2ecfbb Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 20:46:44 +0000 Subject: [PATCH 07/10] Center subscribe button at desktop size on mobile Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 2573386..a4c7bcb 100644 --- a/content/_index.md +++ b/content/_index.md @@ -59,7 +59,7 @@ activities, and other math competition opportunities!
- +
From e71d34093235d5aaeba4ab10a12ee1b82219c1ba Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 20:53:28 +0000 Subject: [PATCH 08/10] Mobile: label+email inline, match button height, add input padding Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index a4c7bcb..f56491e 100644 --- a/content/_index.md +++ b/content/_index.md @@ -56,10 +56,12 @@ activities, and other math competition opportunities!
-
- - - +
+
+ + +
+
From 0af98a1c336590678f7dfaab09e3667580553f84 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 20:59:35 +0000 Subject: [PATCH 09/10] Left-align subscribe button under email box on mobile Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index f56491e..97bd1b2 100644 --- a/content/_index.md +++ b/content/_index.md @@ -56,12 +56,10 @@ activities, and other math competition opportunities!
-
-
- - -
- +
+ + +
From 85a0260fbad7e0cfa9388d874fffe75c020c7b33 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 21:08:16 +0000 Subject: [PATCH 10/10] Mobile: smaller, condensed gold & blue sponsors; center contestdojo Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 97bd1b2..ddd5c10 100644 --- a/content/_index.md +++ b/content/_index.md @@ -23,8 +23,8 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Gold Sponsors" -div_class = "grid grid-cols-2 justify-items-center items-center gap-x-6 gap-y-4 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-16" -img_class = "max-w-48 max-h-12" +div_class = "grid grid-cols-2 justify-items-center items-center gap-x-2 gap-y-2 [&>a:last-child]:col-span-2 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-16 sm:gap-y-4" +img_class = "max-w-32 max-h-10 sm:max-w-48 sm:max-h-12" sponsors = [ { alt = "Simons Institute", src = "assets/sponsors/simons.png", href = "https://simons.berkeley.edu/" }, { alt = "Atomic Grader", src = "assets/sponsors/ag.svg", href = "https://atomicgrader.com/" }, @@ -33,8 +33,8 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Blue Sponsors & Friends of BMT" -div_class = "grid grid-cols-3 justify-items-center items-center gap-x-4 gap-y-4 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-12" -img_class = "max-w-24 max-h-12" +div_class = "grid grid-cols-3 justify-items-center items-center gap-x-2 gap-y-2 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-12 sm:gap-y-4" +img_class = "max-w-20 max-h-10 sm:max-w-24 sm:max-h-12" sponsors = [ { alt = "Mustang Math", src = "assets/sponsors/mmt.png", href = "https://mustangmath.com/" }, { alt = "HMMT", src = "assets/sponsors/hmmt.png", href = "https://hmmt.org/" },