Add kanban
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 1m4s
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 1m4s
This commit is contained in:
parent
e823d9c322
commit
09ebfe8be6
8
app.vue
8
app.vue
@ -44,6 +44,12 @@ const cards = ref([
|
|||||||
img: '/bookStack.png',
|
img: '/bookStack.png',
|
||||||
href: 'https://baza.koptilnya.xyz',
|
href: 'https://baza.koptilnya.xyz',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: 'Задачник',
|
||||||
|
action: 'Позадачить',
|
||||||
|
img: '/plankaLogo.png',
|
||||||
|
href: 'https://planka.koptilnya.xyz/',
|
||||||
|
},
|
||||||
])
|
])
|
||||||
|
|
||||||
const cardEls = ref([])
|
const cardEls = ref([])
|
||||||
@ -57,7 +63,7 @@ const CARD_OPTIONS = {
|
|||||||
scale: 1.025,
|
scale: 1.025,
|
||||||
yoyo: true,
|
yoyo: true,
|
||||||
repeat: 1,
|
repeat: 1,
|
||||||
opacity: 1,
|
opacity: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
BIN
public/plankaLogo.png
Normal file
BIN
public/plankaLogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
x
Reference in New Issue
Block a user