From 2651eba0f930b7e8b8b580403e0ec6b07e42d81b Mon Sep 17 00:00:00 2001 From: b1ek Date: Thu, 16 Mar 2023 09:48:14 +1000 Subject: [PATCH] add skills --- react/resume/src/emulator/commands/skills.js | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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