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"],
|
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
||||||
.how-it-works a[href^="#"],
|
.how-it-works a[href^="#"],
|
||||||
.how-it-works a[href*="/faq"],
|
.how-it-works a[href*="/faq"],
|
||||||
|
.intro a.frama_campaign,
|
||||||
.faq .col-sm-12 > p a[href="https://framacolibri.org/c/qualite/peertube"],
|
.faq .col-sm-12 > p a[href="https://framacolibri.org/c/qualite/peertube"],
|
||||||
.getting-started .col-sm-12 > p a[href*="framatube.org"],
|
.getting-started .col-sm-12 > p a[href*="framatube.org"],
|
||||||
.button {
|
.button {
|
||||||
|
@ -181,11 +182,13 @@ body {
|
||||||
.intro a[href^="#"]:hover,
|
.intro a[href^="#"]:hover,
|
||||||
.install a:hover,
|
.install a:hover,
|
||||||
.how-it-works a[href^="#"]:hover,
|
.how-it-works a[href^="#"]:hover,
|
||||||
|
.intro a.frama_campaign:hover,
|
||||||
.button {
|
.button {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro a[href="#getting-started"],
|
.intro a[href="#getting-started"],
|
||||||
|
.intro a.frama_campaign,
|
||||||
.how-it-works a[href="#getting-started"] {
|
.how-it-works a[href="#getting-started"] {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -193,6 +196,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro a[href="#how-it-works"],
|
.intro a[href="#how-it-works"],
|
||||||
|
.intro a.frama_campaign,
|
||||||
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
.install a[href="https://github.com/Chocobozzz/PeerTube/#production"],
|
||||||
.how-it-works a[href*="/faq"],
|
.how-it-works a[href*="/faq"],
|
||||||
.faq .col-sm-12 > p a[href="https://framacolibri.org/c/qualite/peertube"],
|
.faq .col-sm-12 > p a[href="https://framacolibri.org/c/qualite/peertube"],
|
||||||
|
|
|
@ -16,16 +16,18 @@
|
||||||
src="https://framatube.org/videos/embed/217eefeb-883d-45be-b7fc-a788ad8507d3"
|
src="https://framatube.org/videos/embed/217eefeb-883d-45be-b7fc-a788ad8507d3"
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</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>
|
||||||
<div class="col-md-6 col-md-pull-6">
|
<div class="col-md-6 col-md-pull-6">
|
||||||
<img :src="`${$root['/']}img/notebook.jpg`" class="img-responsive" alt="">
|
<img :src="`${$root['/']}img/notebook.jpg`" class="img-responsive" alt="">
|
||||||
</div>
|
|
||||||
<p>
|
<p>
|
||||||
<a href="#getting-started" v-html="$t('home.intro.getting-started')"></a>
|
<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>
|
<a href="#how-it-works" v-html="$t('home.intro.how-it-works')"></a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="clearfix why">
|
<section class="clearfix why">
|
||||||
|
|
|
@ -20,6 +20,9 @@ home:
|
||||||
title: A decentralized video hosting network, based on free/libre software
|
title: A decentralized video hosting network, based on free/libre software
|
||||||
getting-started: Get started
|
getting-started: Get started
|
||||||
how-it-works: How it works
|
how-it-works: How it works
|
||||||
|
release:
|
||||||
|
title: The first version of PeerTube is out! Help us to pursue its development.
|
||||||
|
button: Support
|
||||||
why:
|
why:
|
||||||
power:
|
power:
|
||||||
title: Take back the power… and the responsibilities!
|
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
|
title: L’hébergement de vidéos décentralisé, en réseau, basé sur du logiciel libre
|
||||||
getting-started: Pour commencer
|
getting-started: Pour commencer
|
||||||
how-it-works: Comment ça fonctionne
|
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:
|
why:
|
||||||
power:
|
power:
|
||||||
title: Reprenez le pouvoir… et les responsabilités !
|
title: Reprenez le pouvoir… et les responsabilités !
|
||||||
|
|
Loading…
Reference in a new issue