cardv2 for email section
This commit is contained in:
@ -1,24 +1,30 @@
|
||||
<h1 id="messaging" class="anchor"><a href="#messaging"><i class="fas fa-link anchor-icon"></i></a> Email Alternatives</h1>
|
||||
|
||||
<div class="row mb-2">
|
||||
{% include cardv2.html
|
||||
title="Bitmessage"
|
||||
image="/assets/img/tools/Bitmessage.png"
|
||||
description="Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless,
|
||||
meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide \"non-content\" data."
|
||||
website="https://bitmessage.org/"
|
||||
forum="https://forum.privacytools.io/t/discussion-bitmessage/661"
|
||||
github="https://github.com/Bitmessage/PyBitmessage"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
%}
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Bitmessage"
|
||||
image="/assets/img/tools/Bitmessage.png"
|
||||
url="https://bitmessage.org/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless,
|
||||
meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide \"non-content\" data."
|
||||
%}
|
||||
{% include card.html color="primary"
|
||||
title="RetroShare"
|
||||
image="/assets/img/tools/RetroShare.png"
|
||||
url="https://retroshare.cc/"
|
||||
footer="OS: Windows, macOS, Linux."
|
||||
description="Retroshare creates encrypted connections to your friends. Nobody can spy on you. Retroshare is completely decentralized. This means there are no central servers. It is entirely Open-Source and free. There are no costs, no ads and no Terms of Service."
|
||||
%}
|
||||
{% include cardv2.html
|
||||
title="RetroShare"
|
||||
image="/assets/img/tools/RetroShare.png"
|
||||
description="Retroshare creates encrypted connections to your friends. Nobody can spy on you. Retroshare is completely decentralized. This means there are no central servers. It is entirely Open-Source and free. There are no costs, no ads and no Terms of Service."
|
||||
website="https://retroshare.cc/"
|
||||
forum="https://forum.privacytools.io/t/discussion-retroshare/662"
|
||||
github="https://github.com/RetroShare/RetroShare"
|
||||
windows=""
|
||||
mac=""
|
||||
linux=""
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
|
Reference in New Issue
Block a user