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,8 +323,14 @@ a.button {
|
|||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.intro .col-md-push-6 .button {
|
||||
margin-bottom:10px;
|
||||
.intro .col-md-push-6 {
|
||||
.button {
|
||||
margin-bottom:10px;
|
||||
}
|
||||
|
||||
img {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
<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="embed-responsive embed-responsive-16by9">
|
||||
<!-- <div class="embed-responsive embed-responsive-16by9">
|
||||
<iframe v-if="$t('lang') === 'fr'"
|
||||
class="embed-responsive-item" allowfullscreen
|
||||
src="https://framatube.org/videos/embed/9db9f3f1-9b54-44ed-9e91-461d262d2205"
|
||||
|
@ -15,17 +15,20 @@
|
|||
class="embed-responsive-item" allowfullscreen
|
||||
src="https://framatube.org/videos/embed/217eefeb-883d-45be-b7fc-a788ad8507d3"
|
||||
></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>
|
||||
<a class="frama_campaign" href="https://framasoft.org" v-html="$t('home.release.button')"></a>
|
||||
</div>
|
||||
<div class="col-md-6 col-md-pull-6">
|
||||
<img :src="`${$root['/']}img/notebook.jpg`" class="img-responsive" alt="">
|
||||
<p>
|
||||
</div>
|
||||
<p>
|
||||
<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>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -21,6 +21,7 @@ home:
|
|||
getting-started: Get started
|
||||
how-it-works: How it works
|
||||
release:
|
||||
announce: PeerTube v1.0 🎉
|
||||
title: The first version of PeerTube is out! Help us to pursue its development.
|
||||
button: Support
|
||||
why:
|
||||
|
|
|
@ -21,6 +21,7 @@ home:
|
|||
getting-started: Pour commencer
|
||||
how-it-works: Comment ça fonctionne
|
||||
release:
|
||||
announce: PeerTube v1.0 🎉
|
||||
title: La première version de PeerTube est sortie ! Aidez-nous à poursuivre son développement.
|
||||
button: Soutenir
|
||||
why:
|
||||
|
|
Loading…
Reference in a new issue