|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | +<meta charset="utf-8"> |
| 5 | +<meta name="viewport" content="width=device-width, initial-scale=1"> |
| 6 | +<title>{{company_name}} — {{month_year}}</title> |
| 7 | +</head> |
| 8 | +<body style="margin:0;padding:0;background-color:#f5f5f4;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;color:#0a0a0a;"> |
| 9 | +<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="background-color:#f5f5f4;padding:32px 16px;"> |
| 10 | + <tr> |
| 11 | + <td align="center"> |
| 12 | + <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" style="max-width:600px;background-color:#ffffff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,0.06);"> |
| 13 | + <tr> |
| 14 | + <td style="background-color:#0a0a0a;padding:24px 40px;"> |
| 15 | + <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%"> |
| 16 | + <tr> |
| 17 | + <td style="font-size:18px;font-weight:600;color:#ffffff;letter-spacing:-0.01em;">{{company_name}}</td> |
| 18 | + <td align="right" style="font-size:13px;color:#a3a3a3;">{{month_year}}</td> |
| 19 | + </tr> |
| 20 | + </table> |
| 21 | + </td> |
| 22 | + </tr> |
| 23 | + <tr> |
| 24 | + <td style="padding:40px 40px 8px 40px;"> |
| 25 | + <h1 style="margin:0 0 12px 0;font-size:26px;line-height:1.3;font-weight:700;color:#0a0a0a;letter-spacing:-0.02em;">This month at {{company_name}}</h1> |
| 26 | + <p style="margin:0 0 32px 0;font-size:16px;line-height:1.6;color:#525252;">Hi {{first_name}} — here's a quick roundup of what shipped, what's next, and a few things worth your attention.</p> |
| 27 | + </td> |
| 28 | + </tr> |
| 29 | + <tr> |
| 30 | + <td style="padding:0 40px 24px 40px;"> |
| 31 | + <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-top:1px solid #f5f5f4;padding-top:24px;"> |
| 32 | + <tr> |
| 33 | + <td> |
| 34 | + <p style="margin:0 0 6px 0;font-size:11px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:0.08em;">Shipped</p> |
| 35 | + <h2 style="margin:0 0 8px 0;font-size:18px;line-height:1.4;font-weight:600;color:#0a0a0a;">Replace this with your headline story</h2> |
| 36 | + <p style="margin:0 0 12px 0;font-size:15px;line-height:1.6;color:#525252;">Write a short paragraph describing the most important thing your team shipped this month. Two or three sentences is plenty. Link out to the full announcement if you have one.</p> |
| 37 | + <a href="{{lead_url}}" style="font-size:14px;font-weight:600;color:#0a0a0a;text-decoration:underline;">Read the full post →</a> |
| 38 | + </td> |
| 39 | + </tr> |
| 40 | + </table> |
| 41 | + </td> |
| 42 | + </tr> |
| 43 | + <tr> |
| 44 | + <td style="padding:0 40px 24px 40px;"> |
| 45 | + <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-top:1px solid #f5f5f4;padding-top:24px;"> |
| 46 | + <tr> |
| 47 | + <td> |
| 48 | + <p style="margin:0 0 6px 0;font-size:11px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:0.08em;">Worth a read</p> |
| 49 | + <h2 style="margin:0 0 8px 0;font-size:18px;line-height:1.4;font-weight:600;color:#0a0a0a;">A second story or roundup link</h2> |
| 50 | + <p style="margin:0;font-size:15px;line-height:1.6;color:#525252;">A second block for a community write-up, a blog post, an interview, a podcast episode — anything worth pointing your readers at this month.</p> |
| 51 | + </td> |
| 52 | + </tr> |
| 53 | + </table> |
| 54 | + </td> |
| 55 | + </tr> |
| 56 | + <tr> |
| 57 | + <td style="padding:0 40px 40px 40px;"> |
| 58 | + <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="border-top:1px solid #f5f5f4;padding-top:24px;"> |
| 59 | + <tr> |
| 60 | + <td> |
| 61 | + <p style="margin:0 0 6px 0;font-size:11px;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:0.08em;">Up next</p> |
| 62 | + <h2 style="margin:0 0 8px 0;font-size:18px;line-height:1.4;font-weight:600;color:#0a0a0a;">What you can expect in the next month</h2> |
| 63 | + <p style="margin:0;font-size:15px;line-height:1.6;color:#525252;">Give readers a peek at the roadmap — what's in flight, what you're prioritising. Honest is better than polished.</p> |
| 64 | + </td> |
| 65 | + </tr> |
| 66 | + </table> |
| 67 | + </td> |
| 68 | + </tr> |
| 69 | + </table> |
| 70 | + <table role="presentation" cellspacing="0" cellpadding="0" border="0" width="600" style="max-width:600px;margin-top:24px;"> |
| 71 | + <tr> |
| 72 | + <td align="center" style="padding:0 16px;"> |
| 73 | + <p style="margin:0;font-size:12px;line-height:1.6;color:#a3a3a3;"> |
| 74 | + {{company_name}} sent this newsletter to {{email}}.<br> |
| 75 | + <a href="{{unsubscribe_url}}" style="color:#737373;text-decoration:underline;">Unsubscribe</a> |
| 76 | + </p> |
| 77 | + </td> |
| 78 | + </tr> |
| 79 | + </table> |
| 80 | + </td> |
| 81 | + </tr> |
| 82 | +</table> |
| 83 | +</body> |
| 84 | +</html> |
0 commit comments