stub out the team page
This commit is contained in:
parent
ced196f88f
commit
2e2d900c66
1 changed files with 37 additions and 1 deletions
|
@ -8,6 +8,42 @@
|
|||
|
||||
{% block body_class %}about{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% block lede %}
|
||||
|
||||
Our five person team has years of experience building communities, running events, and, of course, programming. We're also all in on cultivating a more inclusive culture.
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h2>Meet the Team</h2>
|
||||
|
||||
<p>Need to contact someone in a hurry? You can reach us all at <a href="mailto:spam@northbaypython.org">spam@northbaypython.org</a>. Read on to learn about the organizing team.</p>
|
||||
|
||||
<h3>Conference Chair</h3>
|
||||
|
||||
<h4>Christopher Neugebauer</h4>
|
||||
|
||||
<p>Bio and a pic</p>
|
||||
|
||||
<h3>Program Chair</h3>
|
||||
|
||||
<h4>Sam Kitajima-Kimbrel</h4>
|
||||
|
||||
<p>Bio and a pic</p>
|
||||
|
||||
<h3>The Team</h3>
|
||||
|
||||
<h4>Andrew Godwin</h4>
|
||||
|
||||
<p>Bio and a pic</p>
|
||||
|
||||
<h4>Sarah</h4>
|
||||
|
||||
<p>Bio and a pic</p>
|
||||
|
||||
<h4>Josh Simmons</h4>
|
||||
|
||||
<p>Bio and a pic</p>
|
||||
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue