forked from nutomic/joinpeertube
Add credits
This commit is contained in:
parent
0c6f962dcc
commit
9273b12dd2
1 changed files with 39 additions and 16 deletions
|
@ -1,5 +1,7 @@
|
|||
<template>
|
||||
<footer id="main-footer">
|
||||
|
||||
<div class="links">
|
||||
<div>
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://framasoft.org/en/legals/" v-translate>Legal notices</a>
|
||||
|
||||
|
@ -15,6 +17,18 @@
|
|||
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Chocobozzz/PeerTube" v-translate>PeerTube Git</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="credits">
|
||||
<div v-translate>
|
||||
Website developed by <a target="_blank" rel="noopener noreferrer" href="https://framasoft.org">Framasoft</a> and designed by <a target="_blank" rel="noopener noreferrer" href="https://www.maiwann.net/">Maiwann</a>
|
||||
</div>
|
||||
|
||||
<div v-translate>
|
||||
Illustrations from <a target="_blank" rel="noopener noreferrer" href="https://framatube.org/videos/watch/9c9de5e8-0a1e-484a-b099-e80766180a6d">What is PeerTube video</a>,
|
||||
created by <a target="_blank" rel="noopener noreferrer" href="https://libreart.info/">LILA</a> - <a target="_blank" rel="noopener noreferrer" href="https://film.zemarmot.net/">ZeMarmot Team</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</template>
|
||||
|
||||
|
@ -26,6 +40,8 @@
|
|||
margin-top: 30px;
|
||||
background-color: #fff;
|
||||
padding: 30px 200px;
|
||||
|
||||
.links {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
|
@ -37,6 +53,13 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.credits {
|
||||
margin-top: 40px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: $responsive-screen) {
|
||||
padding: 30px;
|
||||
|
|
Loading…
Reference in a new issue