UX adjustments to the contact buttons on main page

This commit is contained in:
Nathan Schneider
2025-08-03 23:12:35 -06:00
parent d7d68f874a
commit 0bc9d26ad0
2 changed files with 39 additions and 9 deletions

View File

@@ -49,16 +49,16 @@ Exit to Community is a search for another way—a path where organizations can m
<div class="secondary-actions">
<h3>Get Involved</h3>
<div class="secondary-cards">
<div class="secondary-card">
<h4>Plan Your E2C</h4>
<p>Connect with our team to discuss your organization's future</p>
<a href="/contact/" class="secondary-button">Get in Touch</a>
</div>
<div class="secondary-card">
<h4>Share Your Story</h4>
<p>Help others learn by contributing your organization's E2C experience</p>
<a href="/add-your-story/" class="secondary-button">Add Your Story</a>
</div>
<div class="secondary-card">
<h4>Get in Touch</h4>
<p>Connect with the Exit to Community project team</p>
<a href="/contact/" class="secondary-button">Contact Us</a>
</div>
</div>
</div>