From 8f93e79c3a3f76648b912acb2ff37e805ea29a93 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Sat, 15 Sep 2018 17:16:38 -0400 Subject: [PATCH] Add an unfinished about --- templates/pages/about.html | 58 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 templates/pages/about.html diff --git a/templates/pages/about.html b/templates/pages/about.html new file mode 100644 index 0000000..e262a88 --- /dev/null +++ b/templates/pages/about.html @@ -0,0 +1,58 @@ +{%extends "base.html" %} +{%block title%}About the Conference | PgDU 2018{%endblock%} +{%block pagetitle%}PgDU 2018{%endblock%} +{%block content%} + +

About PostgresOpen

+ + +
+

Who We Are

+

PgDU is a non–profit, community–run conference series in the United States focused on business users, database professionals and developers of PostgreSQL, the open source database. This year PgDU has combined forces with PGConf Silicon Valley to bring together two large Postgres conferences to create an even larger & more exciting event.

+

We target entrepreneurs, technologists and decision–makers on the leading edge of data management, open source database innovation and disruption of the database industry. PgDU promotes the business of PostgreSQL as well as its use and development.

+
+ + +

Who Should Attend PgDU

+

PgDU’s presentation span wide variety of topics surrounding PostgreSQL. The conference will + run multiple parallel tracks covering different technical levels to ensure there is always something + interesting for everybody. All talks will be given in English.

+ +
+ +

Operations Committee

+ + + +

Talk Selection Committee

+ + + +

"PGDG" is the PostgreSQL Global Development Group

+
+ + +

Conference Policies

+

Please see our policies regarding our refund, speaker, and anti-harassment policies.

+
+ +{% endblock %} -- 2.39.5