|
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | + <head> |
| 4 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 5 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
| 6 | + <title>You have a new message from {{project_title}}.</title> |
| 7 | + <!-- |
| 8 | + Make sure you copy the styles from styles.css into the email template in Postmark before saving there. |
| 9 | +
|
| 10 | + <style type="text/css" rel="stylesheet" media="all"> |
| 11 | + </style> |
| 12 | + --> |
| 13 | + <link rel="stylesheet" type="text/css" href="styles.css" media="screen" /> |
| 14 | + </head> |
| 15 | + <body> |
| 16 | + <span class="preheader">You have a new message from {{project_title}}.</span> |
| 17 | + <table class="email-wrapper" width="100%" cellpadding="0" cellspacing="0"> |
| 18 | + <tr> |
| 19 | + <td align="center"> |
| 20 | + <table class="email-content" width="100%" cellpadding="0" cellspacing="0"> |
| 21 | + <tr> |
| 22 | + <td class="email-masthead" width="100%" cellpadding="0" cellspacing="0"> |
| 23 | + <table class="email-masthead_inner" align="center" width="570" cellpadding="0" cellspacing="0"> |
| 24 | + <tr> |
| 25 | + <td> |
| 26 | + <a href="https://www.codecorps.org"> |
| 27 | + <img src=" https://d3pgew4wbk2vb1.cloudfront.net/emails/images/[email protected]" class=" email-masthead_logo" /> |
| 28 | + </a> |
| 29 | + </td> |
| 30 | + </tr> |
| 31 | + </table> |
| 32 | + </td> |
| 33 | + </tr> |
| 34 | + <!-- Email Body --> |
| 35 | + <tr> |
| 36 | + <td class="email-body" width="100%" cellpadding="0" cellspacing="0"> |
| 37 | + <table class="email-body_inner" align="center" width="570" cellpadding="0" cellspacing="0"> |
| 38 | + <!-- Body content --> |
| 39 | + <tr> |
| 40 | + <td class="content-cell"> |
| 41 | + <table width="100%" cellpadding="0" cellspacing="0"> |
| 42 | + <tr> |
| 43 | + <td> |
| 44 | + <p class="center"> |
| 45 | + <img src=" https://d3pgew4wbk2vb1.cloudfront.net/emails/images/[email protected]" width=" 100" height=" 100" /> |
| 46 | + </p> |
| 47 | + <p>Hi {{name}},</p> |
| 48 | + <p>You have a new message from {{project_title}}.</p> |
| 49 | + <p><a class="button" href="{{conversation_url}}">See your message</a></p> |
| 50 | + </td> |
| 51 | + </tr> |
| 52 | + </table> |
| 53 | + <table class="body-signature"> |
| 54 | + <tr> |
| 55 | + <td> |
| 56 | + <p> |
| 57 | + Thanks! |
| 58 | + <br><strong>The Code Corps Team</strong> |
| 59 | + </p> |
| 60 | + </td> |
| 61 | + </tr> |
| 62 | + </table> |
| 63 | + </td> |
| 64 | + </tr> |
| 65 | + </table> |
| 66 | + </td> |
| 67 | + </tr> |
| 68 | + <tr> |
| 69 | + <td> |
| 70 | + <table class="email-footer" align="center" width="570" cellpadding="0" cellspacing="0"> |
| 71 | + <tr> |
| 72 | + <td class="email-footer__cell" align="center"> |
| 73 | + <p class="align-center"> |
| 74 | + Questions? Feedback? Visit our <strong><a href="https://help.codecorps.org">Help Center</a></strong> or just reply to this email. |
| 75 | + </p> |
| 76 | + </td> |
| 77 | + </tr> |
| 78 | + <tr> |
| 79 | + <td class="email-footer__cell" align="center"> |
| 80 | + <p class="align-center"> |
| 81 | + Send us 🐌 mail! |
| 82 | + <br> |
| 83 | + <br>Code Corps PBC |
| 84 | + <br>4166 Wilson Ave #1 |
| 85 | + <br>San Diego, CA 92104 |
| 86 | + </p> |
| 87 | + </td> |
| 88 | + </tr> |
| 89 | + </table> |
| 90 | + </td> |
| 91 | + </tr> |
| 92 | + </table> |
| 93 | + </td> |
| 94 | + </tr> |
| 95 | + </table> |
| 96 | + </body> |
| 97 | +</html> |
0 commit comments