forked from nutomic/joinpeertube
Add peertube press kit
This commit is contained in:
parent
d29caa277d
commit
b707f85c9f
3 changed files with 6 additions and 0 deletions
BIN
public/press-kit.zip
Normal file
BIN
public/press-kit.zip
Normal file
Binary file not shown.
|
@ -13,6 +13,8 @@
|
|||
</div>
|
||||
|
||||
<div>
|
||||
<a target="_blank" rel="noopener noreferrer" v-bind:href="buildPublicUrl('press-kit.zip')" v-translate>Press kit</a>
|
||||
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://framagit.org/framasoft/peertube/joinpeertube" v-translate>JoinPeerTube Git</a>
|
||||
|
||||
<a target="_blank" rel="noopener noreferrer" href="https://github.com/Chocobozzz/PeerTube" v-translate>PeerTube Git</a>
|
||||
|
|
|
@ -2,6 +2,10 @@ export default {
|
|||
methods: {
|
||||
buildImgUrl: function (imageName) {
|
||||
return process.env.BASE_URL + 'img/' + imageName
|
||||
},
|
||||
|
||||
buildPublicUrl: function (name) {
|
||||
return process.env.BASE_URL + name
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue