From 9a4b1f6758ccdea8928f19c3b5b689da5b21ecfb Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Thu, 21 Jan 2021 11:51:21 -0500 Subject: [PATCH] Update content across PGCAC website 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 | 1 + templates/pages/about/contact.html | 16 ++++++++++++++++ templates/pages/about/pgcac.html | 7 ++++++- templates/pages/domains/list.html | 2 +- templates/pages/index.html | 13 ++++++++----- 5 files changed, 32 insertions(+), 7 deletions(-) create mode 100644 templates/pages/about/contact.html diff --git a/templates/base.html b/templates/base.html index dbbb43c..113422e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -51,6 +51,7 @@
  • Domain Names
  • Privacy Policy
  • Website
  • +
  • Contact
  • diff --git a/templates/pages/about/contact.html b/templates/pages/about/contact.html new file mode 100644 index 0000000..2678ea9 --- /dev/null +++ b/templates/pages/about/contact.html @@ -0,0 +1,16 @@ +{%extends "base.html" %} +{%block title%}Contact{%endblock%} +{%block maincontent%} + +

    Contact

    +

    + 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. +

    + +

    + You can contact the board of the PostgreSQL Community Association of Canada at + board@lists.postgres.ca. +

    +{%endblock%} diff --git a/templates/pages/about/pgcac.html b/templates/pages/about/pgcac.html index 8a1ee8e..fcff91e 100644 --- a/templates/pages/about/pgcac.html +++ b/templates/pages/about/pgcac.html @@ -12,7 +12,7 @@

    Board Members

    The board of the PostgreSQL Community Association of Canada currently - consists of the following individuals. + consists of the following individuals.

    + +

    + You can contact the board of the PostgreSQL Community Association of Canada at + board@lists.postgres.ca. +

    {%endblock%} diff --git a/templates/pages/domains/list.html b/templates/pages/domains/list.html index 2fa99c1..f2598f6 100644 --- a/templates/pages/domains/list.html +++ b/templates/pages/domains/list.html @@ -18,7 +18,7 @@
  • postgresql.events
  • postgresql.org
  • postgres.ca
  • -
  • postgrsql.company
  • +
  • postgresql.company
  • postgresql.co.uk
  • postgresql.uk
  • postgres.com
  • diff --git a/templates/pages/index.html b/templates/pages/index.html index 5e91574..3d89600 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -4,14 +4,17 @@ {% block relatedinfo %}
    -

    Help us out!

    -

    In the future you will be able to help PostgreSQL Canada by donating, but in the meantime - why not help out in the PostgreSQL community. +

    Donate

    +

    + 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 + board@lists.postgres.ca.

    -

    Other usergroups

    +

    Other Organisations

    -

    Related organisations

    +

    Related

    -- 2.39.5