forked from nutomic/joinpeertube
Ajout de la sortie de la version 1 de PeerTube et lien vers Frama
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
269d1908eb
commit
11a53f2881
4 changed files with 16 additions and 4 deletions
|
@ -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"],
|
||||
|
|
|
@ -16,14 +16,16 @@
|
|||
src="https://framatube.org/videos/embed/217eefeb-883d-45be-b7fc-a788ad8507d3"
|
||||
></iframe>
|
||||
</div>
|
||||
<p class="text-left" v-html="$t('home.release.title')"></p>
|
||||
<a class="frama_campaign" href="https://framasoft.org" v-html="$t('home.release.button')"></a>
|
||||
</div>
|
||||
<div class="col-md-6 col-md-pull-6">
|
||||
<img :src="`${$root['/']}img/notebook.jpg`" class="img-responsive" alt="">
|
||||
<p>
|
||||
<a href="#getting-started" v-html="$t('home.intro.getting-started')"></a>
|
||||
<a href="#how-it-works" v-html="$t('home.intro.how-it-works')"></a>
|
||||
</p>
|
||||
</div>
|
||||
<p>
|
||||
<a href="#getting-started" v-html="$t('home.intro.getting-started')"></a>
|
||||
<a href="#how-it-works" v-html="$t('home.intro.how-it-works')"></a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -20,6 +20,9 @@ home:
|
|||
title: A decentralized video hosting network, based on free/libre software
|
||||
getting-started: Get started
|
||||
how-it-works: How it works
|
||||
release:
|
||||
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!
|
||||
|
|
|
@ -20,6 +20,9 @@ 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:
|
||||
title: La première version de PeerTube est sortie ! Aidez-nous à poursuivre son développement.
|
||||
button: Soutenir
|
||||
why:
|
||||
power:
|
||||
title: Reprenez le pouvoir… et les responsabilités !
|
||||
|
|
Loading…
Reference in a new issue