Skip to content

Commit

Permalink
Improvements to Patreon supporting widgets.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 15, 2023
1 parent f0b9786 commit 470bbe1
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions helium/common/templates/email/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,35 +52,7 @@
<table cellpadding="0" cellspacing="0">
<tr>
<td style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; padding-right: 3px;">
<a href="https://www.facebook.com/heliumstudents" style="color: #ffffff;"
target="_blank">
<img src="{% static 'img/facebook.png' %}" alt="Facebook" width="38"
height="38" style="display: block;"/>
</a>
</td>
<td style="font-size: 0; line-height: 0;" width="20">&nbsp;</td>
<td style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; padding-right: 3px;">
<a href="https://blog.heliumedu.com" style="color: #ffffff;"
target="_blank">
<img src="{% static 'img/tumblr.png' %}" alt="Blog" width="38"
height="38" style="display: block;"/>
</a>
</td>
<td style="font-size: 0; line-height: 0;" width="20">&nbsp;</td>
<td style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; padding-right: 3px;">
<a href="https://www.paypal.me/alexdlaird" style="color: #ffffff;"
target="_blank">
<img src="{% static 'img/paypal.png' %}" alt="PayPal" width="38"
height="38" style="display: block;"/>
</a>
</td>
<td style="font-size: 0; line-height: 0;" width="20">&nbsp;</td>
<td style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; padding-right: 3px;">
<a href="https://www.patreon.com/alexdlaird" style="color: #ffffff;"
target="_blank">
<img src="{% static 'img/patreon.png' %}" alt="Patreon" width="38"
height="38" style="display: block;"/>
</a>
<a href="https://www.patreon.com/alexdlaird"><img src="https://www.alexlaird.com/content/uploads/2023/11/patreon.png" /></a>
</td>
</tr>
</table>
Expand Down

0 comments on commit 470bbe1

Please sign in to comment.