resume.js/src/emulator/files.js

22 lines
899 B
JavaScript
Raw Normal View History

2023-03-19 03:30:29 +01:00
module.exports = {
'/skills/web': `
\x1b[1mMy web experience\x1b[0m
I don't really know anything about web development,
but I have some projects which are presented below:
blek! Site: Second rewrite of my website. https://github.com/b1ek/blekSite
blek! ID: An auth server. https://github.com/b1ek/blekID
blek! Bin: A pastebin alternative. https://git.blek.codes/blek/bin
homepage.js: Third rewrite of my website. https://git.blek.codes/blek/homepage.js
`,
'/skills/nt': `
Me native dev experience
It isn't much but i do have a couple of projects
(most of my native work is toy projects)
CuteSchedule A school project that is
supposed to be a interactive https://github.com/b1ek/CuteSchedule
schedule menu hanging on
a TV
f2bin Convert files into C code https://github.com/b1ek/f2bin`
}