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>
|
2017-08-12 23:37:14 +00:00
|
|
|
<div class="jumbotron homepage-block light">
|
2018-06-30 20:06:49 +00:00
|
|
|
<div class="homepage-block-bg hphbg"></div>
|
|
|
|
<div class="floop"></div>
|
2017-08-13 02:43:28 +00:00
|
|
|
<div class="hills main"></div>
|
2018-06-30 20:06:49 +00:00
|
|
|
<div class="clouds main"></div>
|
2017-08-13 00:57:25 +00:00
|
|
|
<div class="container homepage-block-content">
|
2017-08-13 02:02:32 +00:00
|
|
|
<div class="tight-headings">
|
|
|
|
<h1>North Bay Python</h1>
|
2018-06-30 20:06:49 +00:00
|
|
|
<h2 class="homepage-subtitle">The Python conference in a live music venue</h2>
|
2017-08-13 02:02:32 +00:00
|
|
|
</div>
|
2017-08-12 23:37:14 +00:00
|
|
|
|
2017-08-14 03:29:44 +00:00
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<h3>
|
2019-06-09 00:09:20 +00:00
|
|
|
The Mystic Theatre <br/>
|
2017-08-14 03:29:44 +00:00
|
|
|
Petaluma, California
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
<h4>
|
2019-06-08 18:54:52 +00:00
|
|
|
November 3 & 4, 2018<br/>
|
|
|
|
Tickets on sale now!
|
2017-08-14 03:29:44 +00:00
|
|
|
</h4>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2017-08-13 18:29:34 +00:00
|
|
|
</div>
|
2017-08-13 01:52:36 +00:00
|
|
|
|
2017-08-13 18:29:34 +00:00
|
|
|
<div class="container homepage-block-footer">
|
2017-08-14 03:29:44 +00:00
|
|
|
<div>
|
2019-06-08 18:54:52 +00:00
|
|
|
<a class="btn btn-primary btn-lg" href="/attend">Buy a Ticket!</a>
|
2017-08-17 17:04:57 +00:00
|
|
|
<a class="btn btn-default btn-lg " href="https://twitter.com/northbaypython">Twitter</a>
|
|
|
|
<a class="btn btn-default btn-lg" href="https://facebook.com/northbaypython">Facebook</a>
|
2017-08-12 23:37:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</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 %}
|