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);
|
|