forked from nutomic/joinpeertube
Change the "banner" aside section to link to the latest NL
Also fix alignment with pic Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
25b15b320e
commit
f5a1db6746
4 changed files with 13 additions and 13 deletions
|
@ -53,6 +53,9 @@ p {
|
||||||
main img {
|
main img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
main .intro .col-md-6 {
|
||||||
margin: 40px auto;
|
margin: 40px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,11 +18,11 @@
|
||||||
></iframe>
|
></iframe>
|
||||||
</div> -->
|
</div> -->
|
||||||
<p>
|
<p>
|
||||||
<img alt="PeerTube" :src="`${$root['/']}icons/favicon.png`"> <span v-html="$t('home.release.announce')"></span>
|
<img alt="PeerTube" :src="`${$root['/']}icons/favicon.png`"> <span v-html="$t('home.banner.title')"></span>
|
||||||
</p>
|
</p>
|
||||||
<p class="text-left" v-html="$t('home.release.title')"></p>
|
<p class="text-left" v-html="$t('home.banner.subtitle')"></p>
|
||||||
<a class="frama_campaign" href="https://framasoft.org" v-html="$t('home.release.button')"></a>
|
<a class="frama_campaign" href="https://framasoft.org" v-html="$t('home.banner.button')"></a>
|
||||||
<a href="https://github.com/Chocobozzz/PeerTube#package-create-your-own-instance" v-html="$t('home.release.install')"></a>
|
<a href="https://github.com/Chocobozzz/PeerTube#package-create-your-own-instance" v-html="$t('home.banner.install')"></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6 col-md-pull-6">
|
<div class="col-md-6 col-md-pull-6">
|
||||||
|
|
|
@ -21,10 +21,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:
|
banner:
|
||||||
announce: PeerTube v1.0
|
title: "<a href=\"news#newsletter26-02-2019\">Retrospective, new features and more to come!</a>"
|
||||||
title: <a href="https://framablog.org/2018/10/15/peertube-1-0-the-free-libre-and-federated-video-platform/">
|
subtitle: We're talking about our progress these last months and what's coming next.
|
||||||
The first version of PeerTube is out!</a> Help us to pursue its development.
|
|
||||||
button: Support
|
button: Support
|
||||||
install: Install PeerTube
|
install: Install PeerTube
|
||||||
why:
|
why:
|
||||||
|
|
|
@ -21,11 +21,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:
|
banner:
|
||||||
announce: PeerTube v1.0
|
title: "<a href=\"news#newsletter26-02-2019\">Rétrospective et nouvelles fonctionnalités !</a>"
|
||||||
title: <a href="https://framablog.org/2018/10/15/peertube-1-0-la-plateforme-de-videos-libre-et-federee/">
|
subtitle: Découvrez nos progrès de ces derniers mois ainsi que les fonctionnalités à venir.
|
||||||
La première version de PeerTube est sortie !</a> Aidez-nous à poursuivre son
|
|
||||||
développement.
|
|
||||||
button: Soutenir
|
button: Soutenir
|
||||||
install: Installer PeerTube
|
install: Installer PeerTube
|
||||||
why:
|
why:
|
||||||
|
|
Loading…
Reference in a new issue