const person = {
firstname : "Eyad",
lastname : "Karim",
nickname : "ek",
age : 14,
gender : "male",
skills : [
"HTML",
"CSS",
"Javascript",
"React",
"NextJS",
"Python",
],
accounts : {
google : "eyad.karim.r3@gmail.com",
github : "eyad-karim", // github.com/eyad-karim
},
}
const projects = {
"Eyad website" : "Website talking about me and shows my projects.",
"Tailwindcss project" : "project that I learn tailwindcss in, and test some classnames.",
"Fake Windows project" : "fake windows os (beta)",
}
// if you want to see one of my projects you can check my github account in "about me" section