diff --git a/src/routes/cv/comps/HexagonSkills.svelte b/src/routes/cv/comps/HexagonSkills.svelte index a7f6c1b..f038c4e 100644 --- a/src/routes/cv/comps/HexagonSkills.svelte +++ b/src/routes/cv/comps/HexagonSkills.svelte @@ -71,7 +71,7 @@ {#if skills[x].link != undefined} + {:else}
+ + + + + + + + +
{/if} diff --git a/src/ts/misc/ZhenSkills.ts b/src/ts/misc/ZhenSkills.ts index 3282b83..c839223 100644 --- a/src/ts/misc/ZhenSkills.ts +++ b/src/ts/misc/ZhenSkills.ts @@ -75,7 +75,7 @@ export function getSkills(): Skill[] { arr.push(new Skill("Cloudflare", "cloudflare.svg", "https://deprived.dev/")); // homelab - arr.push(new Skill("Home Assistant", "homeassistant.svg")); + arr.push(new Skill("Homeassist", "homeassistant.svg")); arr.push(new Skill("ESPHome", "esphome.svg")); arr.push(new Skill("WireGuard", "wireguard.svg")); arr.push( @@ -135,7 +135,7 @@ export function getSkills(): Skill[] { "https://github.com/MagicBOTAlex/nixos-server/tree/master/vms/kube-daddy", ), ); - arr.push(new Skill("Raspberry Pi", "raspberrypi.svg")); + arr.push(new Skill("Rasp Pi", "raspberrypi.svg")); arr.push(new Skill("Sass", "sass.svg")); arr.push(new Skill("Shopify", "shopify.svg")); @@ -156,7 +156,11 @@ export function getSkills(): Skill[] { ), ); arr.push( - new Skill("ETVR", "etvr.png", "https://github.com/MagicBOTAlex/MLEyeTrack"), + new Skill( + "Eyetracking", + "etvr.png", + "https://github.com/MagicBOTAlex/MLEyeTrack", + ), ); // AI @@ -170,7 +174,7 @@ export function getSkills(): Skill[] { arr.push(new Skill("Blender", "blender.svg")); arr.push( new Skill( - "CADSketcher", + "CADSketch", "CADSketcher.png", "https://github.com/hlorus/CAD_Sketcher/pull/481", ),