0
1 // Welcome to my About page!
2 const aboutMe = {
3 name: 'Jamon Jordan',
4 role: 'Software Developer',
5 bio: 'I'm a passionate developer who loves sovling problems and drinking good coffee.',
6 skills: ['Frontend Development', 'Backend Development', 'MERN Stack', 'Node.js'],
7 education: ['Southern New Hamphsire University', 'Bachelor of Science in Computer Science'],
8 interests: ['Classical Guitar', 'Gaming', 'Reading Good Books', 'Tech'],
9 };
10