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

17 lines
489 B
Plaintext
Raw Normal View History

2023-05-30 22:08:42 +00:00
---
import './How.scss';
---
2023-06-01 22:15:49 +00:00
<section id="how" class="tilted-bg-r">
2023-05-30 22:08:42 +00:00
<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>
2023-06-01 22:15:49 +00:00
<a href="https://gitcoin.co/grants/4722/lume-web-web3-accessibility-freedom-and-education" class="btn-main">Gitcoin</a>
2023-05-30 22:08:42 +00:00
</div>
</div>
</section>