Update content across PGCAC website
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 21 Jan 2021 16:51:21 +0000 (11:51 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 21 Jan 2021 16:51:21 +0000 (11:51 -0500)
This adds clarifications for how to donate to PGCAC, how to contact
the PGCAC board, and fixes various typos and HTML errors.

templates/base.html
templates/pages/about/contact.html [new file with mode: 0644]
templates/pages/about/pgcac.html
templates/pages/domains/list.html
templates/pages/index.html

index dbbb43ca9cb055626540e947d954deda26cc8181..113422ee5ff33337e1b93dd0c6b8b360e0f0e87e 100644 (file)
@@ -51,6 +51,7 @@
            <li><a href="/domains/list">Domain Names</li>
            <li><a href="/about/privacypolicy/">Privacy Policy</a></li>
            <li><a href="/about/website/">Website</a></li>
+           <li><a href="/about/contact/">Contact</a></li>
          </ul>
        </div>
       </div>
diff --git a/templates/pages/about/contact.html b/templates/pages/about/contact.html
new file mode 100644 (file)
index 0000000..2678ea9
--- /dev/null
@@ -0,0 +1,16 @@
+{%extends "base.html" %}
+{%block title%}Contact{%endblock%}
+{%block maincontent%}
+
+<h1>Contact</h1>
+<p>
+    The PostgreSQL Community Association of Canada is a Canadian Not For Profit
+    corporation that holds assets for the PostgreSQL project such as domain
+    names and trademarks.
+</p>
+
+<p>
+  You can contact the board of the PostgreSQL Community Association of Canada at
+  <a href="mailto:board@lists.postgres.ca">board@lists.postgres.ca</a>.
+</p>
+{%endblock%}
index 8a1ee8e7e9e55449921a9d660f5365e2cb2d2f6a..fcff91ef9bf68418fb0e99ae5c20d0e2dfdbe589 100644 (file)
@@ -12,7 +12,7 @@
 <h2>Board Members</h2>
 <p>
     The board of the PostgreSQL Community Association of Canada currently
-    consists of the following individuals.</o>
+    consists of the following individuals.</p>
  <ul>
      <li>Dave Page (Chairman)</li>
      <li>Steve Singer (Treasurer)</li>
@@ -21,4 +21,9 @@
      <li>Peter Eisentraut</li>
      <li>Marc Fournier</li>
 </ul>
+
+<p>
+  You can contact the board of the PostgreSQL Community Association of Canada at
+  <a href="mailto:board@lists.postgres.ca">board@lists.postgres.ca</a>.
+</p>
 {%endblock%}
index 2fa99c16eec682eb73a1a81bab303ca9dea12583..f2598f6351c1346fbb49b08f5f8842436ccfa351 100644 (file)
@@ -18,7 +18,7 @@
     <li>postgresql.events</li>
     <li>postgresql.org</li>
     <li>postgres.ca</li>
-    <li>postgrsql.company</li>
+    <li>postgresql.company</li>
     <li>postgresql.co.uk</li>
     <li>postgresql.uk</li>
     <li>postgres.com</li>
index 5e91574121085e4c1ad4af050dfd00bb4eaa564b..3d896004df7e3d119cc37227fcb3fd2429cef96b 100644 (file)
@@ -4,14 +4,17 @@
 {% block relatedinfo %}
 <div id="pgFrontRight">
  <div class="pgFrontBox">
-  <h2>Help us out!</h2>
-  <p>In the future you will be able to help PostgreSQL Canada by donating, but in the meantime
-  why not help out in the <a href="https://www.postgresql.org/community/">PostgreSQL community</a>.
+  <h2>Donate</h2>
+  <p>
+    If you would like to help support the mission of the PostgreSQL Community
+    Association of Canada (PGCAC) through a donation or other means, please
+    contact the PGCAC board at
+    <a href="mailto:board@lists.postgres.ca">board@lists.postgres.ca</a>.
   </p>
  </div>
 
  <div class="pgFrontBox">
-  <h2>Other usergroups</h2>
+  <h2>Other Organisations</h2>
   <ul>
    <li><a href="https://www.postgresql.eu/">PostgreSQL Europe</a></li>
    <li><a href="https://www.postgresql.us/">PostgreSQL US</a></li>
@@ -19,7 +22,7 @@
  </div>
 
  <div class="pgFrontBox">
-  <h2>Related organisations</h2>
+  <h2>Related</h2>
   <ul>
    <li><a href="https://www.postgresql.org/">PostgreSQL</a></li>
   </ul>