slight cv polish
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 32s

This commit is contained in:
BOTAlex 2026-03-31 01:49:52 +02:00
parent e1e705c9b5
commit 2adbde0027

View file

@ -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(