List Fastly as CDN sponsor.
authorDave Page <dpage@pgadmin.org>
Wed, 23 Apr 2025 08:58:34 +0000 (09:58 +0100)
committerDave Page <dpage@pgadmin.org>
Wed, 23 Apr 2025 09:27:58 +0000 (10:27 +0100)
This is not the prettiest at the moment as the server sponsor page doesn't
include logos, but we are obliged to display the Fastly one in return for the
services they provide. We may want to redesign this page at some point in
the future to group by sponsor and work more cleanly with non-server hosting
sponsors.

media/img/about/sponsors/logo_fastly.png [new file with mode: 0644]
media/img/about/sponsors/logo_fastly.webp [deleted file]
templates/sponsors/servers.html

diff --git a/media/img/about/sponsors/logo_fastly.png b/media/img/about/sponsors/logo_fastly.png
new file mode 100644 (file)
index 0000000..2f1993b
Binary files /dev/null and b/media/img/about/sponsors/logo_fastly.png differ
diff --git a/media/img/about/sponsors/logo_fastly.webp b/media/img/about/sponsors/logo_fastly.webp
deleted file mode 100644 (file)
index 6399b76..0000000
Binary files a/media/img/about/sponsors/logo_fastly.webp and /dev/null differ
index 188ee17831d5c76a4dbf0a000153ba37f98f80e1..911abe69b7813674c5dc2ae807e57141b3feb2d3 100644 (file)
@@ -40,4 +40,13 @@ different companies and organisations around the world.
   </tbody>
 </table>
 
+<h2>Additional Hosting Services</h2>
+
+{# Image included to meet the requirements of the Fastly agreement #}
+<a href="https://www.fastly.com/"><img class="organisation-logo" src="/media/img/about/sponsors/logo_fastly.png" alt="Fastly" /></a>
+<p>In addition to the servers listed above, the PostgreSQL Project is grateful to 
+    <a href="https://www.fastly.com/">Fastly</a> for providing CDN and other 
+    services at no cost.
+</p>
+
 {%endblock%}