mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-12-01 23:43:32 +01:00
Move bitcoin
bitcoin might not be the most private but you'll need it to buy other coins, makes sense to put it first.
This commit is contained in:
parent
70ae130156
commit
429c74334b
35
index.html
35
index.html
@ -2133,20 +2133,21 @@
|
||||
<h1><a href="#cryptocurrency" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Cryptocurrencies</h1>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="panel panel-success">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Monero</h3>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="panel panel-success">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Bitcoin</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p><img src="img/tools/Monero.png" alt="Monero" align="right" style="margin-left:5px;">Monero focuses strictly on protecting user's privacy and mandates all transactions are private by default. Monero is open-source, completely decentralized and has three layers of privacy through Ring Signatures, Ring Confidential Transactions and Stealth Addresses.</p>
|
||||
<p><img src="img/tools/Bitcoin.png" alt="Bitcoin" align="right" style="margin-left:5px;">Bitcoin is a pseudonymous cryptocurrency that allows anyone to transact online without registering or giving away any personal information.</p>
|
||||
<p>
|
||||
<a href="https://getmonero.org/">
|
||||
<button type="button" class="btn btn-success">Website: getmonero.org</button>
|
||||
<a href="https://bitcoin.org/">
|
||||
<button type="button" class="btn btn-warning">Website: bitcoin.org</button>
|
||||
</a>
|
||||
</p>
|
||||
<p>OS: Windows, Mac, Linux.</p>
|
||||
<p>OS: Windows, Mac, Linux, BSD, Android, iOS.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -2167,18 +2168,18 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Bitcoin</h3>
|
||||
</div>
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-heading">
|
||||
<h3 class="panel-title">Monero</h3>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<p><img src="img/tools/Bitcoin.png" alt="Bitcoin" align="right" style="margin-left:5px;">Bitcoin is a pseudonymous cryptocurrency that allows anyone to transact online without registering or giving away any personal information.</p>
|
||||
<p><img src="img/tools/Monero.png" alt="Monero" align="right" style="margin-left:5px;">Monero focuses strictly on protecting user's privacy and mandates all transactions are private by default. Monero is open-source, completely decentralized and has three layers of privacy through Ring Signatures, Ring Confidential Transactions and Stealth Addresses.</p>
|
||||
<p>
|
||||
<a href="https://bitcoin.org/">
|
||||
<button type="button" class="btn btn-warning">Website: bitcoin.org</button>
|
||||
<a href="https://getmonero.org/">
|
||||
<button type="button" class="btn btn-success">Website: getmonero.org</button>
|
||||
</a>
|
||||
</p>
|
||||
<p>OS: Windows, Mac, Linux, BSD, Android, iOS.</p>
|
||||
<p>OS: Windows, Mac, Linux.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user