Files @ c3354d6ff62a
Branch filter:

Location: CopyleftConf/copyleftconf-website/pinaxcon/templates/static_pages/speak.html

Chris Lamb
Correct start of acceptance notification week date.

August 2019
Su Mo Tu We Th Fr Sa
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

re. https://twitter.com/lolamby/status/1163538533400764416
{% extends "page_with_title_and_lede.html" %}

{% load i18n %}
{% load markdown_deux_tags %}

{% block head_title %}Speak at North Bay Python{% endblock %}

{% block heading %}Speak at North Bay Python{% endblock %}

{% block body_class %}program{% endblock %}

{% block lede %}

North Bay Python is seeking speakers of all experience levels to contribute to our conference program! We'd love to hear from you whether you use Python professionally, as a hobbyist, or are just excited about Python, programming, and free and open source software.

{% endblock %}

{% block content %}
  {% markdown %}

{% include "static_pages/speak.md" %}

  {% endmarkdown %}
{% endblock %}