Files @ 1aa4ab6d8c6b
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-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>
      <h1 class="homepage-title">North Bay<br/>
        Python</h1>

      </div>
      <h2 class="homepage-subtitle">
        <span class="wrap-break">A one-track Python conference,</span> <span class="wrap-break">north of the Golden Gate.</span><br/>
        <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>

  <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>

  </div>

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