diff --git a/public/press-kit.zip b/public/press-kit.zip
new file mode 100644
index 0000000..44d5d0d
Binary files /dev/null and b/public/press-kit.zip differ
diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index 1fdb7d5..c3fc27c 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -13,6 +13,8 @@
+
Press kit
+
JoinPeerTube Git
PeerTube Git
diff --git a/src/mixins/CommonMixins.js b/src/mixins/CommonMixins.js
index ee3d2db..884de1d 100644
--- a/src/mixins/CommonMixins.js
+++ b/src/mixins/CommonMixins.js
@@ -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
}
}
}