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 %> <%= style %>
</style> </style>
@ -21,14 +21,6 @@
<h3>Desktop</h3> <h3>Desktop</h3>
<%- include("badges.ejs", { badges: data.frontEndDesktop }) %> <%- 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> </div>
</foreignObject> </foreignObject>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 761 B

After

Width:  |  Height:  |  Size: 584 B

Before After
Before After

View file

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

View file

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