Add donation page or section #1

Closed
opened 2023-08-01 20:26:56 -04:00 by foster · 1 comment
Owner

Add a new page or a section in an existing page for donations.

Below is example code and content:

<section>
  <h2 id="donate">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>

Add a new page or a section in an existing page for donations. Below is example code and content: ``` tsx <section> <h2 id="donate">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> ```
foster self-assigned this 2023-08-01 20:26:56 -04:00
foster referenced this issue from a commit 2023-08-01 20:28:39 -04:00
foster added the
Priority
Low
label 2023-08-07 23:17:18 -04:00
Author
Owner

An dedicated website for donations & payments has been setup at https://pay.fosterhangdaan.com. Due to this, this issue will no longer be implemented.

An dedicated website for donations & payments has been setup at [[https://pay.fosterhangdaan.com]]. Due to this, this issue will no longer be implemented.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: foster/website#1
No description provided.