var businessCard = {

name: 'David Campos',

profession: 'Sysadmin/Developer',

email: 'Protected by javascript',

education: {

2020: 'Degree in Computer Engineering',

2014: 'Cross-platform Software Development',

2003: 'Computer Systems Administration'

}

}