refactor: update donate content
This commit is contained in:
parent
7d184fb7af
commit
7883bdc36a
|
@ -6,11 +6,12 @@ import './How.scss';
|
||||||
<div class="feature-group">
|
<div class="feature-group">
|
||||||
<h2>How should I donate?</h2>
|
<h2>How should I donate?</h2>
|
||||||
<h3>Donate via Gitcoin during funding rounds</h3>
|
<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>
|
<div>
|
||||||
<a href="https://gitcoin.co/grants/4722/lume-web-web3-accessibility-freedom-and-education" class="btn-main">Gitcoin</a>
|
<a href="https://gitcoin.co/grants/4722/lume-web-web3-accessibility-freedom-and-education" class="btn-main">Gitcoin</a>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -17,6 +17,11 @@
|
||||||
.feature-group {
|
.feature-group {
|
||||||
max-width: 64em;
|
max-width: 64em;
|
||||||
}
|
}
|
||||||
|
p{
|
||||||
|
font-size: 1.9em;
|
||||||
|
font-style: italic;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 80rem) {
|
@media screen and (max-width: 80rem) {
|
||||||
p {
|
p {
|
||||||
|
|
|
@ -91,9 +91,6 @@ await addCurrency('algorand', 'Algorand (ALGO)', '3QBE5TZ63TF5W7V2QRJWRB72M7INQL
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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>
|
<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!
|
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>
|
</p>
|
||||||
|
|
|
@ -15,6 +15,12 @@
|
||||||
line-height: 122%;
|
line-height: 122%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> div {
|
||||||
|
p {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.method-grid {
|
.method-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(1, 1fr);
|
grid-template-columns: repeat(1, 1fr);
|
||||||
|
|
Loading…
Reference in New Issue