Changeset - 0f17ad6b8042
[Not reviewed]
Merge
0 6 3
Josh Simmons - 6 years ago 2017-11-11 23:25:05
joshuasimmons@google.com
Merge pull request #85 from northbaypython/program

update nav, add program announcement and transparency report
9 files changed with 201 insertions and 7 deletions:
0 comments (0 inline, 0 general)
fixtures/sitetree.json
Show inline comments
...
 
@@ -61,3 +61,3 @@
 
    "fields": {
 
        "title": "Call for Proposals",
 
        "title": "Call for Proposals (Closed)",
 
        "hint": "",
...
 
@@ -77,3 +77,3 @@
 
        "parent": 24,
 
        "sort_order": 32,
 
        "sort_order": 39,
 
        "access_permissions": []
...
 
@@ -608,2 +608,98 @@
 
    }
 
},
 
{
 
    "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": []
 
    }
 
}
pinaxcon/templates/static_pages/about/petaluma.html
Show inline comments
...
 
@@ -22,3 +22,3 @@
 

	
 
<h2>Travel and Accommodation</h2>
 
<h2>Travel and Lodging</h2>
 

	
pinaxcon/templates/static_pages/about/transparency/program.html
Show inline comments
 
new file 100644
 
{% 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
pinaxcon/templates/static_pages/about/transparency/transparency.html
Show inline comments
 
new file 100644
 
{% 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 %}
 

	
 
<h2>Program Transparency Report</h2>
 

	
 
<p><span class="date">Tuesday, October 24, 2017</span>&mdash;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.</p>
 

	
 
<a class="btn btn-lg btn-primary" href="/about/program-transparency">Read the Report</a>
 

	
 
<h2>Upcoming Reports</h2>
 

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

	
 
{% endblock %}
...
 
\ No newline at end of file
pinaxcon/templates/static_pages/attend/accommodations.html
Show inline comments
 
new file 100644
 
{% 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 <a href="mailto:spam@northbaypython.org">spam@northbaypython.org</a> or speak to an organizer or volunteer in-person.
 

	
 
<h2>Accessibility</h2>
 

	
 
<ul>
 
  <li><strong>Vision Issues</strong>: We have seating reserved at the front of the venue.</li>
 
  <li><strong>Hearing Issues</strong>: We offer live open captioning of every session of the conference.</li>
 
  <li><strong>Service Animals</strong>: We welcome service animals. There is an area that can be used for responsible animal relief across from the lobby of the venue.</li>
 
</ul>
 

	
 
<h3>Wheelchair / Mobility Issues</h3>
 

	
 
<p>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.</p>
 

	
 
<h2>Accommodations</h2>
 

	
 
<ul>
 
  <li><strong>Financial Aid / Scholarships</strong>: We want you to be able to attend North Bay Python. You can request a free ticket and <a href="/attend/finaid">apply for financial aid</a>.</li>
 
  <li><strong>Gender Neutral Bathrooms</strong>: There are two bathrooms in the conference venue, one with urinals and one without. Both are gender neutral.</li>
 
  <li><strong>Quiet / Rest Area</strong>: You can access a private quiet room and a rest area across the street from the conference venue at WORK Petaluma.</li>
 
</ul>
 

	
 
<h3>Dietary Restrictions</h3>
 

	
 
<p>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.</p>
 

	
 
<h3>Parents with Children</h3>
 

	
 
<p>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.</p>
 

	
 
<p>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.</p>
 

	
 
{% endblock %}
pinaxcon/templates/static_pages/attend/hotels.html
Show inline comments
...
 
@@ -29,3 +29,2 @@
 
      <dt>Style</dt><dd>Limited-Service Hotel</dd>
 
      <dt>Book by</dt><dd>November 9th</dd>
 
    </dl>
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -69,3 +69,3 @@
 
      <div>
 
        <a class="btn btn-primary btn-lg" href="/attend">Buy a ticket!</a>
 
        <a class="btn btn-primary btn-lg" href="/attend">Buy a Ticket!</a>
 
        <a class="btn btn-default btn-lg " href="https://twitter.com/northbaypython">Twitter</a>
...
 
@@ -140,3 +140,3 @@
 
          <div class="col-md-4">
 
            <a class="btn btn-lg btn-primary btn-shadow" href="/schedule/general-sessions/list">See our full program</a>
 
            <a class="btn btn-lg btn-primary btn-shadow" href="/schedule/general-sessions/list">See the Full Program</a>
 
          </div>
pinaxcon/templates/static_pages/program/events.html
Show inline comments
...
 
@@ -30,3 +30,3 @@
 

	
 
<p>This year's main event will run from 10:00am to 6:00pm each day with check-in starting at 9:00am on Saturday. Our program schedule will be released later this month. You can <a href="/tickets">buy your ticket today</a>!</p>
 
<p>This year's main event will run from 10:00am to 6:00pm each day with check-in starting at 9:00am on Saturday. There are <a href="/schedule/general-sessions/list/">20 sessions</a> and <a href="/news">2 keynotes</a> that make up the North Bay Python 2017 program. We will post our session schedule in the coming weeks.</p>
 

	
pinaxcon/urls.py
Show inline comments
...
 
@@ -21,2 +21,4 @@ urlpatterns = [
 
    url(r"^about/team$", TemplateView.as_view(template_name="static_pages/about/team.html"), name="about/team"),
 
    url(r"^about/transparency$", TemplateView.as_view(template_name="static_pages/about/transparency/transparency.html"), name="about/transparency"),
 
    url(r"^about/program-transparency$", TemplateView.as_view(template_name="static_pages/about/transparency/program.html"), name="about/program-transparency"),
 
    url(r"^about/colophon$", TemplateView.as_view(template_name="static_pages/about/colophon.html"), name="about/colophon"),
...
 
@@ -39,2 +41,4 @@ urlpatterns = [
 
    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")),
 

	
0 comments (0 inline, 0 general)