diff --git a/app/assets/scss/main.scss b/app/assets/scss/main.scss index 15484aa..753378d 100644 --- a/app/assets/scss/main.scss +++ b/app/assets/scss/main.scss @@ -163,6 +163,7 @@ body { .install a[href="https://github.com/Chocobozzz/PeerTube/#production"], .how-it-works a[href^="#"], .how-it-works a[href*="/faq"], +.intro a.frama_campaign, .faq .col-sm-12 > p a[href="https://framacolibri.org/c/qualite/peertube"], .getting-started .col-sm-12 > p a[href*="framatube.org"], .button { @@ -181,11 +182,13 @@ body { .intro a[href^="#"]:hover, .install a:hover, .how-it-works a[href^="#"]:hover, +.intro a.frama_campaign:hover, .button { opacity: 1; } .intro a[href="#getting-started"], +.intro a.frama_campaign, .how-it-works a[href="#getting-started"] { margin-right: 4px; color: #fff; @@ -193,6 +196,7 @@ body { } .intro a[href="#how-it-works"], +.intro a.frama_campaign, .install a[href="https://github.com/Chocobozzz/PeerTube/#production"], .how-it-works a[href*="/faq"], .faq .col-sm-12 > p a[href="https://framacolibri.org/c/qualite/peertube"], @@ -319,8 +323,14 @@ a.button { margin-top: 20px; } -.intro .col-md-push-6 .button { - margin-bottom:10px; +.intro .col-md-push-6 { + .button { + margin-bottom:10px; + } + + img { + display: inline-block; + } } @media (min-width: 1200px) { diff --git a/app/components/pages/Home.vue b/app/components/pages/Home.vue index 749e627..d2a699a 100644 --- a/app/components/pages/Home.vue +++ b/app/components/pages/Home.vue @@ -6,7 +6,7 @@

-
+ +

+ PeerTube +

+

+

- - -

+ + +

@@ -70,12 +75,12 @@
diff --git a/app/locales/en.yml b/app/locales/en.yml index 7da89b8..62a4523 100644 --- a/app/locales/en.yml +++ b/app/locales/en.yml @@ -20,6 +20,10 @@ home: title: A decentralized video hosting network, based on free/libre software getting-started: Get started how-it-works: How it works + release: + announce: PeerTube v1.0 🎉 + title: The first version of PeerTube is out! Help us to pursue its development. + button: Support why: power: title: Take back the power… and the responsibilities! diff --git a/app/locales/fr.yml b/app/locales/fr.yml index 1d4cef4..0b521fc 100644 --- a/app/locales/fr.yml +++ b/app/locales/fr.yml @@ -20,6 +20,12 @@ home: title: L’hébergement de vidéos décentralisé, en réseau, basé sur du logiciel libre getting-started: Pour commencer how-it-works: Comment ça fonctionne + release: + announce: PeerTube v1.0 🎉 + title: + La première version de PeerTube est sortie ! Aidez-nous à poursuivre son développement. + button: Soutenir + blog: Lire l'annonce sur le Framablog why: power: title: Reprenez le pouvoir… et les responsabilités !