lumeweb.com/src/components/Donate/How/How.astro

17 lines
417 B
Plaintext
Raw Normal View History

2023-05-30 22:08:42 +00:00
---
import './How.scss';
---
<section id="donate-how" class="tilted-bg-r">
<div class="feature-group">
<h2>How should I donate?</h2>
<h3>Donate via Gitcoin during funding rounds</h3>
<p>
This is because they will match you up to 150%. Currently, this is on the dates: June 7, 2022 June 22, 2022
</p>
<div>
<a href="#" class="btn-main">Gitcoin</a>
</div>
</div>
</section>