slight cv polish
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 32s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 32s
This commit is contained in:
parent
e1e705c9b5
commit
2adbde0027
1 changed files with 17 additions and 3 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
import BackgroundVideo from "$lib/videos/DeprivedDevMontage.gif";
|
||||||
|
|
||||||
export class Skill {
|
export class Skill {
|
||||||
image: string | undefined;
|
image: string | undefined;
|
||||||
alt: 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(
|
arr.push(
|
||||||
new Skill("ETVR", "etvr.png", "https://github.com/MagicBOTAlex/MLEyeTrack"),
|
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("nRF", "nrf.svg"));
|
||||||
arr.push(new Skill("OpenCV", "opencv.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(
|
arr.push(
|
||||||
new Skill(
|
new Skill(
|
||||||
"PlatformIO",
|
"PlatformIO",
|
||||||
|
|
@ -146,7 +160,7 @@ export function getSkills(): Skill[] {
|
||||||
arr.push(new Skill("TensorFlow", "tensorflow.svg"));
|
arr.push(new Skill("TensorFlow", "tensorflow.svg"));
|
||||||
|
|
||||||
// Game dev
|
// 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("Blender", "blender.svg"));
|
||||||
arr.push(
|
arr.push(
|
||||||
new Skill(
|
new Skill(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue