added unity to skills icons
This commit is contained in:
parent
58e30296d4
commit
095323c638
3 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="600">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="750">
|
||||
<style>
|
||||
<%= style %>
|
||||
</style>
|
||||
|
@ -21,6 +21,10 @@
|
|||
<h3>Desktop</h3>
|
||||
|
||||
<%- include("badges.ejs", { badges: data.frontEndDesktop }) %>
|
||||
|
||||
<h3>Game development</h3>
|
||||
|
||||
<%- include("badges.ejs", { badges: data.gameDev }) %>
|
||||
</div>
|
||||
</foreignObject>
|
||||
</svg>
|
||||
|
|
Before Width: | Height: | Size: 584 B After Width: | Height: | Size: 673 B |
|
@ -6,6 +6,7 @@
|
|||
"rust",
|
||||
"csharp"
|
||||
],
|
||||
"gameDev": ["unity"],
|
||||
"frontEndWeb": ["react", "svelte", "html5", "css3", "sass", "tailwindcss"],
|
||||
"frontEndDesktop": ["gnome gtk", "electron", "tauri"]
|
||||
}
|
||||
|
|
|
@ -61,6 +61,7 @@ function generatePortfolioSVGs() {
|
|||
programmingLanguage: [],
|
||||
frontEndWeb: [],
|
||||
frontEndDesktop: [],
|
||||
gameDev: [],
|
||||
}
|
||||
|
||||
for (const skillCategory in skills) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue