add skills

This commit is contained in:
Kim, Jimin 2022-12-25 14:22:35 +09:00
parent 2736c98e34
commit 97e88c36d7
2 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="800"> <svg xmlns="http://www.w3.org/2000/svg" width="480" height="950">
<style> <style>
<%= style %> <%= style %>
</style> </style>

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 638 B

Before After
Before After

View file

@ -4,12 +4,13 @@
"typescript", "typescript",
"python", "python",
"rust", "rust",
"csharp" "csharp C#"
], ],
"Front End": { "Front End": {
"Web": ["react", "svelte", "tailwindcss"], "Web": ["react", "svelte", "tailwindcss Tailwind"],
"Desktop": ["gtk", "electron", "tauri"] "Desktop": ["gtk", "electron", "tauri"]
}, },
"Back End": ["docker", "firebase", "pocketbase", "linode"],
"Game Development": ["unity", "godotengine Godot"], "Game Development": ["unity", "godotengine Godot"],
"Etc": ["figma", "markdown"] "Etc": ["figma", "markdown"]
} }