copyleftconf-website/pinaxcon/templates/static_pages/homepage.html

56 lines
1.5 KiB
HTML
Raw Normal View History

2017-08-12 16:37:14 -07:00
{% extends "site_base_home.html" %}
{% load i18n %}
2017-08-12 16:37:14 -07:00
{% load staticfiles %}
2017-10-15 09:01:02 -07:00
{% load thumbnail %}
{% load sponsorship_tags %}
{% load schedule_tags %}
{% block head_title %}November 3 and 4, 2018{% endblock %}
2017-08-08 19:51:38 -07:00
{% block body_class %}home{% endblock %}
{% block body %}
2017-08-08 19:51:38 -07:00
2017-08-13 13:24:13 -07:00
<div class="homepage-block-bg website-background"></div>
2017-08-12 16:37:14 -07:00
<div class="jumbotron homepage-block light">
2018-06-30 13:06:49 -07:00
<div class="homepage-block-bg hphbg"></div>
<div class="floop"></div>
2017-08-12 19:43:28 -07:00
<div class="hills main"></div>
2018-06-30 13:06:49 -07:00
<div class="clouds main"></div>
2017-08-12 17:57:25 -07:00
<div class="container homepage-block-content">
2017-08-12 19:02:32 -07:00
<div class="tight-headings">
<h1>North Bay Python</h1>
2018-06-30 13:06:49 -07:00
<h2 class="homepage-subtitle">The Python conference in a live music venue</h2>
2017-08-12 19:02:32 -07:00
</div>
2017-08-12 16:37:14 -07:00
2017-08-13 20:29:44 -07:00
<div class="row">
<div class="col-md-6">
<h3>
2019-06-08 17:09:20 -07:00
The Mystic Theatre <br/>
2017-08-13 20:29:44 -07:00
Petaluma, California
</h3>
<h4>
November 3 &amp; 4, 2018<br/>
Tickets on sale now!
2017-08-13 20:29:44 -07:00
</h4>
</div>
</div>
</div>
2017-08-12 18:52:36 -07:00
<div class="container homepage-block-footer">
2017-08-13 20:29:44 -07:00
<div>
<a class="btn btn-primary btn-lg" href="/attend">Buy a Ticket!</a>
<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 16:37:14 -07:00
</div>
</div>
</div>
2018-09-25 19:25:42 -07:00
<div class="jumbotron homepage-block white">
</div>
2017-08-12 17:57:25 -07:00
{% endblock %}