Skip to content

Commit

Permalink
Add Patreon and PayPal to email base.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Nov 15, 2023
1 parent ac14bcd commit f0b9786
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions helium/common/templates/email/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,25 +52,33 @@
<table cellpadding="0" cellspacing="0">
<tr>
<td style="font-family: Arial, sans-serif; font-size: 12px; font-weight: bold; padding-right: 3px;">
<a href="http://www.twitter.com/heliumstudents" style="color: #ffffff;"
<a href="https://www.facebook.com/heliumstudents" style="color: #ffffff;"
target="_blank">
<img src="{% static 'img/twitter.png' %}" alt="Twitter" width="38"
<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="http://www.facebook.com/heliumstudents" style="color: #ffffff;"
<a href="https://blog.heliumedu.com" style="color: #ffffff;"
target="_blank">
<img src="{% static 'img/facebook.png' %}" alt="Facebook" width="38"
<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="http://blog.heliumedu.com" style="color: #ffffff;"
<a href="https://www.paypal.me/alexdlaird" style="color: #ffffff;"
target="_blank">
<img src="{% static 'img/tumblr.png' %}" alt="Blog" width="38"
<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>
</td>
Expand Down

0 comments on commit f0b9786

Please sign in to comment.