2017-08-12 23:37:14 +00:00
|
|
|
{% extends "site_base_home.html" %}
|
2015-10-16 17:53:02 +00:00
|
|
|
|
|
|
|
{% load i18n %}
|
2017-08-12 23:37:14 +00:00
|
|
|
{% load staticfiles %}
|
2017-10-15 16:01:02 +00:00
|
|
|
{% load thumbnail %}
|
|
|
|
{% load sponsorship_tags %}
|
|
|
|
{% load schedule_tags %}
|
2015-10-16 17:53:02 +00:00
|
|
|
|
2019-06-08 18:54:52 +00:00
|
|
|
{% block head_title %}November 3 and 4, 2018{% endblock %}
|
2017-08-09 02:51:38 +00:00
|
|
|
|
2015-10-16 17:53:02 +00:00
|
|
|
{% block body_class %}home{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
2017-08-09 02:51:38 +00:00
|
|
|
|
2017-08-13 20:24:13 +00:00
|
|
|
<div class="homepage-block-bg website-background"></div>
|
2019-06-09 21:09:15 +00:00
|
|
|
<div class="jumbotron homepage-block dark">
|
|
|
|
|
2017-08-14 03:29:44 +00:00
|
|
|
|
2019-06-09 21:09:15 +00:00
|
|
|
<div class="homepage-block-bg hphbg"></div>
|
|
|
|
<div class="container homepage-block-content-cloud">
|
|
|
|
<h1 class="homepage-title">North Bay<br/>
|
|
|
|
Python</h1>
|
|
|
|
<h2 class="homepage-subtitle">
|
|
|
|
<span class="wrap-break">A one-track Python conference, north of the Golden Gate.</span>
|
|
|
|
<span class="wrap-break">November 2 & 3, 2019.</span>
|
|
|
|
<span class="wrap-break">Mystic Theatre, Petaluma, California</span>
|
|
|
|
</h2>
|
2017-08-13 18:29:34 +00:00
|
|
|
</div>
|
2017-08-13 01:52:36 +00:00
|
|
|
|
2019-06-09 21:09:15 +00:00
|
|
|
<div class="countainer homepage-block-bloop">
|
|
|
|
<div class="grey-gradient"></div>
|
|
|
|
<div class="clouds main"></div>
|
2017-08-12 23:37:14 +00:00
|
|
|
</div>
|
2019-06-09 21:09:15 +00:00
|
|
|
|
|
|
|
<div class="container homepage-block-footer">
|
|
|
|
<p>Talk proposal submissions now upon until August 8th.<br />
|
|
|
|
Submit your proposal now!</p>
|
|
|
|
</div>
|
2017-08-12 23:37:14 +00:00
|
|
|
</div>
|
|
|
|
|
2018-09-26 02:25:42 +00:00
|
|
|
<div class="jumbotron homepage-block white">
|
2017-08-13 14:51:25 +00:00
|
|
|
</div>
|
2017-08-13 00:57:25 +00:00
|
|
|
{% endblock %}
|