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

57 lines
1.6 KiB
HTML
Raw Normal View History

2017-08-12 23:37:14 +00:00
{% extends "site_base_home.html" %}
{% 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 %}
{% block head_title %}November 3 and 4, 2018{% endblock %}
2017-08-09 02:51:38 +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>
2019-06-09 22:08:26 +00:00
<div class="container homepage-block-content-cloudsep">
<div class="row">
<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
</div>
2019-06-09 21:09:15 +00:00
<h2 class="homepage-subtitle">
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 &amp; 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>
</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>
2019-06-09 22:08:26 +00:00
<div class="jumbotron homepage-block dark shallow">
<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">
</div>
2017-08-13 00:57:25 +00:00
{% endblock %}