Last active
January 3, 2025 13:27
-
-
Save netgfx/3b8765659f39c7f9ce99aec30aa6dac1 to your computer and use it in GitHub Desktop.
An HTML body to send via Brevo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctypehtml><html lang=en><meta charset=UTF-8><meta content="width=device-width,initial-scale=1"name=viewport><title>Project Interest</title><style>body,p,table,td{margin:0;padding:0;font-family:Arial,sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}table,td{border-collapse:collapse;mso-table-lspace:0;mso-table-rspace:0}@media only screen and (max-width:600px){.container{width:100%!important;max-width:100%!important}}</style><body style=margin:0;padding:0;background-color:#fff><table cellpadding=0 cellspacing=0 role=presentation width=100% style=background-color:#fff><tr><td style="padding:20px 0"align=center><table cellpadding=0 cellspacing=0 role=presentation width=100% style="max-width:700px;background-color:#f1f1f1;border:2px solid #000;padding:20px"><tr><td><table cellpadding=0 cellspacing=0 role=presentation width=100%><tr><td style="padding:0 8px"><span style=font-size:16px;color:#939599>Hi, my name is </span><span style=font-size:20px;color:#000>{{2.name}}</span> <span style=font-size:16px;color:#939599>and I'm from </span><span style=font-size:20px;color:#000>{{2.origin}}</span> <span style=font-size:16px;color:#939599>and my email is </span><span style=font-size:20px;color:#000>{{2.email}}</span> <span style=font-size:20px;color:#000>.</span></table><table cellpadding=0 cellspacing=0 role=presentation width=100%><tr><td style=padding:8px><span style=font-size:16px;color:#939599>I'm interested in </span><span style=font-size:20px;color:#000>{{2.project}}.</span></table><table cellpadding=0 cellspacing=0 role=presentation width=100%><tr><td style=padding:8px><span style=font-size:16px;color:#939599>My budget for this project is: </span><span style=font-size:20px;color:#000><{{2.budget}}</span></table></table></table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment