New pages to describe registration types and the levels of sponsorship
authorgary <garyevans.au@gmail.com>
Thu, 4 Oct 2018 01:45:08 +0000 (11:45 +1000)
committergary <garyevans.au@gmail.com>
Thu, 4 Oct 2018 01:45:08 +0000 (11:45 +1000)
templates/pages/gold-sponsor.html [new file with mode: 0644]
templates/pages/platinum-sponsor.html [new file with mode: 0644]
templates/pages/registration-types.html [new file with mode: 0644]
templates/pages/silver-sponsor.html [new file with mode: 0644]

diff --git a/templates/pages/gold-sponsor.html b/templates/pages/gold-sponsor.html
new file mode 100644 (file)
index 0000000..5aa27cc
--- /dev/null
@@ -0,0 +1,36 @@
+{%extends "base.html" %}
+{%block title%}Gold Sponsorship | PgDU{%endblock%}
+{%block pagetitle%}PgDU{%endblock%}
+{%block content%}
+<!-- Main -->
+<h1>Gold Level Sponsor</h1>
+
+<!-- Who we are -->
+<hr>
+<h2>Package Price</h2>
+<p>
+AUD 4,000
+</p><p>
+<h2>Brand Reach</h2>
+<p>
+   <UL>
+       <li>Sponsor logo on webpage</li>
+       <li>Sponsor logo on printed materials</li>
+       <li>Sponsor logo on stage banner</li>
+       <li>Sponsor mention during event</li>
+       <li>Sponsor provided banner may be placed in networking area</li>
+    </UL>
+</p><p>
+<h2>Networking Opportunities</h2>
+<p>
+Two conference passes are supplied.
+</p><p>
+
+<hr>
+<h2>Points of Contact</h2>
+<p>
+Conference organizers email: pgdu-committee@lists.pgdu.org
+</p>
+<hr>
+
+{% endblock %}
diff --git a/templates/pages/platinum-sponsor.html b/templates/pages/platinum-sponsor.html
new file mode 100644 (file)
index 0000000..499ef97
--- /dev/null
@@ -0,0 +1,36 @@
+{%extends "base.html" %}
+{%block title%}Platinum Sponsorship | PgDU{%endblock%}
+{%block pagetitle%}PgDU{%endblock%}
+{%block content%}
+<!-- Main -->
+<h1>Platinum Level Sponsor</h1>
+
+<!-- Who we are -->
+<hr>
+<h2>Package Price</h2>
+<p>
+AUD 5,000
+</p><p>
+<h2>Brand Reach</h2>
+<p>
+   <UL>
+       <li>Sponsor logo on webpage</li>
+       <li>Sponsor logo on printed materials</li>
+       <li>Sponsor logo on stage banner</li>
+       <li>Sponsor mention during event</li>
+       <li>Booth provided in networking area during breaks (Sponsor must provide own pull up banner)</li>
+    </UL>  
+</p><p>
+<h2>Networking Opportunities</h2>
+<p>
+Four conference passes are supplied.
+</p><p>
+
+<hr>
+<h2>Points of Contact</h2>
+<p>
+Conference organizers email: pgdu-committee@lists.pgdu.org
+</p>
+<hr>
+
+{% endblock %}
diff --git a/templates/pages/registration-types.html b/templates/pages/registration-types.html
new file mode 100644 (file)
index 0000000..364f93d
--- /dev/null
@@ -0,0 +1,34 @@
+{%extends "base.html" %}
+{%block title%}Types of Registration | PgDU{%endblock%}
+{%block pagetitle%}PgDU{%endblock%}
+{%block content%}
+<!-- Main -->
+<h1>Types of Attendee Registration</h1>
+
+<!-- Who we are -->
+<hr>
+<h2>Contributor</h2>
+<p>
+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.
+</p><p>
+<h2>Professional</h2>
+<p>
+Applies to individuals whose organisations cover the conference fee - We ask your company chooses this ticket for you if they are covering the cost.
+</p><p>
+<h2>Enthusiast</h2>
+<p>
+This is a discounted ticket aimed at PostgreSQL enthusiasts who are paying for their own tickets.
+</p><p>
+<h2>Student</h2>
+<p>
+This ticket is solely reserved for University, Senior Secondary Students….Upon registration valid student ID must be presented to complete registration process.
+</p><p>
+</p>
+<hr>
+<h2>Points of Contact</h2>
+<p>
+Conference organizers email: pgdu-committee@lists.pgdu.org
+</p>
+<hr>
+
+{% endblock %}
diff --git a/templates/pages/silver-sponsor.html b/templates/pages/silver-sponsor.html
new file mode 100644 (file)
index 0000000..8818715
--- /dev/null
@@ -0,0 +1,33 @@
+{%extends "base.html" %}
+{%block title%}Silver Sponsorship | PgDU{%endblock%}
+{%block pagetitle%}PgDU{%endblock%}
+{%block content%}
+<!-- Main -->
+<h1>Silver Level Sponsor</h1>
+
+<!-- Who we are -->
+<hr>
+<h2>Package Price</h2>
+<p>
+AUD 3,000
+</p><p>
+<h2>Brand Reach</h2>
+<p>
+   <UL>
+       <li>Sponsor logo on webpage</li>
+       <li>Sponsor logo on printed materials</li>
+    </UL>  
+</p><p>
+<h2>Networking Opportunities</h2>
+<p>
+One conference pass is supplied.
+</p><p>
+
+<hr>
+<h2>Points of Contact</h2>
+<p>
+Conference organizers email: pgdu-committee@lists.pgdu.org
+</p>
+<hr>
+
+{% endblock %}