diff --git a/pinaxcon/templates/flatpages/tickets_prices.html b/pinaxcon/templates/flatpages/tickets_prices.html new file mode 100644 index 0000000000000000000000000000000000000000..f5f1f19a49018dc1e1b3626531afb5db63b943cc --- /dev/null +++ b/pinaxcon/templates/flatpages/tickets_prices.html @@ -0,0 +1,162 @@ +{% extends "site_base.html" %} + +{% block head_title %}{{ flatpage.title }}{% endblock head_title %} +{% block body_class %}text-primary{% endblock body_class %} +{% block main_class %}container{% endblock main_class %} + + +{% block content %} +
+
+
+

Tickets
& Prices

+ +
+

Purchase your tickets + Register +

+
+ +
+ +
+

Key Dates

+
+
+
+

Early Bird
Registrations Close

+
+ +
+
+
+

Regular
Registrations Close

+
+ +
+
+
+

Extended
Registrations Close

+
+ +
+
+
+ +
+ +
+

Prices & Inclusions

+

All prices are in New Zealand Dollars and include 15% New Zealand Goods and Services Tax (GST).

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ProfessionalHobbyistStudent
Early Bird Price$899$399n/a
Regular Price$1099$549$199
Inclusions
Main ConferenceYesYesYes
MiniconfsYesYesYes
Penguin DinnerYes
PDNSYes
Conference ShirtYesYesYes
Conference BagYes
+
+ +
+ +
+

Ticket types

+ +
+

Professional

+

+ The Professional ticket is the standard full inclusion conference ticket. + This rate applies to most people who have their companies pay the conference + fees and charge it as a professional development expense, or for individuals + who can legitimately claim it is a tax deduction. The benefits of a + Professional ticket include attendance at the Professional Delegates + Networking Session, attendance at the Penguin Dinner, and a Swag Bag. +

+
+ + +
+

Hobbyist

+

+ The Hobbyist rate is heavily discounted for free software enthusiasts who + are paying out of their own pockets and would otherwise find it difficult + to attend. +

+
+ +
+

Hobbyist

+

+ This is a concession rate ticket that is reserved for High School, + College, or University Students. linux.conf.au offers this rate as a form + of investment in the future of the free and open source software community. + As part of the registration process, a valid student ID card or proof of + enrolment must be presented to the onsite registration desk. Any Student + who cannot provide this will be required to register at LCA2018 as a + hobbyist by paying the difference in fees between the Student rate + and the Hobbyist rate. +

+
+
+
+ {% endblock %} \ No newline at end of file