Files @ c00ff7543509
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/templates/static_pages/homepage.html

Christopher Neugebauer
WIP homepage
{% extends "site_base_home.html" %}

{% load i18n %}
{% load staticfiles %}
{% load thumbnail %}
{% load sponsorship_tags %}
{% load schedule_tags %}

{% block head_title %}November 3 and 4, 2018{% endblock %}

{% block body_class %}home{% endblock %}

{% block body %}

  <div class="homepage-block-bg website-background"></div>
  <div class="jumbotron homepage-block dark">


    <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 &amp; 3, 2019.</span>
        <span class="wrap-break">Mystic Theatre, Petaluma, California</span>
      </h2>
    </div>

    <div class="countainer homepage-block-bloop">
      <div class="grey-gradient"></div>
      <div class="clouds main"></div>
    </div>

  <div class="container homepage-block-footer">
    <p>Talk proposal submissions now upon until August 8th.<br />
      Submit your proposal now!</p>
  </div>
  </div>

  <div class="jumbotron homepage-block white">
    </div>
{% endblock %}