1
2
3
4
5
6
7
8
9
const aboutMe = {
name: 'Michael Tscholl',
title: 'Software Developer',
work: 'Smart Dato',
contact: {
phone: '0039 3896437356',
email: 'michael@tscholl.info'
}
}