diff --git a/src/scss/main.scss b/src/scss/main.scss index 18e4cba..c27df0e 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -135,20 +135,27 @@ main { border-width: 2px; } -.section-title { - font-size: 34px; - font-weight: $font-semibold; - margin: 100px 0; +.section-title, +.subtitle { display: flex; align-items: center; - font-family: 'Proza Libre', sans-serif; .border-title { margin-left: 40px; height: 3px; background-color: $orange; flex-grow: 1; - margin-top: 6px; + } +} + +.section-title { + font-size: 34px; + font-weight: $font-semibold; + margin: 100px 0; + font-family: 'Proza Libre', sans-serif; + + .border-title { + margin-top: 4px; } .brand-title { @@ -178,6 +185,30 @@ main { @include one-column; } +.two-columns { + display: flex; + align-items: center; + margin-top: 50px; + + & > img, + & > div { + flex-basis: 100%; + } + + & > *:first-child { + margin-right: 30px; + } + + img { + height: 231px; + width: 416px; + } + + @media screen and (max-width: $responsive-screen) { + @include one-column; + } +} + .bottom-link-wrapper { display: flex; justify-content: flex-end; diff --git a/src/views/Home.vue b/src/views/Home.vue index 0ef8f01..88d61b4 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -54,7 +54,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. +
-- 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. +
+- 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. -
- @@ -128,35 +137,44 @@- 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. -
++ 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. +
+- 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. +
+- Peertube is a free/libre software funded by a French non-profit organization: Framasoft -
++ Peertube is a free/libre software funded by a French non-profit organization: Framasoft +
-- Our organization started in 2004, and now devotes itself to popular education about digital technology issues. - We are a small structure of less than 40 members and under 10 employees, well-known for the De-google-ify Internet project, - when we offered 34 ethical and alternative online tools. As a public interest organization, over 90% of our funding - comes from donations (tax deductible for French taxpayers). -
++ Our organization started in 2004, and now devotes itself to popular education about digital technology issues. + We are a small structure of less than 40 members and under 10 employees, well-known for the De-google-ify Internet project, + when we offered 34 ethical and alternative online tools. As a public interest organization, over 90% of our funding + comes from donations (tax deductible for French taxpayers). +
-- Thanks to our crowdfunding (from March to July 2018), - Framasoft were able to employ PeerTube's main developer. - After a beta release in March 2018, release 1 came out in November 2018. - Since then, several intermediary releases have brought many features along. - Several collectives have already created PeerTube hosts, laying the foundation for the federation. -
++ Thanks to our crowdfunding (from March to July 2018), + Framasoft were able to employ PeerTube's main developer. + After a beta release in March 2018, release 1 came out in November 2018. + Since then, several intermediary releases have brought many features along. + Several collectives have already created PeerTube hosts, laying the foundation for the federation. +
-- - The more people use, support, and contribute to PeerTube, the quicker it will become a concrete alternative to platforms like YouTube. - -
- - - Donate to Framasoft - ++ + The more people use, support, and contribute to PeerTube, the quicker it will become a concrete alternative to platforms like YouTube. + +
+