Changeset - 2e2d900c661a
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-11 04:56:01
i@joshuasimmons.name
stub out the team page
1 file changed with 36 insertions and 0 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/about/team.html
Show inline comments
...
 
@@ -10,4 +10,40 @@
 

	
 
{% 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 %}
0 comments (0 inline, 0 general)