diff --git a/src/components/InstancesList.vue b/src/components/InstancesList.vue index c8b98d0..6392074 100644 --- a/src/components/InstancesList.vue +++ b/src/components/InstancesList.vue @@ -187,7 +187,7 @@ } .mascot-loading-block { - width: 100%; + flex-grow: 1; .mascot-loading { display: none; diff --git a/src/scss/main.scss b/src/scss/main.scss index bd9d275..4e1ea32 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -229,6 +229,15 @@ p > a { } } +.bottom-two-columns { + margin: 50px auto 0; + width: 600px; + + & + .bottom-two-columns { + margin-top: 10px; + } +} + .bottom-link-wrapper { display: flex; justify-content: flex-end; diff --git a/src/views/Home.vue b/src/views/Home.vue index 9e660be..e9f1df9 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -63,7 +63,7 @@
- Anyone with a modicum of technical skills can host a PeerTube server, aka an instance. - Each instance hosts its users and their videos. - In this way, every instance is created, moderated and maintained independently by various administrators. -
-+ Anyone with a modicum of technical skills can host a PeerTube server, aka an instance. + Each instance hosts its users and their videos. + In this way, every instance is created, moderated and maintained independently by various administrators. +
+- And there's more! PeerTube uses Activity Pub, a federating protocol that allows you to interact with other software, - provided they also use this protocol. For example, PeerTube and Mastodon -a Twitter alternative- are connected: - you can follow a PeerTube user from Mastodon (the latest videos from the PeerTube account you follow will appear in your feed), - and even comment on a PeerTube-hosted video directly from your Mastodon's account. -
++ And there's more! PeerTube uses Activity Pub, a federating protocol that allows you to interact with other software, + provided they also use this protocol. For example, PeerTube and Mastodon -a Twitter alternative- are connected: + you can follow a PeerTube user from Mastodon (the latest videos from the PeerTube account you follow will appear in your feed), + and even comment on a PeerTube-hosted video directly from your Mastodon's account. +
+ @@ -162,23 +160,23 @@ Peertube is not subject to any corporate monopoly, does not rely on ads and does not track you. - -- Most importantly, you are a person to PeerTube, not a product in need of profiling so as to be stuck in video - loops. - For example, PeerTube doesn't use any biased recommendation algorithms to keep you online for hours on end. -
- -- All of this is made possible by Peertube's free/libre license (GNU-AGPL). - Its code is a digital "common", that belongs to everybody, instead of a secret formula that belongs to Google - (in the case of Youtube) or to Vivendi/Bolloré (Dailymotion). - This free/libre license guarantees our fundamental freedoms as users and allows many contributors to offer evolutions - and new features. -
++ Most importantly, you are a person to PeerTube, not a product in need of profiling so as to be stuck in video + loops. + For example, PeerTube doesn't use any biased recommendation algorithms to keep you online for hours on end. +
+ ++ All of this is made possible by Peertube's free/libre license (GNU-AGPL). + Its code is a digital "common", that belongs to everybody, instead of a secret formula that belongs to Google + (in the case of Youtube) or to Vivendi/Bolloré (Dailymotion). + This free/libre license guarantees our fundamental freedoms as users and allows many contributors to offer evolutions + and new features. +
+ @@ -210,24 +208,24 @@ YouTube has clearly gone astray: its hoster, Google-Alphabet, can enforce its ContentID system (the infamous "Robocopyright") or its videos recommendation system, all of which appear to be as obscure as unfair. - -- In this way, when you watch a video, your computer contributes to its broadcast. - If a lot of people are watching the same video at the same time, their browser automatically send smalls pieces of the - video to the other viewers. - The server resources are not over-exploited: the stream is split, the network optimized. -
- -- It might not look like it, but thanks to peer-to-peer broadcasting, popular video makers and their videos are no longer - forced to be hosted by big companies, whose infrastructure can stand thousands of views at the same time... or to pay for a - robust but extremely expensive independent video host. -
+ In this way, when you watch a video, your computer contributes to its broadcast. + If a lot of people are watching the same video at the same time, their browser automatically send smalls pieces of the + video to the other viewers. + The server resources are not over-exploited: the stream is split, the network optimized. +
+ ++ It might not look like it, but thanks to peer-to-peer broadcasting, popular video makers and their videos are no longer + forced to be hosted by big companies, whose infrastructure can stand thousands of views at the same time... or to pay for a + robust but extremely expensive independent video host. +