removed skills with no public projects
This commit is contained in:
parent
b8d5ede31a
commit
234fa67273
3 changed files with 3 additions and 23 deletions
|
@ -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 |
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -61,8 +61,6 @@ function generatePortfolioSVGs() {
|
|||
programmingLanguage: [],
|
||||
frontEndWeb: [],
|
||||
frontEndDesktop: [],
|
||||
cloudComputing: [],
|
||||
gameDev: [],
|
||||
}
|
||||
|
||||
for (const skillCategory in skills) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue