Try something with the home layout
This commit is contained in:
parent
7ce0e63cb7
commit
6fc6f9f84d
4 changed files with 15 additions and 4 deletions
|
@ -7,7 +7,7 @@ export default {
|
||||||
title: 'Nothing to hide',
|
title: 'Nothing to hide',
|
||||||
thumbnailUrl: 'https://peertube2.cpy.re/static/thumbnails/d2a5ec78-5f85-4090-8ec5-dc1102e022ea.jpg',
|
thumbnailUrl: 'https://peertube2.cpy.re/static/thumbnails/d2a5ec78-5f85-4090-8ec5-dc1102e022ea.jpg',
|
||||||
url: 'https://peertube2.cpy.re/videos/watch/d2a5ec78-5f85-4090-8ec5-dc1102e022ea',
|
url: 'https://peertube2.cpy.re/videos/watch/d2a5ec78-5f85-4090-8ec5-dc1102e022ea',
|
||||||
tags: ['tag', 'tag2', 'tag3'],
|
tags: ['privacy', 'documentary', 'capitalisme-de-surveillance'],
|
||||||
description: 'Nothing to hide (2017) is a Franco-German feature-length documentary by Marc Meillassoux and Mihaela Gladovic, about how mass surveillance affects individuals and society. Taking a critical look at the laws allowing State surveillance that were implemented by several countries in the past few years, we are reminded of how important the debate about usage of personal data is and how it questions the very basis of democracy.'
|
description: 'Nothing to hide (2017) is a Franco-German feature-length documentary by Marc Meillassoux and Mihaela Gladovic, about how mass surveillance affects individuals and society. Taking a critical look at the laws allowing State surveillance that were implemented by several countries in the past few years, we are reminded of how important the debate about usage of personal data is and how it questions the very basis of democracy.'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -7,7 +7,7 @@ export default {
|
||||||
title: 'Nothing to hide',
|
title: 'Nothing to hide',
|
||||||
thumbnailUrl: 'https://peertube2.cpy.re/static/thumbnails/d2a5ec78-5f85-4090-8ec5-dc1102e022ea.jpg',
|
thumbnailUrl: 'https://peertube2.cpy.re/static/thumbnails/d2a5ec78-5f85-4090-8ec5-dc1102e022ea.jpg',
|
||||||
url: 'https://peertube2.cpy.re/videos/watch/d2a5ec78-5f85-4090-8ec5-dc1102e022ea',
|
url: 'https://peertube2.cpy.re/videos/watch/d2a5ec78-5f85-4090-8ec5-dc1102e022ea',
|
||||||
tags: ['tag', 'tag2', 'tag3'],
|
tags: ['privacy', 'documentaire', 'capitalisme-de-surveillance'],
|
||||||
description: 'Nothing to Hide (2017) est un film documentaire franco-allemand de Marc Meillassoux et Mihaela Gladovic, qui s\'intéresse aux effets de la surveillance de masse sur les individus et la société. Proposant un regard critique à propos des lois sur le renseignement mises en place par de nombreux États ces dernières années, le film nous rappelle à quel point le débat sur l’usage des données personnelles est actuel et questionne les fondements de nos démocraties.'
|
description: 'Nothing to Hide (2017) est un film documentaire franco-allemand de Marc Meillassoux et Mihaela Gladovic, qui s\'intéresse aux effets de la surveillance de masse sur les individus et la société. Proposant un regard critique à propos des lois sur le renseignement mises en place par de nombreux États ces dernières années, le film nous rappelle à quel point le débat sur l’usage des données personnelles est actuel et questionne les fondements de nos démocraties.'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -233,6 +233,10 @@ p > a {
|
||||||
margin: 50px auto 0;
|
margin: 50px auto 0;
|
||||||
width: 600px;
|
width: 600px;
|
||||||
|
|
||||||
|
&.citation {
|
||||||
|
margin: 50px auto;
|
||||||
|
}
|
||||||
|
|
||||||
& + .bottom-two-columns {
|
& + .bottom-two-columns {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
@ -243,6 +247,10 @@ p > a {
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 30px 0;
|
margin: 30px 0;
|
||||||
|
|
||||||
|
+ .two-columns {
|
||||||
|
margin-top: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom-link {
|
.bottom-link {
|
||||||
|
|
|
@ -82,14 +82,17 @@
|
||||||
<div class="two-columns">
|
<div class="two-columns">
|
||||||
<img :src="buildImgUrl('peertube-federation-multiplicity.png')" alt="Funny federation schema"/>
|
<img :src="buildImgUrl('peertube-federation-multiplicity.png')" alt="Funny federation schema"/>
|
||||||
|
|
||||||
<div class="citation">
|
<div>
|
||||||
|
<div>PeerTube is not meant to become a huge platform that would centralize videos from all around the world.</div>
|
||||||
|
|
||||||
|
<div class="citation">
|
||||||
<div class="left-bar"></div>
|
<div class="left-bar"></div>
|
||||||
|
|
||||||
<div class="text" v-translate>
|
<div class="text" v-translate>
|
||||||
PeerTube is not meant to become a huge platform that would centralize videos from all around the world.
|
|
||||||
Rather, it is <strong>a network of inter-connected small videos hosters</strong>.
|
Rather, it is <strong>a network of inter-connected small videos hosters</strong>.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p v-translate class="bottom-two-columns">
|
<p v-translate class="bottom-two-columns">
|
||||||
|
|
Loading…
Reference in a new issue