diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 8496b510411c27a0da0bd47a13bf00b77658ca9d..feae7d855db32e5e4b8f9f6f071462bb58c6391d 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -24,20 +24,21 @@

A Python conference north of the Golden Gate

-

The Mystic Theatre
Petaluma, California

- 2017 conference: 2 & 3 December
- Talk submissions close 29 September + 2017 conference: December 2 & 3
+ Talk submissions close September 29

-
+
+ + @@ -51,17 +52,27 @@

Downtown Petaluma

-

Here is some text about Petaluma and the Mystic Theatre. It's pretty great. The mystic is close to restaurants and hotels. Petaluma is only an hour out of San Francisco. Blah.

+

North Bay Python's home is Petaluma, a shockingly quaint dairy town, nestled on a river at the edge of California's Wine Country.

-
- +

We're hosting the conference at the Mystic Theatre, a 1912-era music hall, right in the middle of Historic Downtown Petaluma. There's countless great places to eat right on our doorstep, craft food and drink producers within walking distance, and plenty of places to stay nearby.

+ +

And it's only an hour's drive out of San Francisco (on a good day).

-
- Image credit: Mystic Theatre, © 2017 Christopher Neugebauer (CC-BY-SA)
+
+ + +
@@ -69,7 +80,41 @@

Sponsors

+ + {% load sponsorship_tags %} + {% load thumbnail %} + + {% sponsor_levels as levels %} + +
+ {% for level in levels %} + {% if level.sponsors %} + {% for sponsor in level.sponsors %} +
+ {% if sponsor.website_logo %} + + {{ sponsor.name }} + + {% else %} + {{ sponsor.name }} + {% endif %} +
+ {% endfor %} + {% endif %} + {% endfor %} +
+ + +
+ + +
@@ -77,20 +122,32 @@
+

Inclusion and Diversity

-

Statement about commitment to inclusion and diversity. Strong code of conduct. Short and long term diversity targets in our call for proposals. Cheap tickets, with an entry fee that we will waive on request. Financial assistance for those who need it.

+

North Bay Python is proud to be founded on a commitment to inclusion and diversity.

+

We value your safety, so we have a strong Code of Conduct and enforcement policy built on the Python Software Foundation's PyCon US policy.

-
- +

We have set diversity targets for our conference program, including short-term and long-term goals for gender balance. We make financial assistance available to speakers.

+ +

We will always have low-cost tickets available, and we will enthusiastically waive ticket costs on request if you need it.

-
- Image credit: DjangoGirls Brisbane 2014, © 2014 Richard Jones (CC-BY)
-
+ + +
{% endblock %}