feat: donation buttons
Security Scan and Upload / Security & DefectDojo Upload (push) Successful in 57s

This commit is contained in:
2025-12-31 17:44:53 -08:00
parent c07a94bce9
commit 534cd0af42
+23 -1
View File
@@ -122,6 +122,17 @@
outline-color: rgba(51, 51, 51, 0.3);
}
.cta-button-donate {
background: #10b981;
color: white;
}
.cta-button-donate:hover,
.cta-button-donate:focus {
background: #059669;
outline-color: rgba(16, 185, 129, 0.3);
}
.cta-button i {
margin-right: 0.5rem;
}
@@ -334,6 +345,9 @@
<a href="https://chat.nhcarrigan.com" target="_blank" class="cta-button" aria-label="Join our Discord community">
<i class="fab fa-discord" aria-hidden="true"></i> Join Discord Community
</a>
<a href="https://donate.nhcarrigan.com" target="_blank" class="cta-button cta-button-donate" aria-label="Support NHCarrigan with a donation" rel="noopener noreferrer">
<i class="fas fa-heart" aria-hidden="true"></i> Support Us
</a>
</section>
<!-- Personal Card with Avatar -->
@@ -489,7 +503,12 @@
As we continue to grow, we may begin considering hiring additional talent. However, we're not quite there yet. If you're interested in our mission and wish to help, we accept <a href="https://forms.nhcarrigan.com/form/PEpB3gA79gxP8wmfEf4zou96opkpUTjssTcaeYjhoi8" target="_blank" rel="noopener noreferrer">applications for our volunteer team</a> and would love to have you join us!
</p>
<p>
Or, if you just want to be part of the community and see what we're all about, <a href="https://chat.nhcarrigan.com" target="_blank" rel="noopener noreferrer">join us on Discord</a> - no special access needed! <i class="fas fa-star" aria-hidden="true"></i>
Or, if you just want to be part of the community and see what we're all about, <a href="https://chat.nhcarrigan.com" target="_blank" rel="noopener noreferrer">join us on Discord</a> - no application needed! <i class="fas fa-star" aria-hidden="true"></i>
</p>
<p style="text-align: center; margin-top: 1.5rem;">
<a href="https://donate.nhcarrigan.com" target="_blank" class="cta-button cta-button-donate" aria-label="Support NHCarrigan with a donation" rel="noopener noreferrer">
<i class="fas fa-heart" aria-hidden="true"></i> Support Our Mission
</a>
</p>
</section>
@@ -506,6 +525,9 @@
<a href="https://bsky.app/profile/naomi.lgbt" target="_blank" class="cta-button cta-button-secondary" aria-label="Connect with Naomi on Bluesky" rel="noopener noreferrer">
<i class="fab fa-bluesky" aria-hidden="true"></i> Connect on Bluesky
</a>
<a href="https://donate.nhcarrigan.com" target="_blank" class="cta-button cta-button-donate" aria-label="Support NHCarrigan with a donation" rel="noopener noreferrer">
<i class="fas fa-heart" aria-hidden="true"></i> Donate
</a>
</p>
</section>
</main>