diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 4eec4492b03fb4ba6d9dcaab66261fc7c9cf903c..8496b510411c27a0da0bd47a13bf00b77658ca9d 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -1,6 +1,7 @@ -{% extends "site_base.html" %} +{% extends "site_base_home.html" %} {% load i18n %} +{% load staticfiles %} {% block head_title %}Welcome{% endblock %} @@ -8,4 +9,88 @@ {% block body %} +
+ +
+ +
+ +
+ +
+ +
+

North Bay Python

+

A Python conference north of the Golden Gate

+
+ +
+

+ The Mystic Theatre
+ Petaluma, California +

+

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

+ +
+ + +
+ +
+
+ +
+ +
+ +
+

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.

+ +
+ + +
+ Image credit: Mystic Theatre, © 2017 Christopher Neugebauer (CC-BY-SA)
+
+
+ +
+ +
+ +
+

Sponsors

+
+
+ +
+ +
+ +
+

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.

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