import Colored from '../../helpers/color';
const Title = (p) => {return
{...p.children}
}
const projects = {
web: [
{
name: 'blek! Site',
source: 'https://github.com/b1ek/blekSite',
desc: 'Second rewrite of my website in Laravel'
},
{
name: 'homepage.js',
source: 'https://git.blek.codes/blek/homepage.js',
desc: 'Third re write of my website in Node/Express.JS/Pug and couple other libs'
},
{
name: 'blek! Sail',
source: 'https://github.com/b1ek/sail',
desc: 'A production-ready server for serving Laravel projects'
},
{
name: 'blek! ID',
source: 'https://github.com/b1ek/blekID',
desc: 'An auth server. Not really proud of this one, as the code is very spaghetti and practically useless.'
},
{
name: 'blek! Bin',
source: 'https://git.blek.codes/blek/bin',
desc: 'Privacy-respecting, js-free alternative to Pastebin. Inspired by Librebin.'
},
{
name: 'College project',
source: '#',
desc: 'Work in progress. Planned to be a site with rental apartments for students'
}
]
}
const skills = {
web: (
My web experience
Most of my web projects are listed on GitHub.
I like Express.JS and Laravel, but also want to try Rust.
On frontend, i like to write no-js HTML using
template engines, or use React for complex apps like this one.
My projects:
Name |
Sources |
Description |
{
Object.keys(projects.web).map((key, i) => {
const proj = projects.web[key];
return (
{proj.name} |
Link
|
{proj.desc} |
)
})
}
),
nt: (
My native dev experience
It isn't much.
I have only one project that is made with Qt/C++:
CuteSchedule
(Cute stands fot Qt).
But I do have a lot of experience with C and C++, as I like to write
a lot of programs in those languages in my free time. An example of these programs:
f2bin.
)
}
module.exports = (args) => {
if (skills[args]) return skills[args];
return (
Web dev (PHP & JS)
[#####] 100%
My main work field
More: skills web
C/C++/Rust native dev
[## ] 40%
I do this... sometimes
Linux skills
[#####] 100%
Do this all the time. I run linux on my laptop, pc and server
Being cis
[ ] 0%
Never liked it
)
}