slight cv polish
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 28s
All checks were successful
Rebuild signaller for deprived.dev to rebuild site / Rebuild Signaller (push) Successful in 28s
This commit is contained in:
parent
2adbde0027
commit
212996443c
1 changed files with 10 additions and 4 deletions
|
|
@ -31,6 +31,13 @@ export function getSkills(): Skill[] {
|
||||||
"https://github.com/MagicBOTAlex/MLEyeTrack",
|
"https://github.com/MagicBOTAlex/MLEyeTrack",
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
arr.push(
|
||||||
|
new Skill(
|
||||||
|
"Rust",
|
||||||
|
"rust.svg",
|
||||||
|
"https://github.com/galister/oscavmgr/pull/21",
|
||||||
|
),
|
||||||
|
);
|
||||||
|
|
||||||
arr.push(
|
arr.push(
|
||||||
new Skill(
|
new Skill(
|
||||||
|
|
@ -39,9 +46,6 @@ export function getSkills(): Skill[] {
|
||||||
"https://deprived.dev/assets/website/zhen/projects/countr-prototype.mp4",
|
"https://deprived.dev/assets/website/zhen/projects/countr-prototype.mp4",
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
arr.push(
|
|
||||||
new Skill("ETVR", "etvr.png", "https://github.com/MagicBOTAlex/MLEyeTrack"),
|
|
||||||
);
|
|
||||||
|
|
||||||
// Embedded
|
// Embedded
|
||||||
arr.push(
|
arr.push(
|
||||||
|
|
@ -132,7 +136,6 @@ export function getSkills(): Skill[] {
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
arr.push(new Skill("Raspberry Pi", "raspberrypi.svg"));
|
arr.push(new Skill("Raspberry Pi", "raspberrypi.svg"));
|
||||||
arr.push(new Skill("Rust", "rust.svg"));
|
|
||||||
arr.push(new Skill("Sass", "sass.svg"));
|
arr.push(new Skill("Sass", "sass.svg"));
|
||||||
arr.push(new Skill("Shopify", "shopify.svg"));
|
arr.push(new Skill("Shopify", "shopify.svg"));
|
||||||
|
|
||||||
|
|
@ -152,6 +155,9 @@ export function getSkills(): Skill[] {
|
||||||
"https://github.com/Project-Babble/Baballonia/pull/215",
|
"https://github.com/Project-Babble/Baballonia/pull/215",
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
arr.push(
|
||||||
|
new Skill("ETVR", "etvr.png", "https://github.com/MagicBOTAlex/MLEyeTrack"),
|
||||||
|
);
|
||||||
|
|
||||||
// AI
|
// AI
|
||||||
arr.push(new Skill("Jupyter", "jupiter.svg"));
|
arr.push(new Skill("Jupyter", "jupiter.svg"));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue