From 114052fca9a7f791cf9bb752527c7a971ea9db7f Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Sun, 9 Aug 2026 02:54:32 +0000 Subject: [PATCH 1/2] Add donate button to bottom of homepage Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- templates/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/index.html b/templates/index.html index 6364764..0b4374b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -179,4 +179,19 @@

2025–2026 Sponsors

+
+ +{# Donate #} + +
+

Support BMT

+

+ Your donation helps us keep our tournaments accessible to students everywhere. +

+ + Donate + +
+ {% endblock %} From f2a7b5339c8c715d17ed258245b6cf140bb06c72 Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Sun, 9 Aug 2026 04:58:49 +0000 Subject: [PATCH 2/2] Move donate section above sponsors with left-aligned impact blurb Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- templates/index.html | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/templates/index.html b/templates/index.html index 0b4374b..b3b3417 100644 --- a/templates/index.html +++ b/templates/index.html @@ -103,7 +103,7 @@

{{ title }}

A UC Berkeley student-led organization that aims to spread mathematics and the spirit of mathematical competition - globally by presenting students with interesting, original, hand-crafted problems. With over 4,000 annual student + globally by presenting students with interesting, original, hand-crafted problems. With over 5,000 annual student participants from all across the globe, BMT is the largest student-run math competition in the world.

@@ -150,6 +150,25 @@

Recent & Upcoming Events


+{# Donate #} + +

Support BMT

+ +
+

+ BMT is run entirely by a team of over 100 UC Berkeley student volunteers who write every problem, organize + every event, and staff every round. This season alone, our tournaments reached over 5,000 students from more + than 600 schools around the world. Your donation helps us keep our tournaments affordable and accessible to + students everywhere. +

+ + Donate + +
+ +
+ {# Sponsors #}

2025–2026 Sponsors

@@ -179,19 +198,4 @@

2025–2026 Sponsors

-
- -{# Donate #} - -
-

Support BMT

-

- Your donation helps us keep our tournaments accessible to students everywhere. -

- - Donate - -
- {% endblock %}