Skip to content

Commit

Permalink
Update template_memo.html: Final Pavel edits
Browse files Browse the repository at this point in the history
  • Loading branch information
barsinister authored Jun 4, 2024
1 parent 753f693 commit 0b3a631
Showing 1 changed file with 28 additions and 32 deletions.
60 changes: 28 additions & 32 deletions template_memo.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,22 +191,22 @@ <h2 style="font-size:32px; line-height:30px;">Lorem ipsum dolor sit amet, consec
<p>Tenetur porro molestias, provident nam dolore sint odit earum minus voluptas quis, quas quam amet sit voluptates velit suscipit consequuntur numquam eius, cum magnam. Tempora perspiciatis voluptatum voluptatibus vel itaque.</p>

<div align="center">
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="margin: 20px 0 20px 0;">
<table role="presentation" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" bgcolor="#EF404D">
<a role="button" class="button-text" href="{website_url}" style="font-family: Arial, sans-serif; color: #ffffff; padding: 12px 18px; border: 1px solid #EF404D; display: inline-block;font-size:18px;font-weight:bold;text-align:center;text-decoration:none;text-transform: uppercase;">Read the Memo</a>
</td>
</tr>
</table>
<!-- *** REMOVE THE COMMENT FROM THE SNIPPET BELOW TO REVEAL THE THIRD-PARTY DISCLAIMER TEXT *** -->
<!-- <p style="font-size: 14px;margin-top:10px"><em>Please note: This link will take you to a third-party website, xyz.com.</em></p> -->
</td>
</tr>
</table>
<br />
<table role="presentation" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="margin: 20px 0 20px 0;">
<table role="presentation" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" bgcolor="#EF404D">
<a role="button" class="button-text" href="{website_url}" style="font-family: Arial, sans-serif; color: #ffffff; padding: 12px 18px; border: 1px solid #EF404D; display: inline-block;font-size:18px;font-weight:bold;text-align:center;text-decoration:none;text-transform: uppercase;">Read the Memo</a>
</td>
</tr>
</table>
<!-- *** REMOVE THE COMMENT FROM THE SNIPPET BELOW TO REVEAL THE THIRD-PARTY DISCLAIMER TEXT *** -->
<!-- <p style="font-size: 14px;margin-top:10px"><em>Please note: This link will take you to a third-party website, xyz.com.</em></p> -->
</td>
</tr>
</table>
<br />
</div>

<p>Eius nihil, ullam nesciunt accusantium perferendis unde aspernatur velit tempore provident assumenda quas aliquam, ex possimus voluptatum libero. Deleniti ratione libero molestiae modi assumenda quas facilis alias ullam dolor aperiam!</p>
Expand Down Expand Up @@ -261,22 +261,18 @@ <h3>Work like this is funded by the generous support of ACLU members like you.</
<tr>
<td class="footer-text" style="color:#888888;font-family: Arial,'Helvetica Neue',sans-serif;font-size:14px;line-height:20px;padding:30px 25px 15px 25px;">
<!-- START FOOTER INFO -->
This email was sent to: <strong>{email}</strong>
<br />
<br />
<span style="font-family: Arial,'Helvetica Neue',sans-serif;">You are receiving this message because you signed up to receive emails from the {if affiliation == "ca"}{affiliates.cd.affiliate_name}, {affiliates.cn.affiliation_name}, {affiliates.cs.affiliate_name}{else}American Civil Liberties Union{/if}. Please note: If you forward or distribute, the links will open a page with your information filled in.</span>
<br />
<br />
{if affiliation == "ca"}<a href="{ca_email_pref}" style="color:#888888;">Unsubscribe</a>{else}<a href="{email_pref}" style="color:#888888;">Unsubscribe</a>{/if}
<br />
<br />
We respect your right to privacy &ndash; <a href="{privacy_statement}" style="color:#888888;">view our policy.</a>
<br />
<br />
This email was sent by:<br />
{affiliation_name} | {address1} {address2}<br />
<br />
<!-- END FOOTER INFO -->
<p>This email was sent to: <strong>{email}</strong></p>

<p>You are receiving this message because you signed up to receive emails from the {if affiliation == "ca"}{affiliates.cd.affiliate_name}, {affiliates.cn.affiliation_name}, {affiliates.cs.affiliate_name}{else}American Civil Liberties Union{/if}. </p>

<p>{if affiliation == "ca"}<a href="{ca_email_pref}" style="color: #888888">Unsubscribe</a>
{else if affiliation == "nat"}<a href="https://action.aclu.org/webform/sign-aclu-action-texts?initms_aff=nat&initms_chan=eml&utm_medium=eml&initms=adv-footer-sail-gradead-nat-textsignup-civilliberties-na-na&utm_source=sail&utm_campaign=na&utm_content=adv-footer-sail-gradead-nat-textsignup-civilliberties-na-na&ms_aff=nat&ms_chan=eml&ms=adv-footer-sail-gradead-nat-textsignup-civilliberties-na-na" style="color:#888888;font-weight:300;">Sign up for ACLU texts</a> | <a href="https://action.aclu.org/preference-center/aclu-action-national-email-preference?&eid={email_id}&referral=ActionNational&unsub_url={optout_confirm_url}" style="color:#888888;font-weight:300;">Unsubscribe</a><br />{else}<a href="{email_pref}" style="color: #888888">Unsubscribe</a>{/if}</p>

<p>Please note: If you forward or distribute, the links will open a page with your information filled in.</p>

<p>We respect your right to privacy &ndash; <a href="{privacy_statement}" style="color: #888888">view our policy.</a></p>

<p>This email was sent by:<br /> {affiliation_name} | {address1} {address2}<br /></p> <!-- END FOOTER INFO -->
</td>
</tr>
<!-- END OF FOOTER -->
Expand Down

0 comments on commit 0b3a631

Please sign in to comment.