From a6c64ab4b55b6c9f76da0c500ea2f04e9f04232a Mon Sep 17 00:00:00 2001 From: gary Date: Thu, 4 Oct 2018 11:45:08 +1000 Subject: [PATCH] New pages to describe registration types and the levels of sponsorship --- templates/pages/gold-sponsor.html | 36 +++++++++++++++++++++++++ templates/pages/platinum-sponsor.html | 36 +++++++++++++++++++++++++ templates/pages/registration-types.html | 34 +++++++++++++++++++++++ templates/pages/silver-sponsor.html | 33 +++++++++++++++++++++++ 4 files changed, 139 insertions(+) create mode 100644 templates/pages/gold-sponsor.html create mode 100644 templates/pages/platinum-sponsor.html create mode 100644 templates/pages/registration-types.html create mode 100644 templates/pages/silver-sponsor.html diff --git a/templates/pages/gold-sponsor.html b/templates/pages/gold-sponsor.html new file mode 100644 index 0000000..5aa27cc --- /dev/null +++ b/templates/pages/gold-sponsor.html @@ -0,0 +1,36 @@ +{%extends "base.html" %} +{%block title%}Gold Sponsorship | PgDU{%endblock%} +{%block pagetitle%}PgDU{%endblock%} +{%block content%} + +

Gold Level Sponsor

+ + +
+

Package Price

+

+AUD 4,000 +

+

Brand Reach

+

+

+

+

Networking Opportunities

+

+Two conference passes are supplied. +

+ +


+

Points of Contact

+

+Conference organizers email: pgdu-committee@lists.pgdu.org +

+
+ +{% endblock %} diff --git a/templates/pages/platinum-sponsor.html b/templates/pages/platinum-sponsor.html new file mode 100644 index 0000000..499ef97 --- /dev/null +++ b/templates/pages/platinum-sponsor.html @@ -0,0 +1,36 @@ +{%extends "base.html" %} +{%block title%}Platinum Sponsorship | PgDU{%endblock%} +{%block pagetitle%}PgDU{%endblock%} +{%block content%} + +

Platinum Level Sponsor

+ + +
+

Package Price

+

+AUD 5,000 +

+

Brand Reach

+

+

+

+

Networking Opportunities

+

+Four conference passes are supplied. +

+ +


+

Points of Contact

+

+Conference organizers email: pgdu-committee@lists.pgdu.org +

+
+ +{% endblock %} diff --git a/templates/pages/registration-types.html b/templates/pages/registration-types.html new file mode 100644 index 0000000..364f93d --- /dev/null +++ b/templates/pages/registration-types.html @@ -0,0 +1,34 @@ +{%extends "base.html" %} +{%block title%}Types of Registration | PgDU{%endblock%} +{%block pagetitle%}PgDU{%endblock%} +{%block content%} + +

Types of Attendee Registration

+ + +
+

Contributor

+

+This applies to individuals who are attending as a Professional delegate but who additionally would like to contribute financially to the PostgreSQL Community - Individuals will be acknowledged on our website. +

+

Professional

+

+Applies to individuals whose organisations cover the conference fee - We ask your company chooses this ticket for you if they are covering the cost. +

+

Enthusiast

+

+This is a discounted ticket aimed at PostgreSQL enthusiasts who are paying for their own tickets. +

+

Student

+

+This ticket is solely reserved for University, Senior Secondary Students….Upon registration valid student ID must be presented to complete registration process. +

+

+
+

Points of Contact

+

+Conference organizers email: pgdu-committee@lists.pgdu.org +

+
+ +{% endblock %} diff --git a/templates/pages/silver-sponsor.html b/templates/pages/silver-sponsor.html new file mode 100644 index 0000000..8818715 --- /dev/null +++ b/templates/pages/silver-sponsor.html @@ -0,0 +1,33 @@ +{%extends "base.html" %} +{%block title%}Silver Sponsorship | PgDU{%endblock%} +{%block pagetitle%}PgDU{%endblock%} +{%block content%} + +

Silver Level Sponsor

+ + +
+

Package Price

+

+AUD 3,000 +

+

Brand Reach

+

+

+

+

Networking Opportunities

+

+One conference pass is supplied. +

+ +


+

Points of Contact

+

+Conference organizers email: pgdu-committee@lists.pgdu.org +

+
+ +{% endblock %} -- 2.39.5