This commit is contained in:
2021-05-11 15:11:17 +02:00
parent bc3ebf04fc
commit cc3402da12
2 changed files with 21 additions and 21 deletions

View File

@@ -63,7 +63,7 @@ export default defineComponent({
return 'hover:bg-rose-400' return 'hover:bg-rose-400'
} }
}) })
const getCoverLink = computed(() => require(`@/assets/images/skills/${props.cover}.png`)) const getCoverLink = computed(() => require(`@/assets/images/skills/${props.cover}`))
return { return {
getColor, getColor,

View File

@@ -2,121 +2,121 @@
{ {
"title": "Java", "title": "Java",
"color": "blueGray", "color": "blueGray",
"cover": "Java", "cover": "Java.png",
"slug": "java" "slug": "java"
}, },
{ {
"title": "ViteJs", "title": "ViteJs",
"color": "amber", "color": "amber",
"cover": "Vite", "cover": "Vite.svg",
"slug": "vitejs" "slug": "vitejs"
}, },
{ {
"title": "WindiCss", "title": "WindiCss",
"color": "light-blue", "color": "light-blue",
"cover": "Windicss", "cover": "Windicss.svg",
"slug": "windicss" "slug": "windicss"
}, },
{ {
"title": "TypeScript", "title": "TypeScript",
"color": "cyan", "color": "cyan",
"cover": "TypeScript", "cover": "TypeScript.png",
"slug": "typescript" "slug": "typescript"
}, },
{ {
"title": "JavaScript", "title": "JavaScript",
"color": "yellow", "color": "yellow",
"cover": "JavaScript", "cover": "JavaScript.png",
"slug": "javascript" "slug": "javascript"
}, },
{ {
"title": "Go", "title": "Go",
"color": "cyan", "color": "cyan",
"cover": "GoLang", "cover": "GoLang.png",
"slug": "golang" "slug": "golang"
}, },
{ {
"title": "NuxtJs", "title": "NuxtJs",
"color": "emerald", "color": "emerald",
"cover": "NuxtJs", "cover": "NuxtJs.png",
"slug": "nuxtjs" "slug": "nuxtjs"
}, },
{ {
"title": "VueJs", "title": "VueJs",
"color": "emerald", "color": "emerald",
"cover": "VueJs", "cover": "VueJs.png",
"slug": "vuejs" "slug": "vuejs"
}, },
{ {
"title": "AdonisJs", "title": "AdonisJs",
"color": "purple", "color": "purple",
"cover": "AdonisJs", "cover": "AdonisJs.png",
"slug": "adonisjs" "slug": "adonisjs"
}, },
{ {
"title": "Html", "title": "Html",
"color": "orange", "color": "orange",
"cover": "Html", "cover": "Html.png",
"slug": "html" "slug": "html"
}, },
{ {
"title": "Css", "title": "Css",
"color": "lightBlue", "color": "lightBlue",
"cover": "Css", "cover": "Css.png",
"slug": "css" "slug": "css"
}, },
{ {
"title": "NodeJs", "title": "NodeJs",
"color": "lime", "color": "lime",
"cover": "NodeJs", "cover": "NodeJs.png",
"slug": "nodejs" "slug": "nodejs"
}, },
{ {
"title": "ElectronJs", "title": "ElectronJs",
"color": "teal", "color": "teal",
"cover": "ElectronJs", "cover": "ElectronJs.png",
"slug": "electronjs" "slug": "electronjs"
}, },
{ {
"title": "Git", "title": "Git",
"color": "orange", "color": "orange",
"cover": "Git", "cover": "Git.png",
"slug": "git" "slug": "git"
}, },
{ {
"title": "MariaDB", "title": "MariaDB",
"color": "blue", "color": "blue",
"cover": "MariaDB", "cover": "MariaDB.png",
"slug": "mariadb" "slug": "mariadb"
}, },
{ {
"title": "RabbitMQ", "title": "RabbitMQ",
"color": "orange", "color": "orange",
"cover": "RabbitMQ", "cover": "RabbitMQ.png",
"slug": "rabbitmq" "slug": "rabbitmq"
}, },
{ {
"title": "Redis", "title": "Redis",
"color": "red", "color": "red",
"cover": "Redis", "cover": "Redis.png",
"slug": "redis" "slug": "redis"
}, },
{ {
"title": "Sass", "title": "Sass",
"color": "rose", "color": "rose",
"cover": "Sass", "cover": "Sass.png",
"slug": "sass" "slug": "sass"
}, },
{ {
"title": "TailwindCss", "title": "TailwindCss",
"color": "teal", "color": "teal",
"cover": "TailwindCss", "cover": "TailwindCss.png",
"slug": "tailwindcss" "slug": "tailwindcss"
}, },
{ {
"title": "Docker", "title": "Docker",
"color": "cyan", "color": "cyan",
"cover": "Docker", "cover": "Docker.png",
"slug": "docker" "slug": "docker"
} }
] ]