Skip to content

Add sponsorship contact CTA to sponsor section#114

Merged
tanjz12 merged 3 commits into
mainfrom
devin/1782780601-sponsor-contact-us
Jun 30, 2026
Merged

Add sponsorship contact CTA to sponsor section#114
tanjz12 merged 3 commits into
mainfrom
devin/1782780601-sponsor-contact-us

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

Adds a call-to-action below all sponsorship tiers on the homepage sponsor section: the text "Interested in sponsoring BMT?" and a "Contact Us" button linking to mailto:team@berkeley.mt.

The button reuses the existing button_link shortcode styling (bg-teal-500 etc.) for visual consistency.

In templates/index.html, after the {% for tier in section.extra.sponsor_tiers %} loop:

<div class="flex flex-col items-center gap-3 mt-8">
  <p>Interested in sponsoring BMT?</p>
  <a href="mailto:team@berkeley.mt" class="...teal button styles...">Contact Us</a>
</div>

Link to Devin session: https://app.devin.ai/sessions/2c62d21ae9ab454ca4fe0b9e0d559825

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@tanjz12 tanjz12 merged commit f53e965 into main Jun 30, 2026
2 checks passed
@tanjz12 tanjz12 deleted the devin/1782780601-sponsor-contact-us branch June 30, 2026 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant