diff options
author | Jonathan S. Katz | 2025-07-11 01:26:09 +0000 |
---|---|---|
committer | Jonathan S. Katz | 2025-07-11 01:26:09 +0000 |
commit | e1a9c35d89f2020ed01e94accf33001c62afa442 (patch) | |
tree | 1b9cb8e13f83015704358a049e4a691d6144678f | |
parent | 6ee6ad32a9ff43f07de19064ba52eca63afb0ee6 (diff) |
This updates the dates to use MMMM, YYYY format, and adds a description
of what kinds of sponsors we list.
-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> |