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
14 changes: 7 additions & 7 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ sponsors = [

[[extra.sponsor_tiers]]
title = "Diamond Sponsors"
div_class = "grid grid-cols-2 justify-items-center items-center gap-x-6 gap-y-4 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-16"
img_class = "max-w-36 max-h-18"
div_class = "grid grid-cols-2 justify-items-center items-center gap-x-6 gap-y-6 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-16"
img_class = "w-36 h-16 object-contain lg:w-auto lg:h-auto lg:max-w-36 lg:max-h-16"
sponsors = [
{ alt = "Citadel | Citadel Securities", src = "assets/sponsors/citadel.png", href = "https://www.citadel.com/" },
{ alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "max-w-48 max-h-18" },
{ alt = "Susquehanna", src = "assets/sponsors/susquehanna.png", href = "https://sig.com/", img_class = "w-36 h-16 object-contain lg:w-auto lg:h-auto lg:max-w-48 lg:max-h-16" },
{ alt = "Jane Street", src = "assets/sponsors/jane-street.svg", href = "https://www.janestreet.com/" },
{ alt = "blackpenredpen", src = "assets/sponsors/bprp.png", href = "https://www.youtube.com/c/blackpenredpen/" },
]

[[extra.sponsor_tiers]]
title = "Gold Sponsors"
div_class = "grid grid-cols-2 justify-items-center items-center gap-x-2 gap-y-2 [&>a:last-child]:col-span-2 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-16 sm:gap-y-4"
img_class = "max-w-32 max-h-10 sm:max-w-48 sm:max-h-12"
div_class = "grid grid-cols-[repeat(2,auto)] justify-center items-center gap-x-8 gap-y-3 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-16 lg:gap-y-4"
img_class = "w-32 h-12 object-contain lg:w-auto lg:h-auto lg:max-w-48 lg: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/" },
Expand All @@ -33,8 +33,8 @@ sponsors = [

[[extra.sponsor_tiers]]
title = "Blue Sponsors & Friends of BMT"
div_class = "grid grid-cols-3 justify-items-center items-center gap-x-2 gap-y-2 sm:flex sm:flex-wrap sm:justify-center sm:gap-x-12 sm:gap-y-4"
img_class = "max-w-20 max-h-10 sm:max-w-24 sm:max-h-12"
div_class = "grid grid-cols-[repeat(3,auto)] justify-center items-center gap-x-6 gap-y-3 lg:flex lg:flex-wrap lg:justify-center lg:gap-x-12 lg:gap-y-4"
img_class = "w-20 h-10 object-contain lg:w-auto lg:h-auto lg:max-w-24 lg:max-h-12"
sponsors = [
{ alt = "Mustang Math", src = "assets/sponsors/mmt.png", href = "https://mustangmath.com/" },
{ alt = "HMMT", src = "assets/sponsors/hmmt.png", href = "https://hmmt.org/" },
Expand Down
Loading