const personal = {
title: "Web-developer",
firstName: "Arman",
lastName: "Bitaraf" ,
age: 35,
single: true,
phone: "017680783633",
location: "Duisburg",
skills: {
html: "Intermediate",
css: "Intermediate",
scss: "basic",
bootstrap: "Intermediate",
git: "basic",
markdown: "basic",
linux: "basic",
},
github: "https://github.com/arman-bitaraf",
projects: {
hekto: "https://hekto-armanbitaraf.netlify.app/",
calculator: "https://calc-armanbitaraf.netlify.app/",
deneb: "https://deneb-armanbitaraf.netlify.app/",
}
}