const
moreInfo
=
{
Kids: 2,
City: 'Dussen',
Skills: {
'PHP7','HTML5','CSS','JS',
},
forHire: true,
}
const
aboutMe
=
{
name: 'Thomas van Vlaanderen',
qoute: 'I make things on the internet',
title: 'Webdeveloper',
contact: {
email: 'info@thomasvv.nl',
website:'thomasvv.nl'
}
}