add skills
This commit is contained in:
parent
0d55e924be
commit
2651eba0f9
|
@ -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
|
||||
`);
|
||||
}
|
Loading…
Reference in New Issue