Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/" },
]
Expand All @@ -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.png", href = "https://cmimc.math.cmu.edu/" },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Missing image file for CMIMC sponsor

The new CMIMC sponsor entry references assets/sponsors/cmimc.png, but this file does not exist in static/assets/sponsors/. This will result in a broken image on the page.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

{ alt = "Los Angeles Math Tournament", src = "assets/sponsors/lamt.png", href = "https://lamt.net/" },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Missing image file for LAMT sponsor

The new LAMT sponsor entry references assets/sponsors/lamt.png, but this file does not exist in static/assets/sponsors/. This will result in a broken image on the page.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

{ alt = "Caltech Math Meet", src = "assets/sponsors/cmm.png", href = "https://caltechmathmeet.org/" },
Comment on lines +36 to +40
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot May 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Missing image file for HMMT sponsor

The new HMMT sponsor entry references assets/sponsors/hmmt.webp, but this file does not exist in static/assets/sponsors/. This will result in a broken image on the page.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Missing image file for Caltech Math Meet sponsor

The new Caltech Math Meet sponsor entry references assets/sponsors/cmm.png, but this file does not exist in static/assets/sponsors/. This will result in a broken image on the page.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

]
+++

Expand Down
Loading