From c9be8953182daac2b558efefc366658197e5b322 Mon Sep 17 00:00:00 2001 From: tanjz12 <11425799+tanjz12@users.noreply.github.com> Date: Sun, 10 May 2026 16:18:48 -0700 Subject: [PATCH 1/2] move simons to gold, add friends --- content/_index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index de13751..5c99e06 100644 --- a/content/_index.md +++ b/content/_index.md @@ -23,6 +23,7 @@ sponsors = [ title = "Gold Sponsors" img_class = "max-w-64 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/" }, { alt = "ContestDojo", src = "assets/sponsors/contestdojo.png", href = "https://contestdojo.com/" }, ] @@ -31,9 +32,12 @@ sponsors = [ title = "Blue Sponsors & Friends of BMT" img_class = "max-w-24 max-h-12" sponsors = [ - { alt = "Simons Institute", src = "assets/sponsors/simons.png", href = "https://simons.berkeley.edu/" }, - { alt = "Stanford Math Tournament", src = "assets/sponsors/smt.png", href = "https://www.stanfordmathtournament.com/" }, { alt = "Mustang Math", src = "assets/sponsors/mmt.png", href = "https://mustangmath.com/" }, + { alt = "HMMT", src = "assets/sponsors/hmmt.webp", href = "https://hmmt.org/" }, + { alt = "Stanford Math Tournament", src = "assets/sponsors/smt.png", href = "https://www.stanfordmathtournament.com/" }, + { alt = "Carnegie Mellon Informatics and Mathematics Competition", src = "assets/sponsors/cmimc.webp", href = "https://cmimc.math.cmu.edu/" }, + { alt = "Los Angeles Math Tournament", src = "assets/sponsors/lamt.webp", href = "https://lamt.net/" }, + { alt = "Caltech Math Meet", src = "assets/sponsors/cmm.png", href = "https://caltechmathmeet.org/" }, ] +++ From e7ba5188d23067b1b1c0136b9e87189969238dcf Mon Sep 17 00:00:00 2001 From: tanjz12 <11425799+tanjz12@users.noreply.github.com> Date: Sun, 10 May 2026 16:52:26 -0700 Subject: [PATCH 2/2] webp to png --- content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index 5c99e06..2f0fd9f 100644 --- a/content/_index.md +++ b/content/_index.md @@ -35,8 +35,8 @@ sponsors = [ { alt = "Mustang Math", src = "assets/sponsors/mmt.png", href = "https://mustangmath.com/" }, { alt = "HMMT", src = "assets/sponsors/hmmt.webp", href = "https://hmmt.org/" }, { alt = "Stanford Math Tournament", src = "assets/sponsors/smt.png", href = "https://www.stanfordmathtournament.com/" }, - { alt = "Carnegie Mellon Informatics and Mathematics Competition", src = "assets/sponsors/cmimc.webp", href = "https://cmimc.math.cmu.edu/" }, - { alt = "Los Angeles Math Tournament", src = "assets/sponsors/lamt.webp", href = "https://lamt.net/" }, + { alt = "Carnegie Mellon Informatics and Mathematics Competition", src = "assets/sponsors/cmimc.png", href = "https://cmimc.math.cmu.edu/" }, + { alt = "Los Angeles Math Tournament", src = "assets/sponsors/lamt.png", href = "https://lamt.net/" }, { alt = "Caltech Math Meet", src = "assets/sponsors/cmm.png", href = "https://caltechmathmeet.org/" }, ] +++