diff --git a/react/resume/src/emulator/commands/skills.js b/react/resume/src/emulator/commands/skills.js index 734acdd..9117392 100644 --- a/react/resume/src/emulator/commands/skills.js +++ b/react/resume/src/emulator/commands/skills.js @@ -1,3 +1,17 @@ module.exports = (argv, terminal) => { - terminal.write('uwu\nowo\n'); + terminal.write(` +My skills + +\x1b[1;32m[#####] 100% Web dev (fullstack)\x1b[0m +I like doing backend mostly, but sometimes i do +frontend projects like this one. +Learn more: \x1b[4;32mskills web\x1b[0m + +\x1b[1;33m[## ] 40% Native C/C++/Rust\x1b[0m +Not really my zone of work but its really fun to +make something with these in spare time. + +\x1b[1;38:5:244m[ ] 0% Being cis\x1b[0m +Never liked it +`); } \ No newline at end of file