rename Video Platforms into Video/Audio Platforms + add Funkwhale (recommendation) + clean up and add dark mode images for Peertube and Invidious

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L
2021-06-02 18:46:01 +02:00
parent 1cdd251824
commit 220d3cfc1f
13 changed files with 84 additions and 28 deletions

View File

@ -32,7 +32,7 @@
<a class="dropdown-item" href="/providers/search-engines/"><span class="fas fa-search fa-fw"></span> Search Engines</a>
<a class="dropdown-item" href="/providers/social-networks/"><span class="fas fa-expand-arrows-alt fa-fw"></span> Social Networks</a>
<a class="dropdown-item" href="/providers/social-news-aggregator/"><span class="far fa-newspaper fa-fw"></span> Social News Aggregators</a>
<a class="dropdown-item" href="/providers/video/"><span class="fas fa-video fa-fw"></span> Video Platforms</a>
<a class="dropdown-item" href="/providers/video-audio/"><span class="fas fa-video fa-fw"></span> Video/Audio Platforms</a>
<a class="dropdown-item" href="/providers/vpn/"><span class="far fa-eye-slash fa-fw"></span> VPN</a>
</span>
</details>

View File

@ -1,14 +0,0 @@
<h1 id="video" class="anchor"><a href="#video"><i class="fas fa-link anchor-icon"></i></a> Decentralized Video Platforms</h1>
<div class="alert alert-warning" role="alert">
<strong> If you are currently using a platform like YouTube or Vimeo, you should pick an alternative here.</strong>
</div>
{% include cardv2.html
title="PeerTube"
image="/assets/img/svg/3rd-party/peertube.svg"
description='PeerTube, developed by Framasoft, is a free and decentralized alternative to video platforms, with over 400,000 videos published by over 50,000 users and viewed over 10 million times. If you are looking for a server to join, you are welcome to join our hosted instance: <a href="https://tube.privacytools.io/">tube.privacytools.io</a>'
website="https://joinpeertube.org"
github="https://github.com/Chocobozzz/PeerTube"
web="https://joinpeertube.org/#what-is-peertube"
%}

View File

@ -0,0 +1,25 @@
<h1 id="video" class="anchor"><a href="#video-audio"><i class="fas fa-link anchor-icon"></i></a> Decentralized Video/Audio Platforms</h1>
<div class="alert alert-warning" role="alert">
<strong> If you are currently using a platform like YouTube, Vimeo or SoundCloud, you should pick an alternative here.</strong>
</div>
{% include cardv2.html
title="PeerTube"
image="/assets/img/svg/3rd-party/peertube.svg"
image-dark="/assets/img/svg/3rd-party/peertube-dark.svg"
description='PeerTube, developed by Framasoft, is a free and decentralized alternative to video platforms, with over 400,000 videos published by over 50,000 users and viewed over 10 million times. If you are looking for a server to join, you are welcome to join our hosted instance: <a href="https://tube.privacytools.io/">tube.privacytools.io</a>'
website="https://joinpeertube.org"
github="https://github.com/Chocobozzz/PeerTube"
web="https://joinpeertube.org/#what-is-peertube"
%}
{% include cardv2.html
title="Funkwhale"
image="/assets/img/svg/3rd-party/funkwhale.svg"
image-dark="/assets/img/svg/3rd-party/funkwhale-dark.svg"
description='Funkwhale is a decentralized <a href="https://network.funkwhale.audio/dashboards/d/overview/funkwhale-network-overview">federated</a> audio sharing and social platform.'
website="https://funkwhale.audio/"
gitlab="https://dev.funkwhale.audio/funkwhale"
web="https://funkwhale.audio/#get-started"
%}

View File

@ -7,6 +7,7 @@
{% include cardv2.html
title="Invidious"
image="/assets/img/svg/3rd-party/invidious.svg"
image-dark="/assets/img/svg/3rd-party/invidious-dark.svg"
description='Invidious is an alternative front-end to YouTube. It is free software, with no advertising or Javascript dependency to play videos, with lots of other features that allow you to have a complete YouTube experience, sans Google.'
labels="color==warning::icon==fas fa-exclamation-triangle::link==https://github.com/iv-org/documentation/blob/master/Always-use-%22local%22-to-proxy-video-through-the-server-without-creating-an-account.md::text==Warning::tooltip==By default, Invidious will not proxy videos through the instance's proxy."
website="https://invidio.us"