Logo Email Template - Copy this Html, Tailwind Component to your project
<!DOCTYPE html> <html lang="en"> <head> <meta http equiv="Content Type" content="text/html; charset=UTF 8" /> <meta name="viewport" content="width=device width, initial scale=1.0" /> <title>Application Received – Havas Media Network</title> <style> body { margin: 0; padding: 0; font family: Arial, sans serif; background color: #fff; color: #333; } .wrapper { width: 100%; background color: #fff; } .main container { width: 700px; margin: 0 auto; background color: #fff; padding: 20px; } .header { text align: center; padding: 10px 0 30px 0; font size: 28px; font weight: bold; color: #e00034; letter spacing: 1px; } .content p, .content ul { font size: 14px; line height: 1.6; margin: 10px 0; } .access section { text align: center; margin: 20px 0; font size: 14px; } .footer { text align: center; font size: 12px; color: #888; padding: 15px; } .footer p { color: #888; } .footer a { color: #e00034; text decoration: none; } strong { color: #e00034; } </style> </head> <body> <div class="wrapper"> <div class="main container"> <div class="header"> Havas Media Network </div> <div class="content"> <p>Dear <strong>[Candidate's Name]</strong>,</p> <p>I hope you're doing well. We have reached out to discuss your application for the <strong>Havas Agency Head of Performance Marketing</strong> role.</p> <p>As part of our process, we asked candidates to complete a skills based assessment shared in an earlier message. This step helps us better understand your capabilities and how they may contribute to our team's goals. If you’ve already begun or completed it, we’d love to hear where you’re at. And if you need more time, clarification, or anything at all — don’t hesitate to reach out. We're here to support you through it.</p> <p>Once you've submitted the assessment, we'll invite you to a 30 minute conversation where we can explore your approach in more detail and discuss how it aligns with our team's vision.</p> <p>Whenever you feel prepared to move forward, just send us a quick note to let us know you're ready. We’ll guide you through the next phase from there. And if you need a bit more time or have any questions along the way, we’re more than happy to assist.</p> <p>Looking forward to hearing from you soon.</p> <p>Warm regards,<br><strong>HR Department<br>Havas Media Network</strong></p> </div> </div> <div class="footer"> <p>You are receiving this email as part of your application process with Havas Media Network.</p> © 2025 Havas Media Network | <a href="https://www.havasgroup.com/">Visit Our Website</a> </div> </div> </body> </html> Hãy thêm logo của Havas vào đầu trang giúp tôi
