Create buy_coffee.html

master
Pheng Heong TAN 2021-07-01 18:21:08 +08:00 committed by GitHub
parent 7eae4b93df
commit e74d592d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

33
buy_coffee.html 100644
View File

@ -0,0 +1,33 @@
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="solarized_light.css"> </head>
<h3>Coffee
</h3>
<p>Like many people around the world, I drink
coffee regularly.
<p>
<p>
So you want to buy me a coffee. Ordinarily, I would
give you <a href="https://www.paypal.me/tonytoni">my Paypal details</a>.
But these times - especially after the pandemic that began
in the year 2020 - have been difficult for so many other people.
</p>
<p>So I would like to invite you to give to
other people instead:
</p>
<ul>
<li>The <a href="https://www.unhcr.org/uk/">UN Refugee Agency</a> provides
shelter for people who
have been displaced by violent conflict.
</li>
<li><a href="http://www.vic.org.kh/">Veterans International Cambodia</a> makes and distributes
wheelchairs to people to face challenges in mobility.
</li>
<li>I've been making <a href="https://github.com/phtan/technologist-journal/search?p=1&q=tip&type=">a list</a> of
other people who welcome money.
</li>
</ul>
</html>