diff options
| author | Dave Page | 2026-09-02 08:57:55 +0000 |
|---|---|---|
| committer | Dave Page | 2026-09-02 08:57:55 +0000 |
| commit | e5c079deab6b36bbf795c2de2086ab1e9971ff74 (patch) | |
| tree | cfcd7536ad22c869b6a1047e410dd8d3eaec6b67 | |
| parent | 7257af21218e768ca45212edfabd7618f8c002a0 (diff) | |
This is the first PGCA sponsor at the Benefactor level who is an
individual rather than a company, so there is no logo or website to link
to and a generic person icon stands in for the logo.
| -rw-r--r-- | media/img/about/sponsors/logo_individual.svg | 1 | ||||
| -rw-r--r-- | templates/sponsors/financial.html | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/media/img/about/sponsors/logo_individual.svg b/media/img/about/sponsors/logo_individual.svg new file mode 100644 index 00000000..0e615da0 --- /dev/null +++ b/media/img/about/sponsors/logo_individual.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" fill="#336791"><circle cx="64" cy="38" r="26"/><path d="M64 74c-25.4 0-46 20.6-46 46v4h92v-4c0-25.4-20.6-46-46-46Z"/></svg> diff --git a/templates/sponsors/financial.html b/templates/sponsors/financial.html index a6e1db70..5c33beb3 100644 --- a/templates/sponsors/financial.html +++ b/templates/sponsors/financial.html @@ -69,6 +69,14 @@ levels are used:</p> <tbody> <tr> <th scope="row" class="organisation-logo"> + <img class="organisation-logo" src="/https/git.postgresql.org/media/img/about/sponsors/logo_individual.svg" alt="Individual donor" /> + </th> + <td>River Adèle Champeimont</td> + <td>August 2026</td> + <td>Benefactor</td> + </tr> + <tr> + <th scope="row" class="organisation-logo"> <a href="https://azure.microsoft.com/" target="_blank" rel="noopener"> <img class="organisation-logo" src="/https/git.postgresql.org/media/img/about/sponsors/logo_microsoft.svg" alt="Microsoft" /> </a> |
