refactor: update donate content

This commit is contained in:
Derrick Hammer 2023-06-17 22:57:29 -04:00
parent 7d184fb7af
commit 7883bdc36a
4 changed files with 259 additions and 250 deletions

View File

@ -6,11 +6,12 @@ import './How.scss';
<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="https://gitcoin.co/grants/4722/lume-web-web3-accessibility-freedom-and-education" class="btn-main">Gitcoin</a>
</div>
<p>
When Gitcoin is doing funding rounds, donating through their website will give a matching bonus of up to
150%. This means that your donation will have a bigger impact on the project during this time period.
</p>
</div>
</section>

View File

@ -17,6 +17,11 @@
.feature-group {
max-width: 64em;
}
p{
font-size: 1.9em;
font-style: italic;
padding-top: 1em;
}
@media screen and (max-width: 80rem) {
p {

View File

@ -91,9 +91,6 @@ await addCurrency('algorand', 'Algorand (ALGO)', '3QBE5TZ63TF5W7V2QRJWRB72M7INQL
</div>
</div>
</div>
<p>
**When Gitcoin is doing funding rounds, donating through their website will give a matching bonus of up to 150%. This means that your donation will have a bigger impact on the project during this time period.**
</p>
<p>
If you are interested in donating through other means, please get in touch with us to discuss. If there is a cryptocurrency you wish to contribute with that we have not listed, please let me know!
</p>

View File

@ -15,6 +15,12 @@
line-height: 122%;
}
> div {
p {
font-style: italic;
}
}
.method-grid {
display: grid;
grid-template-columns: repeat(1, 1fr);