diff --git a/_includes/nav.html b/_includes/nav.html index e1462c541..ed3a398db 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -20,6 +20,7 @@ Search Engines Cloud Storage Social Networks + Video Streaming DNS Hosting diff --git a/_includes/sections/video-streaming.html b/_includes/sections/video-streaming.html new file mode 100644 index 000000000..e752e0b88 --- /dev/null +++ b/_includes/sections/video-streaming.html @@ -0,0 +1,40 @@ +

Video Streaming

+ +
+ + {% include card.html color="success" + title="PeerTube" + image="/assets/img/tools/peertube.png" + url="https://joinpeertube.org/" + footer="OS: Windows, macOS, Linux, FreeBSD, Web." + description="PeerTube is a federated video streaming alternative." + %} + + {% include card.html color="primary" + title="Invidio / FreeTube" + image="/assets/img/tools/freetube.png" + url="https://github.com/FreeTubeApp/FreeTube" + footer="OS: Windows, macOS, Linux, Web." + description="FreeTube is an free software video streaming client utilizing Invidious, an open-source privacy respecting API for YouTube." + %} + + {% include card.html color="warning" + title="LBRY" + image="/assets/img/tools/lbry.png" + url="https://lbry.io/" + footer="OS: Windows, macOS, Linux, iOS, Android." + description="LBRY is a decentralized protocol for sharing data, similar to BitTorrent or ZeroNet." + %} + +
+ +

Warning

+ + +

Worth Mentioning

+ diff --git a/_layouts/default.html b/_layouts/default.html index d21112fc4..89882cde8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,4 +8,4 @@ - + \ No newline at end of file diff --git a/assets/img/tools/freetube.png b/assets/img/tools/freetube.png new file mode 100644 index 000000000..f75c2a81f Binary files /dev/null and b/assets/img/tools/freetube.png differ diff --git a/assets/img/tools/lbry.png b/assets/img/tools/lbry.png new file mode 100644 index 000000000..de0fb6f91 Binary files /dev/null and b/assets/img/tools/lbry.png differ diff --git a/assets/img/tools/peertube.png b/assets/img/tools/peertube.png new file mode 100644 index 000000000..54ef19cbd Binary files /dev/null and b/assets/img/tools/peertube.png differ diff --git a/pages/old.html b/pages/old.html index eed694b7f..d5a2b5616 100644 --- a/pages/old.html +++ b/pages/old.html @@ -61,6 +61,8 @@ {% include sections/social-networks.html %} +{% include sections/video-streaming.html %} + {% include sections/dns.html %} {% include sections/notebooks.html %} diff --git a/pages/software/social-news-agregator.html b/pages/software/social-news-agregator.html new file mode 100644 index 000000000..472285898 --- /dev/null +++ b/pages/software/social-news-agregator.html @@ -0,0 +1,8 @@ +--- +layout: page +permalink: /software/video-streaming/ +title: "Video Streaming Services" +description: "Video Streaming" +--- + +{% include sections/video-streaming.html %}