Message Body - Copy this React, Tailwind Component to your project
# Create the body of the message (a plain text and an HTML version). content_msg = """ <body style="font family: Arial, sans serif; line height: 1.6; margin: 0; padding: 20px; background color: #f4f4f4;"> <div style="background color: #f9f9d9; padding: 20px; border radius: 8px; box shadow: 0 2px 10px rgba(0, 0, 0, 0.1);"> <h2 style="color: #333333; margin top: 0;">Hola [nombre del equipo o empresa],</h2> <p style="color: #333333;">Soy un <strong>desarrollador fullstack</strong> con experiencia en:</p> <ul style="color: #333333;"> <li><strong>React</strong></li> <li><strong>Python</strong></li> <li><strong>Rust</strong></li> <li><strong>Blockchain</strong> (Ethereum, Near Protocol)</li> </ul> <p style="color: #333333;">He trabajado en el desarrollo de <strong>dApps</strong> y <strong>contratos inteligentes</strong>, y tengo experiencia en la creación de aplicaciones eficientes tanto en el <strong>frontend</strong> como en el <strong>backend</strong>.</p> <p style="color: #333333;">Me gustaría explorar cómo mis habilidades en estas tecnologías podrían aportar valor a su equipo y contribuir al éxito de sus proyectos.</p> <p style="color: #333333;">Gracias por su tiempo.</p> <p style="color: #333333;">Saludos,<br> [Tu nombre]<br> [Tu información de contacto]</p> </div> </body> """
