hakurei.app/static/donate.html
Daniel Micay a51abed84e add og:image:width and og:image:height
These are considered a best practice by Facebook and result in the image
appearing properly when shared for the first time. It will also be quite
useful when there are multiple images suited to different sizes.
2019-05-08 13:20:47 -04:00

58 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>Donate | GrapheneOS</title>
<meta name="description" content="Donating to support development of GrapheneOS."/>
<meta name="theme-color" content="#212121"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:title" content="GrapheneOS donations"/>
<meta property="og:description" content="Donating to support development of GrapheneOS."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://grapheneos.org/graphene.png"/>
<meta property="og:image:width" content="697"/>
<meta property="og:image:height" content="599"/>
<meta property="og:image:alt" content="GrapheneOS logo"/>
<meta property="og:url" content="https://grapheneos.org/donate"/>
<meta property="og:site_name" content="GrapheneOS"/>
<link rel="stylesheet" href="/grapheneos.css?4"/>
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="canonical" href="https://grapheneos.org/donate"/>
</head>
<body>
<nav>
<ul>
<li><a href="/">GrapheneOS</a></li>
<li><a href="/install">Install</a></li>
<li><a href="/build">Build</a></li>
<li><a href="/usage">Usage</a></li>
<li><a href="/releases">Releases</a></li>
<li><a href="/source">Source</a></li>
<li class="active"><a href="/donate">Donate</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</nav>
<div id="content">
<h1>Donate</h1>
<h2>Bitcoin</h2>
<p>You can send Bitcoin donations to the following address to support this project:</p>
<div id="bitcoin_address">
<img src="/bitcoin_address.png" alt="Bitcoin address QR code" width="160" height="160"/>
<p>3QpKs45BLXirWAgYtV1sTCbAkfUe7HByR5</p>
</div>
<h2>PayPal</h2>
<p>PayPal donations can be sent to danielmicay@gmail.com. Please mention GrapheneOS in
the donation description to allow for proper record keeping, since PayPal
<a href="https://www.paypal.com/ms/smarthelp/article/can-i-have-multiple-paypal-accounts-faq762">
does not allow multiple personal accounts</a>.
</div>
<footer>
<a href="/"><img src="https://grapheneos.org/graphene.png" width="697" height="599" alt=""/>GrapheneOS</a>
<div id="social">
<a href="https://twitter.com/GrapheneOS">Twitter</a>
<a href="https://github.com/GrapheneOS">GitHub</a>
</div>
</footer>
</body>
</html>