From 1014df00a6f75dfa8b43928dd7fa7f6fb55fd421 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 02:24:11 +0000 Subject: [PATCH 1/4] Move Susquehanna from gold to diamond sponsor tier Co-Authored-By: Oliver Ni --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 23fd078..e4c372b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -15,6 +15,7 @@ img_class = "max-w-36 max-h-18" sponsors = [ { alt = "Citadel | Citadel Securities", src = "assets/sponsors/citadel.png", href = "https://www.citadel.com/" }, { alt = "Jane Street", src = "assets/sponsors/jane-street.svg", href = "https://www.janestreet.com/" }, + { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/" }, { alt = "blackpenredpen", src = "assets/sponsors/bprp.png", href = "https://www.youtube.com/c/blackpenredpen/" }, { alt = "ContestDojo", src = "assets/sponsors/contestdojo.png", href = "https://contestdojo.com/" }, ] @@ -24,7 +25,6 @@ title = "Gold Sponsors" img_class = "max-w-64 max-h-12" sponsors = [ { alt = "Atomic Grader", src = "assets/sponsors/ag.svg", href = "https://atomicgrader.com/" }, - { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/" }, ] [[extra.sponsor_tiers]] From 2fb2f427945f8b97581e3b09d6f1442a28b7da35 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 03:26:47 +0000 Subject: [PATCH 2/4] Move ContestDojo from diamond to gold tier for better balance Co-Authored-By: Oliver Ni --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index e4c372b..222ba3c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -17,7 +17,6 @@ sponsors = [ { alt = "Jane Street", src = "assets/sponsors/jane-street.svg", href = "https://www.janestreet.com/" }, { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/" }, { alt = "blackpenredpen", src = "assets/sponsors/bprp.png", href = "https://www.youtube.com/c/blackpenredpen/" }, - { alt = "ContestDojo", src = "assets/sponsors/contestdojo.png", href = "https://contestdojo.com/" }, ] [[extra.sponsor_tiers]] @@ -25,6 +24,7 @@ title = "Gold Sponsors" img_class = "max-w-64 max-h-12" sponsors = [ { alt = "Atomic Grader", src = "assets/sponsors/ag.svg", href = "https://atomicgrader.com/" }, + { alt = "ContestDojo", src = "assets/sponsors/contestdojo.png", href = "https://contestdojo.com/" }, ] [[extra.sponsor_tiers]] From 0ff15db17c45c8a57673a0b44885ef521a343942 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 03:30:17 +0000 Subject: [PATCH 3/4] Add per-sponsor img_class override; increase Susquehanna logo size Co-Authored-By: Oliver Ni --- content/_index.md | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 222ba3c..f8aa16f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -15,7 +15,7 @@ img_class = "max-w-36 max-h-18" sponsors = [ { alt = "Citadel | Citadel Securities", src = "assets/sponsors/citadel.png", href = "https://www.citadel.com/" }, { alt = "Jane Street", src = "assets/sponsors/jane-street.svg", href = "https://www.janestreet.com/" }, - { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/" }, + { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "max-w-48 max-h-18" }, { alt = "blackpenredpen", src = "assets/sponsors/bprp.png", href = "https://www.youtube.com/c/blackpenredpen/" }, ] diff --git a/templates/index.html b/templates/index.html index c023c60..6145cee 100644 --- a/templates/index.html +++ b/templates/index.html @@ -163,7 +163,7 @@

2025–2026 Sponsors

{% for sponsor in tier.sponsors %} - {{ sponsor.alt }} + {{ sponsor.alt }} {% endfor %}
From 906da14101646edfefef0b5ac7a94de7b3bbd983 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 03:35:56 +0000 Subject: [PATCH 4/4] Swap Susquehanna and Jane Street order in diamond tier Co-Authored-By: Oliver Ni --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index f8aa16f..de13751 100644 --- a/content/_index.md +++ b/content/_index.md @@ -14,8 +14,8 @@ title = "Diamond Sponsors" img_class = "max-w-36 max-h-18" sponsors = [ { alt = "Citadel | Citadel Securities", src = "assets/sponsors/citadel.png", href = "https://www.citadel.com/" }, - { alt = "Jane Street", src = "assets/sponsors/jane-street.svg", href = "https://www.janestreet.com/" }, { alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "max-w-48 max-h-18" }, + { 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/" }, ]