diff --git a/app.vue b/app.vue index 72ba2bc..e6ed62e 100644 --- a/app.vue +++ b/app.vue @@ -44,6 +44,12 @@ const cards = ref([ img: '/bookStack.png', href: 'https://baza.koptilnya.xyz', }, + { + title: 'Задачник', + action: 'Позадачить', + img: '/plankaLogo.png', + href: 'https://planka.koptilnya.xyz/', + }, ]) const cardEls = ref([]) @@ -57,7 +63,7 @@ const CARD_OPTIONS = { scale: 1.025, yoyo: true, repeat: 1, - opacity: 1, + opacity: 0, } onMounted(() => { diff --git a/public/plankaLogo.png b/public/plankaLogo.png new file mode 100644 index 0000000..33f3bbc Binary files /dev/null and b/public/plankaLogo.png differ