const manuelMurilloProfile = {
intro: "👋 Hi there! I'm Manuel, a Front-End Developer with a passion for JavaScript and React.",
background: "💡 Background: I transitioned from teaching and physiotherapy to become a web developer.
My journey began with HTML, but I quickly fell in love with creating visually stunning and interactive
user interfaces using HTML, CSS, and JavaScript.",
location: "🌍 Location: Based in Madrid, Spain, ",
portfolio: "🖥️ Portfolio, I specialize in responsive web design, CSS frameworks, and modern JavaScript libraries.:
Explore my projects at https://manuel-murillo-portfolio.netlify.app"
};
console.log(manuelMurilloProfile.intro);
console.log(manuelMurilloProfile.background);
console.log(manuelMurilloProfile.location);
console.log(manuelMurilloProfile.portfolio);