From 4601857c1e53731973f3cc266a75600a5d270ba0 Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 21:17:04 +0000 Subject: [PATCH 1/3] Fix mobile sponsor sizing: content-sized columns, larger diamond, smaller condensed gold/blue Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/_index.md b/content/_index.md index ddd5c10..39bdfd9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,19 +12,19 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Diamond 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-36 max-h-18" +div_class = "grid grid-cols-[repeat(2,auto)] justify-center items-center gap-x-6 gap-y-5 sm:flex sm:flex-wrap sm:gap-x-16" +img_class = "w-32 h-16 object-contain sm:w-auto sm:h-auto sm:max-w-36 sm:max-h-16" sponsors = [ { alt = "Citadel | Citadel Securities", src = "assets/sponsors/citadel.png", href = "https://www.citadel.com/" }, - { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "max-w-48 max-h-18" }, + { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "w-36 h-16 object-contain sm:w-auto sm:h-auto sm:max-w-48 sm:max-h-16" }, { alt = "Jane Street", src = "assets/sponsors/jane-street.svg", href = "https://www.janestreet.com/" }, { alt = "blackpenredpen", src = "assets/sponsors/bprp.png", href = "https://www.youtube.com/c/blackpenredpen/" }, ] [[extra.sponsor_tiers]] title = "Gold Sponsors" -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" +div_class = "grid grid-cols-[repeat(2,auto)] justify-center items-center gap-x-4 gap-y-3 [&>a:last-child]:col-span-2 [&>a:last-child]:justify-self-center sm:flex sm:flex-wrap sm:gap-x-16 sm:gap-y-4" +img_class = "w-28 h-10 object-contain sm:w-auto sm:h-auto 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-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" +div_class = "grid grid-cols-[repeat(3,auto)] justify-center items-center gap-x-3 gap-y-3 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-12 sm:gap-y-4" +img_class = "w-20 h-10 object-contain sm:w-auto sm:h-auto 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/" }, From 1f862d7a7b4dc651d1521e273e0f995e89763c8c Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 21:25:15 +0000 Subject: [PATCH 2/3] Keep sponsor grid splits up to lg, enlarge diamond logos, gold 12/3 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/_index.md b/content/_index.md index 39bdfd9..b11f29b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,19 +12,19 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Diamond Sponsors" -div_class = "grid grid-cols-[repeat(2,auto)] justify-center items-center gap-x-6 gap-y-5 sm:flex sm:flex-wrap sm:gap-x-16" -img_class = "w-32 h-16 object-contain sm:w-auto sm:h-auto sm:max-w-36 sm:max-h-16" +div_class = "grid grid-cols-2 items-center gap-x-6 gap-y-6 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-16" +img_class = "w-full h-20 object-contain lg:w-auto lg:h-auto lg:max-w-36 lg:max-h-16" sponsors = [ { alt = "Citadel | Citadel Securities", src = "assets/sponsors/citadel.png", href = "https://www.citadel.com/" }, - { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "w-36 h-16 object-contain sm:w-auto sm:h-auto sm:max-w-48 sm:max-h-16" }, + { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "w-full h-20 object-contain lg:w-auto lg:h-auto lg:max-w-48 lg:max-h-16" }, { alt = "Jane Street", src = "assets/sponsors/jane-street.svg", href = "https://www.janestreet.com/" }, { alt = "blackpenredpen", src = "assets/sponsors/bprp.png", href = "https://www.youtube.com/c/blackpenredpen/" }, ] [[extra.sponsor_tiers]] title = "Gold Sponsors" -div_class = "grid grid-cols-[repeat(2,auto)] justify-center items-center gap-x-4 gap-y-3 [&>a:last-child]:col-span-2 [&>a:last-child]:justify-self-center sm:flex sm:flex-wrap sm:gap-x-16 sm:gap-y-4" -img_class = "w-28 h-10 object-contain sm:w-auto sm:h-auto sm:max-w-48 sm:max-h-12" +div_class = "grid grid-cols-[repeat(2,auto)] justify-center items-center gap-x-4 gap-y-3 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-16 lg:gap-y-4" +img_class = "w-28 h-10 object-contain lg:w-auto lg:h-auto lg:max-w-48 lg: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-[repeat(3,auto)] justify-center items-center gap-x-3 gap-y-3 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-12 sm:gap-y-4" -img_class = "w-20 h-10 object-contain sm:w-auto sm:h-auto sm:max-w-24 sm:max-h-12" +div_class = "grid grid-cols-[repeat(3,auto)] justify-center items-center gap-x-3 gap-y-3 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-12 lg:gap-y-4" +img_class = "w-20 h-10 object-contain lg:w-auto lg:h-auto lg:max-w-24 lg: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/" }, From 0d7d65b478b79338a6979b31644f4e4bd5d8580c Mon Sep 17 00:00:00 2001 From: jessie Date: Tue, 30 Jun 2026 21:40:32 +0000 Subject: [PATCH 3/3] Tune mobile sponsor sizes: smaller diamond, larger gold, gap-x-8/6 Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- content/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/_index.md b/content/_index.md index b11f29b..74c454b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -12,19 +12,19 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Diamond Sponsors" -div_class = "grid grid-cols-2 items-center gap-x-6 gap-y-6 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-16" -img_class = "w-full h-20 object-contain lg:w-auto lg:h-auto lg:max-w-36 lg:max-h-16" +div_class = "grid grid-cols-2 justify-items-center items-center gap-x-6 gap-y-6 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-16" +img_class = "w-36 h-16 object-contain lg:w-auto lg:h-auto lg:max-w-36 lg:max-h-16" sponsors = [ { alt = "Citadel | Citadel Securities", src = "assets/sponsors/citadel.png", href = "https://www.citadel.com/" }, - { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "w-full h-20 object-contain lg:w-auto lg:h-auto lg:max-w-48 lg:max-h-16" }, + { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "w-36 h-16 object-contain lg:w-auto lg:h-auto lg:max-w-48 lg:max-h-16" }, { alt = "Jane Street", src = "assets/sponsors/jane-street.svg", href = "https://www.janestreet.com/" }, { alt = "blackpenredpen", src = "assets/sponsors/bprp.png", href = "https://www.youtube.com/c/blackpenredpen/" }, ] [[extra.sponsor_tiers]] title = "Gold Sponsors" -div_class = "grid grid-cols-[repeat(2,auto)] justify-center items-center gap-x-4 gap-y-3 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-16 lg:gap-y-4" -img_class = "w-28 h-10 object-contain lg:w-auto lg:h-auto lg:max-w-48 lg:max-h-12" +div_class = "grid grid-cols-[repeat(2,auto)] justify-center items-center gap-x-8 gap-y-3 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-16 lg:gap-y-4" +img_class = "w-32 h-12 object-contain lg:w-auto lg:h-auto lg:max-w-48 lg: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,7 +33,7 @@ sponsors = [ [[extra.sponsor_tiers]] title = "Blue Sponsors & Friends of BMT" -div_class = "grid grid-cols-[repeat(3,auto)] justify-center items-center gap-x-3 gap-y-3 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-12 lg:gap-y-4" +div_class = "grid grid-cols-[repeat(3,auto)] justify-center items-center gap-x-6 gap-y-3 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-12 lg:gap-y-4" img_class = "w-20 h-10 object-contain lg:w-auto lg:h-auto lg:max-w-24 lg:max-h-12" sponsors = [ { alt = "Mustang Math", src = "assets/sponsors/mmt.png", href = "https://mustangmath.com/" },