diff --git a/fixtures/sitetree.json b/fixtures/sitetree.json index facdea6..8532b8b 100644 --- a/fixtures/sitetree.json +++ b/fixtures/sitetree.json @@ -83,7 +83,7 @@ "model": "sitetree.treeitem", "pk": 8, "fields": { - "title": "Code of Conduct", + "title": "Safety", "hint": "", "url": "/code-of-conduct", "urlaspattern": false, @@ -126,5 +126,149 @@ "sort_order": 9, "access_permissions": [] } +}, +{ + "model": "sitetree.treeitem", + "pk": 11, + "fields": { + "title": "North Bay Python", + "hint": "", + "url": "/about/north-bay-python", + "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": 1, + "sort_order": 11, + "access_permissions": [] + } +}, +{ + "model": "sitetree.treeitem", + "pk": 12, + "fields": { + "title": "The Team", + "hint": "", + "url": "/about/team", + "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": 1, + "sort_order": 12, + "access_permissions": [] + } +}, +{ + "model": "sitetree.treeitem", + "pk": 13, + "fields": { + "title": "Colophon", + "hint": "", + "url": "/about/colophon", + "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": 1, + "sort_order": 13, + "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, + "fields": { + "title": "Code of Conduct", + "hint": "", + "url": "/code-of-conduct", + "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": 14, + "access_permissions": [] + } } ] diff --git a/pinaxcon/templates/_footer.html b/pinaxcon/templates/_footer.html index 95b69c7..2cc7dce 100644 --- a/pinaxcon/templates/_footer.html +++ b/pinaxcon/templates/_footer.html @@ -4,6 +4,6 @@
- Site powered by Symposion - and Registrasion. + Site powered by Symposion + and Registrasion.
diff --git a/pinaxcon/templates/static_pages/about/colophon.html b/pinaxcon/templates/static_pages/about/colophon.html index 78d7f82..8cd0f46 100644 --- a/pinaxcon/templates/static_pages/about/colophon.html +++ b/pinaxcon/templates/static_pages/about/colophon.html @@ -10,9 +10,26 @@ {% block content %} - * Python logo attribution and copyright notice - * SFC copyright notices - * information about codebase inc. Django, Symposion, Registrasion - * COC attribution +

Call for Proposals

+ +

Portions of our Call for Proposals page were drawn from ideas seen on DjangoCon EU, SeaGL, Fog City Ruby, and others. Thanks to all for their inspiration and permission to borrow!

+ +

Code of Conduct

+ +

Our Code of Conduct was forked from the PyCon US Code of Conduct, including the staff and attendee guides, under a Creative Commons Attribution 3.0 Unported License, itself originally forked from the example policy from the Geek Feminism wiki, created by the Ada Initiative and other volunteers. which is under a Creative Commons Zero license.

+ +

Python

+ +

"Python" and the Python logos are trademarks or registered trademarks of the Python Software Foundation, used by North Bay Python with permission from the Foundation.

+ +

Web Application

+ +

Our website is powered by a heap of free and open source software, most notably:

+ + {% endblock %} \ No newline at end of file diff --git a/pinaxcon/templates/static_pages/about/team.html b/pinaxcon/templates/static_pages/about/team.html index 6e101d5..ade99d1 100644 --- a/pinaxcon/templates/static_pages/about/team.html +++ b/pinaxcon/templates/static_pages/about/team.html @@ -8,6 +8,42 @@ {% block body_class %}about{% endblock %} -{% block content %} +{% block lede %} + +Our five person team has years of experience building communities, running events, and, of course, programming. We're also all in on cultivating a more inclusive culture. + +{% endblock %} + +{% block content %} + +

Meet the Team

+ +

Need to contact someone in a hurry? You can reach us all at spam@northbaypython.org. Read on to learn about the organizing team.

+ +

Conference Chair

+ +

Christopher Neugebauer

+ +

Bio and a pic

+ +

Program Chair

+ +

Sam Kitajima-Kimbrel

+ +

Bio and a pic

+ +

The Team

+ +

Andrew Godwin

+ +

Bio and a pic

+ +

Sarah

+ +

Bio and a pic

+ +

Josh Simmons

+ +

Bio and a pic

{% endblock %} diff --git a/pinaxcon/templates/static_pages/program/call_for_proposals.html b/pinaxcon/templates/static_pages/program/call_for_proposals.html index 4cb62e3..18bf99f 100644 --- a/pinaxcon/templates/static_pages/program/call_for_proposals.html +++ b/pinaxcon/templates/static_pages/program/call_for_proposals.html @@ -9,6 +9,12 @@ {% block body_class %}program{% endblock %} +{% block lede %} + +North Bay Python is seeking speakers of all experience levels to contribute to our first-ever conference program! If you use Python professionally, as a hobbyist, or are just excited about Python or programming and open source, we'd love to hear from you. + +{% endblock %} + {% block content %} {% markdown %} diff --git a/pinaxcon/templates/static_pages/program/call_for_proposals.md b/pinaxcon/templates/static_pages/program/call_for_proposals.md index b4cdd04..753cc14 100644 --- a/pinaxcon/templates/static_pages/program/call_for_proposals.md +++ b/pinaxcon/templates/static_pages/program/call_for_proposals.md @@ -1,12 +1,8 @@ -*Portions of this page were drawn from ideas seen on [DjangoCon EU](https://djangocon.eu), [SeaGL](https://seagl.org), [Fog City Ruby](http://www.fogcityruby.com/speak/), and others. Thanks to all for their inspiration and permission to borrow!* - ### The North Bay Python 2017 CFP is open! -North Bay Python is seeking speakers of all experience levels, especially first-timers, to contribute to our first-ever conference program! If you use Python professionally or as a hobbyist, or are even just excited about Python or programming and open source in general, we'd love to hear from you. - If you've never presented at a conference before and think you might like to try it, we want to hear from you! The program committee is *very* much interested in encouraging and supporting new speakers, and we will be able to provide detailed feedback and work with you to develop your proposal and talk content so you can give the best talk possible. -In the interest of transparency, we have documented our [Selection Process](/program/selection-process). +In the interest of transparency, we have documented our [Selection Process](/program/selection-process). Portions of this page were drawn from ideas seen on [DjangoCon EU](https://djangocon.eu), [SeaGL](https://seagl.org), [Fog City Ruby](http://www.fogcityruby.com/speak/), and others. Thanks to all for their inspiration and permission to borrow! ## Dates diff --git a/pinaxcon/templates/static_pages/sponsors/become_a_sponsor.html b/pinaxcon/templates/static_pages/sponsors/become_a_sponsor.html index cd43be2..e6f38a4 100644 --- a/pinaxcon/templates/static_pages/sponsors/become_a_sponsor.html +++ b/pinaxcon/templates/static_pages/sponsors/become_a_sponsor.html @@ -8,11 +8,17 @@ {% block body_class %}sponsors{% endblock %} +{% block lede %} + +Your generous support builds careers, brings together students together with expert developers, and promotes free and open source software. How can we help you? Explore our prospectus. + +{% endblock %} + {% block content %} -

Our sponsors help put this conference on. Our base costs, including our venue, printing, web hosting, and more, are all funded through sponsorship.

+

Help cultivate the Python community in the North Bay.

-

In return, we offer complimentary corporate level tickets, a chance to talk about your company on our main stage, floor space in the lobby to display your free-standing banners, and as much praise as we can deliver in front of 400 grateful Pythonistas.

+

Our base costs, including our venue, printing, web hosting, and more, are all funded through sponsorship. In return, we offer complimentary corporate level tickets, a chance to talk about your company on our main stage, floor space in the lobby to display your free-standing banners, and as much praise as we can deliver in front of 400 grateful Pythonistas.

Below is an overview of sponsorship levels. Please see our prospectus or contact sponsor@northbaypython.org for additional details.

@@ -28,7 +34,7 @@

Sponsorship can also be in the form of in-kind donations of goods and services essential to organizing the conference, or in assisting speakers to attend the conference. If you can make a substantial in-kind donation, we will recognize you as a package-level sponsor of equivalent value.

-

Community Partnerships

+

Community Partnerships

Community groups, such as Python Meetups and PyLadies groups, are the lifeblood of the Python community, and we need your help to put on the best conference we can. If you can help us with one of the following, we'll recognize you as a community partner, which comes with all of the benefits of a Silver sponsorship.