Remove Donation section
It's too early to expect donations at this time. Issue #1 has been created to readd the section in the future.
This commit is contained in:
parent
84c055d179
commit
dc0b5f0aa7
1 changed files with 0 additions and 23 deletions
23
index.tsx
23
index.tsx
|
@ -19,29 +19,6 @@ export default function({ comp }) {
|
||||||
<p>The primary method of reaching me is through my email: <a href="mailto:foster@hangdaan.email">foster@hangdaan.email</a>.</p>
|
<p>The primary method of reaching me is through my email: <a href="mailto:foster@hangdaan.email">foster@hangdaan.email</a>.</p>
|
||||||
<p>If you'd like an encrypted response, you can send me your GPG public key. You can find mine in the <a href="/gpg-key">GPG Key</a> page.</p>
|
<p>If you'd like an encrypted response, you can send me your GPG public key. You can find mine in the <a href="/gpg-key">GPG Key</a> page.</p>
|
||||||
</section>
|
</section>
|
||||||
<section>
|
|
||||||
<h2 id="donate">{comp.icons.HeartHandshake()} Donating</h2>
|
|
||||||
<p>
|
|
||||||
Developing free and open-source software takes much of my time and energy.
|
|
||||||
It's my way of giving back to the open-source community and to the general public.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
If my works are of any use to you, feel free to make a donation.
|
|
||||||
Donations go a long way in supporting my efforts.
|
|
||||||
Any amount would be greatly appreciated.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
I currently accept donations through cryptocurrency. The following are my wallet addresses:
|
|
||||||
</p>
|
|
||||||
<p>Bitcoin</p>
|
|
||||||
<pre>
|
|
||||||
<code>bc1qan5musm6mpn7l5g4lcpd6vtke97lnpgaf7hcuj</code>
|
|
||||||
</pre>
|
|
||||||
<p>Monero</p>
|
|
||||||
<pre>
|
|
||||||
<code>47LkKwzbo4aKNAzecADmoHMaRWbwuigokjR1AuNikfKcaM9quPiy8CwDWGWXpfWtoo5fd4WfuTgJdFKfTPcFUWQZ3u7xrPD</code>
|
|
||||||
</pre>
|
|
||||||
</section>
|
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue