]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/donate/messages/christmas-2.html
backend: show checksum on thank-you page
[ipfire.org.git] / src / templates / donate / messages / christmas-2.html
index 74cd3fee2166b1a70dffcdb7b4cd54fe8a91ebad..6d497e304dd5a948e56936f4c6b260c57ff0f6aa 100644 (file)
@@ -1,45 +1,48 @@
 {% extends "../../messages/base-promo.html" %}
 
 {% block content %}
-    <p>
-        <strong>{{ _("Hello %s,") % account.first_name }}</strong>
-    </p>
+       <tr class="section">
+               <td>
+                       <h1>{{ _("Hi %s,") % account.first_name }}</h1
 
-    <p>
-        {{ _("In the lead up to Christmas, we wanted to share where your donations have lent support over the last year:") }}
-    </p>
+                       <p>
+                               For so many people around the world, the end of the calendar year is party season and
+                               at IPFire we’re celebrating as much as anyone else. Why are we celebrating?
+                               We’re celebrating what’s to come next year, of course!
+                       </p>
 
-    <ul>
-        <li>{{ _("Funding for development and extending our skills") }}</li>
-        <li>{{ _("Donations pay for our hosting") }}</li>
-        <li>{{ _("Additional new features such as IPFire Location and Safe Search") }}</li>
-        <li>{{ _("Secures the longevity of the project") }}</li>
-    </ul>
+                       <p>
+                               Thanks to some super-hardwork by our team in 2023, over the next 12 months, you’ll see
+                               the following:
+                       </p>
 
-    <p>
-        {{ _("When you think about your Christmas gifting this year, we hope you’ll consider a donation to the IPFire project. Click here to share your support:") }}
-    </p>
+                       <ul>
+                               <li>Relaunch of the IPFire website, helping us promote our mission and improve our outreach.</li>
+                               <li>Improve usability by making documentation and user guide more accessible.</li>
+                               <li>Helping you, the users, to contribute your guidance to the IPFire Wiki and make
+                                       suggestions for improvements to our code.</li>
+                       </ul>
 
-       <table role="presentation" border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
-               <tbody>
-                       <tr>
-                               <td align="left">
-                                       <table role="presentation" border="0" cellpadding="0" cellspacing="0">
-                                               <tbody>
-                                                       <tr>
-                                                               <td>
-                                    <a href="https://www.ipfire.org/donate" target="_blank">{{ _("Donate Now") }}</a>
-                                </td>
-                                                       </tr>
-                                               </tbody>
-                                       </table>
-                               </td>
-                       </tr>
-               </tbody>
-       </table>
+                       <p>
+                               Of course, we’d not be able to do any of this without feedback from our huge user base
+                               and our fantastic development team. If you’d like to help our development team towards
+                               their goals for next year, you can donate here:
+                       </p>
 
-    <p>
-        {{ _("All the best,") }}
-        <br>{{ _("-Your IPFire Team") }}
-    </p>
+                       <table align="center" role="presentation" cellspacing="0" cellpadding="0" border="0">
+                               <tr class="button">
+                                       <td>
+                                               <a class="primary" href="https://www.ipfire.org/donate?utm_medium=email&amp;utm_campaign=christmas-2">
+                                                       {{ _("Donate") }}
+                                               </a>
+                                       </td>
+                               </tr>
+                       </table>
+
+                       <p>
+                               {{ _("Party, party, party!") }}
+                               <br>{{ _("-Your IPFire Team") }}
+                       </p>
+               </td>
+       </tr>
 {% end block %}