Add video hosting platforms
This commit is contained in:
parent
801e7a17d1
commit
1229aba69d
@ -32,6 +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="far fa-video fa-fw"></span> Video Hosting</a>
|
||||
<a class="dropdown-item" href="/providers/vpn/"><span class="far fa-eye-slash fa-fw"></span> VPN</a>
|
||||
</span>
|
||||
</details>
|
||||
|
14
_includes/sections/decentralized-video.html
Normal file
14
_includes/sections/decentralized-video.html
Normal file
@ -0,0 +1,14 @@
|
||||
<h1 id="social" class="anchor"><a href="#social"><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/mastodon.svg"
|
||||
description='PeerTube, developed by Framasoft, is the free and decentralized alternative to video platforms, providing you over 200,000 videos published by 30,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"
|
||||
%}
|
1
assets/img/svg/3rd-party/peertube.svg
vendored
Normal file
1
assets/img/svg/3rd-party/peertube.svg
vendored
Normal file
@ -0,0 +1 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 31 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><g><path d="M3.84,0l0,15.36l11.52,-7.679" style="fill:#211f20;fill-rule:nonzero;"/><path d="M3.84,15.36l0,15.36l11.52,-7.679" style="fill:#737373;fill-rule:nonzero;"/><path d="M15.36,7.679l0,15.36l11.52,-7.679" style="fill:#f1680d;fill-rule:nonzero;"/></g></svg>
|
After Width: | Height: | Size: 702 B |
8
pages/providers/video-hosting.html
Normal file
8
pages/providers/video-hosting.html
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: page
|
||||
permalink: /providers/video/
|
||||
title: "Video Hosting"
|
||||
description: "Find a video platform that doesn't pry into your data or monetize your profile."
|
||||
---
|
||||
|
||||
{% include sections/decentralized-video.html %}
|
Reference in New Issue
Block a user