removed skills with no public projects

This commit is contained in:
Kim, Jimin 2022-01-18 12:41:01 +09:00
parent b8d5ede31a
commit 234fa67273
3 changed files with 3 additions and 23 deletions

View file

@ -1,4 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="1010">
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="700">
<style>
<%= style %>
</style>
@ -21,14 +21,6 @@
<h3>Desktop</h3>
<%- include("badges.ejs", { badges: data.frontEndDesktop }) %>
<h2>Cloud Computing</h2>
<%- include("badges.ejs", { badges: data.cloudComputing }) %>
<h2>Game Dev</h2>
<%- include("badges.ejs", { badges: data.gameDev }) %>
</div>
</foreignObject>
</svg>

Before

Width:  |  Height:  |  Size: 761 B

After

Width:  |  Height:  |  Size: 584 B

Before After
Before After

View file

@ -4,18 +4,8 @@
"typescript",
"python",
"rust",
"csharp",
"java",
"go"
"csharp"
],
"frontEndWeb": ["react", "svelte", "html5", "css3", "sass", "tailwindcss"],
"frontEndDesktop": ["qt", "gnome gtk", "windows winform", "electron"],
"cloudComputing": [
"firebase",
"googlecloud",
"amazonaws",
"heroku",
"oracle"
],
"gameDev": ["unity"]
"frontEndDesktop": ["gnome gtk", "electron"]
}

View file

@ -61,8 +61,6 @@ function generatePortfolioSVGs() {
programmingLanguage: [],
frontEndWeb: [],
frontEndDesktop: [],
cloudComputing: [],
gameDev: [],
}
for (const skillCategory in skills) {