Changeset - cf80f0716aa3
[Not reviewed]
0 3 0
Christopher Neugebauer - 4 years ago 2019-08-31 01:43:09
_@chrisjrn.com
Updates more dates.
3 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/attend/business-case.html
Show inline comments
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 

	
 
{% block head_title %}How to Pitch Your Manager{% endblock %}
 

	
 
{% block heading %}How to Pitch Your Manager{% endblock %}
 

	
 
{% block body_class %}attend{% endblock %}
 

	
 
{% block lede %}
 
So you want to attend North Bay Python, but you're not quite sure your manager will sign off on the expenses? Read below for some suggestions on how to make your case!
 
{% endblock %}
 

	
 

	
 
{% block content %}
 

	
 
<h3>Key Information</h3>
 
<p>
 
<ul>
 
    <li>Dates: Saturday, November 2nd and Sunday, November 3rd, 2018</li>
 
    <li>Dates: Saturday, November 2nd and Sunday, November 3rd, 2019</li>
 
    <li>Venue: Mystic Theatre, Petaluma, California, USA</li>
 
    <li>Tickets: $200</li>
 
</ul>
 
</p>
 

	
 
<h3>How to Convince Your Boss</h3>
 

	
 
<p>
 
This comes down to building a <em>business case</em> for your attendance. Start by explaining what the conference is, why you want to go, and why your employer will benefit (we've helpfully included some of the great reasons you might use and some sample prose you're welcome to copy into your email, below).</p>
 

	
 
<p>Explain to your boss what you'll bring back for the rest of the team (ideas, not imbibables): offer to give a summary presentation at lunch, or post a write-up to the company wiki, upon your return. We have some fantastic content in store, and you'll have no trouble finding things to teach your teammates when you get back. Sessions will be recorded and posted to YouTube, so you'll have ready-to-share links for those who want additional detail. You could also share the names, Twitter handles, or business cards from the people you'll meet — some of them might even be interested in working with you!</p>
 

	
 
<h3>Sample Language</h3>
 
<p>
 
North Bay Python is a nonprofit conference by and for the Python community.
 
</p>
 

	
 
<p>
 
The conference features over 20 sessions from experienced presenters hailing from across the US and internationally, speaking on a wide mix of topics. Sessions will include updates from leading Python community members on the state of major projects, technical explorations of how Python and Python-based systems work in practice, and thought-provoking explorations and lessons on how best to communicate as a team, foster diversity and inclusivity, and effectively engage within and beyond our teams and communities as developers.
 
</p>
 

	
 
<p>Full details on the program will be released soon.</p>
 

	
 
<p>
pinaxcon/templates/static_pages/program/events.html
Show inline comments
 
{% extends "page_with_title_and_lede.html" %}
 

	
 
{% load i18n %}
 

	
 
{% block head_title %}Events{% endblock %}
 

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

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

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

	
 

	
 
{% block content %}
 

	
 
{% comment %}
 

	
 

	
 
{% endcomment %}
 

	
 
{% endblock %}
pinaxcon/templates/symposion/sponsorship/list.html
Show inline comments
 
{% extends "symposion/sponsorship/list_.html" %}
 

	
 
{% block lede %}
 
  We're grateful to the following organizations, who've made a substantial contribution to North Bay Python 2018. Learn how you can join us on the <a href="/sponsors/become-a-sponsor" title="Become a North Bay Python Sponsor">Become a Sponsor</a> page.
 
  We're grateful to the following organizations, who've made a substantial contribution to North Bay Python 2019. Learn how you can join us on the <a href="/sponsors/become-a-sponsor" title="Become a North Bay Python Sponsor">Become a Sponsor</a> page.
 
{% endblock %}
0 comments (0 inline, 0 general)