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 @@
-
+
Funny federation schema
@@ -93,52 +93,52 @@
- -

- 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. -

- -
-
- -
This is just how a federation works!
-
+ - - Funny 2 instances communication schema
-

- 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. +

- - - - - - - +
+
+ +
This is just how a federation works!
+
+
+ +
+ Funny 2 instances communication schema + +

+ 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. +

+
+ + + + + + + +
@@ -147,46 +147,44 @@
-
+
PeerTube is a free software funny schema -
-

- 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. +

-
-
+
+
-
- Peertube is not subject to any corporate monopoly, does not rely on ads and does not track you. -
+
+ 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. -

- - - - - - - - + + + + + + +
@@ -195,38 +193,36 @@
-
+
PeerTube upload illustration -
-
-
+
+
-
- With PeerTube, chose your hosting company and the rules you believe in. -
-
- -
- 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. +
+ With PeerTube, chose your hosting company and the rules you believe in.
-
-
-
- -
- Direct contact with a human-scale hoster allows for two things: you no longer are the client of a huge tech company, - and you can nurture a special relationship with your hoster, who distributes your data. +
+ 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.
-
-
- With PeerTube, you get to choose your hosting provider according to their terms of use, such as their disk space limit per user, - their moderation policy, who they chose to federate with... You are not speaking with a huge tech company, so you can - talk it out in case of any issue, need, desire... +
+
+ +
+ Direct contact with a human-scale hoster allows for two things: you no longer are the client of a huge tech company, + and you can nurture a special relationship with your hoster, who distributes your data. +
+
+ +
+ With PeerTube, you get to choose your hosting provider according to their terms of use, such as their disk space limit per user, + their moderation policy, who they chose to federate with... You are not speaking with a huge tech company, so you can + talk it out in case of any issue, need, desire... +
@@ -240,7 +236,7 @@
-
+
PeerTube P2P illustration
@@ -251,20 +247,20 @@ lowering the load of their hosts.
+ +

+ 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. -

@@ -332,7 +328,8 @@

- 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.