diff --git a/fixtures/sitetree.json b/fixtures/sitetree.json index 37c28c9..941770c 100644 --- a/fixtures/sitetree.json +++ b/fixtures/sitetree.json @@ -59,7 +59,7 @@ "model": "sitetree.treeitem", "pk": 7, "fields": { - "title": "Call for Proposals (Closed)", + "title": "Call for Proposals", "hint": "", "url": "/program/call-for-proposals", "urlaspattern": false, @@ -75,7 +75,7 @@ "access_restricted": false, "access_perm_type": 1, "parent": 24, - "sort_order": 39, + "sort_order": 4, "access_permissions": [] } }, @@ -88,7 +88,7 @@ "url": "/attend", "urlaspattern": false, "tree": 1, - "hidden": false, + "hidden": true, "alias": null, "description": "", "inmenu": true, @@ -199,6 +199,54 @@ "access_permissions": [] } }, +{ + "model": "sitetree.treeitem", + "pk": 14, + "fields": { + "title": "Reporting an Incident", + "hint": "", + "url": "/code-of-conduct/harassment-incidents", + "urlaspattern": false, + "tree": 1, + "hidden": false, + "alias": null, + "description": "", + "inmenu": true, + "inbreadcrumbs": true, + "insitetree": true, + "access_loggedin": false, + "access_guest": false, + "access_restricted": false, + "access_perm_type": 1, + "parent": 8, + "sort_order": 15, + "access_permissions": [] + } +}, +{ + "model": "sitetree.treeitem", + "pk": 15, + "fields": { + "title": "Staff Procedures", + "hint": "", + "url": "/code-of-conduct/harassment-staff-procedures", + "urlaspattern": false, + "tree": 1, + "hidden": false, + "alias": null, + "description": "", + "inmenu": true, + "inbreadcrumbs": true, + "insitetree": true, + "access_loggedin": false, + "access_guest": false, + "access_restricted": false, + "access_perm_type": 1, + "parent": 8, + "sort_order": 17, + "access_permissions": [] + } +}, { "model": "sitetree.treeitem", "pk": 17, @@ -400,7 +448,7 @@ "url": "/wiki", "urlaspattern": false, "tree": 1, - "hidden": false, + "hidden": true, "alias": null, "description": "", "inmenu": true, @@ -472,7 +520,7 @@ "url": "/program/events", "urlaspattern": false, "tree": 1, - "hidden": false, + "hidden": true, "alias": null, "description": "", "inmenu": true, @@ -483,7 +531,7 @@ "access_restricted": false, "access_perm_type": 1, "parent": 24, - "sort_order": 4, + "sort_order": 32, "access_permissions": [] } }, @@ -541,7 +589,7 @@ "fields": { "title": "How to Pitch Your Manager", "hint": "", - "url": "/attend/business-case", + "url": "/attend/business-cases", "urlaspattern": false, "tree": 1, "hidden": false, @@ -606,101 +654,5 @@ "sort_order": 36, "access_permissions": [] } -}, -{ - "model": "sitetree.treeitem", - "pk": 38, - "fields": { - "title": "Transparency Reports", - "hint": "", - "url": "/about/transparency", - "urlaspattern": false, - "tree": 1, - "hidden": true, - "alias": null, - "description": "", - "inmenu": true, - "inbreadcrumbs": true, - "insitetree": true, - "access_loggedin": false, - "access_guest": false, - "access_restricted": false, - "access_perm_type": 1, - "parent": 1, - "sort_order": 38, - "access_permissions": [] - } -}, -{ - "model": "sitetree.treeitem", - "pk": 39, - "fields": { - "title": "Accepted Talks", - "hint": "", - "url": "/schedule/general-sessions/list/", - "urlaspattern": false, - "tree": 1, - "hidden": false, - "alias": null, - "description": "", - "inmenu": true, - "inbreadcrumbs": true, - "insitetree": true, - "access_loggedin": false, - "access_guest": false, - "access_restricted": false, - "access_perm_type": 1, - "parent": 24, - "sort_order": 32, - "access_permissions": [] - } -}, -{ - "model": "sitetree.treeitem", - "pk": 40, - "fields": { - "title": "Financial Aid", - "hint": "", - "url": "/attend/finaid", - "urlaspattern": false, - "tree": 1, - "hidden": false, - "alias": null, - "description": "", - "inmenu": true, - "inbreadcrumbs": true, - "insitetree": true, - "access_loggedin": false, - "access_guest": false, - "access_restricted": false, - "access_perm_type": 1, - "parent": 8, - "sort_order": 40, - "access_permissions": [] - } -}, -{ - "model": "sitetree.treeitem", - "pk": 42, - "fields": { - "title": "Guide Index", - "hint": "", - "url": "/guides", - "urlaspattern": false, - "tree": 1, - "hidden": false, - "alias": null, - "description": "", - "inmenu": true, - "inbreadcrumbs": true, - "insitetree": true, - "access_loggedin": false, - "access_guest": false, - "access_restricted": false, - "access_perm_type": 1, - "parent": 8, - "sort_order": 42, - "access_permissions": [] - } } ] diff --git a/pinaxcon/templates/_footer.html b/pinaxcon/templates/_footer.html index 73ebf60..be02d2c 100644 --- a/pinaxcon/templates/_footer.html +++ b/pinaxcon/templates/_footer.html @@ -9,10 +9,11 @@
+ + + {% comment %} {% include "registrasion/dashboard_widget.html" %} - + {% endcomment %} +The Golden Gate Bridge is well-known to San Franciscans as being approximately 8,000 miles long and shrouded in fog, so few ever cross up into the North Bay. Happily, the drive north is easy and it can be swift. There are many ways to get to Petaluma, we've covered driving, public transit, and flights on the How to Get Here page.
-When you get here, you're sure to find a nice place to stay that fits your budget. You can find a range of options, and some special discounts, available on the Where to Stay page.
+When you get here, you're sure to find a nice place to stay that fits your budget. {%comment %}You can find a range of options, and some special discounts, available on the Where to Stay page.{%endcomment%} We'll have group rates and discounts at local hotels when tickets are available.
{% endblock %} diff --git a/pinaxcon/templates/static_pages/about/team.html b/pinaxcon/templates/static_pages/about/team.html index 68cea27..78ac7a9 100644 --- a/pinaxcon/templates/static_pages/about/team.html +++ b/pinaxcon/templates/static_pages/about/team.html @@ -35,18 +35,18 @@ Our team of North Bay and Bay Area locals has years of experience building commuChristopher is a Python developer who lives in glorious Petaluma, California, though he's originally from the the city of Hobart in Tasmania, Australia. A serial conference organizer, he has been a core organiser of PyCon Australia for a number of years, was director of linux.conf.au 2017, and a good number of his open source contributions help power the website this conference runs on. He was made a fellow of the Python Software Foundation in 2013 in recognition for his contributions to building the Australian Python community. (@chrisjrn on Twitter)
+Christopher is a Python developer who lives in glorious Petaluma, California, though he's originally from the the city of Hobart in Tasmania, Australia. A serial conference organizer, he has been a core organiser of PyCon Australia for a number of years, was director of linux.conf.au 2017, and a good number of his open source contributions help power the website this conference runs on. He was made a fellow of the Python Software Foundation in 2013 in recognition for his contributions to building the Australian Python community. (@chrisjrn on Twitter)
Sam is a Python developer and distributed-systems "enthusiast" hailing from Seattle by birth, New York by nurture, and the Bay Area by choice. Five years ago he attended his first PyCon US and hasn't been able to break the habit; after making the jump from audience to stage in 2014 and speaking regularly at events around the world, he was thrilled to join team when invited by Chris and Josh. Sam currently works at Nuna building healthcare data infrastructure for the U.S. Medicaid and Medicare programs and resides in Oakland with his husband Kameron. (@skimbrel on Twitter)
+Sam is a Python developer and distributed-systems "enthusiast" hailing from Seattle by birth, New York by nurture, and the Bay Area by choice. Five years ago he attended his first PyCon US and hasn't been able to break the habit; after making the jump from audience to stage in 2014 and speaking regularly at events around the world, he was thrilled to join the team when invited by Chris and Josh. Sam currently works at Nuna building healthcare data infrastructure for the U.S. Medicaid and Medicare programs and resides in Oakland with his husband Kameron. (@skimbrel on Twitter)
Andrew is a Django and Python developer who originally hails from London but moved to the Bay Area four years ago. He's been writing open source software for over a decade as well as working in various different parts of the technology industry, and currently works at Eventbrite. He regularly speaks at Python (and other) events around the world, and has a keen interest in building communities and inclusivity. (@andrewgodwin on Twitter)
+Andrew is a Django and Python developer who originally hails from London but moved to the Bay Area four years ago. He's been writing open source software for over a decade as well as working in various different parts of the technology industry, and currently works at Eventbrite. He regularly speaks at Python (and other) events around the world, and has a keen interest in building communities and inclusivity. (@andrewgodwin on Twitter)
Josh is a community organizer and web developer with a penchant for armchair philosophy who was born and raised in the North Bay. He spent 4.5 years building Web & Interactive Media Professionals (WIMP), a local community with over 600 members, before moving on to do community management for O'Reilly Media. These days Josh works on the Google Open Source outreach team and serves as a board member and volunteer CFO for Open Source Initiative. (@joshsimmons on Twitter)
+Josh is a community organizer and web developer with a penchant for armchair philosophy who was born and raised in the North Bay. He spent 4.5 years building Web & Interactive Media Professionals (WIMP), a local community with over 600 members, before moving on to do community management for O'Reilly Media. These days Josh works on the Google Open Source outreach team and serves as a board member and volunteer CFO for Open Source Initiative. (@joshsimmons on Twitter)
… and it's only an hour away from San Francisco (on a good day).
+… and it's only an hour away from San Francisco (on a good day).
A pre-conference event with local meetup group, Web & Interactive Media Professionals (WIMP). At least three of the North Bay Python organizers will be present at this potluck-style event at Santa Rosa Junior College. Find more information and join us!
-We are running a free speaker training the day before the conference. Everyone is invited to attend, but seating is limited so people who are accepted to speak at the conference are given priority.
- -You must register to attend. Due to the location, the training is only open to people age 21 and older.
- -The Blue Room
- Jamison's Roaring Donkey
- 146 Kentucky Street
- Petaluma, CA 94952
Getting into town early? Come meet other attendees at the Pre-conference Social Hour! We have a table reserved for 20, come find us and say hello. The venue is quite large so once the table fills up we'll just start seeding tables in unreserved space.
- -Brewster's
- 229 Water Street North
- Petaluma, CA 94952
This year's main event will run from 10:00am to about 6:15pm each day with check-in starting at 8:30am on Saturday. There are 20 sessions and 2 keynotes that make up the North Bay Python 2017 program.
- -There will be a variety of official and unofficial events running during the conference, each day before opening, during lunch, and after closing. You can find a regularly updated list of events on the Attendee Wiki. You can find events, and organize your own, on the Meetups page.
- -Come hear some awesome talks and then have lunch with your favorite women and non-binary programmers and their friends!
- -It's free to join and lunch is on us, but space is limited so you must register to attend.
+{% endcomment %} {% endblock %} diff --git a/pinaxcon/templates/static_pages/terms_and_conditions.md b/pinaxcon/templates/static_pages/terms_and_conditions.md index c77b26f..f1cf240 100644 --- a/pinaxcon/templates/static_pages/terms_and_conditions.md +++ b/pinaxcon/templates/static_pages/terms_and_conditions.md @@ -15,14 +15,14 @@ All transactions are performed through a payment gateway facility and use SSL en Cancellation Policy ------------------- -**Cancellations made prior to November 2, 2017**: Incur a cancellation fee of $25 or 15% of the ticket cost, whichever is greater, which will be deducted from any registration fee paid. The balance will be refunded. +**Cancellations made prior to October 2, 2018**: Incur a cancellation fee of $25 or 15% of the ticket cost, whichever is greater, which will be deducted from any registration fee paid. The balance will be refunded. -**Cancellations made after November 2, 2017**: No refund. +**Cancellations made after October 2, 2018**: No refund. Substitutions ------------- -You may substitute another person, however you must contact us with this person's details. If you wish to substitute after November 2, 2017 please note that we will not be able to provide any personalized items. +You may substitute another person, however you must contact us with this person's details. If you wish to substitute after October 2, 2018 please note that we will not be able to provide any personalized items. Privacy Notice -------------- @@ -77,7 +77,7 @@ Attendees will have a way to visibly signal their preference for photography at * Permission required: Ask before photographing * Opt-out: Photographs are never okay, don't ask -Attendees who are not visibly signaling their preference should be asked for permission before photographing. There is no prior opt-in for audio or video recordings. You must always ask before recording. +Attendees who are not visibly signaling their preference should be asked for permission before photographing. There is no prior opt-in for audio or video recordings. You must always ask before recording. The event may have one or more staff taking photographs and/or audio or video recordings during the event. These staff will respect attendees' preferences regarding photography and recordings. @@ -114,4 +114,4 @@ Immigration/Entry Requirements Anyone who lives outside the United States will need a passport and may require a visa to gain entry into the United States. Please contact your local United States embassy to determine your travel needs. You should take into account the Cancellation Policy above and do this well in advance of the event. -Where a letter of invitation is required, one will be issued by event organizers for presenters whose submissions have been accepted. \ No newline at end of file +Where a letter of invitation is required, one will be issued by event organizers for presenters whose submissions have been accepted. diff --git a/pinaxcon/templatetags/nbpy_tags.py b/pinaxcon/templatetags/nbpy_tags.py index 4bbf320..e1a28e1 100644 --- a/pinaxcon/templatetags/nbpy_tags.py +++ b/pinaxcon/templatetags/nbpy_tags.py @@ -74,11 +74,12 @@ def special(context, user): speaker = user.speaker_profile.presentations.count() != 0 except Exception: speaker = False - volunteer = "Volunteer" in ticket_type(context) + tt = ticket_type(context) + volunteer = "Volunteer" in tt if organiser: return "Organizer" - elif speaker: + elif speaker or "Speaker" in tt: return "Speaker" elif volunteer: return "Staff" diff --git a/pinaxcon/urls.py b/pinaxcon/urls.py index b1caf84..6c6e580 100644 --- a/pinaxcon/urls.py +++ b/pinaxcon/urls.py @@ -34,27 +34,27 @@ urlpatterns = [ url(r"^cfp$", RedirectView.as_view(url="program/call-for-proposals")), # attend - url(r"^attend$", TemplateView.as_view(template_name="static_pages/attend/attend.html"), name="attend/attend"), - url(r"^tickets$", RedirectView.as_view(url="attend")), - url(r"^tickets/buy$", views.buy_ticket, name="buy_ticket"), - url(r"^attend/business-case$", TemplateView.as_view(template_name="static_pages/attend/business-case.html"), name="attend/business-case"), - url(r"^attend/finaid$", TemplateView.as_view(template_name="static_pages/attend/finaid.html"), name="attend/finaid"), +# url(r"^attend$", TemplateView.as_view(template_name="static_pages/attend/attend.html"), name="attend/attend"), +# url(r"^tickets$", RedirectView.as_view(url="attend")), +# url(r"^tickets/buy$", views.buy_ticket, name="buy_ticket"), +# url(r"^attend/business-case$", TemplateView.as_view(template_name="static_pages/attend/business-case.html"), name="attend/business-case"), +# url(r"^attend/finaid$", TemplateView.as_view(template_name="static_pages/attend/finaid.html"), name="attend/finaid"), url(r"^attend/travel$", TemplateView.as_view(template_name="static_pages/attend/travel.html"), name="attend/travel"), - url(r"^attend/hotels$", TemplateView.as_view(template_name="static_pages/attend/hotels.html"), name="attend/hotels"), - url(r"^attend/tshirt$", TemplateView.as_view(template_name="static_pages/attend/tshirt.html"), name="attend/tshirt"), - url(r"^attend/accessibility-and-accommodations$",TemplateView.as_view(template_name="static_pages/attend/accommodations.html"), name="attend/accessibility-and-accommodations"), - url(r"^accessibility$", RedirectView.as_view(url="attend/accessibility-and-accommodations")), - url(r"^guides$",TemplateView.as_view(template_name="static_pages/attend/guides.html"), name="attend/guides"), - url(r"^guide$", RedirectView.as_view(url="guides")), +# url(r"^attend/hotels$", TemplateView.as_view(template_name="static_pages/attend/hotels.html"), name="attend/hotels"), +# url(r"^attend/tshirt$", TemplateView.as_view(template_name="static_pages/attend/tshirt.html"), name="attend/tshirt"), +# url(r"^attend/accessibility-and-accommodations$",TemplateView.as_view(template_name="static_pages/attend/accommodations.html"), name="attend/accessibility-and-accommodations"), +# url(r"^accessibility$", RedirectView.as_view(url="attend/accessibility-and-accommodations")), +# url(r"^guides$",TemplateView.as_view(template_name="static_pages/attend/guides.html"), name="attend/guides"), +# url(r"^guide$", RedirectView.as_view(url="guides")), url(r"^safety$", TemplateView.as_view(template_name="static_pages/safety.html"), name="safety"), url(r"^emergencies$", RedirectView.as_view(url="safety")), url(r"^emergency$", RedirectView.as_view(url="safety")), - url(r"^attend/food$", TemplateView.as_view(template_name="static_pages/attend/food.html"), name="attend/food"), - url(r"^food$", RedirectView.as_view(url="attend/food")), - url(r"^attend/transit$", TemplateView.as_view(template_name="static_pages/attend/transit.html"), name="attend/transit"), - url(r"^transit$", RedirectView.as_view(url="attend/transit")), +# url(r"^attend/food$", TemplateView.as_view(template_name="static_pages/attend/food.html"), name="attend/food"), +# url(r"^food$", RedirectView.as_view(url="attend/food")), +# url(r"^attend/transit$", TemplateView.as_view(template_name="static_pages/attend/transit.html"), name="attend/transit"), +# url(r"^transit$", RedirectView.as_view(url="attend/transit")), url(r"^code-of-conduct$", TemplateView.as_view(template_name="static_pages/code_of_conduct/code_of_conduct.html"), name="code-of-conduct"), url(r"^code-of-conduct/harassment-incidents$", TemplateView.as_view(template_name="static_pages/code_of_conduct/harassment_procedure_attendee.html"), name="code-of-conduct/harassment-incidents"), diff --git a/static/images/footer-clouds-gradient.svg b/static/images/footer-clouds-gradient.svg new file mode 100644 index 0000000..ee3a9d4 --- /dev/null +++ b/static/images/footer-clouds-gradient.svg @@ -0,0 +1,593 @@ + + + + diff --git a/static/images/hills-footer.svg b/static/images/hills-footer.svg index c7e9348..4fb6aed 100644 --- a/static/images/hills-footer.svg +++ b/static/images/hills-footer.svg @@ -16,7 +16,7 @@ id="svg4324" version="1.1" inkscape:version="0.91 r13725" - sodipodi:docname="hills-footer.svg"> + sodipodi:docname="hills-to-ground.svg">