diff options
-rw-r--r-- | templates/pages/sponsors.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/templates/pages/sponsors.html b/templates/pages/sponsors.html index 2be5394..a9f2810 100644 --- a/templates/pages/sponsors.html +++ b/templates/pages/sponsors.html @@ -9,6 +9,10 @@ <a href="/donate">support</a> of our donors and sponsors. </p> ++<p> + Current sponsors at the Friend level and above include: +</p> + <table class="table table-striped"> <thead> <tr> @@ -26,7 +30,7 @@ </a> </th> <td><a href="https://www.enterprisedb.com" target="_blank" rel="noopener">EDB</a></td> - <td>24th January 2025</td> + <td>January 2025</td> <td>Benefactor</td> </tr> <tr> @@ -36,7 +40,7 @@ </a> </th> <td><a href="https://aws.amazon.com" target="_blank" rel="noopener">AWS</a></td> - <td>19th July 2024</td> + <td>July 2025</td> <td>Benefactor</td> </tr> </tbody> |