mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-09 23:16:57 +02:00
Add Skills
This commit is contained in:
parent
543e7887dd
commit
43a05ac0e5
5 changed files with 210 additions and 4 deletions
115
content/skills.json
Normal file
115
content/skills.json
Normal file
|
@ -0,0 +1,115 @@
|
|||
[
|
||||
{
|
||||
"name": "Gatsby",
|
||||
"href": "https://gatsbyjs.com/",
|
||||
"type": "framework"
|
||||
},
|
||||
{
|
||||
"name": "React",
|
||||
"href": "https://reactjs.org/",
|
||||
"type": "framework"
|
||||
},
|
||||
{
|
||||
"name": "JavaScript",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "HTML",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "NodeJS",
|
||||
"href": "https://nodejs.org/",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "CSS",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "SCSS / Sass",
|
||||
"href": "https://sass-lang.com/",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "Java",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "TypeScript",
|
||||
"href": "https://www.typescriptlang.org/",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "GoLang",
|
||||
"href": "https://golang.org/",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "MySQL",
|
||||
"type": "language"
|
||||
},
|
||||
{
|
||||
"name": "Cloudflare Workers",
|
||||
"href": "https://workers.cloudflare.com/",
|
||||
"type": "platform"
|
||||
},
|
||||
{
|
||||
"name": "Cloudflare Pages",
|
||||
"href": "https://pages.cloudflare.com/",
|
||||
"type": "platform"
|
||||
},
|
||||
{
|
||||
"name": "Ubuntu Linux",
|
||||
"href": "https://ubuntu.com/",
|
||||
"type": "os"
|
||||
},
|
||||
{
|
||||
"name": "Manjaro Linux",
|
||||
"href": "https://manjaro.org/",
|
||||
"type": "os"
|
||||
},
|
||||
{
|
||||
"name": "Debian Linux",
|
||||
"href": "https://www.debian.org/",
|
||||
"type": "os"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft Windows",
|
||||
"type": "os"
|
||||
},
|
||||
{
|
||||
"name": "JetBrains IDEs",
|
||||
"href": "https://www.jetbrains.com/",
|
||||
"type": "program"
|
||||
},
|
||||
{
|
||||
"name": "Visual Studio Code",
|
||||
"href": "https://code.visualstudio.com/",
|
||||
"type": "program"
|
||||
},
|
||||
{
|
||||
"name": "Yarn",
|
||||
"href": "https://yarnpkg.com/",
|
||||
"type": "program"
|
||||
},
|
||||
{
|
||||
"name": "NPM",
|
||||
"href": "https://www.npmjs.com/",
|
||||
"type": "program"
|
||||
},
|
||||
{
|
||||
"name": "Docker",
|
||||
"href": "https://www.docker.com/",
|
||||
"type": "program"
|
||||
},
|
||||
{
|
||||
"name": "LibreOffice",
|
||||
"href": "https://libreoffice.org/",
|
||||
"type": "program"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft Office",
|
||||
"type": "program"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue