diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 0b031fa..0309d7a 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -320,5 +320,8 @@ NOSE_ARGS = [ MARKDOWN_DEUX_STYLES = { "default": { "safe_mode": False, + "extras": { + "tables": 1, + } }, } diff --git a/pinaxcon/templates/static_pages/attend/attend.html b/pinaxcon/templates/static_pages/attend/attend.html index 3a0590b..ce2cc9b 100644 --- a/pinaxcon/templates/static_pages/attend/attend.html +++ b/pinaxcon/templates/static_pages/attend/attend.html @@ -1,20 +1,116 @@ {% extends "page_with_title_and_lede.html" %} {% load i18n %} +{% load markdown_deux_tags %} {% block head_title %}Attend{% endblock %} -{% block heading %}Attend{% endblock %} +{% block heading %}Come To North Bay Python!{% endblock %} {% block body_class %}attend{% endblock %} {% block lede %} - Lede + P-Town. Rivertown. That place where the cows are. No matter that you call Petaluma, we want you to join us here for a great weekend of Python talks and networking. North Bay Python tickets start at $25 for unaffiliated individuals. {% endblock %} {% block content %} -Content +
Early Bird discounts are available for the first 100 tickets sold, or until October 20, whichever comes first.
+ ++ | Unaffiliated Individual | Supporter | Corporate | Individual Sponsor |
---|---|---|---|---|
Regular Price | +$50 | $100 | $200 | $500 + |
Early Bird | +$25 | $80 | $180 | $450 |
Group Discount | +- | - | $180/ticket for 5+ tickets | - |
Conference access | +Yes | Yes | Yes | Yes |
Morning refreshments | +TBA | TBA | TBA | TBA |
Free Lunch | +No | No | No | No |
T-Shirt | +$30 each | 1 freeExtras $30 each | 1 freeExtras $30 each | 1 freeExtras $30 each |
Affiliation on your badge | +No | Personal projects only | Yes | Yes |
Supporter recognition | +None | For you | For you and your company | Top billing for you and your company or project |
Sponsor benefits | +No | No | No | Yes |
If you can’t afford to attend on these prices, please email spam@northbaypython.org – we’ll enthusiastically waive ticket fees for people who need it.
+ +This ticket includes all of the benefits of a Corporate ticket, but we’ll also give the ticket holder special thanks during our conference plenary sessions. You can also provide us with a promotional item to put in each attendee’s swag bag.
+ +This ticket is for individuals who want to sponsor the conference. For company-level sponsorships, please see our sponsorships page.
+ +This ticket is designed for companies and individuals who can legitimately claim the cost of attending the conference as a business expense or a tax deduction. It includes a free t-shirt, and recognition of your affiliation on your conference badge and on the conference supporters list.
+ +For companies sending multiple attendees, you can get a 10% discount off the regular price on purchases of 5 tickets or more.
+ +This ticket is designed for individuals who want to financially contribute to the success of the conference. It includes a complimentary t-shirt, and recognition of your Free and Open Source Software, hobby, or nonprofit project on your conference badge.
+ +The cheapest ticket we can offer. This is designed for students, hobbyists, and unemployed/underemployed people who are coming to North Bay Python at their own expense. You can add a t-shirt for $30.
+ +Corporate-level tickets are available at a 10% discount if your organization buys 5 or more tickets. To claim, buy your first four tickets, and send us an email with the names and receipt numbers for those attendees. We’ll send you vouchers for a discount on further tickets.
+ +Two days of high-caliber talks about Python, and meeting new Pythonistas at North Bay Python.
+ +In order to keep ticket costs as low as possible, we won’t be catering lunch this year.
+ +To make up for it, we’ve located our conference right in the middle of Historic Downtown Petaluma’s restaurant district. You can find everything from market delis and barbecue, through to Michelin-rated restaurants, all within 5 minutes walk. You’ll get a better lunch than we’d ever be able to cater, for much less. We'll have a locals' guide to Petaluma to help you find places to eat.
+ +If budget permits, or if we find a sponsor, we’ll provide coffee, tea, hot chocolate, and some light snacks in the morning before proceedings kick off on both days.
+ +We’ll be designing a collectible North Bay Python t-shirt for you to pick up at the conference, and they’ll be available in a variety of cuts and colors. Each t-shirt costs $30, and for supporter, corporate, and sponsor ticket holders, you’ll get your first t-shirt free!
+ +Every attendee gets their very own lanyard and a badge with their name on it. As a paying ticket holder, you’ll get your project’s name (supporter and above) or company name (corporate or sponsor levels only) on your badge, just below your name.
+ +On our website, we’ll have a list of our conference supporters. You can choose to have your name on that list.
+ +For our corporate and sponsor ticket holders, we’ll also include your company name as part of those thanks.
+ +Sponsor tickets come with sponsor benefits. To find out more, see our Sponsors page.
{% endblock %}