mirror of
https://github.com/privacyguides/privacyguides.org
synced 2024-11-10 13:13:35 +01:00
Fixed colors
This commit is contained in:
parent
63e6ce7c86
commit
589517d4b7
10
index.html
10
index.html
@ -1222,15 +1222,15 @@ Highly customizable plugin to selectively allow Javascript, Java, and Flash to r
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="panel panel-info">
|
<div class="panel panel-success">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">Mobile: Signal</h3>
|
<h3 class="panel-title">Mobile: Signal</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p><img src="img/tools/Open-Whisper-Systems.png" alt="Open Whisper Systems" align="right" style="margin-left:5px;">Signal is a mobile app developed by <a href="https://whispersystems.org/" target="_blank">Open Whisper Systems</a>. The app provides end-to-end encrypted instant messaging. Signal is free and open source, enabling anyone to verify its security by auditing the code. Encrypted group chats are also supported. The development team is supported by community donations and grants. There are no advertisements, and it doesn't cost anything to use.</p>
|
<p><img src="img/tools/Open-Whisper-Systems.png" alt="Open Whisper Systems" align="right" style="margin-left:5px;">Signal is a mobile app developed by <a href="https://whispersystems.org/" target="_blank">Open Whisper Systems</a>. The app provides end-to-end encrypted instant messaging. Signal is free and open source, enabling anyone to verify its security by auditing the code. Encrypted group chats are also supported. The development team is supported by community donations and grants. There are no advertisements, and it doesn't cost anything to use.</p>
|
||||||
<p>
|
<p>
|
||||||
<a href="https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms" target="_blank"><button type="button" class="btn btn-info">Android: google.com</button></a>
|
<a href="https://play.google.com/store/apps/details?id=org.thoughtcrime.securesms" target="_blank"><button type="button" class="btn btn-success">Android: google.com</button></a>
|
||||||
<a href="https://itunes.apple.com/app/id874139669" target="_blank"><button type="button" class="btn btn-info">iOS: apple.com</button></a>
|
<a href="https://itunes.apple.com/app/id874139669" target="_blank"><button type="button" class="btn btn-success">iOS: apple.com</button></a>
|
||||||
</p>
|
</p>
|
||||||
<p>OS: Android, iOS.</p>
|
<p>OS: Android, iOS.</p>
|
||||||
</div>
|
</div>
|
||||||
@ -1238,14 +1238,14 @@ Highly customizable plugin to selectively allow Javascript, Java, and Flash to r
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-4">
|
<div class="col-sm-4">
|
||||||
<div class="panel panel-success">
|
<div class="panel panel-info">
|
||||||
<div class="panel-heading">
|
<div class="panel-heading">
|
||||||
<h3 class="panel-title">Desktop: Ricochet</h3>
|
<h3 class="panel-title">Desktop: Ricochet</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
<p><img src="img/tools/Ricochet.png" style="margin-left:5px;" align="right">Ricochet uses the <a href="#browser">Tor network</a> to reach your contacts without relying on messaging servers. It creates a hidden service, which is used to rendezvous with your contacts without revealing your location or IP address. Instead of a username, you get a unique address that looks like <em>ricochet:rs7ce36jsj24ogfw</em>.
|
<p><img src="img/tools/Ricochet.png" style="margin-left:5px;" align="right">Ricochet uses the <a href="#browser">Tor network</a> to reach your contacts without relying on messaging servers. It creates a hidden service, which is used to rendezvous with your contacts without revealing your location or IP address. Instead of a username, you get a unique address that looks like <em>ricochet:rs7ce36jsj24ogfw</em>.
|
||||||
Other Ricochet users can use this address to send a contact request - asking to be added to your contacts list.</p>
|
Other Ricochet users can use this address to send a contact request - asking to be added to your contacts list.</p>
|
||||||
<p><a href="https://ricochet.im/" target="_blank"><button type="button" class="btn btn-success">Download: www.ricochet.im</button></a></p>
|
<p><a href="https://ricochet.im/" target="_blank"><button type="button" class="btn btn-info">Download: www.ricochet.im</button></a></p>
|
||||||
<p>OS: Windows, Mac, Linux.</p>
|
<p>OS: Windows, Mac, Linux.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user