forked from nutomic/joinpeertube
Add an install PeerTube button
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7a671cef88
commit
9be5b49d29
4 changed files with 16 additions and 2 deletions
|
@ -333,6 +333,16 @@ a.button {
|
|||
}
|
||||
}
|
||||
|
||||
.release {
|
||||
a {
|
||||
color: #F1680D;
|
||||
}
|
||||
|
||||
a.frama_campaign {
|
||||
margin-right: 7px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
[lang="fr"] .intro .col-md-pull-6 a {
|
||||
margin-top: 36px;
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
<div class="col-sm-12 text-center">
|
||||
<h1 v-html="$t('home.title')"></h1>
|
||||
<h2 v-html="$t('home.intro.title')"></h2>
|
||||
<div class="col-md-6 well col-md-push-6">
|
||||
<div class="col-md-6 col-md-push-6 release">
|
||||
<div class="alert alert-info">
|
||||
<!-- <div class="embed-responsive embed-responsive-16by9">
|
||||
<iframe v-if="$t('lang') === 'fr'"
|
||||
class="embed-responsive-item" allowfullscreen
|
||||
|
@ -21,6 +22,8 @@
|
|||
</p>
|
||||
<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>
|
||||
<a href="https://github.com/Chocobozzz/PeerTube#package-create-your-own-instance" v-html="$t('home.release.install')"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-md-pull-6">
|
||||
<img :src="`${$root['/']}img/notebook.jpg`" class="img-responsive" alt="">
|
||||
|
|
|
@ -24,6 +24,7 @@ home:
|
|||
announce: PeerTube v1.0 🎉
|
||||
title: The first version of PeerTube is out! Help us to pursue its development.
|
||||
button: Support
|
||||
install: Install PeerTube
|
||||
why:
|
||||
power:
|
||||
title: Take back the power… and the responsibilities!
|
||||
|
|
|
@ -25,7 +25,7 @@ home:
|
|||
title: <a href="https://framablog.org/2018/10/15/peertube-1-0-la-plateforme-de-videos-libre-et-federee/">
|
||||
La première version de PeerTube est sortie !</a> Aidez-nous à poursuivre son développement.
|
||||
button: Soutenir
|
||||
blog: Lire l'annonce sur le Framablog
|
||||
install: Installer PeerTube
|
||||
why:
|
||||
power:
|
||||
title: Reprenez le pouvoir… et les responsabilités !
|
||||
|
|
Loading…
Reference in a new issue