add skills

This commit is contained in:
b1ek 2023-03-16 09:48:14 +10:00
parent 0d55e924be
commit 2651eba0f9
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
module.exports = (argv, terminal) => { 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
`);
} }