Add EDB as a PGCA sponsor.
[pgweb.git] / templates / sponsors / financial.html
blob73e398e1cc3cd870fe4fa1e924cdaf1c8b9c3b76
1 {%extends "base/page.html"%}
2 {%block title%}Financial Sponsors{%endblock%}
3 {%block contents%}
5 <h1>Financial Sponsors <i class="fas fa-money-bill-alt"></i></h1>
7 <p><a href="/about/financial">Financial Sponsors</a> are people or companies who have donated money to help
8 support one of the <a href="/about/policies/npos/">Recognised PostgreSQL Nonprofit Organisations</a> that
9 support the project around the world. Each NPO determines how their sponsors are grouped and listed in this section.
10 </p>
12 <h2>PostgreSQL Community Association</h2>
14 <p>The <a href="https://postgres.ca/">PostgreSQL Community Association</a> is dedicated to stewarding the project
15 trademarks and domain names, to ensure that PostgreSQL will remain free and open to all. The following sponsorship
16 levels are used:</p>
18 <table class="table table-striped">
19 <thead>
20 <tr>
21 <th>Level</th>
22 <th>What activities can be supported?</th>
23 <th>Minimum Donation in USD (from January 2025)</th>
24 </tr>
25 </thead>
26 <tbody>
27 <tr>
28 <th scope="row">Benefactor</th>
29 <td>Expand PGCA's mission</td>
30 <td>$30,000</td>
31 </tr>
32 <tr>
33 <th scope="row">Patron</th>
34 <td>Ensure PGCA's ongoing operations</td>
35 <td>$15,000</td>
36 </tr>
37 <tr>
38 <th scope="row">Supporter</th>
39 <td>Support maintenance of domains</td>
40 <td>$5,000</td>
41 </tr>
42 <tr>
43 <th scope="row">Friend</th>
44 <td></td>
45 <td>$2,500</td>
46 </tr>
47 <tr>
48 <th scope="row">Donor</th>
49 <td>All donations are appreciated.</td>
50 <td>&lt; $2,500</td>
51 </tr>
52 </tbody>
53 </table>
55 <p>
56 Find out more information about what PGCA does and its mission on the
57 <a href="https://www.postgres.ca/donate/">PGCA donation page</a>.
58 </p>
60 <h3>PostgreSQL Community Association Sponsors</h3>
62 <table class="table table-striped">
63 <thead>
64 <tr>
65 <th>Name</th>
66 <th></th>
67 <th>Date of donation</th>
68 <th>Level</th>
69 </tr>
70 </thead>
71 <tbody>
72 <tr>
73 <th scope="row" class="organisation-logo">
74 <a href="https://www.enterprisedb.com" target="_blank" rel="noopener">
75 <img class="organisation-logo" src="/media/img/about/sponsors/logo_edb.png" alt="EDB" />
76 </a>
77 </th>
78 <td><a href="https://www.enterprisedb.com" target="_blank" rel="noopener">EDB</a></td>
79 <td>24th January 2025</td>
80 <td>Benefactor</td>
81 </tr>
82 <tr>
83 <th scope="row" class="organisation-logo">
84 <a href="https://aws.amazon.com" target="_blank" rel="noopener">
85 <img class="organisation-logo" src="/media/img/about/sponsors/logo_aws.svg" alt="AWS" />
86 </a>
87 </th>
88 <td><a href="https://aws.amazon.com" target="_blank" rel="noopener">AWS</a></td>
89 <td>19th July 2024</td>
90 <td>Benefactor</td>
91 </tr>
92 <tr>
93 <th scope="row" class="organisation-logo">
94 <a href="https://xata.io" target="_blank" rel="noopener">
95 <img class="organisation-logo" src="/media/img/about/sponsors/logo_xata.svg" alt="Xata" />
96 </a>
97 </th>
98 <td><a href="https://xata.io" target="_blank" rel="noopener">Xata</a></td>
99 <td>1st February 2024</td>
100 <td>Supporter</td>
101 </tr>
102 </tbody>
103 </table>
105 {%endblock%}