Add Social Details
This commit is contained in:
parent
f0e942de7b
commit
65843365df
@ -1,48 +0,0 @@
|
||||
<h1 id="social" class="anchor"><a href="#social"><i class="fas fa-link anchor-icon"></i></a> Social Networking</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong> If you are currently using Social Networks like Facebook, Twitter or Google+, give one of our instances a try! </strong>
|
||||
</div>
|
||||
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Social"
|
||||
image="assets/img/tools/Mastodon.png"
|
||||
url="https://social.privacytools.io/"
|
||||
website="social.privacytools.io"
|
||||
description='We are now operating an open, federated Mastodon instance to anyone looking to get away from the .'
|
||||
%}
|
||||
|
||||
{% include card.html color="info"
|
||||
title="diaspora*"
|
||||
image="assets/img/tools/diaspora.png"
|
||||
url="https://diasporafoundation.org/"
|
||||
description="diaspora* is based on three key philosophies: Decentralization, freedom and privacy. It is intended to address privacy concerns related to centralized social
|
||||
networks by allowing users set up their own server (or \"pod\") to host content; pods can then interact to share status updates, photographs, and other social data."
|
||||
%}
|
||||
|
||||
{% include card.html color="info"
|
||||
title="Friendica"
|
||||
image="assets/img/tools/Friendica.png"
|
||||
url="https://friendi.ca/"
|
||||
description="Friendica has an emphasis on extensive privacy settings and easy server installation. It aims to federate with as many other social networks as possible. Currently,
|
||||
Friendica users can integrate contacts from Facebook, Twitter, Diaspora, GNU social, App.net, Pump.io and other services in their social streams."
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
<h3>Worth Mentioning</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://gnu.io/social/">GNU Social</a> - An open sourced, free and decentralized social network compatible with Mastodon and Friendica.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Related Information</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://justdeleteme.xyz/">JustDeleteMe</a> - A directory of direct links to delete your account from web services.</li>
|
||||
<li><a href="https://addons.mozilla.org/firefox/addon/facebook-container/">Facebook Container by Mozilla</a> - Prevent Facebook from tracking you around the web.</li>
|
||||
<li><a href="https://www.facebook.com/help/delete_account">Delete your Facebook account</a> - Direct link to delete your Facebook account without being able to reactivate it again.</li>
|
||||
<li><a href="https://deletefacebook.com/">How To Permanently Delete A Facebook Account</a> - This guide will take you through a smooth and successful Facebook account deletion.</li>
|
||||
</ul>
|
34
_includes/services/social.html
Normal file
34
_includes/services/social.html
Normal file
@ -0,0 +1,34 @@
|
||||
<h1 id="social" class="anchor"><a href="#social"><i class="fas fa-link anchor-icon"></i></a> Social</h1>
|
||||
|
||||
<div class="alert alert-warning" role="alert">
|
||||
<strong> If you are currently using Social Networks or Messaging like Facebook, Twitter, Discord, or Messenger, give one of our instances a try! </strong>
|
||||
</div>
|
||||
|
||||
<div class="row mb-2">
|
||||
|
||||
{% include card.html color="success"
|
||||
title="Social"
|
||||
image="assets/img/tools/Mastodon.png"
|
||||
url="https://social.privacytools.io/"
|
||||
website="social.privacytools.io"
|
||||
description='We are now operating an open, federated Mastodon instance to anyone looking to get away from Twitter or Facebook for their social networking needs. Our instance is
|
||||
completely free of advertising and third party trackers.'
|
||||
%}
|
||||
|
||||
{% include card.html color="info"
|
||||
title="Video"
|
||||
image="assets/img/tools/peertube.png"
|
||||
url="https://video.privacytools.io/"
|
||||
description="Video content creators are welcome to host their content on our PeerTube platform! PeerTube is a federated video sharing site, so your videos will be accessible from
|
||||
any other instance regardless of their install."
|
||||
%}
|
||||
|
||||
{% include card.html color="info"
|
||||
title="Messaging"
|
||||
image="assets/img/tools/riot.png"
|
||||
url="https://chat.privacytools.io/"
|
||||
description="If you're looking for a messaging solution for yourself or your organization, look no further. We are now offering a free-to-use Matrix/Riot installation featuring
|
||||
end-to-end encrypted chats, group chats, and everything else the Matrix federated ecosystem has to offer."
|
||||
%}
|
||||
|
||||
</div>
|
@ -8,7 +8,7 @@ active_page: services
|
||||
|
||||
{% include services/search.html %}
|
||||
|
||||
{% include services/social-networks.html %}
|
||||
{% include services/social.html %}
|
||||
|
||||
{% include services/participate.html %}
|
||||
|
||||
|
Reference in New Issue
Block a user