www/donate.html

124 lines
4.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Donate to SecBSD</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="SecBSD is entirely supported by volunteers">
<link rel="canonical" href="https://secbsd.org/">
<link rel="stylesheet" href="secbsd.css">
</head>
<body>
<header>
<nav>
<div>
<h1><a href="index.html">
<img src="/img/logo.png" alt="[SecBSD]"></a>
</h1>
</div>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="download.html">Download</a></li>
<li><a href="tools.html">Tools</a></li>
<li><a href="docs.html">Docs</a></li>
<li><a href="faq.html">Faq</a></li>
<li><a href="team.html">Team</a></li>
<li><a class="active">Donate</a></li>
</ul>
</nav>
</header>
<div class="box docs">
<h3><span class="green">&#x2588;</span> Donate to SecBSD</h3>
<p>
SecBSD is an open source project supported through donations
from individuals, companies and other organizations.<br><br>
Donations are used for paying developers, electricity costs,
internet bills and purchasing hardware.<br><br>
The multiple ways to donate are listed below:
</p>
<ul class="list">
<li><a href="#bitcoin">Bitcoin</a></li>
<li><a href="#bitcoincash">Bitcoin Cash</a></li>
<li><a href="#ethereum">Ethereum</a></li>
<li><a href="#solana">Solana</a></li>
<li><a href="#litecoin">Litecoin</a></li>
</ul>
<h3 id="bitcoin"><span class="green">&#x2588;</span> Bitcoin</h3>
<p>
Bitcoin is a secure and anonymous digital currency, are safer
and faster donation method.
You can donate to us using the address below:<br><br>
<h2>bc1q08d6vh93h43m9gpleu8kn9l6kuk3jrnxwrth2x</h2>
<img src="/img/btc.png"><br><br>
############################################################################
</p>
<h3 id="bitcoincash"><span class="green">&#x2588;</span> Bitcoin Cash</h3>
<p>
Bitcoin Cash is a cryptocurrency that started as a fork of Bitcoin,
with increased block size and cheaper transaction fees.
You can donate to us using the address below:<br><br>
<h2>qpnm9hgyqmfx0u0ez2v4jlt8ajjgfm63hs8da49ta3</h2>
<img src="/img/btc-cash.png"><br><br>
############################################################################
</p>
<h3 id="ethereum"><span class="green">&#x2588;</span> Ethereum</h3>
<p>
Ethereum is a decentralized platform that runs smart contracts
applications that run exactly as programmed, without any possibility
of downtime, censorship, fraud or third-party interference.
You can donate to us using the address below:<br><br>
<h2>0xAe621c93985e199e7FA3CEE6D4F8CC956D2c933F</h2>
<img src="/img/eth.png"><br><br>
############################################################################
</p>
<h3 id="solana"><span class="green">&#x2588;</span> Solana</h3>
<p>
Solana is a blockchain platform which uses a proof-of-stake mechanism
to provide smart contract functionality.
You can donate to us using the address below:<br><br>
<h2>7W3LDYfz8xehd6jAnjVhTMXWPUyXeaFE9ukpYnMs2jXH</h2>
<img src="/img/solana.png"><br><br>
############################################################################
</p>
<h3 id="litecoin"><span class="green">&#x2588;</span> Litecoin</h3>
<p>
Similar to Bitcoin, Litecoin offers very fast and secure transactions worldwide,
and there are many exchanges allowing you to trade for Litecoins.
You can donate to us using the address below:<br><br>
<h2>ltc1qjhdm8gfnqdl6fc6cz357dk66eusapf7guhwwhk</h2>
<img src="/img/litecoin.png"><br><br>
############################################################################
</p>
<p class="purple">The following is a list of people and organizations who
contributed direct to SecBSD.
</p>
<ul class="list">
<li><a href="https://laylo.nl">LAYLO</a></li>
<li>Jeroen Janssen</li>
<li><a href="https://openbsd.amsterdam">OpenBSD Amsterdam</a></li>
<li>Mischa Peters</li>
<li>Nour</li>
<li>0xdeadbea7</li>
<li>0xdarkpadr3</li>
<li>Charles Shirer</li>
<li>Brian Martin</li>
<li>Philip Jocks</li>
<li>William Knowles</li>
<li>Trevot Pott</li>
<li>Rudi Coetzee</li>
<li>Marius Ciepluch</li>
<li>Eddie Vega</li>
<li>Twosevenzero</li>
</ul>
<p class="purple">
If you or your organization are not listed please inform us so we can rectify them.
purplerain@secbsd.org or h3artbl33d@secbsd.org
</p>
<h2>See also</h2>
<ul class="list">
<li><a href="hardware.html">Hardware Wanted</a></li>
</ul>
</div>
</body>
</html>