|
| 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>{{project_title}} just added you as a contributor</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">See what you can do to help on {{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/logo-small@2x.png" 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 class="donation" width="100%" cellpadding="0" cellspacing="0"> |
| 42 | + <tr> |
| 43 | + <td> |
| 44 | + <ul class="joined_images center"> |
| 45 | + <li class="photo"> |
| 46 | + <img src="{{user_image_url}}" width="70" height="70" /> |
| 47 | + </li> |
| 48 | + <li class="icon"> |
| 49 | + <img src="https://d3pgew4wbk2vb1.cloudfront.net/emails/images/joined-email@2x.png" width="25" height="70" /> |
| 50 | + </li> |
| 51 | + <li class="photo"> |
| 52 | + <img src="{{project_logo_url}}" width="70" height="70" /> |
| 53 | + </li> |
| 54 | + </ul> |
| 55 | + <p class="project-membership--accepted"> |
| 56 | + <strong>{{user_first_name}}</strong>, you're in! |
| 57 | + </p> |
| 58 | + <p> |
| 59 | + <a href="{{project_url}}">{{project_title}}</a> just accepted your request to start contributing. |
| 60 | + </p> |
| 61 | + <p>Go check out the project and see what you can do to get started. |
| 62 | + </p> |
| 63 | + </tr> |
| 64 | + </td> |
| 65 | + </table> |
| 66 | + <table class="body-signature"> |
| 67 | + <tr> |
| 68 | + <td> |
| 69 | + <p> |
| 70 | + Happy helping! |
| 71 | + <br><strong>The Code Corps Team</strong> |
| 72 | + </p> |
| 73 | + <p class="center small"> |
| 74 | + Questions? Feedback? |
| 75 | + <br>Visit our <strong><a href="https://help.codecorps.org">Help Center</a></strong> or just reply to this email.</p> |
| 76 | + </td> |
| 77 | + </tr> |
| 78 | + </table> |
| 79 | + </td> |
| 80 | + </tr> |
| 81 | + </table> |
| 82 | + </td> |
| 83 | + </tr> |
| 84 | + <tr> |
| 85 | + <td> |
| 86 | + <table class="email-footer" align="center" width="570" cellpadding="0" cellspacing="0"> |
| 87 | + <tr> |
| 88 | + <td class="content-cell" align="center"> |
| 89 | + <p class="sub align-center"> |
| 90 | + Code Corps PBC |
| 91 | + <br>4166 Wilson Ave #1 |
| 92 | + <br>San Diego, CA 92104 |
| 93 | + </p> |
| 94 | + </td> |
| 95 | + </tr> |
| 96 | + </table> |
| 97 | + </td> |
| 98 | + </tr> |
| 99 | + </table> |
| 100 | + </td> |
| 101 | + </tr> |
| 102 | + </table> |
| 103 | + </body> |
| 104 | +</html> |
0 commit comments