diff --git a/src/ts/misc/ZhenSkills.ts b/src/ts/misc/ZhenSkills.ts index 629c30e..3282b83 100644 --- a/src/ts/misc/ZhenSkills.ts +++ b/src/ts/misc/ZhenSkills.ts @@ -31,6 +31,13 @@ export function getSkills(): Skill[] { "https://github.com/MagicBOTAlex/MLEyeTrack", ), ); + arr.push( + new Skill( + "Rust", + "rust.svg", + "https://github.com/galister/oscavmgr/pull/21", + ), + ); arr.push( new Skill( @@ -39,9 +46,6 @@ export function getSkills(): Skill[] { "https://deprived.dev/assets/website/zhen/projects/countr-prototype.mp4", ), ); - arr.push( - new Skill("ETVR", "etvr.png", "https://github.com/MagicBOTAlex/MLEyeTrack"), - ); // Embedded arr.push( @@ -132,7 +136,6 @@ export function getSkills(): Skill[] { ), ); 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("Shopify", "shopify.svg")); @@ -152,6 +155,9 @@ export function getSkills(): Skill[] { "https://github.com/Project-Babble/Baballonia/pull/215", ), ); + arr.push( + new Skill("ETVR", "etvr.png", "https://github.com/MagicBOTAlex/MLEyeTrack"), + ); // AI arr.push(new Skill("Jupyter", "jupiter.svg"));