diff --git a/fixtures/sitetree.json b/fixtures/sitetree.json index 9aa26150152df16e6319f3524fd3a376dca625a2..3f2b1d1e4170c6c8fe305fb43ba1490aa8699630 100644 --- a/fixtures/sitetree.json +++ b/fixtures/sitetree.json @@ -59,7 +59,7 @@ "model": "sitetree.treeitem", "pk": 7, "fields": { - "title": "Call for Proposals", + "title": "Call for Proposals (Closed)", "hint": "", "url": "/program/call-for-proposals", "urlaspattern": false, @@ -75,7 +75,7 @@ "access_restricted": false, "access_perm_type": 1, "parent": 24, - "sort_order": 32, + "sort_order": 39, "access_permissions": [] } }, @@ -606,5 +606,101 @@ "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": 41, + "fields": { + "title": "Accessibility and Accommodations", + "hint": "", + "url": "/attend/accessibility-and-accommodations", + "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": 41, + "access_permissions": [] + } } ] diff --git a/pinaxcon/templates/static_pages/about/petaluma.html b/pinaxcon/templates/static_pages/about/petaluma.html index 11584d3bceca397e32d8c329363b98b512cad253..07a4e014d6c45e71745cbcb38778ec37e3cc3f9a 100644 --- a/pinaxcon/templates/static_pages/about/petaluma.html +++ b/pinaxcon/templates/static_pages/about/petaluma.html @@ -20,7 +20,7 @@

Our venue, The Mystic Theatre, is not the only local example of early 1900s architecture, either: Downtown is full of great examples of Victorian-era buildings that survived the 1906 earthquake. Just down the road, you'll find the center of the maker movement and a thriving craft brewery scene.

-

Travel and Accommodation

+

Travel and Lodging

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.

diff --git a/pinaxcon/templates/static_pages/about/transparency/program.html b/pinaxcon/templates/static_pages/about/transparency/program.html new file mode 100644 index 0000000000000000000000000000000000000000..22e52c9e6ac12c21cf58499613d41f41cc47ed38 --- /dev/null +++ b/pinaxcon/templates/static_pages/about/transparency/program.html @@ -0,0 +1,18 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Program Transparency Reports{% endblock %} + +{% block heading %}Program Transparency Reports{% endblock %} + +{% block body_class %}about{% endblock %} + +{% block lede %} + +{% endblock %} + +{% block content %} + + +{% endblock %} \ No newline at end of file diff --git a/pinaxcon/templates/static_pages/about/transparency/transparency.html b/pinaxcon/templates/static_pages/about/transparency/transparency.html new file mode 100644 index 0000000000000000000000000000000000000000..449696fed3f5a44d655518702116854e903e7aee --- /dev/null +++ b/pinaxcon/templates/static_pages/about/transparency/transparency.html @@ -0,0 +1,27 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Transparency Reports{% endblock %} + +{% block heading %}Transparency Reports{% endblock %} + +{% block body_class %}about{% endblock %} + +{% block lede %} + North Bay Python, a nonprofit community-run event committed to transparency, releases the following reports in order to help us learn and better serve the community. +{% endblock %} + +{% block content %} + +

Program Transparency Report

+ +

Tuesday, October 24, 2017—The North Bay Python organizing team's goal is to build a program with sessions and keynotes that are valuable to the attendees, and to do so ethically. We recognized some known issues, and that our knowledge is limited, so we reached out to the community and took steps to run the best and most fair program building process we could.

+ +Read the Report + +

Upcoming Reports

+ +

We will release reports about attendee demographics, our budget, and other topics in the future. They will all be listed on this page.

+ +{% endblock %} \ No newline at end of file diff --git a/pinaxcon/templates/static_pages/attend/accommodations.html b/pinaxcon/templates/static_pages/attend/accommodations.html new file mode 100644 index 0000000000000000000000000000000000000000..ce774140d6199310ae8ebccfc999450f5f0de231 --- /dev/null +++ b/pinaxcon/templates/static_pages/attend/accommodations.html @@ -0,0 +1,50 @@ +{% extends "page_with_title_and_lede.html" %} + +{% load i18n %} + +{% block head_title %}Accessibility and Accommodations{% endblock %} + +{% block heading %}Accommodations{% endblock %} + +{% block body_class %}attend{% endblock %} + +{% block lede %} + We've prepared this guide to help you plan and navigate your experience of North Bay Python events. +{% endblock %} + + +{% block content %} + +This guide summarizes accessibility, accommodations, and known issues. If you have any questions or feedback, please contact us by email at spam@northbaypython.org or speak to an organizer or volunteer in-person. + +

Accessibility

+ + + +

Wheelchair / Mobility Issues

+ +

Our venue was built pre-ADA in 1912 and presents some challenges for people with mobility issues. The lobby, auditorium, and one bathroom have level access. However, the balcony requires use of stairs and bathroom doors and stalls are narrow. We are currently investigating bathroom options for people with mobility issues.

+ +

Accommodations

+ + + +

Dietary Restrictions

+ +

We will be providing a small range of drinks and snacks at North Bay Python and will do our best to cater to dietary restrictions noted in your registration. We will not be catering meals and will provide a guide to local stores and restaurants in which we'll highlight each vendor's ability to accommodate dietary restrictions.

+ +

Parents with Children

+ +

We offer access to a private room with power for parents to nurse or pump milk just across the street from the conference venue at WORK Petaluma where parents can also find a bathroom with a changing table.

+ +

We are unable to offer childcare this year, but hope to in the future. However, for attendees traveling with their families we offer an activity guide for partners and children.

+ +{% endblock %} diff --git a/pinaxcon/templates/static_pages/attend/hotels.html b/pinaxcon/templates/static_pages/attend/hotels.html index fc7a5b619a9985fb8f9e7a785b6b6a42d744f149..adca8b6fb5c2fce2b0baa9672de8c3b6c005f5e4 100644 --- a/pinaxcon/templates/static_pages/attend/hotels.html +++ b/pinaxcon/templates/static_pages/attend/hotels.html @@ -27,7 +27,6 @@
Where
205 Kentucky St (0.2mi from venue)
Price
$117-$153/night + tax
Style
Limited-Service Hotel
-
Book by
November 9th
diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 3ed0c2a66ea7d8622d43f46d1a9dc88fd0765670..8fe7d51cd9e925c87aa213827548ee2a5dac0ca4 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -67,7 +67,7 @@