diff --git a/content/sponsor.md b/content/sponsor.md new file mode 100644 index 0000000..0d27254 --- /dev/null +++ b/content/sponsor.md @@ -0,0 +1,53 @@ ++++ +title = "Support BMT" +description = "Learn how your contribution helps keep the Berkeley Math Tournament running and accessible for thousands of students worldwide." +template = "sponsor.html" +aliases = ["/sponsor", "/support"] + +[extra] +total_label = "Annual Operating Cost" +total_amount = "$68,000+" +total_note = "to keep BMT running each year" + +[[extra.cost_items]] +label = "Venue & classroom reservations" +amount = "$50,000+" +per = "/yr" +value = 50000 +color = "teal" +description = "Reserving 50+ lecture halls and classrooms on UC Berkeley's campus for contest day" + +[[extra.cost_items]] +label = "Day-of supplies, awards & food" +amount = "$10,000+" +per = "/event" +value = 10000 +color = "emerald" +description = "Printing, supplies, trophies, medals, certificates, and meals for 200+ volunteers" + +[[extra.cost_items]] +label = "Contest materials & printing" +amount = "$5,000+" +per = "/yr" +value = 5000 +color = "amber" +description = "Problem booklets, answer sheets, and scratch paper for 4,000+ participants" + +[[extra.cost_items]] +label = "Digital infrastructure & platform" +amount = "$3,000+" +per = "/yr" +value = 3000 +color = "slate" +description = "Hosting, domains, scoring platform, and registration system maintenance" ++++ + +Every dollar goes directly toward keeping BMT running and accessible for all: + +- Cover the supplies, food, and awards that make contest day happen +- Keep ticket prices low for all participants +- Fund fee waivers for students facing financial hardship +- Create an inclusive environment for organizers and volunteers +- Invest in tournament infrastructure and technology + +**BMT is a registered 501(c)(3) nonprofit.** All donations may be tax-deductible to the extent permitted by law. diff --git a/templates/sponsor.html b/templates/sponsor.html new file mode 100644 index 0000000..9d7152b --- /dev/null +++ b/templates/sponsor.html @@ -0,0 +1,208 @@ +{% extends "base.html" %} + +{% block extra_head %} + +{% endblock %} + +{% block content %} + +{# ── Section header ── #} +
+ + How You Can Help +
++ Every dollar goes directly toward keeping BMT running and accessible for all: +
+ ++ BMT is a registered 501(c)(3) nonprofit. + All donations may be tax-deductible to the extent permitted by law. +
+Annual Operating Cost
+{{ page.extra.total_amount }}
+{{ page.extra.total_note }}
++ Your sponsorship directly funds the largest student-run math competition in the world, + reaching 4,000+ students annually. +
+ +