More about me

This commit is contained in:
2022-10-20 13:40:58 +02:00
parent 6f573e728a
commit 1078f07bae
2 changed files with 60 additions and 2 deletions

14
data/skills.json Normal file
View File

@ -0,0 +1,14 @@
{
"cards": [
{
"title": "Web Technologies",
"skillBars": [
{
"name": "JavaScript/TypeScript",
"icons": ["FileJs", "FileTs"],
"pct": 100
}
]
}
]
}