diff --git a/src/ts/misc/ZhenSkills.ts b/src/ts/misc/ZhenSkills.ts index 94f41dd..629c30e 100644 --- a/src/ts/misc/ZhenSkills.ts +++ b/src/ts/misc/ZhenSkills.ts @@ -1,3 +1,5 @@ +import BackgroundVideo from "$lib/videos/DeprivedDevMontage.gif"; + export class Skill { image: string | undefined; alt: string | undefined; @@ -30,7 +32,13 @@ export function getSkills(): Skill[] { ), ); - arr.push(new Skill("Espressif", "espressif.svg")); + arr.push( + new Skill( + "Espressif", + "espressif.svg", + "https://deprived.dev/assets/website/zhen/projects/countr-prototype.mp4", + ), + ); arr.push( new Skill("ETVR", "etvr.png", "https://github.com/MagicBOTAlex/MLEyeTrack"), ); @@ -101,7 +109,13 @@ export function getSkills(): Skill[] { arr.push(new Skill("nRF", "nrf.svg")); arr.push(new Skill("OpenCV", "opencv.svg")); - arr.push(new Skill("OpenPnP", "openpnp.svg")); + arr.push( + new Skill( + "OpenPnP", + "openpnp.svg", + "https://deprived.dev/assets/website/zhen/projects/openpnp.mp4", + ), + ); arr.push( new Skill( "PlatformIO", @@ -146,7 +160,7 @@ export function getSkills(): Skill[] { arr.push(new Skill("TensorFlow", "tensorflow.svg")); // Game dev - arr.push(new Skill("Unity", "unity.svg")); + arr.push(new Skill("Unity", "unity.svg", BackgroundVideo)); arr.push(new Skill("Blender", "blender.svg")); arr.push( new Skill(