Changeset - 8073cc9ac225
[Not reviewed]
0 1 0
Joshua Simmons - 6 years ago 2017-10-04 04:10:19
i@joshuasimmons.name
add events page
1 file changed with 15 insertions and 2 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/program/events.html
Show inline comments
...
 
@@ -6,15 +6,28 @@
 

	
 
{% block heading %}Events{% endblock %}
 

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

	
 
{% block lede %}
 
  Lede
 
  North Bay Python 2017 is coming, and with it: more Python. We'll add satellite events and more to this page as details are available.
 
{% endblock %}
 

	
 

	
 
{% block content %}
 

	
 
Content
 
<h2>A Taste of Python and Django<br/>
 
  <small>October 24, 2017</small></h2>
 

	
 
<p>A pre-conference event with local meetup group, Web &amp; Interactive Media Professionals (WIMP). At least three of the North Bay Python organizers will be present at this potluck-style event at Santa Rosa Junior College. <a href="https://www.facebook.com/events/1936385509950665/">Find more information and join us!</a></p>
 

	
 
<h2>Speaker Training<br/>
 
  <small>December 1, 2017</small></h2>
 

	
 
<p>We are running a speaker training the day before the conference. Everyone who is accepted to speak at the conference is invited to attend. <a href="mailto:spam@northbaypython.org">Let us know</a> if you're interested in attending, we may have seats available.</p>
 

	
 
<h2>North Bay Python 2017<br/>
 
  <small>December 2-3, 2017</small></h2>
 

	
 
<p>This year's main event will run from 10:00am to 6:00pm each day with check-in starting at 9:00am on Saturday. Our program schedule will be released later this month. You can <a href="/tickets">buy your ticket today</a>!</p>
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)