From af2f2dd50dca8d0c2cbff18024f0941ad9163d4d Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Sun, 16 Sep 2018 07:17:21 -0400 Subject: [PATCH] add index --- templates/pages/index.html | 52 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 templates/pages/index.html diff --git a/templates/pages/index.html b/templates/pages/index.html new file mode 100644 index 0000000..6e1d302 --- /dev/null +++ b/templates/pages/index.html @@ -0,0 +1,52 @@ +{%extends "index_base.html" %} +{%block title%}PgDU 2018{%endblock%} +{%block pagetitle%}PgDU 2018{%endblock%} +{%block content%} +
+
+

PGDU

+

PostgreSQL Down Under Incorporated, known as PGDU, is a non for profit association. Our purpose is + to support the growth and education of PostgreSQL, The World's Most Advanced Open Source Database.

+
+ +
+
+
+ +

Important Dates

+
+

Training: September 5th
Conference: September 6th-7th

+
+
+
+
+
+
    +
  • Call for Presentations Opens
    September 10th, 2018
  • +
    +
  • Call for Presentations Closes
    September 30th, 2018
  • +
    +
  • Speakers Notified of Talk Acceptance
    October 7th, 2018
  • +
    +
  • Sessions Announced
    October 10th, 2018
  • +
    +
+
+
+
+
+
    +
  • Schedule Announced
    October 17th, 2018
  • +
    +
  • Registration
    October 17th - December 7th, 2018
  • +
    +
  • Conference Dates
    December 7th, 2018
  • +
    +
+
+
+
+ +
+ +{%endblock%} -- 2.39.5