//Hi there!
    
const me = {
  firstname: 'Milad',
  lastname: 'Naderi',
  age: 30,
  hometown: 'Semnan, Iran',
  degree: 'MSc in Computer Engineering',
  socials: {
    linkedin: 'linkedin.com/in/its-milad-naderi/',
    instagram: 'instagram.com/miladna'
  },
  hobbies: ['photography', 'family', 'traveling'],
  cv (downloadable pdf version): 'recive file',
  cv: 'jobvision.ir/CV/Milad-Naderi',
  blog: 'linkedin.com/its-milad-naderi/posts/'
};
|