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 22:30:20 +00:00
|
|
|
<div class="jumbotron homepage-block dark shallow">
|
2019-06-09 21:09:15 +00:00
|
|
|
|
2017-08-14 03:29:44 +00:00
|
|
|
|
2019-06-09 21:09:15 +00:00
|
|
|
<div class="homepage-block-bg hphbg"></div>
|
2019-06-09 22:08:26 +00:00
|
|
|
<div class="container homepage-block-content-cloudsep">
|
|
|
|
<div class="row">
|
2019-06-09 22:30:20 +00:00
|
|
|
<div class="col-sm-8 col-sm-offset-2">
|
2019-06-09 22:08:26 +00:00
|
|
|
<div class="logo large left" style="margin: 20px;">
|
|
|
|
<div class="circle">
|
|
|
|
<div class="fill" style="background-image: url('{% static "images/logo.svg" %}');"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-06-09 21:09:15 +00:00
|
|
|
<h1 class="homepage-title">North Bay<br/>
|
|
|
|
Python</h1>
|
2019-06-09 22:08:26 +00:00
|
|
|
|
2019-06-09 22:30:20 +00:00
|
|
|
</div>
|
2019-06-09 22:08:26 +00:00
|
|
|
</div>
|
2019-06-09 22:30:20 +00:00
|
|
|
<h2 class="homepage-subtitle text-center">
|
2019-06-09 22:08:26 +00:00
|
|
|
<span class="wrap-break">A one-track Python conference,</span> <span class="wrap-break">north of the Golden Gate.</span><br/>
|
2019-06-09 21:09:15 +00:00
|
|
|
<span class="wrap-break">November 2 & 3, 2019.</span>
|
2019-06-09 22:08:26 +00:00
|
|
|
<span class="wrap-break">Mystic Theatre, Petaluma, California.</span>
|
2019-06-09 21:09:15 +00:00
|
|
|
</h2>
|
2017-08-13 18:29:34 +00:00
|
|
|
</div>
|
2019-06-09 22:30:20 +00:00
|
|
|
<div class="homepage-block-bloop">
|
|
|
|
<div class="grey-gradient main"></div>
|
2019-06-09 21:09:15 +00:00
|
|
|
<div class="clouds main"></div>
|
2017-08-12 23:37:14 +00:00
|
|
|
</div>
|
2019-06-09 21:09:15 +00:00
|
|
|
</div>
|
2019-06-09 22:08:26 +00:00
|
|
|
<div class="jumbotron homepage-block dark shallow">
|
|
|
|
|
|
|
|
|
2019-06-09 22:30:20 +00:00
|
|
|
<div class="container homepage-block-footer">
|
|
|
|
<p class="text-center">Talk proposal submissions now open 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 %}
|