From: gary Date: Thu, 4 Oct 2018 05:02:13 +0000 (+1000) Subject: Added sponsors and a financial disclosure statement to homepage X-Git-Url: http://git.postgresql.org/gitweb/static/benefitdownload/file?a=commitdiff_plain;h=56bd9b6024d4c6b221a21713f89a52ea248461d4;p=pgdu2018.git Added sponsors and a financial disclosure statement to homepage --- diff --git a/static/images/2ndquadrant_2018.png b/static/images/2ndquadrant_2018.png new file mode 100644 index 0000000..351e934 Binary files /dev/null and b/static/images/2ndquadrant_2018.png differ diff --git a/static/images/fujitsu_2018.png b/static/images/fujitsu_2018.png new file mode 100644 index 0000000..5da1d19 Binary files /dev/null and b/static/images/fujitsu_2018.png differ diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..5aa6b68 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,118 @@ +{%extends "index_base.html" %} +{%block title%}PgDU 2018{%endblock%} +{%block pagetitle%}PgDU 2018{%endblock%} +{%block content%} + + + +
+ +
+
+

About PgDU

+

+ Do you come from a land down under? If so, then this conference is for you. +

+ PostgreSQL Down Under Incorporated (known as PGDU) is a not for profit association established to support the growth and education of PostgreSQL, The World’s Most Advanced Open Source Database, in Melbourne, Australia. +

+ PG Down Under 2018 is the second annual conference which provides a unique opportunity for PostgreSQL Developers and Users to meet, learn, grow relationships and generally get to know others that use PostgreSQL professionally or just for fun. It will take place on December 7th, 2018. +

+ The name “Down Under” refers to Australia, due to its position in the lower latitudes of the southern hemisphere. Before Australia was discovered, it was called “Terra Australis Incognita” or the Unknown Southern Land. +

+
+ +
+

Audience

+

+ The conference aims to satisfy a wide audience by selecting a range of talks and presentations that are of interest to: +

+
    +
  • Database administrators that are already using PostgreSQL, or use a different database and are interested in PostgreSQL
  • +
  • Team leaders, architects and decision makers considering PostgreSQL as an alternative database to more traditional proprietary databases
  • +
  • Developers of many languages that have data persistence requirements or just wanting to grow their knowledge
  • +
  • IT enthusiasts who enjoy getting involved in open source
  • +
+
+
+ +
+
+

Financial Disclosure

+

+ PGDay Down Under is financially supported by our generous sponsors and it is organised by PostgreSQL Down Under Inc., a non for profit PostgreSQL organisation. Any proceeds from the conference belongs to PGDU and the funds will be used to support the growth of the PostgreSQL community in Australia & New Zealand. +

+ No PGDU and PGDay Down Under staff receives any payment for their work. +

+
+ +
+

Code of Conduct

+

+ PostgreSQL Down Under provides a friendly and supportive environment. Should you have any questions regarding conduct please see our code of conduct. +

+
+
+
+ +
+
+
+
+ +

Our Committee

+ +
+
+ +
+

Tyson Clugg

+ President + +
+ +
+
+ +
+

Andrea Cucciniello

+ Secretary +
+ +
+
+ +
+

Gary Evans

+ Committee Member +
+ +
+
+ +
+

Rajni Baliyan

+ Committee Member +
+ +
+
+ +
+

James Sewell

+ Sponsorship Officer +
+ +
+
+ +
+

Randal McDonnell

+ Treasurer +
+ +
+
+
+
+ +{%endblock%} diff --git a/templates/index_base.html b/templates/index_base.html index 2d00886..156487c 100644 --- a/templates/index_base.html +++ b/templates/index_base.html @@ -42,6 +42,7 @@