forked from nutomic/joinpeertube
Remove video on top right
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
11a53f2881
commit
994160e2b8
4 changed files with 17 additions and 6 deletions
|
@ -323,10 +323,16 @@ a.button {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.intro .col-md-push-6 .button {
|
.intro .col-md-push-6 {
|
||||||
|
.button {
|
||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 1200px) {
|
@media (min-width: 1200px) {
|
||||||
[lang="fr"] .intro .col-md-pull-6 a {
|
[lang="fr"] .intro .col-md-pull-6 a {
|
||||||
margin-top: 36px;
|
margin-top: 36px;
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
<h1 v-html="$t('home.title')"></h1>
|
<h1 v-html="$t('home.title')"></h1>
|
||||||
<h2 v-html="$t('home.intro.title')"></h2>
|
<h2 v-html="$t('home.intro.title')"></h2>
|
||||||
<div class="col-md-6 well col-md-push-6">
|
<div class="col-md-6 well col-md-push-6">
|
||||||
<div class="embed-responsive embed-responsive-16by9">
|
<!-- <div class="embed-responsive embed-responsive-16by9">
|
||||||
<iframe v-if="$t('lang') === 'fr'"
|
<iframe v-if="$t('lang') === 'fr'"
|
||||||
class="embed-responsive-item" allowfullscreen
|
class="embed-responsive-item" allowfullscreen
|
||||||
src="https://framatube.org/videos/embed/9db9f3f1-9b54-44ed-9e91-461d262d2205"
|
src="https://framatube.org/videos/embed/9db9f3f1-9b54-44ed-9e91-461d262d2205"
|
||||||
|
@ -15,19 +15,22 @@
|
||||||
class="embed-responsive-item" allowfullscreen
|
class="embed-responsive-item" allowfullscreen
|
||||||
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>
|
||||||
|
<img alt="PeerTube" :src="`${$root['/']}icons/favicon.png`"> <span v-html="$t('home.release.announce')"></span>
|
||||||
|
</p>
|
||||||
<p class="text-left" v-html="$t('home.release.title')"></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 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">
|
||||||
|
|
|
@ -21,6 +21,7 @@ home:
|
||||||
getting-started: Get started
|
getting-started: Get started
|
||||||
how-it-works: How it works
|
how-it-works: How it works
|
||||||
release:
|
release:
|
||||||
|
announce: PeerTube v1.0 🎉
|
||||||
title: The first version of PeerTube is out! Help us to pursue its development.
|
title: The first version of PeerTube is out! Help us to pursue its development.
|
||||||
button: Support
|
button: Support
|
||||||
why:
|
why:
|
||||||
|
|
|
@ -21,6 +21,7 @@ home:
|
||||||
getting-started: Pour commencer
|
getting-started: Pour commencer
|
||||||
how-it-works: Comment ça fonctionne
|
how-it-works: Comment ça fonctionne
|
||||||
release:
|
release:
|
||||||
|
announce: PeerTube v1.0 🎉
|
||||||
title: La première version de PeerTube est sortie ! Aidez-nous à poursuivre son développement.
|
title: La première version de PeerTube est sortie ! Aidez-nous à poursuivre son développement.
|
||||||
button: Soutenir
|
button: Soutenir
|
||||||
why:
|
why:
|
||||||
|
|
Loading…
Reference in a new issue