diff --git a/src/scss/_mixins.scss b/src/scss/_mixins.scss index b9ce2f7..90a795e 100644 --- a/src/scss/_mixins.scss +++ b/src/scss/_mixins.scss @@ -13,7 +13,6 @@ margin: auto; display: flex; flex-direction: column; - align-items: center; img { margin: 30px 0; diff --git a/src/scss/main.scss b/src/scss/main.scss index 69d8168..90b2c39 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -192,12 +192,14 @@ p > a { font-family: 'Proza Libre', sans-serif; font-size: 24px; font-weight: $font-semibold; - margin-top: 100px; white-space: nowrap; + margin: 100px auto 0; + width: 600px; @media screen and (max-width: $responsive-screen) { white-space: normal; margin-top: 50px; + width: 100%; } } diff --git a/src/views/Home.vue b/src/views/Home.vue index ac585bf..18c4887 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -79,7 +79,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. +
-- You can still watch from your account videos hosted by other instances though - if the administrator of your instance had previously connected it with other instances. -
- -- 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. -
++ You can still watch from your account videos hosted by other instances though + if the administrator of your instance had previously connected it with other instances. +
- - - - - - - ++ 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. +
+- Mainstream online video broadcasting services make money off of your data by analyzing your interactions - so that they can then bombard your with targeted advertising. -
++ Mainstream online video broadcasting services make money off of your data by analyzing your interactions + so that they can then bombard your with targeted advertising. +
-+ 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. -
- - - - - - - - + + + + + + ++ 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. -
- The more people use, support, and contribute to PeerTube, the quicker it will become a concrete alternative to platforms like YouTube. + The more people use, support, and contribute to PeerTube, the quicker it will become a concrete alternative to platforms like + YouTube.