diff --git a/pinaxcon/templates/static_pages/homepage0.html b/pinaxcon/templates/static_pages/homepage0.html new file mode 100644 index 0000000000000000000000000000000000000000..2a24bf38682bc148c57c7218ae5ed1d81e770ebc --- /dev/null +++ b/pinaxcon/templates/static_pages/homepage0.html @@ -0,0 +1,250 @@ +{% extends "site_base_home.html" %} + +{% load i18n %} +{% load staticfiles %} +{% load thumbnail %} +{% load sponsorship_tags %} +{% load schedule_tags %} + +{% block head_title %}November 3 and 4, 2018{% endblock %} + +{% block body_class %}home{% endblock %} + +{% block body %} + +
+
+
+
+
+
+
+
+

North Bay Python

+

The Python conference in a live music venue

+
+ +
+
+

+ The Mystic Theatre
+ Petaluma, California +

+ +

+ November 3 & 4, 2018
+ Tickets on sale now! +

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

Speakers

+ +
+ +
+
+
+
+
+
+

Mariatta Wijaya

+ Keynote Speaker +
+ +
+
+
+
+
+
+

Robert M. "r0ml" Lefkowitz

+ Keynote Speaker +
+ + {% speakers as speakers %} + {% for speaker in speakers %} +
+
+
+ {% if speaker.photo %} +
+ {% else %} +
+ {% endif %} +
+
+ {% for presentation in speaker.all_presentations %} + +

{{ speaker.conferencespeaker.name }}

+ {{ presentation.title }} +
+ {% endfor %} +
+ {% endfor %} + +{% comment %} +
+
+
+
+
+
+

VM Brasseur

+ Speaker Training +
+ +
+{% endcomment %} +
+ + +
+ + +
+
+
+

Downtown Petaluma

+ +

North Bay Python's home is Petaluma, a delightfully quaint dairy town, nestled on a river at the edge of California's Wine Country. Here's what you can look forward to:

+ + + +

… and it's only an hour away from San Francisco (on a good day).

+
+ + +
+ +
+
+

Sponsors

+ + {% sponsor_levels as levels %} + + +
+ + +
+ +
+
+
+

Inclusion and Diversity

+ +

North Bay Python is proud to be founded on a commitment to inclusion and diversity. Here's what we commit to:

+ + +
+ + +
+ +{% endblock %}