]> git.ipfire.org Git - ipfire.org.git/blame - src/templates/donate/messages/christmas-4.html
analytics: Add UTM attributes to promotional emails
[ipfire.org.git] / src / templates / donate / messages / christmas-4.html
CommitLineData
718dc1e8
MT
1{% extends "../../messages/base-promo.html" %}
2
3{% block content %}
4701b5f2
MT
4 <tr class="section">
5 <td>
6 <h1>{{ _("Hi %s,") % account.first_name }}</h1>
718dc1e8 7
4701b5f2
MT
8 <p>
9 Did you see the highlights of 2023 we shared on our socials? If you didn’t, check our our
10 Mastodon (https://social.ipfire.org/@news), Twitter (https://twitter.com/ipfire) and our
11 LinkedIn (https://www.linkedin.com/company/ipfire) to see some of our favourite users
12 stories sent in by our friends and colleagues using IPFire.
13 </p>
8ff136dc 14
4701b5f2
MT
15 <p>
16 I wanted to take the opportunity to thank you for all of your support in 2023 and thank you
17 in advance for your continued support as we head into 2024. As you know, we’re the only
18 remaining truly Open Source Linux-based firewall and it is important to us not just to
19 continue to develop this great project, but also to remain Open Source and available to all.
20 Our mission is to continue to provide the same level of service with continued enhancements
21 and better usability and all of this requires the continued to support of our fantastic users.
22 </p>
8ff136dc 23
4701b5f2
MT
24 <p>
25 If you’d like to help us kick off 2024 the right way, please click the link where
26 you can donate to our project. Every donation is appreciated as it contributes to the
27 continued success of our project and helps us keep our software open to all.
28 </p>
718dc1e8 29
4701b5f2
MT
30 <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
31 <tr class="button">
32 <td>
21a30d0f 33 <a class="primary" href="https://www.ipfire.org/donate?utm_medium=email&amp;utm_campaign=christmas-4">
4701b5f2
MT
34 {{ _("Donate") }}
35 </a>
36 </td>
37 </tr>
38 </table>
718dc1e8 39
4701b5f2
MT
40 <p>
41 {{ _("Happy New Year!")}}
42 <br>{{ _("-Michael") }}
43 </p>
44 </td>
45 </tr>
718dc1e8 46{% end block %}