Add kanban
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 1m4s

This commit is contained in:
Nadar 2024-04-22 21:32:47 +03:00
parent e823d9c322
commit 09ebfe8be6
2 changed files with 7 additions and 1 deletions

View File

@ -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(() => {

BIN
public/plankaLogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB