tighten up the footer of the re-engagement emails

parent 76d3b62b
...@@ -20,7 +20,7 @@ email itself. --> ...@@ -20,7 +20,7 @@ email itself. -->
{# Note {view_url} is not a template variable that is evaluated by the Django template engine. It is evaluated by #} {# Note {view_url} is not a template variable that is evaluated by the Django template engine. It is evaluated by #}
{# Sailthru when the email is sent. Other email providers would need to replace this variable in the HTML as well. #} {# Sailthru when the email is sent. Other email providers would need to replace this variable in the HTML as well. #}
<a href="{view_url}">{% trans "View on Web" %}</a> <p><a href="{view_url}">{% trans "View on Web" %}</a></p>
{# Note this is another late-bound variable #} {# Note this is another late-bound variable #}
<img src="{beacon_src}" alt="" role="presentation" aria-hidden="true" /> <img src="{beacon_src}" alt="" role="presentation" aria-hidden="true" />
...@@ -87,15 +87,11 @@ email itself. --> ...@@ -87,15 +87,11 @@ email itself. -->
<table role="presentation" width="100%" align="left" border="0" cellpadding="0" cellspacing="0"> <table role="presentation" width="100%" align="left" border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
<td style="padding-bottom: 20px;"> <td style="padding-bottom: 20px;">
<!-- LOGO / SOCIAL -->
<table role="presentation" width="100%" align="left" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="right">
<!-- SOCIAL --> <!-- SOCIAL -->
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="210"> <table role="presentation" align="left" border="0" border="0" cellpadding="0" cellspacing="0" width="210">
<tr> <tr>
{% if social_media_urls.linkedin %} {% if social_media_urls.linkedin %}
<td height="32" width="42" align="right"> <td height="32" width="42">
<a href="{{ social_media_urls.linkedin }}"> <a href="{{ social_media_urls.linkedin }}">
<img src="https://media.sailthru.com/595/1k1/8/o/599f354ec70cb.png" <img src="https://media.sailthru.com/595/1k1/8/o/599f354ec70cb.png"
width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on LinkedIn{% endblocktrans %}"/> width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on LinkedIn{% endblocktrans %}"/>
...@@ -103,7 +99,7 @@ email itself. --> ...@@ -103,7 +99,7 @@ email itself. -->
</td> </td>
{% endif %} {% endif %}
{% if social_media_urls.twitter %} {% if social_media_urls.twitter %}
<td height="32" width="42" align="right"> <td height="32" width="42">
<a href="{{ social_media_urls.twitter }}"> <a href="{{ social_media_urls.twitter }}">
<img src="https://media.sailthru.com/595/1k1/8/o/599f354d9c26e.png" <img src="https://media.sailthru.com/595/1k1/8/o/599f354d9c26e.png"
width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on Twitter{% endblocktrans %}"/> width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on Twitter{% endblocktrans %}"/>
...@@ -111,7 +107,7 @@ email itself. --> ...@@ -111,7 +107,7 @@ email itself. -->
</td> </td>
{% endif %} {% endif %}
{% if social_media_urls.facebook %} {% if social_media_urls.facebook %}
<td height="32" width="42" align="right"> <td height="32" width="42">
<a href="{{ social_media_urls.facebook }}"> <a href="{{ social_media_urls.facebook }}">
<img src="https://media.sailthru.com/595/1k1/8/o/599f355052c8e.png" <img src="https://media.sailthru.com/595/1k1/8/o/599f355052c8e.png"
width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on Facebook{% endblocktrans %}"/> width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on Facebook{% endblocktrans %}"/>
...@@ -119,7 +115,7 @@ email itself. --> ...@@ -119,7 +115,7 @@ email itself. -->
</td> </td>
{% endif %} {% endif %}
{% if social_media_urls.google_plus %} {% if social_media_urls.google_plus %}
<td height="32" width="42" align="right"> <td height="32" width="42">
<a href="{{ social_media_urls.google_plus }}"> <a href="{{ social_media_urls.google_plus }}">
<img src="https://media.sailthru.com/595/1k1/8/o/599f354fc554a.png" <img src="https://media.sailthru.com/595/1k1/8/o/599f354fc554a.png"
width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on Google Plus{% endblocktrans %}"/> width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on Google Plus{% endblocktrans %}"/>
...@@ -127,7 +123,7 @@ email itself. --> ...@@ -127,7 +123,7 @@ email itself. -->
</td> </td>
{% endif %} {% endif %}
{% if social_media_urls.reddit %} {% if social_media_urls.reddit %}
<td height="32" width="42" align="right"> <td height="32" width="42">
<a href="{{ social_media_urls.reddit }}"> <a href="{{ social_media_urls.reddit }}">
<img src="https://media.sailthru.com/595/1k1/8/o/599f354e326b9.png" <img src="https://media.sailthru.com/595/1k1/8/o/599f354e326b9.png"
width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on Reddit{% endblocktrans %}"/> width="32" height="32" alt="{% blocktrans %}{{ platform_name }} on Reddit{% endblocktrans %}"/>
...@@ -138,62 +134,41 @@ email itself. --> ...@@ -138,62 +134,41 @@ email itself. -->
</table> </table>
</td> </td>
</tr> </tr>
</table>
</td>
</tr>
<tr>
<!-- ACTIONS / APP BUTTONS -->
<td>
<table role="presentation" width="100%" align="left" border="0" cellpadding="0" cellspacing="0">
<tr> <tr>
<td class="col" width="100%" align="center" valign="top">
<table role="presentation" width="100%" align="left" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="padding-bottom: 10px;">
{# Note that this variable is evaluated by Sailthru, not the Django template engine #}
<a href="{optout_confirm_url}" style="color: #005686">
<font color="#005686"><b>{% trans "Unsubscribe from this list" %}</b></font>
</a>
</td>
</tr>
</table>
</td>
<!-- APP BUTTONS --> <!-- APP BUTTONS -->
<td class="col" width="148" valign="top" align="right" style="padding-bottom: 20px;"> <td style="padding-bottom: 20px;">
{% if mobile_store_urls.apple %} {% if mobile_store_urls.apple %}
<a href="{{ mobile_store_urls.apple }}" style="text-decoration: none"> <a href="{{ mobile_store_urls.apple }}" style="text-decoration: none">
<img src="https://media.sailthru.com/595/1k1/6/2/5931cfbba391b.png" <img src="https://media.sailthru.com/595/1k1/6/2/5931cfbba391b.png"
alt="{% trans "Download the iOS app on the Apple Store" %}" width="136" height="50"/> alt="{% trans "Download the iOS app on the Apple Store" %}"
width="136" height="50" style="margin-right: 10px"/>
</a> </a>
{% endif %} {% endif %}
{% if mobile_store_urls.google %} {% if mobile_store_urls.google %}
<a href="{{ mobile_store_urls.google }}" style="text-decoration: none"> <a href="{{ mobile_store_urls.google }}" style="text-decoration: none">
<img src="https://media.sailthru.com/595/1k1/6/2/5931cf879a033.png" <img src="https://media.sailthru.com/595/1k1/6/2/5931cf879a033.png"
alt="{% trans "Download the Android app on the Google Play Store" %}" alt="{% trans "Download the Android app on the Google Play Store" %}"
width="136" height="50" style="margin: 10px 0 0 5px"/> width="136" height="50"/>
</a> </a>
{% endif %} {% endif %}
</td> </td>
</tr> </tr>
</table> <tr>
<!-- Actions -->
<td style="padding-bottom: 20px;">
{# Note that this variable is evaluated by Sailthru, not the Django template engine #}
<a href="{optout_confirm_url}" style="color: #005686">
<font color="#005686"><b>{% trans "Unsubscribe from this list" %}</b></font>
</a>
</td> </td>
</tr> </tr>
<tr> <tr>
<!-- COPYRIGHT --> <!-- COPYRIGHT -->
<td> <td>
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%"> &copy; {% now "Y" %} {{ platform_name }}, {% trans "All rights reserved" %}.<br/>
<tr> <br/>
<td>
<p>
&copy; {% now "Y" %} {{ platform_name }}, {% trans "All rights reserved" %}.
</p>
<p>
{% trans "Our mailing address is" %}:<br/> {% trans "Our mailing address is" %}:<br/>
{{ contact_mailing_address }} {{ contact_mailing_address }}
</p>
</td>
</tr>
</table>
</td> </td>
</tr> </tr>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment