const profile = {
fullName: 'GonzaArts',
contact: 'gonzalo@powerlinedesign.es',
country: 'España',
province: 'Cordoba',
city: 'Montilla',
work: 'Desarrollador web',
twitter: '#',
instagram: '#',
hired: false,
hireMe() {
this.hired = true;
return this.contact
}
}