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 {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
main .intro .col-md-6 {
|
||||
margin: 40px auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,11 +18,11 @@
|
|||
></iframe>
|
||||
</div> -->
|
||||
<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 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>
|
||||
<p class="text-left" v-html="$t('home.banner.subtitle')"></p>
|
||||
<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.banner.install')"></a>
|
||||
</div>
|
||||
</div>
|
||||
<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
|
||||
getting-started: Get started
|
||||
how-it-works: How it works
|
||||
release:
|
||||
announce: PeerTube v1.0
|
||||
title: <a href="https://framablog.org/2018/10/15/peertube-1-0-the-free-libre-and-federated-video-platform/">
|
||||
The first version of PeerTube is out!</a> Help us to pursue its development.
|
||||
banner:
|
||||
title: "<a href=\"news#newsletter26-02-2019\">Retrospective, new features and more to come!</a>"
|
||||
subtitle: We're talking about our progress these last months and what's coming next.
|
||||
button: Support
|
||||
install: Install PeerTube
|
||||
why:
|
||||
|
|
|
@ -21,11 +21,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:
|
||||
announce: PeerTube v1.0
|
||||
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.
|
||||
banner:
|
||||
title: "<a href=\"news#newsletter26-02-2019\">Rétrospective et nouvelles fonctionnalités !</a>"
|
||||
subtitle: Découvrez nos progrès de ces derniers mois ainsi que les fonctionnalités à venir.
|
||||
button: Soutenir
|
||||
install: Installer PeerTube
|
||||
why:
|
||||
|
|
Loading…
Reference in a new issue