forked from nutomic/joinpeertube
Add missing links
This commit is contained in:
parent
49b2785b9b
commit
f831b848bb
4 changed files with 38 additions and 30 deletions
|
@ -2,7 +2,7 @@
|
||||||
<header id="main-header">
|
<header id="main-header">
|
||||||
|
|
||||||
<nav class="navbar navbar-expand-lg">
|
<nav class="navbar navbar-expand-lg">
|
||||||
<router-link :to="getPath('/')" class="navbar-brand">
|
<router-link to="/" class="navbar-brand">
|
||||||
<img alt="PeerTube" :src="buildImgUrl('brand-small.png')">
|
<img alt="PeerTube" :src="buildImgUrl('brand-small.png')">
|
||||||
|
|
||||||
<div class="support">
|
<div class="support">
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.router-link-active {
|
.router-link-active:not(.navbar-brand) {
|
||||||
border-bottom: 3px solid $orange;
|
border-bottom: 3px solid $orange;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="root">
|
<div id="instances-list" class="root">
|
||||||
<div class="filters">
|
<div class="filters">
|
||||||
<div v-translate class="title">Filter according to your preferences</div>
|
<div v-translate class="title">Filter according to your preferences</div>
|
||||||
|
|
||||||
|
|
|
@ -72,6 +72,10 @@ main {
|
||||||
}
|
}
|
||||||
|
|
||||||
.jpt-button {
|
.jpt-button {
|
||||||
|
@include disable-default-a-behaviour;
|
||||||
|
|
||||||
|
color: #000;
|
||||||
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -123,6 +127,7 @@ main {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
font-weight: $font-semibold;
|
font-weight: $font-semibold;
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.one-column {
|
.one-column {
|
||||||
|
@ -156,7 +161,7 @@ main {
|
||||||
|
|
||||||
.text {
|
.text {
|
||||||
border-bottom: 3px solid $orange;
|
border-bottom: 3px solid $orange;
|
||||||
padding: 0 5px;
|
padding: 3px 5px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,17 +14,17 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="buttons-row">
|
<div class="buttons-row">
|
||||||
<button class="jpt-button jpt-big-button-icon what-is-peertube">
|
<a href="#what-is-peertube" class="jpt-button jpt-big-button-icon">
|
||||||
<icon-instance></icon-instance>
|
<icon-instance></icon-instance>
|
||||||
|
|
||||||
<span v-translate>What is PeerTube?</span>
|
<span v-translate>What is PeerTube?</span>
|
||||||
</button>
|
</a>
|
||||||
|
|
||||||
<button class="jpt-button jpt-big-button-icon instances-list">
|
<router-link to="/instances" hash="instances-list" class="jpt-button jpt-big-button-icon instances-list">
|
||||||
<icon-instance></icon-instance>
|
<icon-instance></icon-instance>
|
||||||
|
|
||||||
<translate>See the instances list</translate>
|
<translate>See the instances list</translate>
|
||||||
</button>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
@ -43,14 +43,14 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bottom-link-wrapper">
|
<div class="bottom-link-wrapper">
|
||||||
<a href="#" class="bottom-link">
|
<router-link to="/instances" hash="instances-list" class="bottom-link">
|
||||||
<span class="text" v-translate>Discover PeerTube instances</span>
|
<span class="text" v-translate>Discover PeerTube instances</span>
|
||||||
<icon-right></icon-right>
|
<icon-right></icon-right>
|
||||||
</a>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="what-is-peertube">
|
<section id="what-is-peertube">
|
||||||
<div class="section-title">
|
<div class="section-title">
|
||||||
<div v-translate>
|
<div v-translate>
|
||||||
What is
|
What is
|
||||||
|
@ -100,10 +100,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="bottom-link-wrapper">
|
<div class="bottom-link-wrapper">
|
||||||
<a href="#" class="bottom-link">
|
<router-link to="/instances" hash="instances-list" class="bottom-link">
|
||||||
<span class="text" v-translate>Discover PeerTube instances</span>
|
<span class="text" v-translate>Discover PeerTube instances</span>
|
||||||
<icon-right></icon-right>
|
<icon-right></icon-right>
|
||||||
</a>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<img :src="buildImgUrl('peertube-federation-2-instances.png')" alt="Funny 2 instances communication schema"/>
|
<img :src="buildImgUrl('peertube-federation-2-instances.png')" alt="Funny 2 instances communication schema"/>
|
||||||
|
@ -179,7 +179,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="you-are-a-video-maker one-column">
|
<div id="you-are-a-video-maker" class="one-column">
|
||||||
<div class="subtitle" v-translate>Vous êtes vidéaste ?</div>
|
<div class="subtitle" v-translate>Vous êtes vidéaste ?</div>
|
||||||
|
|
||||||
<img :src="buildImgUrl('peertube-upload.png')" alt="PeerTube upload illustration"/>
|
<img :src="buildImgUrl('peertube-upload.png')" alt="PeerTube upload illustration"/>
|
||||||
|
@ -215,11 +215,9 @@
|
||||||
besoin, une envie...
|
besoin, une envie...
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="jpt-button discover-instances">
|
<router-link to="/instances" hash="instances-list" class="jpt-button discover-instances">
|
||||||
<icon-instance></icon-instance>
|
|
||||||
|
|
||||||
<translate>Découvrir les instances PeerTube</translate>
|
<translate>Découvrir les instances PeerTube</translate>
|
||||||
</button>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="p2p one-column">
|
<div class="p2p one-column">
|
||||||
|
@ -249,7 +247,7 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="you-play">
|
<div id="you-play">
|
||||||
<div class="one-column">
|
<div class="one-column">
|
||||||
<div class="subtitle" v-translate>À vous de jouer !</div>
|
<div class="subtitle" v-translate>À vous de jouer !</div>
|
||||||
|
|
||||||
|
@ -262,9 +260,9 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<button class="jpt-button">
|
<router-link to="/instances" class="jpt-button">
|
||||||
<span v-translate>Créer un compte</span>
|
<span v-translate>Créer un compte</span>
|
||||||
</button>
|
</router-link>
|
||||||
<div class="jpt-button-legend" v-translate>
|
<div class="jpt-button-legend" v-translate>
|
||||||
Pour profiter de toutes les fonctionnalités : historique, abonnements, listes de lectures, notifications...
|
Pour profiter de toutes les fonctionnalités : historique, abonnements, listes de lectures, notifications...
|
||||||
</div>
|
</div>
|
||||||
|
@ -273,7 +271,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="behind-peertube one-column">
|
<div id="behind-peertube" class="one-column">
|
||||||
<div class="subtitle" v-translate>Qui est derrière PeerTube ?</div>
|
<div class="subtitle" v-translate>Qui est derrière PeerTube ?</div>
|
||||||
|
|
||||||
<img class="framasoft-logo" :src="buildImgUrl('framasoft-big-logo.png')" alt="Framasoft logo"/>
|
<img class="framasoft-logo" :src="buildImgUrl('framasoft-big-logo.png')" alt="Framasoft logo"/>
|
||||||
|
@ -304,9 +302,9 @@
|
||||||
</strong>
|
</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<button class="jpt-button">
|
<a href="https://framasoft.org/#soutenir" target="_blank" rel="noopener noreferrer" class="jpt-button">
|
||||||
<span v-translate>Soutenir Framasoft</span>
|
<span v-translate>Soutenir Framasoft</span>
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
|
@ -318,7 +316,7 @@
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
|
|
||||||
button {
|
.jpt-button {
|
||||||
width: 330px;
|
width: 330px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
@ -371,7 +369,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.what-is-peertube {
|
#what-is-peertube {
|
||||||
.ambition {
|
.ambition {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
|
@ -386,21 +384,26 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.you-are-a-video-maker {
|
#you-are-a-video-maker {
|
||||||
.discover-instances {
|
.discover-instances {
|
||||||
min-width: 420px;
|
min-width: 420px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
margin: 50px 0;
|
margin: 50px 0;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.you-play {
|
#you-play {
|
||||||
.buttons-row {
|
.buttons-row {
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
|
|
||||||
|
.jpt-button {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.behind-peertube {
|
#behind-peertube {
|
||||||
.framasoft-logo {
|
.framasoft-logo {
|
||||||
margin: 100px 0;
|
margin: 100px 0;
|
||||||
}
|
}
|
||||||
|
@ -409,7 +412,7 @@
|
||||||
height: 50px;
|
height: 50px;
|
||||||
min-width: 420px;
|
min-width: 420px;
|
||||||
margin: 60px 0;
|
margin: 60px 0;
|
||||||
font-size: 22px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue