Merge pull request #147 from kewde/master

Fix cryptocurrency section
This commit is contained in:
Kewde 2017-01-04 00:28:38 +00:00 committed by GitHub
commit 282c62ee22

View File

@ -122,6 +122,7 @@
<li><a href="#sync">Secure File Sync</a></li>
<li><a href="password.html">Secure Password Generator</a></li>
<li><a href="#network">Self Contained Network</a></li>
<li><a href="#cryptocurrency">Cryptocurrencies</a></li>
<li><a href="#mycloud">Self-Hosted Cloud Server</a></li>
<li><a href="#notebook">Digital Notebook</a></li>
<li><a href="#paste">Paste Services</a></li>
@ -2150,6 +2151,69 @@
<li><a href="http://retroshare.net/">RetroShare</a> - Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform.</li>
<li><a href="https://gnunet.org/">GNUnet</a> - GNUnet provides a strong foundation of free software for a global, distributed network that provides security and privacy.</li>
</ul>
<a class="anchor" name="cryptocurrency"></a>
<div class="page-header">
<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">Bitcoin</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/Bitcoin.svg.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://bitcoin.org/">
<button type="button" class="btn btn-success">Website: bitcoin.org</button>
</a>
</p>
<p>OS: Cross-platform.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">ZCash</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/zcash.png" alt="ZCash" align="right" style="margin-left:5px;">Zcash offers total payment confidentiality, while still maintaining a decentralized network using a public blockchain. Unlike Bitcoin, Zcash transactions automatically hide the sender, recipient, and value of all transactions on the blockchain.</p>
<p>
<a href="https://www.z.cash/">
<button type="button" class="btn btn-warning">Website: z.cash</button>
</a>
</p>
<p>OS: Linux.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">ShadowCash</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/shadowcash-104x108.png" alt="ShadowCash" align="right" style="margin-left:5px;">ShadowCash is an anonymous cryptocurrency built on Bitcoin's codebase featuring additional cryptographic techniques allowing untraceable and unlinkable transactions meaning malicious attackers are unable to identify sender or receiver. Also includes decentralized encrypted messaging similar to BitMessage.</p>
<p>
<a href="https://shadowproject.io/">
<button type="button" class="btn btn-info">Website: shadowproject.io</button>
</a>
</p>
<p>OS: Windows, Mac, Linux.</p>
</div>
</div>
</div>
</div>
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://www.dash.org/">Dash</a> - An open sourced, privacy-centric digital currency with instant transactions. It allows you to keep your finances private as you make transactions without waits.</li>
<li><a href="https://getmonero.org/">Monero</a> Monero is a secure, private, untraceable currency. It is open-source and freely available to all.</li>
</ul>
<a class="anchor" name="social"></a>
<div class="page-header">
<h1><a href="#social" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Decentralized Social Networks</h1>
@ -2383,68 +2447,6 @@
</ul>
<a class="anchor" name="currency"></a>
<div class="page-header">
<h1><a href="#currency" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Anonymous cryptocurrencies</h1>
</div>
<div class="row">
<div class="col-sm-4">
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">Bitcoin</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/Bitcoin.svg.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://bitcoin.org/">
<button type="button" class="btn btn-success">Website: bitcoin.org</button>
</a>
</p>
<p>OS: Cross-platform.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-warning">
<div class="panel-heading">
<h3 class="panel-title">ZCash</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/zcash.png" alt="ZCash" align="right" style="margin-left:5px;">Zcash offers total payment confidentiality, while still maintaining a decentralized network using a public blockchain. Unlike Bitcoin, Zcash transactions automatically hide the sender, recipient, and value of all transactions on the blockchain.</p>
<p>
<a href="https://www.z.cash/">
<button type="button" class="btn btn-warning">Website: z.cash</button>
</a>
</p>
<p>OS: Linux.</p>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="panel panel-info">
<div class="panel-heading">
<h3 class="panel-title">ShadowCash</h3>
</div>
<div class="panel-body">
<p><img src="img/tools/shadowcash-104x108.png" alt="ShadowCash" align="right" style="margin-left:5px;">ShadowCash is an anonymous cryptocurency built on Bitcoin's codebase featuring additional cryptographic techniques that make transactions untraceable and unlinkable meaning malicious attackers are unable to identify sender or receiver. Also includes decentralized encrypted messaging similar to BitMessage.</p>
<p>
<a href="https://shadowproject.io/">
<button type="button" class="btn btn-info">Website: shadowproject.io</button>
</a>
</p>
<p>OS: Windows, Mac, Linux.</p>
</div>
</div>
</div>
</div>
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://www.dash.org/">Dash</a> - An open sourced, privacy-centric digital currency with instant transactions. It allows you to keep your finances private as you make transactions without waits.</li>
<li><a href="https://getmonero.org/">Monero</a> Monero is a secure, private, untraceable currency. It is open-source and freely available to all.</li>
</ul>
<a class="anchor" name="productivity"></a>
<div class="page-header">
<h1><a href="#productivity" class="titleanchor"><span class="glyphicon glyphicon-link"></span></a> Productivity Tools</h1>