Skip to content
Open
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
21 changes: 20 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3 class="font-bold text-lg md:text-2xl mb-4">{{ title }}</h3>
<div>
<p class="text-lg md:text-xl leading-relaxed">
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.
</p>
</div>
Expand Down Expand Up @@ -150,6 +150,25 @@ <h2 class="font-bold text-2xl">Recent & Upcoming Events</h2>

<hr>

{# Donate #}

<h2 class="font-bold text-2xl">Support BMT</h2>

<div class="flex flex-col items-start gap-4 max-w-4xl">
<p class="text-base md:text-lg">
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.
</p>
<a href="https://donate.stripe.com/5kQeVf9mlcCT4Gx6eX9Zm0O"
class="not-prose inline-block text-base bg-rose-500 text-white py-2 px-4 rounded shadow hover:-translate-y-0.5 hover:shadow-lg transition-all">
<i class="bi bi-heart-fill mr-1"></i> Donate
</a>
</div>

<hr>

{# Sponsors #}

<h2 class="font-bold text-2xl">2025–2026 Sponsors</h2>
Expand Down
Loading