mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Migrate the contact page over.
This commit is contained in:
31
templates/pages/about/contact.html
Normal file
31
templates/pages/about/contact.html
Normal file
@ -0,0 +1,31 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}Contact{%endblock%}
|
||||
{%block contents%}
|
||||
|
||||
<h1>Contact</h1>
|
||||
|
||||
<h2>Fundraising and donations</h2>
|
||||
|
||||
<p>Provide a donation, information on donations, want help with fundraising or wish financial sponsorship.</p>
|
||||
|
||||
<p>Joshua D. Drake - <a href="mailto:jdrake@postgresql.org">jdrake@postgresql.org</a> </p>
|
||||
|
||||
<h2>User Group Liaison</h2>
|
||||
|
||||
<p>A member of a PostgreSQL User group, looking to start a user group or need resources for a user group. </p>
|
||||
|
||||
<p>North America - Selena Deckelmann - <a href="mailto:selena@postgresql.org">selena@postgresql.org</a></p>
|
||||
|
||||
<h2>Press Enquiries</h2>
|
||||
|
||||
<p>For press enquiries, please refer to the <a href="/about/press">Press</a> section.
|
||||
This section includes information on regional contacts as well.</p>
|
||||
|
||||
<h2>Technical Support</h2>
|
||||
<p>If you are looking for help with PostgreSQL, or this website.</p>
|
||||
<p><a href="http://www.postgresql.org/support">Community support</a>
|
||||
|
||||
<h2>Webmasters</h2>
|
||||
|
||||
<p>Contact the PostgreSQL webmasters at <a href="mailto:webmaster@postgresql.org">webmaster@postgresql.org</a>.</p>
|
||||
{%endblock%}
|
Reference in New Issue
Block a user